Super Monkey Ball: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 19: Line 19:


== Enhancements ==
== Enhancements ==
=== 16:9 Widescreen Gecko Codes ===
=== 16:9 Widescreen Gecko Code Normal HUD ===
==== Normal HUD ====
These codes will unstretch the HUD and menu, but will disable all planar reflections, the minimap, and the heat effects.
These codes will unstretch the HUD and menu, but will disable all planar reflections, the minimap, and the heat effects.
<pre>NA [gamemasterplc]:
==== NA ====
<pre>$NA 16:9
C20E43B4 00000006
C20E43B4 00000006
C0030000 3DC03F40
C0030000 3DC03F40
Line 37: Line 37:
040976BC 4E800020
040976BC 4E800020
</pre>
</pre>
<pre>PAL [gamemasterplc]:
 
==== PAL ====
<pre>$PAL 16:9
C20F37B4 00000006
C20F37B4 00000006
C0030000 3DC03F40
C0030000 3DC03F40
Line 53: Line 55:
</pre>
</pre>


==== Stretched HUD ====
=== 16:9 Widescreen Gecko Code Stretched HUD ===
The following code stretches the HUD and menu elements, however planar reflections, the minimap, and heat effects are all not disabled.
The following code stretches the HUD and menu elements, however planar reflections, the minimap, and heat effects are all not disabled.
<pre>NA [gamemasterplc]:
==== NA ====
<pre>$NA Stretched HUD [gamemasterplc]:
042F2C1C 3FE38E39
042F2C1C 3FE38E39
</pre>
</pre>