Routines |
Prev: A491 | Up: Map | Next: A4B7 |
This sets the hero's and prisoners_and_guards's routes to "go to yard".
Used by the routine at event_go_to_exercise_time.
|
||||
set_route_go_to_yard | A4A9 | LD BC,$0E00 | Set the hero's route to (routeindex_14_GO_TO_YARD, 0) | |
A4AC | CALL set_hero_route | |||
A4AF | LD A,$0E | And set the routes of all characters in prisoners_and_guards to the same route (exit via) | ||
A4B1 | EX AF,AF' | |||
A4B2 | LD C,$00 | |||
A4B4 | JP set_prisoners_and_guards_route_B |
Prev: A491 | Up: Map | Next: A4B7 |