mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-01 07:45:32 -05:00
49 lines
1.4 KiB
PHP
49 lines
1.4 KiB
PHP
SSAnne_1F_Room2_Frlg_MapScripts::
|
|
.byte 0
|
|
|
|
SSAnne_1F_Room2_EventScript_Woman::
|
|
msgbox SSAnne_1F_Room2_Text_CruisingAroundWorld, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_1F_Room2_EventScript_Ann::
|
|
trainerbattle_single TRAINER_LASS_ANN, SSAnne_1F_Room2_Text_AnnIntro, SSAnne_1F_Room2_Text_AnnDefeat
|
|
msgbox SSAnne_1F_Room2_Text_AnnPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
SSAnne_1F_Room2_EventScript_Tyler::
|
|
trainerbattle_single TRAINER_YOUNGSTER_TYLER, SSAnne_1F_Room2_Text_TylerIntro, SSAnne_1F_Room2_Text_TylerDefeat
|
|
msgbox SSAnne_1F_Room2_Text_TylerPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
SSAnne_1F_Room2_Text_TylerIntro::
|
|
.string "I love POKéMON!\n"
|
|
.string "Do you?$"
|
|
|
|
SSAnne_1F_Room2_Text_TylerDefeat::
|
|
.string "Wow! \n"
|
|
.string "You're great!$"
|
|
|
|
SSAnne_1F_Room2_Text_TylerPostBattle::
|
|
.string "Listen, listen!\n"
|
|
.string "Let me be your friend, okay?\p"
|
|
.string "Then we can trade POKéMON and\n"
|
|
.string "do stuff.$"
|
|
|
|
SSAnne_1F_Room2_Text_AnnIntro::
|
|
.string "I collected these POKéMON\n"
|
|
.string "from all around the world!$"
|
|
|
|
SSAnne_1F_Room2_Text_AnnDefeat::
|
|
.string "Oh, no!\n"
|
|
.string "I went around the world for these!$"
|
|
|
|
SSAnne_1F_Room2_Text_AnnPostBattle::
|
|
.string "You hurt my poor POKéMON!\p"
|
|
.string "I demand that you heal them at a\n"
|
|
.string "POKéMON CENTER!$"
|
|
|
|
SSAnne_1F_Room2_Text_CruisingAroundWorld::
|
|
.string "We are cruising around the world,\n"
|
|
.string "my children and I.$"
|
|
|