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/63 | |
parent | 9da7dd90041b785cb156069ccdf96996d9a162e2 (diff) |
Refactor heap.c, 2
Diffstat (limited to 'arm9/modules/63')
-rw-r--r-- | arm9/modules/63/asm/mod63_021D74E0.s | 2 | ||||
-rw-r--r-- | arm9/modules/63/asm/mod63_021D8890.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/63/asm/mod63_021D74E0.s b/arm9/modules/63/asm/mod63_021D74E0.s index d309fdee..a32913d9 100644 --- a/arm9/modules/63/asm/mod63_021D74E0.s +++ b/arm9/modules/63/asm/mod63_021D74E0.s @@ -500,7 +500,7 @@ MOD63_021D78BC: ; 0x021D78BC add r0, #0x68 add r1, r4, #0 mov r2, #4 - bl FUN_02016B20 + bl GF_ExpHeap_FndInitAllocator mov r0, #0x30 add r1, r6, #0 add r2, r4, #0 diff --git a/arm9/modules/63/asm/mod63_021D8890.s b/arm9/modules/63/asm/mod63_021D8890.s index 42cbfcd7..982a2b9a 100644 --- a/arm9/modules/63/asm/mod63_021D8890.s +++ b/arm9/modules/63/asm/mod63_021D8890.s @@ -1930,7 +1930,7 @@ _021D9840: ldr r1, [r2, #0x14] add r1, r2, r1 sub r1, r1, r0 - bl FUN_02016B44 + bl ReallocFromHeap mov r0, #0x80 mov r1, #0x4c bl NARC_ctor |