diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-14 19:10:50 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-14 19:10:50 -0400 |
commit | 29746b5e50fe48307cec180172e24dcae898e085 (patch) | |
tree | c4b2a0964a5bbcacfc2c51f04102af8415272be2 /arm9/src | |
parent | 34eb7a222490603be47b525a14988fae0ed2c90a (diff) |
Split incbins; bss sections
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/FUN_020910A4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/src/FUN_020910A4.c b/arm9/src/FUN_020910A4.c index d1ee68b9..c5b7c916 100644 --- a/arm9/src/FUN_020910A4.c +++ b/arm9/src/FUN_020910A4.c @@ -3,8 +3,8 @@ typedef void * (* AllocFunc)(u32 size); typedef void (* FreeFunc)(void * ptr); -AllocFunc gUnk021C8C70; -FreeFunc gUnk021C8C74; +static FreeFunc gUnk021C8C74; +static AllocFunc gUnk021C8C70; // Custom allocator ARM_FUNC void* FUN_020910A4(u32 size) |