diff options
Diffstat (limited to 'data/maps/OldaleTown_House2/scripts.inc')
-rw-r--r-- | data/maps/OldaleTown_House2/scripts.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/OldaleTown_House2/scripts.inc b/data/maps/OldaleTown_House2/scripts.inc index 3259e319c..49e317bac 100644 --- a/data/maps/OldaleTown_House2/scripts.inc +++ b/data/maps/OldaleTown_House2/scripts.inc @@ -1,19 +1,19 @@ -OldaleTown_House2_MapScripts:: @ 81FBF5A +OldaleTown_House2_MapScripts:: .byte 0 -OldaleTown_House2_EventScript_Woman:: @ 81FBF5B +OldaleTown_House2_EventScript_Woman:: msgbox OldaleTown_House2_Text_PokemonLevelUp, MSGBOX_NPC end -OldaleTown_House2_EventScript_Man:: @ 81FBF64 +OldaleTown_House2_EventScript_Man:: msgbox OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon, MSGBOX_NPC end -OldaleTown_House2_Text_PokemonLevelUp: @ 81FBF6D +OldaleTown_House2_Text_PokemonLevelUp: .string "When POKéMON battle, they eventually\n" .string "level up and become stronger.$" -OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon: @ 81FBFB0 +OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon: .string "If the POKéMON with you become\n" .string "stronger, you'll be able to go farther\l" .string "away from here.$" |