Lost Kingdoms II: Difference between revisions

Line 19: Line 19:


== Enhancements ==
== Enhancements ==
=== 16:9 Aspect Ratio Fix ===
=== 16:9 Widescreen Gecko Code ===
The built-in Widescreen Hack causes clipping 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 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.


===== NA =====
===== NA =====
<pre>042EA1A0 3FE38E39</pre>
<pre>$16:9 Widescreen
042EA1A0 3FE38E39</pre>


===== EU =====
===== EU =====
<pre>04303EB0 3FE38E39</pre>
<pre>$16:9 Widescreen
04303EB0 3FE38E39</pre>


===== JP=====
===== JP=====
<pre>042F35F0 3FE38E39</pre>
<pre>$16:9 Widescreen
042F35F0 3FE38E39</pre>


== Configuration ==
== Configuration ==