bitKoder
completely unreasonable
- 36
- Posts
- 8
- Years
- Seen Apr 14, 2025
Title sums it up pretty well. I'm looking for a way to edit Brendan's trainer and back sprites from Pokémon Emerald version. I've been using NSE (Nameless Sprite Editor) to edit Brendan's OW sprites, but unfortunately NSE doesn't have any bookmarks for trainer sprites or back sprites in Emerald version.
All I need to know is the image offsets, and I can do the rest from there. However I haven't been able to find the offsets, so if any of you know them I would greatly appreciate the help.
UPDATE: I have located the offsets.
Trainer sprite offset is D6170C
Back sprites offset is D66480 (plus 800 for each frame in the animation)
Palette offset for all these sprites is D61A30
I found them by writing a program to convert the trainer and back sprites from spriters-resource into Hexadecimal, then searching for that hexadecimal in the game code. Hope this helps someone!
All I need to know is the image offsets, and I can do the rest from there. However I haven't been able to find the offsets, so if any of you know them I would greatly appreciate the help.
UPDATE: I have located the offsets.
Trainer sprite offset is D6170C
Back sprites offset is D66480 (plus 800 for each frame in the animation)
Palette offset for all these sprites is D61A30
I found them by writing a program to convert the trainer and back sprites from spriters-resource into Hexadecimal, then searching for that hexadecimal in the game code. Hope this helps someone!
Last edited: