blob: 49e317bac45a957bf570b70403ec39fe1c0ddaa3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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:
.string "When POKéMON battle, they eventually\n"
.string "level up and become stronger.$"
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.$"
|