Prev: 8AD3 Up: Map Next: 8B1F
8B0C: See if Monty has walked off a ladder, and if so, set some flags
Used by the routine at 8B90.
8B0C BIT 1,(IX+$00) Is Monty jumping?
8B10 RET NZ Return if so.
8B11 BIT 2,(IX+$00) Can Monty climb?
8B15 RET NZ Return if so.
8B16 SET 0,(IX+$00) Set that background objects can move.
8B1A SET 7,(IX+$01) Set that Monty is in mid-air.
8B1E RET Return.
Prev: 8AD3 Up: Map Next: 8B1F