The Legend of Zelda: The Wind Waker: Difference between revisions

Line 20: Line 20:


== Enhancements ==
== Enhancements ==
=== 16:9 Aspect Ratio Fix ===
 
 
=== 16:9 Aspect Ratio Fix (AR code version) ===
The built-in Widescreen Hack causes clipping issues. The following AR code works as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using these codes.
 
===== PAL =====
<pre>
044021C0 3FE38E39
</pre>
 
===== NTSC-US =====
<pre>
043FA998 3FE38E39
</pre>
===== NTSC-JP =====
<pre>
043EDE50 3FE38E39
</pre>
 
 
 
=== 16:9 Aspect Ratio Fix (Gecko version) ===
The built-in Widescreen Hack causes clipping issues. The following Gecko code works 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 issues. The following Gecko code works as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using these codes.
<br/>
'''''KNOW ISSUE:''' This widescreen hack can cause problems with the HUD's position''


===== Region-Free =====
===== Region-Free =====