![]() |
Routines |
| 60896 | LD A,6 | |
| 60898 | OUT (254),A | BORDER 6 |
| 60900 | LD HL,16384 | Blank the entire display |
| 60903 | LD (HL),0 | |
| 60905 | INC HL | |
| 60906 | LD A,H | |
| 60907 | CP 88 | |
| 60909 | JR NZ,60903 | |
| 60911 | LD (HL),48 | PAPER 6: INK 0 |
| 60913 | INC HL | |
| 60914 | LD A,H | |
| 60915 | CP 91 | |
| 60917 | JR NZ,60911 | |
| 60919 | CALL 64073 | Ask whether character names should be changed, and return here only if the answer is yes |
| 60922 | LD B,32 | |
| 60924 | JP 61152 |