Skies of Arcadia Legends: Difference between revisions

mNo edit summary
Line 21: Line 21:


== Enhancements  ==
== Enhancements  ==
=== 16:9 Aspect Ratio Fix ===
=== 16:9 Widescreen Gecko Code ===
The following Gecko code Unstretches the HUD and fixes clipping issues with the Dolphin Widescreen Hack for the NTSC-U and PAL version of the game. Disable the Dolphin Widescreen Hack before using.
The following Gecko code Unstretches the HUD and fixes clipping issues with the Dolphin Widescreen Hack for the NTSC-U and PAL version of the game. Disable the Dolphin Widescreen Hack before using.


==== NTSC-U ====
==== NA ====
<pre>04345894 3F400000
<pre>$16:9 Widescreen
04345894 3F400000
043463C0 3B190000
043463C0 3B190000
C22AB718 00000003
C22AB718 00000003
Line 85: Line 86:
</pre>
</pre>


==== PAL ====
==== EU ====
<pre>04348E54 3F400000
<pre>$16:9 Widescreen04348E54 3F400000
04349980 3B19999A
04349980 3B19999A
C22AE654 00000003
C22AE654 00000003
Line 145: Line 146:
801E0000 00000000</pre>
801E0000 00000000</pre>


=== 60Hz AR Codes ===
=== 60Hz PAL ===
==== PAL ====
In the PAL-Version the 60Hz mode cannot be activated at startup. Use this Gecko code to force the 60Hz mode.
<pre>04241FC8 38600000
<pre>$60Hz
04241FC8 38600000
042FEE50 00000014</pre>
042FEE50 00000014</pre>