Stealth Cheat Type Support#3705
Open
PugsyMAME wants to merge 2 commits intostenzek:masterfrom
Open
Conversation
Stealth ASM cheat support for Spyro 3, time will tell if any other game has quite so much protection. Supports upto 256 stealth registers - allowing the change of upto 256 32-bit asm instructions without changing the memory. Example (using stealth registers 0x0e & 0x0f & 0x10): #Stealth Codes (Use Recompiler)\Angle of View Fix 51E1000E 8004F7EC 51E2000E 20020140 51E3000E 200200E0 #Stealth Codes (Use Recompiler)\Widescreen + POV 51E1000F 8004F800 51E2000F 20020140 51E3000F 200200C0 #Stealth Codes (Use Recompiler)\Invincibility:Spyro keeps normal colour 51E10010 80048AAC 51E20010 00441023 51E30010 34020001
917e109 to
47dc3ce
Compare
53fde2a to
8ddaac3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stealth ASM cheat support for Spyro 3, time will tell if any other game has quite so much protection.
Supports upto 256 stealth registers - allowing the change of upto 256 32-bit asm instructions without changing the memory.
Example (using stealth registers 0x0e & 0x0f & 0x10):
#Stealth Codes (Use Recompiler)\Angle of View Fix
51E1000E 8004F7EC
51E2000E 20020140
51E3000E 200200E0
#Stealth Codes (Use Recompiler)\Widescreen + POV
51E1000F 8004F800
51E2000F 20020140
51E3000F 200200C0
#Stealth Codes (Use Recompiler)\Invincibility:Spyro keeps normal colour
51E10010 80048AAC
51E20010 00441023
51E30010 34020001