summaryrefslogtreecommitdiff
path: root/arm7/asm/OS_irqHandler.s
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-07-28 12:21:45 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-07-28 12:21:45 -0400
commit22c2ecce6e0f920b9bdc0b6e9ca40d0f426b84b8 (patch)
treeabde28c36ffc10b95e36075d8ebd35dc501f9d8f /arm7/asm/OS_irqHandler.s
parentc58dec395fd3233bc329b4380841228370b1fb1c (diff)
parent3aeabb3efb6e7b40de1350550ddf0e347f51908b (diff)
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'arm7/asm/OS_irqHandler.s')
-rw-r--r--arm7/asm/OS_irqHandler.s8
1 files changed, 7 insertions, 1 deletions
diff --git a/arm7/asm/OS_irqHandler.s b/arm7/asm/OS_irqHandler.s
index b05113f1..8639392c 100644
--- a/arm7/asm/OS_irqHandler.s
+++ b/arm7/asm/OS_irqHandler.s
@@ -1,7 +1,13 @@
.include "asm/macros.inc"
.include "global.inc"
- .section .text
+ .section .bss
+
+ .global OSi_IrqThreadQueue
+OSi_IrqThreadQueue: ;0x0380770C
+ .space 0x03807714 - 0x0380770C
+
+ .section .text
arm_func_start OS_IrqHandler
OS_IrqHandler: ; 0x037F853C