Metroid Prime (GC): Difference between revisions

Jump to navigation Jump to search
added pal code
(Replaced the NA widescreen code with a seemingly unheard-of code that gamemasterplc created years ago. It works the same as before but doesn't require the widescreen hack. Also removed the region free widescreen code because it is too unreliable.)
(added pal code)
Line 58: Line 58:


=== VR Culling Fix ===
=== VR Culling Fix ===
In VR, culling needs to be disabled completely and this is the Gecko code to do that. This code only works for the NTSC version 1.00 of the game.
In VR, culling needs to be disabled completely and these Gecko codes will do that. Make sure to enable the Dolphin widescreen hack for these codes.
 
== NA ==
This code only works for the NTSC version 1.00 of the game.
<pre>$VR Culling Fix
<pre>$VR Culling Fix
04344FCC 38600001
04344FCC 38600001
Line 70: Line 73:
043451D0 38600001
043451D0 38600001
043451D4 4E800020
043451D4 4E800020
</pre>
== PAL ==
<pre>$VR Culling Fix [hyperspeed]
0432D7A0 38600001
0432D7A4 4E800020
0432D800 38600001
0432D804 4E800020
0432D86C 38600001
0432D870 4E800020
0432D95C 38600001
0432D960 4E800020
0432D9A4 38600001
0432D9A8 4E800020
</pre>
</pre>


Navigation menu