Prev: A3ED Up: Map Next: A3F8
A3F3: Character -> bed (state)
This is the entry point for character_bed_common used when entered_move_a_character is non-zero.
Used by the routine at character_event.
Input
HL Pointer to location.
character_bed_state A3F3 LD A,($8217) Get the current character index
A3F6 JR character_bed_common Jump to character_bed_common
Prev: A3ED Up: Map Next: A3F8