mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-01 07:45:32 -05:00
19 lines
530 B
PHP
19 lines
530 B
PHP
SSAnne_B1F_Room2_Frlg_MapScripts::
|
|
.byte 0
|
|
|
|
SSAnne_B1F_Room2_EventScript_Huey::
|
|
trainerbattle_single TRAINER_SAILOR_HUEY, SSAnne_B1F_Room2_Text_HueyIntro, SSAnne_B1F_Room2_Text_HueyDefeat
|
|
msgbox SSAnne_B1F_Room2_Text_HueyPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
SSAnne_B1F_Room2_Text_HueyIntro::
|
|
.string "Even us sailors have POKéMON, too!$"
|
|
|
|
SSAnne_B1F_Room2_Text_HueyDefeat::
|
|
.string "Okay, you're not bad.$"
|
|
|
|
SSAnne_B1F_Room2_Text_HueyPostBattle::
|
|
.string "We caught all our POKéMON while\n"
|
|
.string "we were out at sea.$"
|
|
|