Mario Party 8: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Line 21: Line 21:
== Enhancements ==
== Enhancements ==
=== 16:9 Aspect Ratio Fix ===
=== 16:9 Aspect Ratio Fix ===
The built-in Widescreen Hack causes Board Clipping and Reflection Issues. The following Gecko code works as a replacement, causing less issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using this code. The 16:9 included in the game only works in menus and the title screen so a Widescreen fix is necessary.  The NTSC-U version code has it working only if the Wii Aspect Ratio is set to 16:9.
The 16:9 included in the game only works in menus and the title screen so a Widescreen fix is necessary.
 
The built-in Widescreen Hack causes Board Clipping and Reflection Issues. The following Gecko code works as a replacement, causing less issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using this code. The NTSC-U version code has it working only if the Wii Aspect Ratio is set to 16:9.


==== NTSC-U ====
==== NTSC-U ====
<pre>
<pre>$16:9 Widescreen
C60C02B8 800018A8
C60C02B8 800018A8
203C14C0 3CA01000
203C14C0 3CA01000
Line 200: Line 202:


==== NTSC-J ====
==== NTSC-J ====
<pre>
<pre>$16:9 Widescreen
C202E9DC 00000002
C202E9DC 00000002
C3E28298 EFE407F2
C3E28298 EFE407F2

Navigation menu