Skip to content

Commit 0ea5672

Browse files
rrealmutofenhl
andauthored
Update ASM/src/bg_gate_shutter.asm
Co-authored-by: Fenhl <fenhl@fenhl.net>
1 parent d24ea63 commit 0ea5672

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ASM/src/bg_gate_shutter.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; Put the flag into t9 because it will be checked against 0 when we return
44
; we can use t8
55
bg_gate_shutter_open_hack:
6-
li t8, OPEN_KAKARIKO
7-
lb t8, 0x00(t8) ; read the value of the OPEN_KAKARIKO setting. If we set it to 2 then it's always open
8-
jr ra
6+
li t8, OPEN_KAKARIKO
7+
lb t8, 0x00(t8) ; read the value of the OPEN_KAKARIKO setting. If we set it to 2 then it's always open
8+
jr ra
99
andi t9, t8, 0x02

0 commit comments

Comments
 (0)