Mario Party 9: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Added 21:9 Aspect Ratio Code for NTSC Version)
Line 21: Line 21:
=== Line in the Sand ===
=== Line in the Sand ===
It is impossible for the solo player to win in the minigame "Line in the Sand" since the emulator does not register the circle affecting the team of three players.
It is impossible for the solo player to win in the minigame "Line in the Sand" since the emulator does not register the circle affecting the team of three players.
== Enhancements ==
=== 21:9 Aspect Ratio Fix ===
The built-in Widescreen Hack causes indirect texture 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.
==== NTSC ====
<pre>
C2192AFC 00000003
3DC03FA8 91C25004
C1E25004 EFA203F2
39C00000 00000000
C2192794 00000003
3DC03FA8 91C25008
C1E25008 EF6203F2
39C00000 00000000
002E9ABB 00000001
</pre>


== Configuration ==
== Configuration ==