diff options
Diffstat (limited to 'asm/start.s')
-rwxr-xr-x | asm/start.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/start.s b/asm/start.s index b23c4c8..ec036b0 100755 --- a/asm/start.s +++ b/asm/start.s @@ -28,6 +28,7 @@ sp_sys: .4byte IWRAM_END - 0x100 sp_irq: .4byte IWRAM_END - 0x60 .pool + .global IntrMain IntrMain: @ 8000104 mov r3, REG_BASE add r3, r3, OFFSET_REG_IE |