Spyro: A Hero's Tail: Difference between revisions

Jump to navigation Jump to search
(Added Code to Remove Bloom.)
No edit summary
Line 40: Line 40:
<pre>
<pre>
04352F00 4E800020
04352F00 4E800020
</pre>
=== 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 being 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.
==== NTSC ====
<pre>
043D6790 3FE38E39
043D86C0 3F2A2000
043D86E4 BFAA0000
</pre>
==== PAL =====
<pre>
043D71D8 3FE38E39
043D86C0 3F2A2000
043D912C BFAA0000
</pre>
</pre>