Prev: 952F Up: Map Next: 9568
9551: Display the current room
Used by the routine at 940C.
9551 CALL $FDD5 Print all static characters in the screen buffer.
9554 CALL $C62A Make the screen buffer "live" so it is visible.
9557 CALL $952F Display collectable objects.
955A CALL $95B3 Animate the coal.
955D CALL $91E8 Print the score.
9560 CALL $949E Print the number of lives.
9563 CALL $D254 Make a copy of the screen.
9566 EI Re-enable interrupts and return.
9567 RET
Prev: 952F Up: Map Next: 9568