Prev: 6FF2 Up: Map Next: 7000
6FF9: Make BOY WANDER fire his catapult (1)
Continues from the routine at 7000.
Input
H 0xA7 (BOY WANDER)
L 0x6F
6FF9 LD (HL),$2C Place the address of the uninterruptible subcommand routine at 702C into bytes 0x6F and 0x70 of BOY WANDER's buffer
6FFB INC L
6FFC LD (HL),$70
6FFE POP HL Drop the return address (6254) from the stack and go on to consider moving the next character
6FFF RET
Prev: 6FF2 Up: Map Next: 7000