pokeemerald/data/maps/OldaleTown_House1/scripts.inc

16 lines
484 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
OldaleTown_House1_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
OldaleTown_House1_EventScript_Woman::
2019-10-21 01:30:25 +02:00
msgbox OldaleTown_House1_Text_LeftPokemonGoesOutFirst, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
OldaleTown_House1_Text_LeftPokemonGoesOutFirst:
2017-11-10 02:21:31 +01:00
.string "When a POKéMON battle starts, the one\n"
.string "at the left of the list goes out first.\p"
.string "So, when you get more POKéMON in your\n"
.string "party, try switching around the order\l"
.string "of your POKéMON.\p"
.string "It could give you an advantage.$"