pokeemerald/data/maps/OldaleTown_House2/scripts.inc

21 lines
625 B
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
OldaleTown_House2_MapScripts:: @ 81FBF5A
.byte 0
2019-10-21 01:30:25 +02:00
OldaleTown_House2_EventScript_Woman:: @ 81FBF5B
msgbox OldaleTown_House2_Text_PokemonLevelUp, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-10-21 01:30:25 +02:00
OldaleTown_House2_EventScript_Man:: @ 81FBF64
msgbox OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-10-21 01:30:25 +02:00
OldaleTown_House2_Text_PokemonLevelUp: @ 81FBF6D
2017-11-10 02:21:31 +01:00
.string "When POKéMON battle, they eventually\n"
.string "level up and become stronger.$"
2019-10-21 01:30:25 +02:00
OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon: @ 81FBFB0
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.$"