Pikmin (GC): Difference between revisions

Jump to navigation Jump to search
Undo revision 189598 by Kolano (talk) Also make a little more clear what the 60Hz code does.
(Testing template: add leading 'r' to all SVN revision numbers to prevent ambiguity with the new releases numbering)
(Undo revision 189598 by Kolano (talk) Also make a little more clear what the 60Hz code does.)
Line 44: Line 44:
</pre>
</pre>


=== 60Hz ===
=== 60Hz PAL ===
==== PAL ====
In the PAL version, the 60Hz mode cannot be activated at startup. Use this Gecko code to force the 60Hz mode (so normal gameplay is 30 FPS instead of 25 FPS).  
In the PAL version, the 60Hz mode cannot be activated at startup. Use this Gecko code to force the 60Hz mode.  
<pre>
<pre>
$60Hz
$60Hz
Line 57: Line 56:
</pre>
</pre>


=== NTSC-U ===
=== 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.  
Enabling this Gecko code on an NTSC-U copy of the game forces it to run at 60 frames per second.  
<pre>
<pre>

Navigation menu