diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-02 14:38:49 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-02 14:38:49 -0800 |
commit | 79e3d29c29335d7e1fb8478b16d100b1844f2da4 (patch) | |
tree | 8bc428f307b41dfe69284b54bb072a98761b98c3 /data/scripts/maps/SealedChamber_OuterRoom.inc | |
parent | 765526b99f50bf6b8c41c69bd6b1dc82471cda2d (diff) |
Use constants for all SYS flags
Diffstat (limited to 'data/scripts/maps/SealedChamber_OuterRoom.inc')
-rw-r--r-- | data/scripts/maps/SealedChamber_OuterRoom.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/SealedChamber_OuterRoom.inc b/data/scripts/maps/SealedChamber_OuterRoom.inc index 5ff94be19..27d44cad1 100644 --- a/data/scripts/maps/SealedChamber_OuterRoom.inc +++ b/data/scripts/maps/SealedChamber_OuterRoom.inc @@ -14,7 +14,7 @@ SealedChamber_OuterRoom_MapScript1_15F0E7:: @ 815F0E7 end SealedChamber_OuterRoom_MapScript1_15F0EB:: @ 815F0EB - checkflag 2127 + checkflag SYS_BRAILLE_DIG call_if 0, SealedChamber_OuterRoom_EventScript_15F0F5 end @@ -109,7 +109,7 @@ SealedChamber_OuterRoom_EventScript_15F1AA:: @ 815F1AA SealedChamber_OuterRoom_EventScript_15F1B8:: @ 815F1B8 lockall - checkflag 2127 + checkflag SYS_BRAILLE_DIG goto_if_eq SealedChamber_OuterRoom_EventScript_15F1CF braillemessage SealedChamber_OuterRoom_Braille_1C53B1 waitbutton |