Routines |
Prev: A1D3 | Up: Map | Next: A1F0 |
This rings the bell then queues the "TIME TO WAKE UP" message.
|
||||
event_wake_up | A1E7 | LD (BC),A | Ring the bell 40 times as passed in | |
A1E8 | LD B,$01 | Queue the message "TIME TO WAKE UP" | ||
A1EA | CALL queue_message | |||
A1ED | JP wake_up | Exit via wake_up |
Prev: A1D3 | Up: Map | Next: A1F0 |