diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-30 09:19:03 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-30 09:19:03 -0400 |
commit | 2e6a113eb27577764b1b6de22e04ae1f73d3069f (patch) | |
tree | 147e75574c57e46318e321ebe7f7d3eca3904c2d /arm9/modules/84 | |
parent | 9da7dd90041b785cb156069ccdf96996d9a162e2 (diff) |
Refactor heap.c, 2
Diffstat (limited to 'arm9/modules/84')
-rw-r--r-- | arm9/modules/84/asm/module_84_thumb1.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/84/asm/module_84_thumb1.s b/arm9/modules/84/asm/module_84_thumb1.s index a5838988..e133a761 100644 --- a/arm9/modules/84/asm/module_84_thumb1.s +++ b/arm9/modules/84/asm/module_84_thumb1.s @@ -934,7 +934,7 @@ MOD84_021D7BC8: ; 0x021D7BC8 add r0, #0x6c mov r1, #0x4b mov r2, #0x20 - bl FUN_02016B20 + bl GF_ExpHeap_FndInitAllocator ldr r0, [r4, #4] mov r1, #0 bl NNS_G3dGetAnmByIdx |