Changes

Jump to: navigation, search
/* Sprite Position and magnification information: */
Offsets are given from the base of the sprite information for each sprite.
{| class="wikitable"|-| Offset 0 || Low byte of X coordinate|-| Offset 1 || High byte of X coordinate|-| Offset 2 || Low byte of Y coordinate|-| Offset 3 || High byte of Y coordinate|-| Offset 4 || Sprite magnification|-| Offset 5 || Sprite magnification|-| Offset 6 || Sprite magnification|-| Offset 7 || Sprite magnification|} 
When read, offset 4,5,6 and 7 (in that order) are a mirror of reading offset 0,1,2 and 3 (in that order).
7,515
edits