Rename `func_8008AD60` to `nuContPakFileFread`

Add `nucontpakfilefread.c`
This commit is contained in:
gijs 2023-10-22 12:42:35 +02:00
parent e493592fc2
commit d68db110f1
3 changed files with 5 additions and 1 deletions

View File

@ -117,6 +117,7 @@ nuContPakFileStateImpl = 0x8008A890;
nuContPakFileNumImpl = 0x8008A8BC;
nuContPakRepairId = 0x8008AC70;
nuContPakRepairIdImpl = 0x8008A8E8;
nuContPakFileFread = 0x8008AD60;
obUnpackThreadStart = 0x8007ABAC;

View File

@ -137,7 +137,7 @@ segments:
- [0x1B030, c, "nu/nucontpakgetfree"]
- [0x1B070, c, "nu/nucontpakrepairid"]
- [0x1B0A0, c, "nu/nucontpakfileopen"]
- [0x1B160, asm]
- [0x1B160, c, "nu/nucontpakfilefread"]
- [0x1B240, asm]
- [0x1B290, c, "nu/nucontpakfilereadwrite"]
- [0x1B2E0, c, "nu/nucontpakfiledelete"]

View File

@ -0,0 +1,3 @@
#include "common.h"
INCLUDE_ASM(const s32, "nu/nucontpakfilefread", nuContPakFileFread);