diff options
author | YamaArashi <shadow962@live.com> | 2015-10-06 20:45:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-06 20:45:31 -0700 |
commit | 770b750c375324aed9683276245f25f351657e7f (patch) | |
tree | 914b03cc7fecb07e9a466c09685e2e51952e3734 | |
parent | 025bb6a8b936df404605e45e06c92b43ef0810e9 (diff) |
change interrupt table address to label
-rw-r--r-- | asm/main.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/main.s b/asm/main.s index d229d43e5..1e6e8b426 100644 --- a/asm/main.s +++ b/asm/main.s @@ -353,7 +353,7 @@ init_irq_handler: @ 8000684 push {r4,r5,lr} ldr r5, =InterruptMain ldr r4, =0x03002750 - ldr r3, =0x082e9548 + ldr r3, =gRomInterruptTable ldr r2, =0x03002710 movs r1, 0xD _08000690: |