Back to Skool Routines
Prev: 31887 Up: Map Next: 31903
31893: Signal that a time has arrived or an event has happened
The entry point at 31893 is not used.
H Character number (183-214)
31893 CALL 25213 Collect the next byte (the event identifier) from the command list
This entry point is used by the routine at 61555 with A holding an event identifier (8-12) from the command list:
31896 CALL 31861 Convert the event ID into an appropriate bit mask (1, 2, 4, 8 or 16)
31899 OR (HL) Merge the existing event flags in 32641
This entry point is used by the (unused) routine at 31905:
31900 LD (HL),A Set/reset the appropriate bit at 32641
31901 EX DE,HL Restore the character number to H
31902 RET
Prev: 31887 Up: Map Next: 31903