Back to Skool Routines
32497: Make BOY WANDER write on board
Used by command lists 32, 46, 50, 54 and 56.
H 206 (BOY WANDER)
32497 CALL 25213 Collect the next byte (event identifier) from the command list
32500 CALL 31887 Check whether the event (arrival of teacher or end of lesson) has happened
32503 LD BC,26752 Redirect control to the routine at 26752 (write on board) if the event has not happened, then return to 32509
32506 CALL Z,25503
32509 JP 25484 Move to the next instruction in the command list