Prev: 49777 Up: Map Next: 49850
49820: Routine at C29C
Used by the routine at 49737.
49820 PUSH HL Stash HL, DE and BC on the stack.
49821 PUSH DE
49822 PUSH BC
49823 LD HL,20703 HL=20703 (screen buffer location).
49826 LD DE,20735 DE=20735 (screen buffer location).
49829 LD A,8 A=8.
49831 PUSH HL Stash HL and DE on the stack.
49832 PUSH DE
49833 LD BC,128 BC=0128.
49836 LDDR LDDR.
49838 POP DE Restore DE and HL from the stack.
49839 POP HL
49840 INC H Increment H by one.
49841 INC D Increment D by one.
49842 DEC A Decrease A by one.
49843 JR NZ,49831 Jump to 49831 if A is not equal to 8.
49845 LD HL,20576 HL=20576 (screen buffer location).
49848 JR 49805 Jump to 49805.
Prev: 49777 Up: Map Next: 49850