Rename `1AD10` to `nucontpakconv.c`
This commit is contained in:
parent
f89ed6df1a
commit
9dafb4f418
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
#include "common.h"
|
||||
|
||||
INCLUDE_ASM(const s32, "nu/nucontpakconv", nuContPakJisToN64);
|
||||
|
||||
INCLUDE_ASM(const s32, "nu/nucontpakconv", nuContPakN64ToJis);
|
||||
Loading…
Reference in New Issue