Reformat compare + goto_if/call_if to single statements
This commit is contained in:
@@ -21,22 +21,17 @@ SlateportCity_OceanicMuseum_2F_EventScript_CaptStern::
|
||||
applymovement LOCALID_GRUNT_1, SlateportCity_OceanicMuseum_2F_Movement_FirstGruntApproach
|
||||
applymovement LOCALID_GRUNT_2, SlateportCity_OceanicMuseum_2F_Movement_SecondGruntApproach
|
||||
waitmovement 0
|
||||
compare VAR_FACING, DIR_SOUTH
|
||||
call_if_eq SlateportCity_OceanicMuseum_2F_EventScript_PlayerFaceGrunts
|
||||
compare VAR_FACING, DIR_EAST
|
||||
call_if_eq SlateportCity_OceanicMuseum_2F_EventScript_PlayerFaceGrunts
|
||||
call_if_eq VAR_FACING, DIR_SOUTH, SlateportCity_OceanicMuseum_2F_EventScript_PlayerFaceGrunts
|
||||
call_if_eq VAR_FACING, DIR_EAST, SlateportCity_OceanicMuseum_2F_EventScript_PlayerFaceGrunts
|
||||
msgbox SlateportCity_OceanicMuseum_2F_Text_WellTakeThoseParts, MSGBOX_DEFAULT
|
||||
compare VAR_FACING, DIR_EAST
|
||||
call_if_ne SlateportCity_OceanicMuseum_2F_EventScript_SternFaceGrunts
|
||||
call_if_ne VAR_FACING, DIR_EAST, SlateportCity_OceanicMuseum_2F_EventScript_SternFaceGrunts
|
||||
msgbox SlateportCity_OceanicMuseum_2F_Text_SternWhoAreYou, MSGBOX_DEFAULT
|
||||
msgbox SlateportCity_OceanicMuseum_2F_Text_WereTeamAqua, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement LOCALID_GRUNT_2, SlateportCity_OceanicMuseum_2F_Movement_GruntApproachToBattle
|
||||
waitmovement 0
|
||||
compare VAR_FACING, DIR_SOUTH
|
||||
call_if_eq SlateportCity_OceanicMuseum_2F_EventScript_PlayerApproachGruntSouth
|
||||
compare VAR_FACING, DIR_WEST
|
||||
call_if_eq SlateportCity_OceanicMuseum_2F_EventScript_PlayerApproachGruntWest
|
||||
call_if_eq VAR_FACING, DIR_SOUTH, SlateportCity_OceanicMuseum_2F_EventScript_PlayerApproachGruntSouth
|
||||
call_if_eq VAR_FACING, DIR_WEST, SlateportCity_OceanicMuseum_2F_EventScript_PlayerApproachGruntWest
|
||||
trainerbattle_no_intro TRAINER_GRUNT_MUSEUM_1, SlateportCity_OceanicMuseum_2F_Text_Grunt1Defeat
|
||||
msgbox SlateportCity_OceanicMuseum_2F_Text_BossGoingToBeFurious, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
@@ -86,8 +81,7 @@ SlateportCity_OceanicMuseum_2F_EventScript_CaptStern::
|
||||
special HealPlayerParty
|
||||
removeobject LOCALID_CAPT_STERN
|
||||
setflag FLAG_HIDE_ROUTE_110_TEAM_AQUA
|
||||
compare VAR_REGISTER_BIRCH_STATE, 0
|
||||
call_if_eq SlateportCity_OceanicMuseum_2F_EventScript_ReadyRegisterBirch
|
||||
call_if_eq VAR_REGISTER_BIRCH_STATE, 0, SlateportCity_OceanicMuseum_2F_EventScript_ReadyRegisterBirch
|
||||
setflag FLAG_DELIVERED_DEVON_GOODS
|
||||
clearflag FLAG_HIDE_ROUTE_116_DEVON_EMPLOYEE
|
||||
setflag FLAG_HIDE_RUSTBORO_CITY_DEVON_CORP_3F_EMPLOYEE
|
||||
|
||||
Reference in New Issue
Block a user