Mario Kart Wii Gecko Codes, Cheats, & Hacks

Full Version: Disable Post Processing Effect Flags [Gearworks]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Credit to maritoguionyo for the ports from NTSC-U

X Values (flag to remove):
01: Transparency
02: Shadows
04: ???
08: ???
10: Bloom
20: Depth of field
To use multiple flags, add them together

NTSC-U
C25A66B4 00000003
38A000XX 54A5043E
7C842878 38A00000
60000000 00000000

PAL
C25B15DC 00000003
38A000XX 54A5043E
7C842878 38A00000
60000000 00000000

NTSC-J
C25B0F5C 00000003
38A000XX 54A5043E
7C842878 38A00000
60000000 00000000

NTSC-K
C259F634 00000003
38A000XX 54A5043E
7C842878 38A00000
60000000 00000000

Source:
Code:
li r5, 0xXX
clrlwi r5, r5, 16
andc r4, r4, r5
li r5, 0
Very cool code
iirc you can combine values to add multiple disabled?
(05-30-2024, 01:07 AM)marito_yo Wrote: [ -> ]Very cool code
iirc you can combine values to add multiple disabled?

Yeah, I always use 0xF8 to primarily disable bloom and depth of field. Also reduces processing load shown by the profiler.