Decompile `nuContPakRepairId`
This commit is contained in:
parent
7a27f83401
commit
e493592fc2
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue