Reformat compare + goto_if/call_if to single statements
This commit is contained in:
@@ -5,8 +5,7 @@ PacifidlogTown_House5_EventScript_MirageIslandWatcher::
|
||||
lock
|
||||
faceplayer
|
||||
specialvar VAR_RESULT, IsMirageIslandPresent
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq PacifidlogTown_House5_EventScript_MirageIslandPresent
|
||||
goto_if_eq VAR_RESULT, TRUE, PacifidlogTown_House5_EventScript_MirageIslandPresent
|
||||
msgbox PacifidlogTown_House5_Text_CantSeeMirageIslandToday, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user