Rename `func_8008A8BC` to `nuContPakFileNum`
This commit is contained in:
parent
ebf97965ae
commit
c62b4a3636
|
|
@ -95,6 +95,7 @@ nuContPakMgrInit = 0x8008A6A0;
|
||||||
nuContPakMgrRemove = 0x8008A6C0;
|
nuContPakMgrRemove = 0x8008A6C0;
|
||||||
nuContPakRepairId = 0x8008A8E8;
|
nuContPakRepairId = 0x8008A8E8;
|
||||||
nuContPakFileState = 0x8008A890;
|
nuContPakFileState = 0x8008A890;
|
||||||
|
nuContPakFileNum = 0x8008A8BC;
|
||||||
|
|
||||||
|
|
||||||
obCurrentTime = 0x800C47D0;
|
obCurrentTime = 0x800C47D0;
|
||||||
|
|
|
||||||
|
|
@ -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", nuContPakFileState);
|
||||||
|
|
||||||
INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A8BC);
|
INCLUDE_ASM(const s32, "nu/nucontpakmgr", nuContPakFileNum);
|
||||||
|
|
||||||
INCLUDE_ASM(const s32, "nu/nucontpakmgr", nuContPakRepairId);
|
INCLUDE_ASM(const s32, "nu/nucontpakmgr", nuContPakRepairId);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue