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/57 | |
parent | 69d6f58ba778d791e522c161f1a6ed95b2a170e6 (diff) |
Name methods in filesystem.c
Diffstat (limited to 'arm9/modules/57')
-rw-r--r-- | arm9/modules/57/asm/module_57.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/57/asm/module_57.s b/arm9/modules/57/asm/module_57.s index a25b99a6..a7e7e2ee 100644 --- a/arm9/modules/57/asm/module_57.s +++ b/arm9/modules/57/asm/module_57.s @@ -3685,7 +3685,7 @@ _021D91BC: stmia r2!, {r0, r1} mov r0, #0x33 mov r1, #0x19 - bl FUN_02006670 + bl NARC_ctor str r0, [sp, #0x14] mov r0, #0x1e lsl r0, r0, #4 @@ -3699,7 +3699,7 @@ _021D9290: ldr r1, [r1, r6] mov r2, #0x19 add r5, r7, r6 - bl FUN_02006704 + bl NARC_AllocAndReadWholeMember mov r1, #7 lsl r1, r1, #6 str r0, [r5, r1] @@ -3727,7 +3727,7 @@ _021D92CE: cmp r4, #8 blo _021D9290 ldr r0, [sp, #0x14] - bl FUN_020066F4 + bl NARC_dtor mov r0, #0x10 mov r1, #1 bl FUN_0201E6E4 |