use TRUE and FALSE for flag conditionals; more story flags

This commit is contained in:
PikalaxALT
2019-10-20 21:24:16 -04:00
parent 6b503e306d
commit 9aa5709329
166 changed files with 1167 additions and 1165 deletions
+5 -5
View File
@@ -4,10 +4,10 @@ RocketHideout_Elevator_MapScripts:: @ 81614D8
RocketHideout_Elevator_EventScript_1614D9:: @ 81614D9
lockall
checkflag FLAG_0x2A5
goto_if lt, EventScript_16161B
goto_if FALSE, EventScript_16161B
setvar VAR_0x8004, 2
checkflag FLAG_TEMP_2
call_if lt, EventScript_1A7AB9
call_if FALSE, EventScript_1A7AB9
copyvar VAR_0x8005, VAR_0x403A
special sub_80CB580
message Text_1A535C
@@ -54,7 +54,7 @@ EventScript_161591:: @ 8161591
setvar VAR_0x8006, 3
setdynamicwarp MAP_ROCKET_HIDEOUT_B1F, 255, 24, 25
compare_var_to_value VAR_0x403A, 3
goto_if_eq EventScript_161609
goto_if eq, EventScript_161609
call EventScript_16160E
setvar VAR_0x403A, 3
goto EventScript_161609
@@ -66,7 +66,7 @@ EventScript_1615B9:: @ 81615B9
setvar VAR_0x8006, 2
setdynamicwarp MAP_ROCKET_HIDEOUT_B2F, 255, 28, 16
compare_var_to_value VAR_0x403A, 2
goto_if_eq EventScript_161609
goto_if eq, EventScript_161609
call EventScript_16160E
setvar VAR_0x403A, 2
goto EventScript_161609
@@ -78,7 +78,7 @@ EventScript_1615E1:: @ 81615E1
setvar VAR_0x8006, 0
setdynamicwarp MAP_ROCKET_HIDEOUT_B4F, 255, 20, 23
compare_var_to_value VAR_0x403A, 0
goto_if_eq EventScript_161609
goto_if eq, EventScript_161609
call EventScript_16160E
setvar VAR_0x403A, 0
goto EventScript_161609