Data |
Prev: 40140 | Up: Map | Next: 40149 |
|
||||
40141 | DEFB 128 | x-coordinate (pixels) | ||
40142 | DEFB 110 | y-coordinate (pixels) | ||
40143 | DEFB 0 | Frame number (frame to erase) | ||
40144 | DEFB 0 | Frame number (frame to draw) | ||
40145 | DEFB 0 | x velocity (pixels) [walking / jumping sideways, usually 2 for right and 254 / -2 for left] | ||
40146 | DEFB 0 | y velocity (pixels) [jumping] | ||
40147 | DEFB 69 | Attribute | ||
40148 | DEFB 184 | Update attributes mask (zeroes BRIGHT and INK component of existing attribute so that Magic Knight's INK and BRIGHT bits override) (used by routine at 39989) |
Prev: 40140 | Up: Map | Next: 40149 |