Prev: A1E7 Up: Map Next: A1F9
A1F0: Event: Go to roll call
This rings the bell then queues the "ROLL CALL" message.
event_go_to_roll_call A1F0 LD (BC),A Ring the bell 40 times as passed in
A1F1 LD B,$08 Queue the message "ROLL CALL"
A1F3 CALL queue_message
A1F6 JP go_to_roll_call Exit via go_to_roll_call
Prev: A1E7 Up: Map Next: A1F9