summaryrefslogtreecommitdiff
path: root/arm7/asm/OS_interrupt.s
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-09 12:53:10 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-09 12:53:10 -0400
commit130c1e3e085a3622b7bf21f769e021e1489be332 (patch)
treec3719e3778c817800b3ab626ca3000b8d2840d7d /arm7/asm/OS_interrupt.s
parent1a24d1dbc523215e106a5402f869c4138607b610 (diff)
parentc8f98c38d5baf6bf86531188b1a6ff0745d8d8c9 (diff)
Merge branch 'master' of github.com:martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm7/asm/OS_interrupt.s')
-rw-r--r--arm7/asm/OS_interrupt.s20
1 files changed, 19 insertions, 1 deletions
diff --git a/arm7/asm/OS_interrupt.s b/arm7/asm/OS_interrupt.s
index 48fc9d1b..0a999637 100644
--- a/arm7/asm/OS_interrupt.s
+++ b/arm7/asm/OS_interrupt.s
@@ -1,7 +1,25 @@
.include "asm/macros.inc"
.include "global.inc"
- .text
+ .section .bss
+
+ .global _03807744
+_03807744: ;0x03807744
+ .space 0x03807748 - 0x03807744
+
+ .global _03807748
+_03807748: ;0x03807748
+ .space 0x0380774C - 0x03807748
+
+ .global _0380774C
+_0380774C: ;0x0380774C
+ .space 0x03807774 - 0x0380774C
+
+ .global _03807774
+_03807774: ;0x03807774
+ .space 0x03807780 - 0x03807774
+
+ .section .text
arm_func_start OS_ResetRequestIrqMask
OS_ResetRequestIrqMask: ; 0x037F8824