Label more map scripts
This commit is contained in:
@@ -8,34 +8,34 @@ Route32Pokecenter1F_MapScripts:
|
||||
|
||||
db 0 ; callbacks
|
||||
|
||||
NurseScript_0x69b52:
|
||||
Route32Pokecenter1FNurseScript:
|
||||
jumpstd pokecenternurse
|
||||
|
||||
FishingGuruScript_0x69b55:
|
||||
Route32Pokecenter1FFishingGuruScript:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_GOT_OLD_ROD
|
||||
iftrue UnknownScript_0x69b7a
|
||||
writetext UnknownText_0x69b83
|
||||
iftrue .GotOldRod
|
||||
writetext Route32Pokecenter1FFishingGuruText_Question
|
||||
yesorno
|
||||
iffalse UnknownScript_0x69b74
|
||||
writetext UnknownText_0x69be8
|
||||
iffalse .Refused
|
||||
writetext Route32Pokecenter1FFishingGuruText_Yes
|
||||
buttonsound
|
||||
verbosegiveitem OLD_ROD
|
||||
writetext UnknownText_0x69c1b
|
||||
writetext Route32Pokecenter1FFishingGuruText_GiveOldRod
|
||||
waitbutton
|
||||
closetext
|
||||
setevent EVENT_GOT_OLD_ROD
|
||||
end
|
||||
|
||||
UnknownScript_0x69b74:
|
||||
writetext UnknownText_0x69c6c
|
||||
.Refused:
|
||||
writetext Route32Pokecenter1FFishingGuruText_No
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
UnknownScript_0x69b7a:
|
||||
writetext UnknownText_0x69c8d
|
||||
.GotOldRod:
|
||||
writetext Route32Pokecenter1FFishingGuruText_After
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
@@ -43,7 +43,7 @@ UnknownScript_0x69b7a:
|
||||
Route32Pokecenter1FCooltrainerFScript:
|
||||
jumptextfaceplayer Route32Pokecenter1FCooltrainerFText
|
||||
|
||||
UnknownText_0x69b83:
|
||||
Route32Pokecenter1FFishingGuruText_Question:
|
||||
text "This is a great"
|
||||
line "fishing spot."
|
||||
|
||||
@@ -55,7 +55,7 @@ UnknownText_0x69b83:
|
||||
line "of my RODS?"
|
||||
done
|
||||
|
||||
UnknownText_0x69be8:
|
||||
Route32Pokecenter1FFishingGuruText_Yes:
|
||||
text "Heh, that's good"
|
||||
line "to hear."
|
||||
|
||||
@@ -63,7 +63,7 @@ UnknownText_0x69be8:
|
||||
line "angler too!"
|
||||
done
|
||||
|
||||
UnknownText_0x69c1b:
|
||||
Route32Pokecenter1FFishingGuruText_GiveOldRod:
|
||||
text "Fishing is great!"
|
||||
|
||||
para "If there's water,"
|
||||
@@ -73,12 +73,12 @@ UnknownText_0x69c1b:
|
||||
line "your ROD."
|
||||
done
|
||||
|
||||
UnknownText_0x69c6c:
|
||||
Route32Pokecenter1FFishingGuruText_No:
|
||||
text "Oh. That's rather"
|
||||
line "disappointing…"
|
||||
done
|
||||
|
||||
UnknownText_0x69c8d:
|
||||
Route32Pokecenter1FFishingGuruText_After:
|
||||
text "Yo, kid. How are"
|
||||
line "they biting?"
|
||||
done
|
||||
@@ -105,6 +105,6 @@ Route32Pokecenter1F_MapEvents:
|
||||
db 0 ; bg events
|
||||
|
||||
db 3 ; object events
|
||||
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, NurseScript_0x69b52, -1
|
||||
object_event 1, 4, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, FishingGuruScript_0x69b55, -1
|
||||
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, Route32Pokecenter1FNurseScript, -1
|
||||
object_event 1, 4, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, Route32Pokecenter1FFishingGuruScript, -1
|
||||
object_event 6, 2, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route32Pokecenter1FCooltrainerFScript, -1
|
||||
|
Reference in New Issue
Block a user