diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-03 01:26:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-03 01:26:01 -0500 |
commit | d32ec8bf7246468625ab68a2d62835d70b7ac98c (patch) | |
tree | cc09c6b3cdc80f40dd598f21282cf6f591870e5c /src/malloc.c | |
parent | e774b79b45ac39eebdfb6dcbb9ff73f7bacab094 (diff) | |
parent | 10c5a7a2dda078d90ea54114559110fa68f88f9e (diff) |
Merge pull request #59 from PikalaxALT/sym_bss
BSS; decompile tileset_anims
Diffstat (limited to 'src/malloc.c')
-rw-r--r-- | src/malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/malloc.c b/src/malloc.c index ccb2f7d20..1d64351c3 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -2,6 +2,7 @@ static void *sHeapStart; static u32 sHeapSize; +static u32 malloc_c_unused_0300000c; // needed to align dma3_manager.o(.bss) #define MALLOC_SYSTEM_ID 0xA3A3 |