Prev: F68D Up: Map Next: F698
F68E: Check whether a gangster is midstride or has his arm raised
Used by the routine at 7A57. Returns to the caller unless the gangster is midstride or has his arm raised; otherwise moves the gangster from the midstride position or lowers his arm, and returns to the routine at F1FC to move the next character.
Input
H Gangster's character number (0xD7-0xE0)
F68E LD L,$00 Point HL at byte 0x00 of the gangster's buffer
F690 BIT 2,(HL) Is the gangster's arm raised?
F692 JR Z,$F69A Jump if not
F694 POP BC Drop the return address from the stack
F695 JP $F37B Lower the gangster's arm
Prev: F68D Up: Map Next: F698