diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 21:38:52 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 21:38:52 -0400 |
commit | 8654e828e4e6713371448e65060b38b14a136fc6 (patch) | |
tree | 59f14eb1ca26b90367c72d589020c9180be81a4f /data/maps/SilphCo_9F/scripts.inc | |
parent | 9aa5709329f4cbd497d0f21af10218f8a7547151 (diff) |
More story flags
Diffstat (limited to 'data/maps/SilphCo_9F/scripts.inc')
-rw-r--r-- | data/maps/SilphCo_9F/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/SilphCo_9F/scripts.inc b/data/maps/SilphCo_9F/scripts.inc index 36d9be32c..7f3535f60 100644 --- a/data/maps/SilphCo_9F/scripts.inc +++ b/data/maps/SilphCo_9F/scripts.inc @@ -3,13 +3,13 @@ SilphCo_9F_MapScripts:: @ 8161CDE .byte 0 SilphCo_9F_MapScript1_161CE4:: @ 8161CE4 - checkflag FLAG_0x288 + checkflag FLAG_SILPH_9F_DOOR_1 call_if FALSE, EventScript_1A840C - checkflag FLAG_0x289 + checkflag FLAG_SILPH_9F_DOOR_2 call_if FALSE, EventScript_1A8443 - checkflag FLAG_0x28A + checkflag FLAG_SILPH_9F_DOOR_3 call_if FALSE, EventScript_1A847A - checkflag FLAG_0x28B + checkflag FLAG_SILPH_9F_DOOR_4 call_if FALSE, EventScript_1A84A8 end |