Prev: C1D8 Up: Map Next: C1F4
C1E1: Routine at C1E1
Used by the routine at A9B7.
C1E1 PUSH AF Stash AF on the stack.
C1E2 LD A,($5C3C) Jump to C1EA if *TV-FLAG is not zero.
C1E5 AND A
C1E6 JR NZ,$C1EA
C1E8 POP AF Restore AF from the stack.
C1E9 RET Return.
C1EA LD A,($A027) Jump to C1FC if *A027 is not zero.
C1ED AND A
C1EE JR NZ,$C1FC
C1F0 POP AF Restore AF from the stack.
C1F1 JP $C2BA Jump to C2BA.
Prev: C1D8 Up: Map Next: C1F4