mgba-emu / mgba

mGBA Game Boy Advance Emulator
https://mgba.io/
Mozilla Public License 2.0
5.67k stars 781 forks source link

Etrian Odyssey: Broken fonts in European version #572

Closed xdanieldzd closed 7 years ago

xdanieldzd commented 7 years ago

Rendering of normal, non-graphical text (i.e. intro, dialog text, character and item names, etc.) in the European version of Etrian Odyssey for DS is broken in medusa-a1; the Japanese and US versions render their text correctly. All three of them use different fonts.

(Japanese & US versions) JPNUSA

(European version, medusa-a1 & other emulator) EUR badEUR good

endrift commented 7 years ago

Probably the same issue that plagues a few games, including Star Fox Command.

endrift commented 7 years ago

The Star Fox bug is fixed in 9379290050a648905d937498987c1611529694ef, but I haven't tested EO to see if it fixes that too.

xdanieldzd commented 7 years ago

Can confirm that 9379290 also fixes European EO's fonts; they're 2bpp as well, while the Japanese and US versions (unnecessarily) use 4bpp font textures.

Fix 1Fix 2