Prev: A4A9 Up: Map Next: A4C5
A4B7: Set route: "go to yard" reversed
This sets the hero's and prisoners_and_guards's routes to "go to yard" reversed.
Used by the routine at event_exercise_time.
set_route_go_to_yard_reversed A4B7 LD BC,$8E04 Set the hero's route to (REVERSED routeindex_14_GO_TO_YARD, 4)
A4BA CALL set_hero_route
A4BD LD A,$8E And set the routes of all characters in prisoners_and_guards to the same route (exit via)
A4BF EX AF,AF'
A4C0 LD C,$04
A4C2 JP set_prisoners_and_guards_route_B
Prev: A4A9 Up: Map Next: A4C5