Spyro: A Hero's Tail: Difference between revisions

Updated Widescreen Code to partially fix clipping issues.
(→‎Blotchy Textures: nevermind, the remove bloom AR code fixes this.)
(Updated Widescreen Code to partially fix clipping issues.)
Line 44: Line 44:


=== 16:9 Aspect Ratio Fix ===
=== 16:9 Aspect Ratio Fix ===
The built-in Widescreen Hack causes various clipping issues. The following AR codes work as a replacement with the HUD correctly being centered. Make sure that Widescreen Hack is disabled while using these codes. Ensure you use the bloom removal code with this since the bloom is linked within the HUD.
The built-in Widescreen Hack causes various clipping issues. The following AR codes work as a replacement with fewer clipping issues. Disable the Widescreen Hack before using.


==== NTSC ====
==== NTSC ====
<pre>
<pre>
043D6790 3FE38E39
043D6790 3FE38E39
043D86C0 3F2A2000
043D67A4 44555555
043D86E4 BFAA0000
</pre>
</pre>


Line 56: Line 55:
<pre>
<pre>
043D71D8 3FE38E39
043D71D8 3FE38E39
043D86C0 3F2A2000
043D71EC 44555555
043D912C BFAA0000
</pre>
</pre>


Anonymous user