sovereignx/data/maps/OldaleTown_House2/scripts.inc

21 lines
575 B
PHP
Raw Normal View History

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