From d382442e45e5aaf4a8c45e40c13f5328e79349d7 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 22 May 2020 16:36:02 -0400 Subject: Distribute bss_3.s among code files --- arm9/asm/OS_timer.s | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arm9/asm/OS_timer.s') 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 -- cgit v1.2.3