pokeemerald/data/maps/OldaleTown_House2/scripts.inc

21 lines
575 B
PHP
Raw Normal View History

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