From 09eb26569c0c5e9b733a3c4f33bcf876e48dc0be Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 22 May 2020 16:25:42 -0400 Subject: Distribute bss_2 to code files --- arm9/lib/src/OS_arena.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arm9/lib/src/OS_arena.c') diff --git a/arm9/lib/src/OS_arena.c b/arm9/lib/src/OS_arena.c index ae05b49c..31796771 100644 --- a/arm9/lib/src/OS_arena.c +++ b/arm9/lib/src/OS_arena.c @@ -7,8 +7,9 @@ #include "OS_protectionRegion.h" #include "OS_emulator.h" -extern BOOL OSi_MainExArenaEnabled; -extern BOOL OSi_Initialized; // TODO: located at 0x021d36f0 +static BOOL OSi_Initialized = FALSE; +static BOOL OSi_MainExArenaEnabled = FALSE; + void SDK_MAIN_ARENA_LO(); // TODO: technically this should be defined in the lcf extern void SDK_SECTION_ARENA_EX_START(); // TODO: technically this should be defined in the lcf extern void SDK_SECTION_ARENA_ITCM_START(); // TODO: technically this should be defined in the lcf -- cgit v1.2.3