summaryrefslogtreecommitdiff
path: root/arm9/modules/15/asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-30 20:13:58 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-30 20:13:58 -0400
commitdaf02d9b198906d93a9b289315d0fc1e519843ef (patch)
treed111ed6157e21f26c4df2c2768084c51e58803d9 /arm9/modules/15/asm
parent2e6a113eb27577764b1b6de22e04ae1f73d3069f (diff)
Document heap.c, 3
Diffstat (limited to 'arm9/modules/15/asm')
-rw-r--r--arm9/modules/15/asm/module_15.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/15/asm/module_15.s b/arm9/modules/15/asm/module_15.s
index 97282c02..a1f0f2d1 100644
--- a/arm9/modules/15/asm/module_15.s
+++ b/arm9/modules/15/asm/module_15.s
@@ -23,12 +23,12 @@ _021D74F2:
mov r0, #3
mov r1, #0x22
lsl r2, r2, #0xe
- bl FUN_0201681C
+ bl CreateHeap
mov r2, #0xa
mov r0, #3
mov r1, #0x23
lsl r2, r2, #0xe
- bl FUN_0201681C
+ bl CreateHeap
add r0, r5, #0
bl MOD15_021D7628
ldr r0, [r0, #0x14]
@@ -170,9 +170,9 @@ MOD15_021D7608: ; 0x021D7608
add r1, r4, #0
bl MOD15_021D7774
mov r0, #0x22
- bl FUN_020168D0
+ bl DestroyHeap
mov r0, #0x23
- bl FUN_020168D0
+ bl DestroyHeap
mov r0, #1
pop {r4, pc}
.align 2, 0