mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
change interrupt table address to label
This commit is contained in:
parent
025bb6a8b9
commit
770b750c37
@ -353,7 +353,7 @@ init_irq_handler: @ 8000684
|
|||||||
push {r4,r5,lr}
|
push {r4,r5,lr}
|
||||||
ldr r5, =InterruptMain
|
ldr r5, =InterruptMain
|
||||||
ldr r4, =0x03002750
|
ldr r4, =0x03002750
|
||||||
ldr r3, =0x082e9548
|
ldr r3, =gRomInterruptTable
|
||||||
ldr r2, =0x03002710
|
ldr r2, =0x03002710
|
||||||
movs r1, 0xD
|
movs r1, 0xD
|
||||||
_08000690:
|
_08000690:
|
||||||
|
Loading…
Reference in New Issue
Block a user