diff --git a/build/debugsoft/TMPJump/AppforFailedTmpJump/Makefile b/build/debugsoft/TMPJump/AppforFailedTmpJump/Makefile index 1d9fbeaa..ed42ba8c 100644 --- a/build/debugsoft/TMPJump/AppforFailedTmpJump/Makefile +++ b/build/debugsoft/TMPJump/AppforFailedTmpJump/Makefile @@ -36,13 +36,13 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs ifeq ($(TARGET_PLATFORM),TWL) ROM_SPEC = main_459a.rsf -# LIBSYSCALL = ../459A/libsyscall.a +LIBSYSCALL = ../459A/libsyscall.a endif ifeq ($(TARGET_PLATFORM),NITRO) ROM_SPEC = main_458a.rsf -# LIBSYSCALL = ../458A/libsyscall.a +LIBSYSCALL = ../458A/libsyscall.a endif diff --git a/build/debugsoft/TMPJump/AppforFailedTmpJump/main_458a.rsf b/build/debugsoft/TMPJump/AppforFailedTmpJump/main_458a.rsf index fb130ad4..11d12a58 100644 --- a/build/debugsoft/TMPJump/AppforFailedTmpJump/main_458a.rsf +++ b/build/debugsoft/TMPJump/AppforFailedTmpJump/main_458a.rsf @@ -11,8 +11,8 @@ # in whole or in part, without the prior written consent of Nintendo. # # $Date:: $ -# $Rev:$ -# $Author:$ +# $Rev$ +# $Author$ #---------------------------------------------------------------------------- # # Nitro ROM SPEC FILE @@ -75,7 +75,7 @@ Property # # ROM HEADER TEMPLATE: Provided to every product by NINTENDO # -# RomHeaderTemplate ../458A/rom_header_458a.template.sbin + RomHeaderTemplate ../458A/rom_header_458a.template.sbin # # BANNER FILE: generated from Banner Spec File diff --git a/build/debugsoft/TMPJump/AppforFailedTmpJump/main_459a.rsf b/build/debugsoft/TMPJump/AppforFailedTmpJump/main_459a.rsf index 5d4cf652..ce9917c4 100644 --- a/build/debugsoft/TMPJump/AppforFailedTmpJump/main_459a.rsf +++ b/build/debugsoft/TMPJump/AppforFailedTmpJump/main_459a.rsf @@ -11,8 +11,8 @@ # in whole or in part, without the prior written consent of Nintendo. # # $Date:: $ -# $Rev:$ -# $Author:$ +# $Rev$ +# $Author$ #---------------------------------------------------------------------------- # # TWL ROM SPEC FILE @@ -88,7 +88,7 @@ Property # # ROM HEADER TEMPLATE: Provided to every product by NINTENDO # -# RomHeaderTemplate ../459A/rom_header_435a.template.sbin + RomHeaderTemplate ../459A/rom_header_459a.template.sbin # # BANNER FILE: generated from Banner Spec File diff --git a/build/debugsoft/TMPJump/data/Test_NITROfail.srl b/build/debugsoft/TMPJump/data/Test_NITROfail.srl index e4ffff09..7ea5ddd8 100644 Binary files a/build/debugsoft/TMPJump/data/Test_NITROfail.srl and b/build/debugsoft/TMPJump/data/Test_NITROfail.srl differ diff --git a/build/debugsoft/TMPJump/data/Test_TWLfail.srl b/build/debugsoft/TMPJump/data/Test_TWLfail.srl index 649140d1..7743a06b 100644 Binary files a/build/debugsoft/TMPJump/data/Test_TWLfail.srl and b/build/debugsoft/TMPJump/data/Test_TWLfail.srl differ