Rename `func_8008A890` to `nuContPakFileState`
This commit is contained in:
parent
32c7a5b95d
commit
9c23db285b
|
|
@ -94,6 +94,7 @@ nuContReadFuncSet = 0x8008A660;
|
||||||
nuContPakMgrInit = 0x8008A6A0;
|
nuContPakMgrInit = 0x8008A6A0;
|
||||||
nuContPakMgrRemove = 0x8008A6C0;
|
nuContPakMgrRemove = 0x8008A6C0;
|
||||||
nuContPakRepairId = 0x8008A8E8;
|
nuContPakRepairId = 0x8008A8E8;
|
||||||
|
nuContPakFileState = 0x8008A890;
|
||||||
|
|
||||||
|
|
||||||
obCurrentTime = 0x800C47D0;
|
obCurrentTime = 0x800C47D0;
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue