16 lines
724 B
SQL
16 lines
724 B
SQL
SixIsland_OutcastIsland_MapScripts::
|
|
.byte 0
|
|
|
|
SixIsland_OutcastIsland_EventScript_Rocket::
|
|
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_46, SixIsland_OutcastIsland_Text_RocketIntro, SixIsland_OutcastIsland_Text_RocketDefeat
|
|
specialvar VAR_RESULT, ShouldTryRematchBattle
|
|
goto_if_eq VAR_RESULT, TRUE, SixIsland_OutcastIsland_EventScript_RocketRematch
|
|
msgbox SixIsland_OutcastIsland_Text_RocketPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
SixIsland_OutcastIsland_EventScript_RocketRematch::
|
|
trainerbattle_rematch TRAINER_TEAM_ROCKET_GRUNT_46, SixIsland_OutcastIsland_Text_RocketIntro, SixIsland_OutcastIsland_Text_RocketDefeat
|
|
msgbox SixIsland_OutcastIsland_Text_RocketPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|