Rename `func_8008A8BC` to `nuContPakFileNum`

This commit is contained in:
gijs 2023-10-21 18:15:56 +02:00
parent ebf97965ae
commit c62b4a3636
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ nuContPakMgrInit = 0x8008A6A0;
nuContPakMgrRemove = 0x8008A6C0;
nuContPakRepairId = 0x8008A8E8;
nuContPakFileState = 0x8008A890;
nuContPakFileNum = 0x8008A8BC;
obCurrentTime = 0x800C47D0;

View File

@ -23,6 +23,6 @@ INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A850);
INCLUDE_ASM(const s32, "nu/nucontpakmgr", nuContPakFileState);
INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A8BC);
INCLUDE_ASM(const s32, "nu/nucontpakmgr", nuContPakFileNum);
INCLUDE_ASM(const s32, "nu/nucontpakmgr", nuContPakRepairId);