Routines |
Prev: A344 | Up: Map | Next: A35F |
This makes the hero and other characters head to bed.
Used by the routine at event_go_to_time_for_bed.
|
||||
go_to_time_for_bed | A351 | LD BC,$8502 | Set the hero's route to (REVERSED routeindex_5_EXIT_HUT2, 2) | |
A354 | CALL set_hero_route | |||
A357 | LD A,$85 | Set route index to (REVERSED routeindex_5_EXIT_HUT2) | ||
A359 | EX AF,AF' | |||
A35A | LD C,$02 | Set route step to 2 | ||
A35C | JP set_prisoners_and_guards_route_B | Set the routes of all characters in prisoners_and_guards and exit via |
Prev: A344 | Up: Map | Next: A35F |