Skool Daze Routines
31807: Restart command list unless it's time to start lesson
Used in the teachers' command lists 128, 130, 132, 134 and 184.
H Character number of teacher (163-166)
31807 LD A,(32760) Pick up the MSB of the lesson time counter (0-21)
31810 CP 15 Is it time to start the lesson?
31812 JP C,25256 Move to the next instruction in the command list if so; otherwise continue into 31815 (restart command list)