Routines |
Prev: A4D3 | Up: Map | Next: A4E4 |
This is the entry point for charevnt_breakfast_common used when entered_move_a_character is zero.
Used by the routine at character_event.
|
||||
charevnt_breakfast_vischar | A4D8 | LD A,(IY+$00) | Read the current vischar's character index | |
A4DB | AND A | If it's not the commandant (0) then goto charevnt_breakfast_common | ||
A4DC | JR NZ,charevnt_breakfast_common | |||
A4DE | LD BC,$2B00 | Otherwise set the commandant's route to ($2B,$00) and exit via | ||
A4E1 | JP set_hero_route |
Prev: A4D3 | Up: Map | Next: A4E4 |