Skool Daze Routines
Prev: 31919 Up: Map Next: 31952
31944: Make teacher wait for EINSTEIN to finish speaking (2)
The address of this routine is placed into bytes 105 and 106 of a teacher's buffer by the routine at 31919.
H Character number of teacher (163-166)
31944 LD A,(32713) 32713 holds the lesson signal flags
31947 RLCA Is EINSTEIN still speaking?
31948 RET C Return if so
31949 JP 25252 Remove the address of this routine from bytes 105 and 106 of the teacher's buffer, restoring control to the main routine from the command list
Prev: 31919 Up: Map Next: 31952