Removed more commented out addresses

I like to help.
This commit is contained in:
LOuroboros
2021-12-21 22:46:59 -03:00
parent e28fa7f91c
commit d94dae18f7
4 changed files with 26 additions and 29 deletions
+2 -2
View File
@@ -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]