Super Mario Sunshine: Difference between revisions

Improved Pollution in Widescreen Code.
(Improved Widescreen Fix to Move HUD to Edges.)
(Improved Pollution in Widescreen Code.)
Line 52: Line 52:


=== 16:9 Aspect Ratio Fix ===
=== 16:9 Aspect Ratio Fix ===
The built-in Widescreen Hack causes various clipping and reflection issues. The Gecko code below works as a replacement for any region, causing less issues. Make sure the Dolphin Widescreen Hack is disabled before using this code. This may cause the graffiti glitch to occur.
The built-in Widescreen Hack causes various clipping and reflection issues. The Gecko code below works as a replacement for any region, causing less issues. Make sure the Dolphin Widescreen Hack is disabled before using this code.


<pre>
<pre>
$16:9 Widescreen (Region Free)
$16:9 Widescreen (Region Free)
F6000001 80008180
90850420 C0030000
D2000000 00000002
90A22004 90850420
60000000 00000000
E0000000 80008000
F6000002 80008180
F6000002 80008180
57A006F7 41820010
57A006F7 41820010
387F0000 38800001
387F0000 38800001
D200000C 00000006
D200000C 00000008
3DC03F40 91C22000
80822004 80840444
C2222000 C0030000
3CA04420 7C042800
EC110032 D0030000
40820028 3C803F40
C003000C EC110032
90822000 C0030000
D003000C 38800001
C0222000 EC010032
60000000 00000000
D0030000 C003000C
EC010032 D003000C
38800001 00000000
E0000000 80008000
E0000000 80008000
F6000001 80008180
F6000001 80008180
Line 177: Line 185:
C05D0000 C0810040
C05D0000 C0810040
EC4400B2 00000000
EC4400B2 00000000
E0000000 80008000
F6000001 80008180
3BFD0070 387F0000
1400000C 60000000
E0000000 80008000
E0000000 80008000
F6000001 80008180
F6000001 80008180
Line 215: Line 219:
E0000000 80008000
E0000000 80008000
</pre>
</pre>
The following Gecko codes seem to provide proper 16:9 widescreen without any glitches:
<pre>
$16:9 Aspect Ratio (Widescreen) [NTSC-U]
04416B74 3F9A7643
</pre>
<pre>
$16:9 Aspect Ratio (Widescreen) [PAL]
0440E0D4 3F9A7643
</pre>
=== HeatWave Removal ===
=== HeatWave Removal ===
If you are having trouble with Heat Waves, you can always remove them by using this Gecko Code. Be sure to have Widescreen Hack off.
If you are having trouble with Heat Waves, you can always remove them by using this Gecko Code. Be sure to have Widescreen Hack off.
Anonymous user