Rename `func_8008A8E8` to `nuContPakRepairId`

This commit is contained in:
gijs 2023-10-21 18:12:30 +02:00
parent d4b40689b4
commit 32c7a5b95d
2 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,7 @@ nuContRetrace = 0x8008A47C;
nuContReadFuncSet = 0x8008A660; nuContReadFuncSet = 0x8008A660;
nuContPakMgrInit = 0x8008A6A0; nuContPakMgrInit = 0x8008A6A0;
nuContPakMgrRemove = 0x8008A6C0; nuContPakMgrRemove = 0x8008A6C0;
nuContPakRepairId = 0x8008A8E8;
obCurrentTime = 0x800C47D0; obCurrentTime = 0x800C47D0;

View File

@ -25,4 +25,4 @@ INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A890);
INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A8BC); INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A8BC);
INCLUDE_ASM(const s32, "nu/nucontpakmgr", func_8008A8E8); INCLUDE_ASM(const s32, "nu/nucontpakmgr", nuContPakRepairId);