Reformat compare + goto_if/call_if to single statements
This commit is contained in:
@@ -3,11 +3,9 @@ Route130_MapScripts::
|
||||
.byte 0
|
||||
|
||||
Route130_OnTransition:
|
||||
compare VAR_SOOTOPOLIS_CITY_STATE, 4
|
||||
call_if_ge Route130_EventScript_CheckSetAbnormalWeather
|
||||
call_if_ge VAR_SOOTOPOLIS_CITY_STATE, 4, Route130_EventScript_CheckSetAbnormalWeather
|
||||
specialvar VAR_RESULT, IsMirageIslandPresent
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq Route130_EventScript_SetMirageIslandLayout
|
||||
goto_if_eq VAR_RESULT, TRUE, Route130_EventScript_SetMirageIslandLayout
|
||||
setflag FLAG_TEMP_11
|
||||
setflag FLAG_TEMP_12
|
||||
setflag FLAG_TEMP_13
|
||||
|
||||
Reference in New Issue
Block a user