diff options
Diffstat (limited to 'data/maps/FortreeCity_House3/scripts.inc')
-rw-r--r-- | data/maps/FortreeCity_House3/scripts.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/FortreeCity_House3/scripts.inc b/data/maps/FortreeCity_House3/scripts.inc index 396bd4b22..1ae5a1ecb 100644 --- a/data/maps/FortreeCity_House3/scripts.inc +++ b/data/maps/FortreeCity_House3/scripts.inc @@ -1,15 +1,15 @@ -FortreeCity_House3_MapScripts:: @ 8217AE7 +FortreeCity_House3_MapScripts:: .byte 0 -FortreeCity_House3_EventScript_Maniac:: @ 8217AE8 +FortreeCity_House3_EventScript_Maniac:: msgbox FortreeCity_House3_Text_MetStevenHadAmazingPokemon, MSGBOX_NPC end -FortreeCity_House3_EventScript_SchoolKidM:: @ 8217AF1 +FortreeCity_House3_EventScript_SchoolKidM:: msgbox FortreeCity_House3_Text_OhYouHavePokedex, MSGBOX_NPC end -FortreeCity_House3_Text_MetStevenHadAmazingPokemon: @ 8217AFA +FortreeCity_House3_Text_MetStevenHadAmazingPokemon: .string "While speaking about POKéDEXES,\n" .string "I remembered something.\p" .string "I met this TRAINER, STEVEN, when\n" @@ -21,7 +21,7 @@ FortreeCity_House3_Text_MetStevenHadAmazingPokemon: @ 8217AFA .string "He might even be stronger than the\n" .string "GYM LEADER in this town…$" -FortreeCity_House3_Text_OhYouHavePokedex: @ 8217C22 +FortreeCity_House3_Text_OhYouHavePokedex: .string "What's that thing you have there?\p" .string "… … … … … …\p" .string "Oh, it's called a POKéDEX?\n" |