summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-09 15:23:04 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-09 15:23:04 -0500
commit5734043a202bb831609736802de615687531f7f3 (patch)
treebeb7a19fa88a6a7b2e487b4355b378b695f182c6
parent5e3f6495c44ff5e857df2e9ad7f86ae40a0b8d14 (diff)
Document intr flag load in crt0.s
-rw-r--r--asm/crt0.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/crt0.s b/asm/crt0.s
index 7f9626251..8530a76f5 100644
--- a/asm/crt0.s
+++ b/asm/crt0.s
@@ -207,7 +207,7 @@ jump_intr:
ldr r0, =gSTWIStatus
ldr r0, [r0]
ldrb r0, [r0, 0xA]
- mov r1, 0x8
+ mov r1, INTR_FLAG_TIMER0
mov r0, r1, lsl r0
orr r0, r0, INTR_FLAG_GAMEPAK
orr r1, r0, INTR_FLAG_SERIAL | INTR_FLAG_TIMER3 | INTR_FLAG_VCOUNT | INTR_FLAG_HBLANK