Prev: ACCF Up: Map Next: ACE6
ACD8: Routine at ACD8
Used by the routine at Handler_UserInput.
ACD8 PUSH HL Stash HL and BC on the stack.
ACD9 PUSH BC
ACDA LD HL,$A663 HL=A663.
ACDD LD C,(HL) C=*HL.
ACDE LD B,$00 B=00.
ACE0 INC HL Increment HL by one.
ACE1 CPIR CPIR.
ACE3 POP BC Restore BC and HL from the stack.
ACE4 POP HL
ACE5 RET Return.
Prev: ACCF Up: Map Next: ACE6