The Legend of Zelda: Twilight Princess (GC): Difference between revisions

(Improved PAL and NTSC-J Widescreen Values.)
Line 38: Line 38:


=== 16:9 Aspect Ratio Fix ===
=== 16:9 Aspect Ratio Fix ===
The built-in Widescreen Hack causes clipping and reflection issues. The following Gecko codes work as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using these codes.
The built-in Widescreen Hack causes clipping and reflection issues. The following codes work as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using these codes.


==== NTSC-U ====
==== NTSC-U (Gecko) ====
<pre>04453FD4 3FE79E7B
<pre>04453FD4 3FE79E7B
0445391C 3FE79E7B
0445391C 3FE79E7B
Line 82: Line 82:
04453A30 45800000</pre>
04453A30 45800000</pre>


==== NTSC-J ====
==== NTSC-J (AR) ====
<pre>0444DA64 3FE79E7B</pre>
<pre>0444DA64 3FE79E7B</pre>


==== PAL ====
==== PAL (AR) ====
<pre>044558DC 3FE79E7B</pre>
<pre>044558DC 3FE79E7B</pre>


279

edits