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/74 | |
parent | 69d6f58ba778d791e522c161f1a6ed95b2a170e6 (diff) |
Name methods in filesystem.c
Diffstat (limited to 'arm9/modules/74')
-rw-r--r-- | arm9/modules/74/asm/module_74.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/74/asm/module_74.s b/arm9/modules/74/asm/module_74.s index 5ac99cc2..283ad8a8 100644 --- a/arm9/modules/74/asm/module_74.s +++ b/arm9/modules/74/asm/module_74.s @@ -687,7 +687,7 @@ MOD74_021D79F8: ; 0x021D79F8 add r5, r0, #0 ldr r1, [r5] mov r0, #0x7b - bl FUN_02006670 + bl NARC_ctor add r4, r0, #0 mov r0, #5 str r0, [sp] @@ -744,7 +744,7 @@ _021D7A5A: mov r3, #0x7b bl FUN_02079B60 add r0, r4, #0 - bl FUN_020066F4 + bl NARC_dtor ldr r0, [r5, #0x10] mov r1, #1 bl FUN_0201AC68 |