- 1,309
- Posts
- 13
- Years
- She/Her
- Seen Apr 16, 2025
Inserting Custom Sprites in Pokéemerald
-----------------------------------------------------------------------------------------------------------------------------------------------------
I'm going to assume you already have Pokéemerald set up. If you're unsure of how to do that, check out ProjectRevoTPP's tutorial. The sprite editing process is the same for Pokéruby if you'd prefer to use that -----------------------------------------------------------------------------------------------------------------------------------------------------
A tool named GraphicsGale makes editing images and palettes for GBA ridiculously easy, you can get yourself a copy here.
You'll also want Notepad++ for editing files (optional).
-----------------------------------------------------------------------------------------------------------------------------------------------------
Indexing Sprites
I've already covered how to index sprites in another thread already, but it seems like people were skimming past the sentence where I linked it here, so I'll just repost in the spoiler below.
Spoiler:
The first thing you'll want to do is open your sprite in GraphicsGale, highlight "All Frames", then hit "Color Depth".
We want to set this to 4bpp as seen above.
When you've done that, you'll notice that your palette has been trimmed down to 16 colours.
Select your entire image at this stage, and hit Ctrl+C to copy. Don't forget to do this!
Even though your image now has a total of 16 colours - technically, your image can only use 15 of those.
Why? The first colour in the palette index will serve as our transparent colour, as per the GBA requirements.
Notice that in the above image our first colour is black; not the green that we want to be our background colour.
How do we fix this? Simply click on the colour, in our case black, drag & drop the values around with our green. We'll end up with this:
Paste/Ctrl+V over it, and boof, it now looks normal again! Sorted.
Export, insert into your ROM, and test.
![[PokeCommunity.com] Inserting Custom Sprites [PokeCommunity.com] Inserting Custom Sprites](https://i.imgur.com/RgjNbEa.png)
We want to set this to 4bpp as seen above.
When you've done that, you'll notice that your palette has been trimmed down to 16 colours.
Select your entire image at this stage, and hit Ctrl+C to copy. Don't forget to do this!
Even though your image now has a total of 16 colours - technically, your image can only use 15 of those.
Why? The first colour in the palette index will serve as our transparent colour, as per the GBA requirements.
![[PokeCommunity.com] Inserting Custom Sprites [PokeCommunity.com] Inserting Custom Sprites](https://i.imgur.com/GOhywJG.png)
Notice that in the above image our first colour is black; not the green that we want to be our background colour.
How do we fix this? Simply click on the colour, in our case black, drag & drop the values around with our green. We'll end up with this:
![[PokeCommunity.com] Inserting Custom Sprites [PokeCommunity.com] Inserting Custom Sprites](https://i.imgur.com/KF4OXPc.png)
Paste/Ctrl+V over it, and boof, it now looks normal again! Sorted.
Export, insert into your ROM, and test.
![[PokeCommunity.com] Inserting Custom Sprites [PokeCommunity.com] Inserting Custom Sprites](https://i.imgur.com/4nyXpAM.png)
Replacing Sprites
This method can be used to replace a wide variety of sprites with your own - such as the bags, item icons, etc. Any 16 colour sprite. The method is the same for Pokémon, the only difference there is that you need an extra palette for the shiny version, so I didn't think Pokémon sprites needed their own guide. Although if there are any requests for that, I'll make an addition to this tutorial. For example purposes we'll refer to trainer sprites.To get started, grab an indexed sprite you want to insert (should be in .png format) and rename the file to give it the same name as the sprite you'd like to replace. For tutorial purposes, I'm using my own hiker trainer sprite to update the standard one, so I'll name it "hiker_front_pic". The trainer sprites are located in "pokeemerald\graphics\trainers\front_pics". Open your sprite in GraphicsGale.
![[PokeCommunity.com] Inserting Custom Sprites [PokeCommunity.com] Inserting Custom Sprites](https://i.imgur.com/aieCBDo.png)
Click the little arrow outlined in red above and hit "Save Palette". Navigate to "pokeemerald\graphics\trainers\palettes". Save your new palette over the top of the one you want to replace. For me, that's "hiker.pal". Now go back to the "front_pics" folder. Delete the original sprite ("hiker_front_pic.png" for tutorial reference) and replace it with your own. Compile, test and... yeah, you're done!
If that didn't work for you for whatever reason, click the spoiler and try this way... longer winded but foolproof.
Spoiler:
After you've replaced the .pal file, open the sprite you want to replace - "hiker_front_pic.png" for me. Click that little arrow again and hit "Load Palette". Load your new palette.
You'll get a screen that looks like the above, comparing your new palette with the current one. Click "All" and the default image will now include the new colours. All that's left to do now is Ctrl+A to "Select All" on your new sprite, then "Ctrl+V" to paste it on top of the default one. Save, compile and test.
![[PokeCommunity.com] Inserting Custom Sprites [PokeCommunity.com] Inserting Custom Sprites](https://i.imgur.com/t8jJmEc.png)
You'll get a screen that looks like the above, comparing your new palette with the current one. Click "All" and the default image will now include the new colours. All that's left to do now is Ctrl+A to "Select All" on your new sprite, then "Ctrl+V" to paste it on top of the default one. Save, compile and test.
![[PokeCommunity.com] Inserting Custom Sprites [PokeCommunity.com] Inserting Custom Sprites](https://i.imgur.com/rST263J.png)
-----------------------------------------------------------------------------------------------------------------------------------------------------
Inserting New Trainer Backsprites
The method for trainer backsprites is pretty much the same. There's just an extra little thing to be aware of: player backsprites actually use the same palette as the player front sprites. If you're happy for your back and front hero/heroine sprites to share a palette, all you have to do is overwrite "brendan.pal" or "may.pal" with your new palette. After you've done that, overwrite the old sprite(e.g. "brendan_back_pic") with your new one, compile, test and you're done!But I don't want my trainer backsprite to share a palette with its front sprite! Fear not, it's really easy to de-link them and it'll only take you a few minutes; it's just a matter of editing three files. Read on or if you're viewing this as a single post click here.
Last edited: