Prev: 63117 Up: Map Next: 63128
63118: Check whether a gangster is midstride or has his arm raised
Used by the routine at 31319. 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 61948 to move the next character.
Input
H Gangster's character number (215-224)
63118 LD L,0 Point HL at byte 0 of the gangster's buffer
63120 BIT 2,(HL) Is the gangster's arm raised?
63122 JR Z,63130 Jump if not
63124 POP BC Drop the return address from the stack
63125 JP 62331 Lower the gangster's arm
Prev: 63117 Up: Map Next: 63128