Fixing the aspect ratio of the Pokémon logo on the title screen - pret/pokeemerald GitHub Wiki
This is a super simple one!
You might never have noticed that the Pokémon logo on the title screen is stretched out of shape.
But once seen, it can't be unseen!
Original:
Fixed:
All you need to do is replace graphics\title_screen\pokemon_logo.png
with mine, from here:
https://github.com/pret/pokeemerald/blob/2b08d203f965babf7436cbcdd1743f3d030ed99e/graphics/title_screen/pokemon_logo_fix.png?raw=true
Then make
and you're done!
(I think if your pokemon_logo.png
has a newer Date Modified than mine, you might need to make clean
before you make
. But it should still work.)