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/81 | |
parent | 69d6f58ba778d791e522c161f1a6ed95b2a170e6 (diff) |
Name methods in filesystem.c
Diffstat (limited to 'arm9/modules/81')
-rw-r--r-- | arm9/modules/81/asm/module_81.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/81/asm/module_81.s b/arm9/modules/81/asm/module_81.s index b52f32e8..2182f0cd 100644 --- a/arm9/modules/81/asm/module_81.s +++ b/arm9/modules/81/asm/module_81.s @@ -1661,7 +1661,7 @@ MOD81_02238A84: ; 0x02238A84 str r0, [r4, r6] ldr r1, [sp, #4] add r0, r7, #0 - bl LoadFromNARC_7 + bl GetNarcMemberSizeByIdPair add r1, r0, #0 ldr r0, [r4, r6] bl DC_FlushRange |