redriders180
Mastermind of Pokemon Glazed
- 314
- Posts
- 14
- Years
- Path of Victory, Tunod
- Seen Dec 17, 2016
(Sorry, I really have no knowledge of this stuff). Do you mean, like, the number for where the sprite is being allocated to, and for the pallete?
If I used freespace finder, and got a space of, say... 8036, I'd change it to 8034/38/30/3C? Or is the offset something different? Sorry!
He means the offset of the image has to end with a 0, 4, 8, or C. The numbers in UNLZ.gba are just for reference, each picture is stored in the game, and the offset is basically wherever the picture is stored. The offsets of the palate and image are shown in UNLZ.gba. And when you use Free Space Finder, and it gives you the offset, make sure it ends in 0, 4, 8 or C...If it doesn't just count up from it until you get to a 0, 4, 8, or C
For example, if it gives you the offset 0x800406, round it up to 0x800408.
Hope that helped :)