![]() |
Routines |
| Prev: A4B7 | Up: Map | Next: A4D3 |
|
This sets the hero's and prisoners_and_guards's routes to "go to breakfast".
Used by the routine at event_go_to_breakfast_time.
|
||||
| set_route_go_to_breakfast | A4C5 | LD BC,$1000 | Set the hero's route to (routeindex_16_BREAKFAST_25, 0) | |
| A4C8 | CALL set_hero_route | |||
| A4CB | LD A,$10 | And set the routes of all characters in prisoners_and_guards to the same route (exit via) | ||
| A4CD | EX AF,AF' | |||
| A4CE | LD C,$00 | |||
| A4D0 | JP set_prisoners_and_guards_route_B | |||
| Prev: A4B7 | Up: Map | Next: A4D3 |