2022-05-19 19:14:13 +02:00
|
|
|
OldaleTown_House2_MapScripts::
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
OldaleTown_House2_EventScript_Woman::
|
|
|
|
msgbox OldaleTown_House2_Text_PokemonLevelUp, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
OldaleTown_House2_EventScript_Man::
|
|
|
|
msgbox OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
OldaleTown_House2_Text_PokemonLevelUp:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "When Pokémon battle, they eventually\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "level up and become stronger.$"
|
|
|
|
|
|
|
|
OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "If the Pokémon with you become\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "stronger, you'll be able to go farther\l"
|
|
|
|
.string "away from here.$"
|
|
|
|
|