mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-03 11:55:49 -05:00
21 lines
624 B
PHP
21 lines
624 B
PHP
RocketHideout_B2F_MapScripts::
|
|
.byte 0
|
|
|
|
RocketHideout_B2F_EventScript_Grunt::
|
|
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_13, RocketHideout_B2F_Text_GruntIntro, RocketHideout_B2F_Text_GruntDefeat
|
|
msgbox RocketHideout_B2F_Text_GruntPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
RocketHideout_B2F_Text_GruntIntro::
|
|
.string "BOSS said you can see ghosts with\n"
|
|
.string "the SILPH SCOPE.$"
|
|
|
|
RocketHideout_B2F_Text_GruntDefeat::
|
|
.string "I surrender!$"
|
|
|
|
RocketHideout_B2F_Text_GruntPostBattle::
|
|
.string "The TEAM ROCKET HQ has four\n"
|
|
.string "underground floors.\p"
|
|
.string "Think you can reach the BOSS?$"
|
|
|