Spyro: A Hero's Tail: Difference between revisions

mNo edit summary
Line 48: Line 48:


=== 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 HUD correctly being centered. Make sure disable the Widescreen Hack before using these. 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 Gecko codes work as a replacement. Make sure disable the Widescreen Hack before using these.


==== NTSC ====
==== NTSC ====
<pre>
<pre>$16:9 Widescreen
043D6790 3FE38E39
F6000001 80008180
043D86C0 3F2A2000
418100E0 3FC08049
043D86E4 BFAA0000
D2000024 0000000C
043D67A4 44555555
2C1D0000 41820054
</pre>
3DC03F40 61CE0000
 
3DE03F80 61EF0000
==== PAL ====
3E003F80 62100000
<pre>
91C20000 91E20004
043D71D8 3FE38E39
92020008 C2220008
043D86C0 3F2A2000
C0220000 C0030000
043D912C BFAA0000
EC000072 EC000473
043D71EC 44555555
D0030000 C0220004
</pre>
C0030014 EC000072
EC000473 D0030014
38800000 00000000
E0000000 80008000
F6000002 80008180
EC420032 EC630032
EC3F0032 EC9E0032
D2000048 00000010
3DC08091 61CE43C0
7C0EF800 41820068
2C1F0000 41820060
3DC08091 61CE3900
7C0EF800 41820050
C2220000 C2420008
C0030000 EC000472
EC0004B3 D0030000
C003000C EC000472
EC0004B3 D003000C
C2220004 C0030014
EC000472 EC0004B3
D0030014 C003001C
EC000472 EC0004B3
D003001C 38800001
60000000 00000000
E0000000 80008000
F6000003 80008180
3FAAAAAB 3B000000
40000000 3F000000
C0000000 44200000
14000014 45800000
E0000000 80008000</pre>


== Configuration ==
== Configuration ==