diff --git a/Source/HyruleWarriors/patches.txt b/Source/HyruleWarriors/patches.txt new file mode 100644 index 00000000..13bffd16 --- /dev/null +++ b/Source/HyruleWarriors/patches.txt @@ -0,0 +1,20 @@ + +[HyruleWarriors_219v208] +moduleMatches = 0xE159AE91 + +#rodata constant changes + +0x1009609C = .float +0x10096124 = .float +0x10096948 = .float +0x10096974 = .float diff --git a/build.sh b/build.sh index 8c40ecdc..05f678b3 100644 --- a/build.sh +++ b/build.sh @@ -138,7 +138,7 @@ std_respack "GhostBladeHD" "${res16by9[@]/$just720p}" std_respack "GhostlyAdventures" "${res16by9[@]/$just720p}" std_respack "GhostlyAdventures2" "${res16by9[@]/$just720p}" std_respack "Guacamelee" "${res16by9[@]/$just720p}" -std_respack "HyruleWarriors" "${res16by9[@]/$just720p}" +std_respack "HyruleWarriors" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" std_respack "InfinityRunner" "${res16by9[@]/$just720p}" std_respack "KamenRider" "${res16by9[@]/$just720p}" std_respack "KickandFennick" "${res16by9[@]/$just720p}"