Prev: A202 Up: Map Next: A215
A206: Event: Go to exercise time
This rings the bell, queues the message "EXERCISE TIME", then unlocks the exercise yard gates.
event_go_to_exercise_time A206 LD (BC),A Ring the bell 40 times as passed in
A207 LD B,$03 Queue the message "EXERCISE TIME"
A209 CALL queue_message
A20C LD HL,$0100 Unlock the gates to the exercise yard
A20F LD ($F05D),HL
A212 JP set_route_go_to_yard Exit via set_route_go_to_yard
Prev: A202 Up: Map Next: A215