Routines |
Prev: A4E4 | Up: Map | Next: A50B |
This sends the hero and all the characters in prisoners_and_guards to roll call.
Used by the routine at event_go_to_roll_call.
|
||||
go_to_roll_call | A4FD | LD A,$1A | Set route to (routeindex_26_GUARD_12_ROLL_CALL, 0) | |
A4FF | EX AF,AF' | |||
A500 | LD C,$00 | |||
A502 | CALL set_prisoners_and_guards_route | Set individual routes for prisoners_and_guards | ||
A505 | LD BC,$2D00 | Set the hero's route to (routeindex_45_HERO_ROLL_CALL, 0) | ||
A508 | JP set_hero_route |
Prev: A4E4 | Up: Map | Next: A50B |