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

Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
== Patches ==
== Patches ==
=== Aspect Ratio Fix ===
=== Aspect Ratio Fix ===
Dolphin's Widescreen Hack will cause reflections to be buggy and certain objects to disappear at the edges of the screen. The following AR codes work as a widescreen patch without causing these issues. The only side effects being the HUD getting slightly stretched and reflections of the game world on water being glitchy. Be sure that: "Enable cheats" is on in the game menu, "Force 16:9" is selected and "Widescreen Hack" is off in the graphics options.
Dolphin's Widescreen Hack will cause reflections to be buggy and certain objects to disappear at the edges of the screen. The following AR codes work as a widescreen patch without causing these issues. The only side effects being the HUD getting slightly stretched and reflections of the game world on water being glitchy. Make sure that "Enable Cheats" is checked under the "Config, General" tab. Aswell as the "Aspect Ratio" under the "Graphics, General" tab being set to "Auto" and "Widescreen Hack" in the "Graphics, Enhancements" tab being unchecked.
 
==== 5.4 Aspect Ratio ====
===== NTSC =====
<pre>0445391C 3fa00000</pre>
 
===== PAL =====
<pre>044558DC 3fa00000</pre>
 
===== NTSC-J =====
<pre>0444DA64 3fa00000</pre>
 
==== 4.3 Aspect Ratio ====
===== NTSC =====
<pre>0445391C 3faaaaaa</pre>
 
===== PAL =====
<pre>044558DC 3faaaaaa</pre>
 
===== NTSC-J =====
<pre>0444DA64 3faaaaaa</pre>
 
==== 16.10 Aspect Ratio ====
===== NTSC =====
<pre>0445391C 3fcccccd</pre>
 
===== PAL =====
<pre>044558DC 3fcccccd</pre>
 
===== NTSC-J =====
<pre>0444DA64 3fcccccd</pre>
 
==== 21.9 Aspect Ratio ====
===== NTSC =====
<pre>0445391C 4017ae14</pre>
 
===== PAL =====
<pre>044558DC 4017ae14</pre>
 
===== NTSC-J =====
<pre>0444DA64 4017ae14</pre>
 
==== 21.9 Aspect Ratio (3440x1440 ONLY)====
===== NTSC =====
<pre>0445391C 4018e560</pre>
 
===== PAL =====
<pre>044558DC 4018e560</pre>
 
===== NTSC-J =====
<pre>0444DA64 4018e560</pre>


==== 16:9 Aspect Ratio ====
==== 16:9 Aspect Ratio ====
===== NTSC 16:9 =====
===== NTSC =====
<pre>0445391C 3FE38E39</pre>
<pre>0445391C 3FE38E39</pre>


===== PAL 16:9 =====
===== PAL =====
<pre>044558DC 3FE38E39</pre>
<pre>044558DC 3FE38E39</pre>


===== NTSC-J 16:9 =====
===== NTSC-J =====
<pre>0444DA64 3FE38E39</pre>
<pre>0444DA64 3FE38E39</pre>


==== 48:10 Aspect Ratio ====
==== 48:10 Aspect Ratio ====
===== NTSC 48:10 =====
===== NTSC =====
<pre>0445391C 4099999A</pre>
<pre>0445391C 4099999A</pre>


===== PAL 48:10 =====
===== PAL =====
<pre>044558DC 4099999A</pre>
<pre>044558DC 4099999A</pre>


===== NTSC-J 48:10 =====
===== NTSC-J =====
<pre>0444DA64 4099999A</pre>
<pre>0444DA64 4099999A</pre>