Prev: 861C Up: Map Next: 86BC
869C: Movement table for jumping
Describes the relative direction Monty should move in during each phase of a jump.
The current position is stored in 8492.
869C DEFB $01,$02,$02,$02,$02,$01,$01,$02
86A4 DEFB $01,$00,$01,$01,$00,$01,$00,$00
86AC DEFB $00,$00,$00,$FF,$FF,$FF,$FF,$FF
86B4 DEFB $FF,$FF,$FF,$FE,$FF,$FE,$FE,$FE
Prev: 861C Up: Map Next: 86BC