more
This commit is contained in:
@@ -2,6 +2,14 @@ SixIsland_OutcastIsland_MapScripts::
|
||||
.byte 0
|
||||
|
||||
SixIsland_OutcastIsland_EventScript_Rocket::
|
||||
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_46, SixIsland_OutcastIsland_Text_RocketIntro, SixIsland_OutcastIsland_Text_RocketDefeat
|
||||
msgbox SixIsland_OutcastIsland_Text_RocketPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user