mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-25 16:28:25 -05:00
21 lines
611 B
PHP
21 lines
611 B
PHP
RocketHideout_B2F_Frlg_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?$"
|
|
|