Hey guys... I'm new here, so if I'm doing something wrong, please let me know.
Anyway, I've been really into Super Mario Sunshine hacking lately, so I figured I'd post some Gecko codes of my own... (I don't think anyone else has found some of these except for myself)
Anyway, I've been really into Super Mario Sunshine hacking lately, so I figured I'd post some Gecko codes of my own... (I don't think anyone else has found some of these except for myself)
Code:
Super Mario Sunshine USA [GMSE01] Water Puddles Linger 043DD900 3D800000 This will make it so that water puddles sprayed onto the ground will evaporate much more slowly. If you'd like to change how fast they disappear, simply change 3D800000 to any 32-bit float value. Mario Is Always Dirty 48000000 8040E12C DE000000 80008180 1400001C 43160000 E0000000 80008000 Credits to Mathew_Wi for finding the pointer address location (8040E12C) To modify how dirty Mario is, change 43160000 to a float value between 0.0 and 150.0 Video: http://youtu.be/Rc2yxdMRS9M Shadow Mario Health Codes (use only one at a time!) Easy Shadow Mario 48000000 805F3A98 DE000000 80008180 12003FF8 00000000 E0000000 80008000 This code changes Shadow Mario's health to 0, so when you spray him, he'll be defeated in one hit. Do not use this code and the Shadow Mario Infinite Health code at the same time. Video: http://youtu.be/_St8vbSL0Oc Shadow Mario Has Infinite Health 48000000 805F3A98 DE000000 80008180 12003FF8 00000040 E0000000 80008000 This code makes it so Shadow Mario's health is always 64, making him impossible to defeat. Do not use this code and the Easy Shadow Mario code at the same time. End of Shadow Mario Health Codes FLUDD Tank Is Always Empty 48000000 8040E10C DE000000 80008180 58010000 000003D4 DE000000 80008180 14001C80 00000000 E0000000 80008000 As long as this code is enabled, you won't be able to use FLUDD or fill up its tank. Yoshi Juice Meter Color Modifier 48000000 80902B20 DE000000 80008180 58010000 000000B8 DE000000 80008180 16005B56 0000000C XXXXXX7F YYYYYY7F ZZZZZZ7F 00000000 E0000000 80008000 Changes the possible colors of Yoshi's juice meter on the HUD when riding Yoshi. Replace XYZ values with color codes of your choice at www.colorpicker.com X = Sour - Default is FFCF00 (yellow-orange) Y = Spicy - Default is FF00FF (magenta/purple) Z = Sweet - Default is FF7F7F (pink)
Comment