21 lines
575 B
PHP
Raw Permalink Normal View History

2021-07-20 15:18:31 -04:00
OldaleTown_House2_MapScripts::
2017-11-09 19:21:31 -06:00
.byte 0
2021-07-20 15:18:31 -04:00
OldaleTown_House2_EventScript_Woman::
2019-10-20 18:30:25 -05:00
msgbox OldaleTown_House2_Text_PokemonLevelUp, MSGBOX_NPC
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
OldaleTown_House2_EventScript_Man::
2019-10-20 18:30:25 -05:00
msgbox OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon, MSGBOX_NPC
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
OldaleTown_House2_Text_PokemonLevelUp:
2017-11-09 19:21:31 -06:00
.string "When POKéMON battle, they eventually\n"
.string "level up and become stronger.$"
2021-07-20 15:18:31 -04:00
OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon:
2017-11-09 19:21:31 -06:00
.string "If the POKéMON with you become\n"
2018-12-07 10:41:08 -05:00
.string "stronger, you'll be able to go farther\l"
2017-11-09 19:21:31 -06:00
.string "away from here.$"