Prev: 25315 Up: Map Next: 25395
25387: Magic Knight's current data
25387 DEFB 0 x-coordinate (pixels)
25388 DEFB 0 y-coordinate (pixels)
25389 DEFB 0 Frame number (frame to erase)
25390 DEFB 0 Frame number (frame to draw)
25391 DEFB 0 x velocity (pixels) [walking / jumping sideways, usually 2 for right and 254 / -2 for left]
25392 DEFB 0 y velocity (pixels) [jumping]
25393 DEFB 0 Attribute
25394 DEFB 0 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: 25315 Up: Map Next: 25395