diff --git a/linker_scripts/symbols/addr.txt b/linker_scripts/symbols/addr.txt index dd189b0..e21ae6b 100644 --- a/linker_scripts/symbols/addr.txt +++ b/linker_scripts/symbols/addr.txt @@ -93,6 +93,7 @@ nuContRetrace = 0x8008A47C; nuContReadFuncSet = 0x8008A660; nuContPakMgrInit = 0x8008A6A0; nuContPakMgrRemove = 0x8008A6C0; +nuContPakRepairId = 0x8008A8E8; obCurrentTime = 0x800C47D0; diff --git a/src/nu/nucontpakmgr.c b/src/nu/nucontpakmgr.c index fabee73..74bbe34 100644 --- a/src/nu/nucontpakmgr.c +++ b/src/nu/nucontpakmgr.c @@ -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_8008A8E8); +INCLUDE_ASM(const s32, "nu/nucontpakmgr", nuContPakRepairId);