tumbledemerald-legacy/data/maps/OldaleTown_House1/scripts.inc

16 lines
484 B
PHP
Raw Normal View History

2022-05-19 19:14:13 +02:00
OldaleTown_House1_MapScripts::
.byte 0
OldaleTown_House1_EventScript_Woman::
msgbox OldaleTown_House1_Text_LeftPokemonGoesOutFirst, MSGBOX_NPC
end
OldaleTown_House1_Text_LeftPokemonGoesOutFirst:
.string "When a Pokémon battle starts, the one\n"
2022-05-19 19:14:13 +02:00
.string "at the left of the list goes out first.\p"
.string "So, when you get more Pokémon in your\n"
2022-05-19 19:14:13 +02:00
.string "party, try switching around the order\l"
.string "of your Pokémon.\p"
2022-05-19 19:14:13 +02:00
.string "It could give you an advantage.$"