diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 13:47:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 13:47:58 -0400 |
commit | 1762253800d072790303d8cd3b047bab25f8eaed (patch) | |
tree | b338b46e1fbb375d132421e8d1a6f72ac1c34b42 /arm9/asm/OS_irqTable.s | |
parent | a7fb32ea399ba1154733c2af184d296e5a245490 (diff) | |
parent | df51b3c4ff11fc6302600298d3f18681101196b1 (diff) |
Merge branch 'master' of github.com:martmists/pokediamond into libfs
Diffstat (limited to 'arm9/asm/OS_irqTable.s')
-rw-r--r-- | arm9/asm/OS_irqTable.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arm9/asm/OS_irqTable.s b/arm9/asm/OS_irqTable.s index 9a484063..593946ba 100644 --- a/arm9/asm/OS_irqTable.s +++ b/arm9/asm/OS_irqTable.s @@ -28,6 +28,9 @@ OS_IRQTable: ; 027E0000 ;10b6a0 .word OS_IrqDummy .word OS_IrqDummy + .section .bss + .space 0x20 + .section .text arm_func_start OSi_IrqTimer3 |