Rename `func_8008A890` to `nuContPakFileState`

This commit is contained in:
gijs 2023-10-21 18:13:39 +02:00
parent 32c7a5b95d
commit 9c23db285b
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@ nuContReadFuncSet = 0x8008A660;
nuContPakMgrInit = 0x8008A6A0; nuContPakMgrInit = 0x8008A6A0;
nuContPakMgrRemove = 0x8008A6C0; nuContPakMgrRemove = 0x8008A6C0;
nuContPakRepairId = 0x8008A8E8; nuContPakRepairId = 0x8008A8E8;
nuContPakFileState = 0x8008A890;
obCurrentTime = 0x800C47D0; obCurrentTime = 0x800C47D0;

View File

@ -21,7 +21,7 @@ INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A798);
INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A850); INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A850);
INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A890); INCLUDE_ASM(const s32, "nu/nucontpakmgr", nuContPakFileState);
INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A8BC); INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A8BC);