Pikmin (GC): Difference between revisions

Jump to navigation Jump to search
→‎Enhancements: The 60Hz PAL and 60 FPS NTSC-U codes serve completely different purposes, and shouldn't be under the same header.
m (General maintenance with AutoWikiBrowser in Bot mode)
(→‎Enhancements: The 60Hz PAL and 60 FPS NTSC-U codes serve completely different purposes, and shouldn't be under the same header.)
Line 44: Line 44:
</pre>
</pre>


=== 60Hz ===
=== 60Hz PAL ===
These Gecko codes force 60hz rendering.
In the PAL version, the 60Hz mode cannot be activated at startup. Use this Gecko code to force the 60Hz mode.  
==== NA ====
<pre>
$60FPS (1.1) (NTSC-U) [gamemasterplc]
04059774 38000001
0405AE7C 38800001
043E8A58 3F000000
04107738 4800000C
</pre>
 
==== EU ====
<pre>
<pre>
$60Hz
$60Hz
Line 64: Line 54:
022A7D00 000001E0
022A7D00 000001E0
043ED5B0 3F800000
043ED5B0 3F800000
</pre>
=== 60 FPS NTSC-U ===
Enabling this Gecko code on an NTSC-U copy of the game forces it to run at 60 frames per second.
<pre>
$60FPS (1.1) (NTSC-U) [gamemasterplc]
04059774 38000001
0405AE7C 38800001
043E8A58 3F000000
04107738 4800000C
</pre>
</pre>


Navigation menu