Reformat compare + goto_if/call_if to single statements
This commit is contained in:
@@ -129,10 +129,8 @@ LilycoveCity_DepartmentStore_5F_EventScript_Woman::
|
||||
lockall
|
||||
applymovement LOCALID_WOMAN, Common_Movement_FacePlayer
|
||||
waitmovement 0
|
||||
compare VAR_SOOTOPOLIS_CITY_STATE, 0
|
||||
goto_if_eq LilycoveCity_DepartmentStore_5F_EventScript_WomanNormal
|
||||
compare VAR_SOOTOPOLIS_CITY_STATE, 4
|
||||
goto_if_ge LilycoveCity_DepartmentStore_5F_EventScript_WomanNormal
|
||||
goto_if_eq VAR_SOOTOPOLIS_CITY_STATE, 0, LilycoveCity_DepartmentStore_5F_EventScript_WomanNormal
|
||||
goto_if_ge VAR_SOOTOPOLIS_CITY_STATE, 4, LilycoveCity_DepartmentStore_5F_EventScript_WomanNormal
|
||||
goto LilycoveCity_DepartmentStore_5F_EventScript_WomanLegendaryWeather
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user