diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-28 21:16:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-28 21:16:43 -0400 |
commit | 157607413404080ce48939fdcff371961e983381 (patch) | |
tree | 73a4ba89c02cb0ef5e0764d060aa409bec7c500b /arm9/modules/28 | |
parent | 69d6f58ba778d791e522c161f1a6ed95b2a170e6 (diff) |
Name methods in filesystem.c
Diffstat (limited to 'arm9/modules/28')
-rw-r--r-- | arm9/modules/28/asm/module_28.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/28/asm/module_28.s b/arm9/modules/28/asm/module_28.s index 3f9efbbe..40971e04 100644 --- a/arm9/modules/28/asm/module_28.s +++ b/arm9/modules/28/asm/module_28.s @@ -638,7 +638,7 @@ MOD28_02254CB4: ; 0x02254CB4 bl FUN_02006A34 mov r0, #0x13 mov r1, #8 - bl FUN_02006670 + bl NARC_ctor str r0, [sp, #0x1c] cmp r0, #0 bne _02254CE8 @@ -679,7 +679,7 @@ _02254D24: ldr r0, [sp, #0x1c] ldr r1, [r4, #4] mov r2, #8 - bl FUN_02006704 + bl NARC_AllocAndReadWholeMember add r1, sp, #0x2c str r0, [sp, #0x20] bl FUN_020B0088 @@ -807,7 +807,7 @@ _02254DE0: b _02254D24 _02254E40: ldr r0, [sp, #0x1c] - bl FUN_020066F4 + bl NARC_dtor _02254E46: add sp, #0x40 pop {r3, r4, r5, r6, r7, pc} |