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