Removed more commented out addresses
I like to help.
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@
|
||||
|
||||
.align 2, 0
|
||||
.global Init
|
||||
Init: @ 8000204
|
||||
Init:
|
||||
mov r0, #PSR_IRQ_MODE
|
||||
msr cpsr_cf, r0
|
||||
ldr sp, sp_irq
|
||||
@@ -34,7 +34,7 @@ sp_irq: .word IWRAM_END - 0x60
|
||||
.arm
|
||||
.align 2, 0
|
||||
.global IntrMain
|
||||
IntrMain: @ 8000248
|
||||
IntrMain:
|
||||
mov r3, #REG_BASE
|
||||
add r3, r3, #OFFSET_REG_IE
|
||||
ldr r2, [r3]
|
||||
|
||||
Reference in New Issue
Block a user