diff --git a/src/SkylandersImaginators/Mods/SignaturePatch/patch_sigpatch.asm b/src/SkylandersImaginators/Mods/SignaturePatch/patch_sigpatch.asm new file mode 100644 index 00000000..c18d6cd8 --- /dev/null +++ b/src/SkylandersImaginators/Mods/SignaturePatch/patch_sigpatch.asm @@ -0,0 +1,17 @@ +[SI_sigpatch_V16] +moduleMatches = 0x39E9EBC6 ; 1.1.0 + +0x02512D44 = li r3, 0 +0x02512D48 = blr + +[SI_sigpatch_V1] +moduleMatches = 0xC683642E ; 1.0.0 + +0x025121E8 = li r3, 0 +0x025121EC = blr + +[SI_sigpatch_demo] +moduleMatches = 0xAF023381 ; Demo + +0x025101C4 = li r3, 0 +0x025101C8 = blr \ No newline at end of file diff --git a/src/SkylandersImaginators/Mods/SignaturePatch/rules.txt b/src/SkylandersImaginators/Mods/SignaturePatch/rules.txt new file mode 100644 index 00000000..1cd82ef2 --- /dev/null +++ b/src/SkylandersImaginators/Mods/SignaturePatch/rules.txt @@ -0,0 +1,6 @@ +[Definition] +titleIds = 00050000101F4D00,00050000101FB100,0005000010205E00 +name = Signature Patch +path = "Skylanders Imaginators/Mods/Signature Patch" +description = This patch removes the check for a factory's signature on dumps of characters released for Skylanders Imaginators, allowing for unique UIDs and unreleased characters to be generated.||Made by Winner Nombre with help from MusicDisc, MoltenLavaCore, and NefariousTechSupport. +version = 7 \ No newline at end of file