diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-30 20:13:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-30 20:13:58 -0400 |
commit | daf02d9b198906d93a9b289315d0fc1e519843ef (patch) | |
tree | d111ed6157e21f26c4df2c2768084c51e58803d9 /arm9/modules/76/asm | |
parent | 2e6a113eb27577764b1b6de22e04ae1f73d3069f (diff) |
Document heap.c, 3
Diffstat (limited to 'arm9/modules/76/asm')
-rw-r--r-- | arm9/modules/76/asm/module_76.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/76/asm/module_76.s b/arm9/modules/76/asm/module_76.s index 4f32e870..38055b90 100644 --- a/arm9/modules/76/asm/module_76.s +++ b/arm9/modules/76/asm/module_76.s @@ -11,7 +11,7 @@ MOD76_021D74E0: ; 0x021D74E0 mov r0, #3 mov r1, #0x43 lsl r2, r2, #0x10 - bl FUN_0201681C + bl CreateHeap mov r1, #0x62 add r0, r5, #0 lsl r1, r1, #2 @@ -166,7 +166,7 @@ MOD76_021D761C: ; 0x021D761C add r0, r4, #0 bl OverlayManager_FreeData mov r0, #0x43 - bl FUN_020168D0 + bl DestroyHeap mov r0, #1 pop {r4, pc} thumb_func_end MOD76_021D761C |