From 9dafb4f418e4a0e614ddfa5e6369e0d14fc0b688 Mon Sep 17 00:00:00 2001 From: gijs Date: Sun, 22 Oct 2023 12:49:23 +0200 Subject: [PATCH] Rename `1AD10` to `nucontpakconv.c` --- splat.yaml | 2 +- src/nu/nucontpakconv.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/nu/nucontpakconv.c diff --git a/splat.yaml b/splat.yaml index 4d89583..b8eaa24 100644 --- a/splat.yaml +++ b/splat.yaml @@ -132,7 +132,7 @@ segments: - [0x1AA40, c, "nu/nucontqueryread"] - [0x1AA60, c, "nu/nucontreadfuncset"] - [0x1AAA0, c, "nu/nucontpakmgr"] - - [0x1AD10, asm] + - [0x1AD10, c, "nu/nucontpakconv"] - [0x1AFD0, c, "nu/nucontpakopen"] - [0x1B030, c, "nu/nucontpakgetfree"] - [0x1B070, c, "nu/nucontpakrepairid"] diff --git a/src/nu/nucontpakconv.c b/src/nu/nucontpakconv.c new file mode 100644 index 0000000..7d08b4c --- /dev/null +++ b/src/nu/nucontpakconv.c @@ -0,0 +1,5 @@ +#include "common.h" + +INCLUDE_ASM(const s32, "nu/nucontpakconv", nuContPakJisToN64); + +INCLUDE_ASM(const s32, "nu/nucontpakconv", nuContPakN64ToJis);