Prev: 984B Up: Map Next: 9878
9862: Routine at 9862
9862 LD A,($F80D) A=*F80D.
9865 CP $20 Jump to ControlCode_04 if A is greater than 20.
9867 JP NC,ControlCode_04
986A LD (HL),A Write A to *HL.
986B INC HL Increment HL by one.
986C LD A,($F80C) A=*F80C.
986F CP $19 Jump to ControlCode_04 if A is greater than 19.
9871 JP NC,ControlCode_04
9874 LD (HL),A Write A to *HL.
9875 JP $995D Jump to 995D.
Prev: 984B Up: Map Next: 9878