-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fixing the aspect ratio of the Pokémon logo on the title screen
psf edited this page Jul 21, 2024
·
3 revisions
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.)