First things first, this game is a royal ass about hiding all of its codes from Artemis 0.4. I tried for about 2 days straight to find anything for this game, and everything except for 1 code was a worthless fake code. I tried for infinite health, infinite lives, infinite double jumps, jump height modifiers, position modifiers, some bits that tell the game whether I'm standing on solid ground or falling, a code to remove the amount of times the hand from the water will grab at you, infinite shield, infinite invisibility, and whatever else. This game was definitely made to do data in a half-assed way because an initial search and then either equal or not equal never gave me a working code. I have only found 1 working code, and it's still a good and useful one.
Toggle Infinite Invisibility
d036ee42 0000feef (L2 + Up)
000FFFFE 00000001 (On)
d036ee42 0000feef (L2 + Down)
000FFFFE 00000000 (Off)
d00FFFFE 00000001
21417fa0 3f800000
d00FFFFE 00000000
21417fa0 00000000
The code couldn't be toggled to stay on with the press of a button, so I set it to always be on or off in a different way. It's worked everywhere so far, so I'm not worried about it changing it's location in the game's memory anywhere. It works even if you haven't obtained the ability yet, nobody ever sees you and things that usually block your way until you are invisible will not block your way, and it won't automatically turn off just because you attack or do something else. I thought I ran into another fake code with this because "21417fa0 3f800000" alone didn't work. It needs to be toggled on or off to make it work.
There might be a few problems with this code that I need to test at the moment. I have a friend that was using this, and it wasn't working for him. My first guess is that the code needs to be toggled off when you go from one area to another, but I need to check it. I'm hoping like crazy that it isn't pointers.
I've also learned the official code for Invincibility doesn't work on the wrestlers in the mind of that crazy guy who had all of talking dogs and the bull running around. I should try to use artemis 0.4 to just set the cheat codes without ASM, even though I doubt that would fix it.
Toggle Infinite Invisibility
d036ee42 0000feef (L2 + Up)
000FFFFE 00000001 (On)
d036ee42 0000feef (L2 + Down)
000FFFFE 00000000 (Off)
d00FFFFE 00000001
21417fa0 3f800000
d00FFFFE 00000000
21417fa0 00000000
The code couldn't be toggled to stay on with the press of a button, so I set it to always be on or off in a different way. It's worked everywhere so far, so I'm not worried about it changing it's location in the game's memory anywhere. It works even if you haven't obtained the ability yet, nobody ever sees you and things that usually block your way until you are invisible will not block your way, and it won't automatically turn off just because you attack or do something else. I thought I ran into another fake code with this because "21417fa0 3f800000" alone didn't work. It needs to be toggled on or off to make it work.
There might be a few problems with this code that I need to test at the moment. I have a friend that was using this, and it wasn't working for him. My first guess is that the code needs to be toggled off when you go from one area to another, but I need to check it. I'm hoping like crazy that it isn't pointers.
I've also learned the official code for Invincibility doesn't work on the wrestlers in the mind of that crazy guy who had all of talking dogs and the bull running around. I should try to use artemis 0.4 to just set the cheat codes without ASM, even though I doubt that would fix it.
Comment