Routines |
Prev: 31861 | Up: Map | Next: 31893 |
|
||||||||||
31887 | CALL 31861 | Convert the event ID into an appropriate bit mask | ||||||||
31890 | AND (HL) | Set the zero flag if the signal for this event hasn't been raised (HL=32640 or 32641) | ||||||||
31891 | EX DE,HL | Restore the character number to H | ||||||||
31892 | RET | Return with the zero flag set if the signal hasn't been raised |
Prev: 31861 | Up: Map | Next: 31893 |