pokeemerald/data/maps/OldaleTown_House1/scripts.inc

16 lines
514 B
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
OldaleTown_House1_MapScripts:: @ 81FBE85
.byte 0
2019-10-21 01:30:25 +02:00
OldaleTown_House1_EventScript_Woman:: @ 81FBE86
msgbox OldaleTown_House1_Text_LeftPokemonGoesOutFirst, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-10-21 01:30:25 +02:00
OldaleTown_House1_Text_LeftPokemonGoesOutFirst: @ 81FBE8F
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.$"