diff --git a/build/debugsoft/CardRomHeaderChecker/Card/Makefile b/build/debugsoft/CardRomHeaderChecker/Card/Makefile index b3fc5974..15279b58 100644 --- a/build/debugsoft/CardRomHeaderChecker/Card/Makefile +++ b/build/debugsoft/CardRomHeaderChecker/Card/Makefile @@ -44,7 +44,7 @@ do-build: $(TARGETS) #---------------------------------------------------------------------------- -LIBSYSCALL = ../common/0CAA/libsyscall.a +LIBSYSCALL = ../common/0CZA/libsyscall.a include $(TWLSDK_ROOT)/build/buildtools/modulerules diff --git a/build/debugsoft/CardRomHeaderChecker/Card/ROM-TS.rsf b/build/debugsoft/CardRomHeaderChecker/Card/ROM-TS.rsf index 03f8d658..17cc8900 100644 --- a/build/debugsoft/CardRomHeaderChecker/Card/ROM-TS.rsf +++ b/build/debugsoft/CardRomHeaderChecker/Card/ROM-TS.rsf @@ -88,7 +88,7 @@ Property # # ROM HEADER TEMPLATE: Provided to every product by NINTENDO # - RomHeaderTemplate ../common/0CAA/rom_header_0caa.template.sbin + RomHeaderTemplate ../common/0CZA/rom_header_0cza.template.sbin # # BANNER FILE: generated from Banner Spec File diff --git a/build/debugsoft/CardRomHeaderChecker/Nand/Makefile b/build/debugsoft/CardRomHeaderChecker/Nand/Makefile index 841b2d18..c1d65027 100644 --- a/build/debugsoft/CardRomHeaderChecker/Nand/Makefile +++ b/build/debugsoft/CardRomHeaderChecker/Nand/Makefile @@ -45,7 +45,7 @@ do-build: $(TARGETS) #---------------------------------------------------------------------------- -LIBSYSCALL = ../common/0CAA/libsyscall.a +LIBSYSCALL = ../common/0CZA/libsyscall.a include $(TWLSDK_ROOT)/build/buildtools/modulerules diff --git a/build/debugsoft/CardRomHeaderChecker/Nand/ROM-TS_nand.rsf b/build/debugsoft/CardRomHeaderChecker/Nand/ROM-TS_nand.rsf index 746fee8c..fc19a2c2 100644 --- a/build/debugsoft/CardRomHeaderChecker/Nand/ROM-TS_nand.rsf +++ b/build/debugsoft/CardRomHeaderChecker/Nand/ROM-TS_nand.rsf @@ -88,7 +88,7 @@ Property # # ROM HEADER TEMPLATE: Provided to every product by NINTENDO # - RomHeaderTemplate ../common/0CAA/rom_header_0caa.template.sbin + RomHeaderTemplate ../common/0CZA/rom_header_0cza.template.sbin # # BANNER FILE: generated from Banner Spec File diff --git a/build/debugsoft/CardRomHeaderChecker/common/0CAA/libsyscall.a b/build/debugsoft/CardRomHeaderChecker/common/0CAA/libsyscall.a deleted file mode 100644 index d48f7df6..00000000 Binary files a/build/debugsoft/CardRomHeaderChecker/common/0CAA/libsyscall.a and /dev/null differ diff --git a/build/debugsoft/CardRomHeaderChecker/common/0CAA/rom_header_0caa.template.sbin b/build/debugsoft/CardRomHeaderChecker/common/0CAA/rom_header_0caa.template.sbin deleted file mode 100644 index 17ffd2b7..00000000 Binary files a/build/debugsoft/CardRomHeaderChecker/common/0CAA/rom_header_0caa.template.sbin and /dev/null differ diff --git a/build/debugsoft/CardRomHeaderChecker/common/0CZA/libsyscall.a b/build/debugsoft/CardRomHeaderChecker/common/0CZA/libsyscall.a new file mode 100644 index 00000000..7377eea2 Binary files /dev/null and b/build/debugsoft/CardRomHeaderChecker/common/0CZA/libsyscall.a differ diff --git a/build/debugsoft/CardRomHeaderChecker/common/0CZA/rom_header_0cza.template.sbin b/build/debugsoft/CardRomHeaderChecker/common/0CZA/rom_header_0cza.template.sbin new file mode 100644 index 00000000..f99ad765 Binary files /dev/null and b/build/debugsoft/CardRomHeaderChecker/common/0CZA/rom_header_0cza.template.sbin differ