diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-22 16:36:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-22 16:36:02 -0400 |
commit | d382442e45e5aaf4a8c45e40c13f5328e79349d7 (patch) | |
tree | d671042f5374e38f1d143c6f93e98c983a0bb579 /arm9/asm/OS_timer.s | |
parent | 09eb26569c0c5e9b733a3c4f33bcf876e48dc0be (diff) |
Distribute bss_3.s among code files
Diffstat (limited to 'arm9/asm/OS_timer.s')
-rw-r--r-- | arm9/asm/OS_timer.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/asm/OS_timer.s b/arm9/asm/OS_timer.s index 1f4b8fdd..eeeda6ff 100644 --- a/arm9/asm/OS_timer.s +++ b/arm9/asm/OS_timer.s @@ -1,6 +1,12 @@ .include "asm/macros.inc" .include "global.inc" + .section .bss + + .global OSi_TimerReserved +OSi_TimerReserved: ; 0x021D37A8 + .space 0x4 + .text arm_func_start OSi_SetTimerReserved |