Prev: 37072 Up: Map Next: 37089
37074: Magic Knight's y-velocities sequence for jumping and falling
This is the sequence of y-velocity increments / decrements applied to Magic Knight's y-coordinate when he is jumping or falling. The data is zero-terminated.
37074 DEFB 7,7,6,6,5,5,4,4
37082 DEFB 3,3,2,2,1,1,0
Prev: 37072 Up: Map Next: 37089