diff options
Diffstat (limited to 'data/maps/MossdeepCity_House3/scripts.inc')
-rw-r--r-- | data/maps/MossdeepCity_House3/scripts.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/MossdeepCity_House3/scripts.inc b/data/maps/MossdeepCity_House3/scripts.inc index b968dfc04..51df05fe0 100644 --- a/data/maps/MossdeepCity_House3/scripts.inc +++ b/data/maps/MossdeepCity_House3/scripts.inc @@ -1,7 +1,7 @@ -MossdeepCity_House3_MapScripts:: @ 82225C2 +MossdeepCity_House3_MapScripts:: .byte 0 -MossdeepCity_House3_EventScript_SuperRodFisherman:: @ 82225C3 +MossdeepCity_House3_EventScript_SuperRodFisherman:: lock faceplayer goto_if_set FLAG_RECEIVED_SUPER_ROD, MossdeepCity_House3_EventScript_ReceivedSuperRod @@ -15,17 +15,17 @@ MossdeepCity_House3_EventScript_SuperRodFisherman:: @ 82225C3 release end -MossdeepCity_House3_EventScript_ReceivedSuperRod:: @ 8222602 +MossdeepCity_House3_EventScript_ReceivedSuperRod:: msgbox MossdeepCity_House3_Text_GoAfterSeafloorPokemon, MSGBOX_DEFAULT release end -MossdeepCity_House3_EventScript_DeclineSuperRod:: @ 822260C +MossdeepCity_House3_EventScript_DeclineSuperRod:: msgbox MossdeepCity_House3_Text_DontYouLikeToFish, MSGBOX_DEFAULT release end -MossdeepCity_House3_Text_YouWantSuperRod: @ 8222616 +MossdeepCity_House3_Text_YouWantSuperRod: .string "Hey there, TRAINER!\n" .string "A SUPER ROD really is super!\p" .string "Say all you want, but this baby can\n" @@ -33,19 +33,19 @@ MossdeepCity_House3_Text_YouWantSuperRod: @ 8222616 .string "What do you think?\n" .string "You want it, don't you?$" -MossdeepCity_House3_Text_SuperRodIsSuper: @ 82226B6 +MossdeepCity_House3_Text_SuperRodIsSuper: .string "You bet, you bet!\n" .string "After all, a SUPER ROD is really super!$" -MossdeepCity_House3_Text_TryDroppingRodInWater: @ 82226F0 +MossdeepCity_House3_Text_TryDroppingRodInWater: .string "If there's any water, try dropping in\n" .string "your ROD and see what bites!$" -MossdeepCity_House3_Text_DontYouLikeToFish: @ 8222733 +MossdeepCity_House3_Text_DontYouLikeToFish: .string "Hunh?\n" .string "Don't you like to fish?$" -MossdeepCity_House3_Text_GoAfterSeafloorPokemon: @ 8222751 +MossdeepCity_House3_Text_GoAfterSeafloorPokemon: .string "Go after the seafloor POKéMON with\n" .string "your SUPER ROD.$" |