diff --git a/src/nu/nucontpakrepairid.c b/src/nu/nucontpakrepairid.c index e516928..0ef0f8c 100644 --- a/src/nu/nucontpakrepairid.c +++ b/src/nu/nucontpakrepairid.c @@ -1,3 +1,9 @@ #include "common.h" -INCLUDE_ASM(const s32, "nu/nucontpakrepairid", nuContPakRepairId); +#include "nu/nusys.h" + +/* 1B070 8008AC70 */ +s32 nuContPakRepairId(NUContPakFile* file) { + return file->error = nuSiSendMesg(NU_CONT_PAK_REPAIRID_MSG, file); +} +