The Legend of Zelda: Four Swords Adventures: Difference between revisions

Jump to navigation Jump to search
→‎Enhancements: Add alternative HD texture pack, cheat enhancements to disable texture filtering.
(Dolphin 2407 fixed problems cleanup)
(→‎Enhancements: Add alternative HD texture pack, cheat enhancements to disable texture filtering.)
Line 26: Line 26:
== Enhancements ==
== Enhancements ==
=== HD Textures ===
=== HD Textures ===
[https://forums.dolphin-emu.org/Thread-the-legend-of-zelda-four-swords-adventures-hd?pid=514882#pid514882|The Legend of Zelda: Four Swords Adventures HD]
* [https://forums.dolphin-emu.org/Thread-the-legend-of-zelda-four-swords-adventures-hd The Legend of Zelda: Four Swords Adventures HD]
* [https://forums.dolphin-emu.org/Thread-the-legend-of-zelda-four-swords-adventures-enhanced The Legend of Zelda Four Swords Adventures - Enhanced -]


=== 16:9 Widescreen Gecko Code ===
=== 16:9 Widescreen Gecko Code ===
Line 110: Line 111:


==== JP ====
==== JP ====
<pre>
<pre>$16:9 Widescreen
F6000001 80008180
F6000001 80008180
ED8B5024 ED4B0024
ED8B5024 ED4B0024
Line 128: Line 129:
E0000000 80008000
E0000000 80008000
</pre>
</pre>
=== Disable Linear Filtering Gecko Code ===
Since the game uses low-resolution, upscaled Game Boy Advance-style assets, it can look quite blurry. The following Gecko codes force the game to display with sharp nearest-neighbor filtering.
==== NA ====
<pre>$Disable Linear Filtering
C205D94C 00000008
C0220B08 7FC3F378
38800001 38A00000
FC400890 38C00000
FC600890 38E00000
39000000 3D808005
618CD974 7D8803A6
4E800021 881E001F
60000000 00000000
04092854 38A00000</pre>
==== EU ====
<pre>$Disable Linear Filtering
C205E4B4 00000008
C0220B08 7FC3F378
38800001 38A00000
FC400890 38C00000
FC600890 38E00000
39000000 3D808005
618CE4DC 7D8803A6
4E800021 881E001F
60000000 00000000
040933E0 38A00000</pre>
==== JP ====
<pre>$Disable Linear Filtering
C205DA24 00000008
C0220B08 7FC3F378
38800001 38A00000
FC400890 38C00000
FC600890 38E00000
39000000 3D808005
618CDA4C 7D8803A6
4E800021 881E001F
60000000 00000000
04098990 38A00000</pre>


=== Translation ===
=== Translation ===

Navigation menu