![]() |
Routines |
| Prev: A1F0 | Up: Map | Next: A202 |
|
This rings the bell then queues the "BREAKFAST TIME" message.
|
||||
| event_go_to_breakfast_time | A1F9 | LD (BC),A | Ring the bell 40 times as passed in | |
| A1FA | LD B,$02 | Queue the message "BREAKFAST TIME" | ||
| A1FC | CALL queue_message | |||
| A1FF | JP set_route_go_to_breakfast | Exit via set_route_go_to_breakfast | ||
| Prev: A1F0 | Up: Map | Next: A202 |