Prev: A215 Up: Map Next: A228
A219: Event: Go to time for bed
This rings the bell, locks the gates to the exercise yard, then queues the message "TIME FOR BED".
event_go_to_time_for_bed A219 LD (BC),A Ring the bell 40 times as passed in
A21A LD HL,$8180 Lock the gates to the exercise yard
A21D LD ($F05D),HL
A220 LD B,$04 Queue the message "TIME FOR BED"
A222 CALL queue_message
A225 JP go_to_time_for_bed Exit via go_to_time_for_bed
Prev: A215 Up: Map Next: A228