Reformat compare + goto_if/call_if to single statements
This commit is contained in:
@@ -25,8 +25,7 @@ EverGrandeCity_PhoebesRoom_EventScript_WalkInCloseDoor::
|
||||
|
||||
EverGrandeCity_PhoebesRoom_OnLoad:
|
||||
call_if_set FLAG_DEFEATED_ELITE_4_PHOEBE, EverGrandeCity_PhoebesRoom_EventScript_ResetAdvanceToNextRoom
|
||||
compare VAR_ELITE_4_STATE, 2
|
||||
call_if_eq EverGrandeCity_PhoebesRoom_EventScript_CloseDoor
|
||||
call_if_eq VAR_ELITE_4_STATE, 2, EverGrandeCity_PhoebesRoom_EventScript_CloseDoor
|
||||
end
|
||||
|
||||
EverGrandeCity_PhoebesRoom_EventScript_ResetAdvanceToNextRoom::
|
||||
|
||||
Reference in New Issue
Block a user