mirror of https://github.com/pret/pokeemerald.git
fix last @ local label
This commit is contained in:
parent
c14df031ad
commit
b18325fc3e
|
@ -96,8 +96,8 @@ InterruptMain: ; 8000248
|
||||||
add r12, r12, 0x4
|
add r12, r12, 0x4
|
||||||
ands r0, r1, INTR_FLAG_GAMEPAK
|
ands r0, r1, INTR_FLAG_GAMEPAK
|
||||||
strbne r0, [r3, OFFSET_REG_SOUNDCNT_X - 0x200]
|
strbne r0, [r3, OFFSET_REG_SOUNDCNT_X - 0x200]
|
||||||
@loop:
|
$loop:
|
||||||
bne @loop
|
bne $loop
|
||||||
$foundInterrupt:
|
$foundInterrupt:
|
||||||
strh r0, [r3, OFFSET_REG_IF - 0x200]
|
strh r0, [r3, OFFSET_REG_IF - 0x200]
|
||||||
bic r2, r2, r0
|
bic r2, r2, r0
|
||||||
|
|
Loading…
Reference in New Issue