diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-31 08:27:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-31 08:27:32 -0400 |
commit | 3b6540d8235fe2cdd62b8bd618ce424d3944a912 (patch) | |
tree | e499a2916ec743151b054bcab28e1a95de409349 /arm9/src/game_init.c | |
parent | daf02d9b198906d93a9b289315d0fc1e519843ef (diff) |
Fix weird access in ReallocFromHeap
Diffstat (limited to 'arm9/src/game_init.c')
-rw-r--r-- | arm9/src/game_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/game_init.c b/arm9/src/game_init.c index f907d646..840b17a4 100644 --- a/arm9/src/game_init.c +++ b/arm9/src/game_init.c @@ -119,7 +119,7 @@ void Main_ToggleHBlankInterrupt(BOOL enableFlag) (void)OS_EnableIrq(); } -const struct UnkStruct_020EDB10 UNK_020EDB10[] = { +const struct HeapParam UNK_020EDB10[] = { { 0x00D000, OS_ARENA_MAIN }, { 0x021000, OS_ARENA_MAIN }, { 0x001000, OS_ARENA_MAIN }, |