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_7F/scripts.inc | |
parent | 9aa5709329f4cbd497d0f21af10218f8a7547151 (diff) |
More story flags
Diffstat (limited to 'data/maps/SilphCo_7F/scripts.inc')
-rw-r--r-- | data/maps/SilphCo_7F/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/SilphCo_7F/scripts.inc b/data/maps/SilphCo_7F/scripts.inc index 9d0137cc3..c4f6bafab 100644 --- a/data/maps/SilphCo_7F/scripts.inc +++ b/data/maps/SilphCo_7F/scripts.inc @@ -4,11 +4,11 @@ SilphCo_7F_MapScripts:: @ 8161984 .byte 0 SilphCo_7F_MapScript1_16198F:: @ 816198F - checkflag FLAG_0x284 + checkflag FLAG_SILPH_7F_DOOR_1 call_if FALSE, EventScript_1A834B - checkflag FLAG_0x285 + checkflag FLAG_SILPH_7F_DOOR_2 call_if FALSE, EventScript_1A8379 - checkflag FLAG_0x286 + checkflag FLAG_SILPH_7F_DOOR_3 call_if FALSE, EventScript_1A83A7 end |