![]() |
Routines |
Prev: F68D | Up: Map |
|
||||||||||
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 |