Rename `1AD10` to `nucontpakconv.c`

This commit is contained in:
gijs 2023-10-22 12:49:23 +02:00
parent f89ed6df1a
commit 9dafb4f418
2 changed files with 6 additions and 1 deletions

View File

@ -132,7 +132,7 @@ segments:
- [0x1AA40, c, "nu/nucontqueryread"] - [0x1AA40, c, "nu/nucontqueryread"]
- [0x1AA60, c, "nu/nucontreadfuncset"] - [0x1AA60, c, "nu/nucontreadfuncset"]
- [0x1AAA0, c, "nu/nucontpakmgr"] - [0x1AAA0, c, "nu/nucontpakmgr"]
- [0x1AD10, asm] - [0x1AD10, c, "nu/nucontpakconv"]
- [0x1AFD0, c, "nu/nucontpakopen"] - [0x1AFD0, c, "nu/nucontpakopen"]
- [0x1B030, c, "nu/nucontpakgetfree"] - [0x1B030, c, "nu/nucontpakgetfree"]
- [0x1B070, c, "nu/nucontpakrepairid"] - [0x1B070, c, "nu/nucontpakrepairid"]

5
src/nu/nucontpakconv.c Normal file
View File

@ -0,0 +1,5 @@
#include "common.h"
INCLUDE_ASM(const s32, "nu/nucontpakconv", nuContPakJisToN64);
INCLUDE_ASM(const s32, "nu/nucontpakconv", nuContPakN64ToJis);