summaryrefslogtreecommitdiff
path: root/arm9/asm/OS_irqTable.s
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-05-28 15:05:16 -0400
committerGitHub <noreply@github.com>2020-05-28 15:05:16 -0400
commit3543d7e3d66951e96f4d1bd34f54597f881983fc (patch)
tree350bb84779b932901dd0a27a540969ab17121b6f /arm9/asm/OS_irqTable.s
parentd42cc73852cdb0cc0684bb87aaa6975d06cae02f (diff)
parent53dd5bc0de0fb2237c57520971a7854e0dde5902 (diff)
Merge pull request #120 from red031000/master
OS_irqHandler
Diffstat (limited to 'arm9/asm/OS_irqTable.s')
-rw-r--r--arm9/asm/OS_irqTable.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/arm9/asm/OS_irqTable.s b/arm9/asm/OS_irqTable.s
index 6c106c92..e42d600b 100644
--- a/arm9/asm/OS_irqTable.s
+++ b/arm9/asm/OS_irqTable.s
@@ -36,6 +36,18 @@ OS_IRQTable: ; 027E0000 ;10b6a0
OSi_IrqCallbackInfo: ; 0x021D341C
.space 0x60
+ .section .data
+ .global OSi_IrqCallbackInfoIndex
+OSi_IrqCallbackInfoIndex: ; 0x02106818
+ .short 8
+ .short 9
+ .short 10
+ .short 11
+ .short 3
+ .short 4
+ .short 5
+ .short 6
+
.section .text
arm_func_start OSi_IrqTimer3