![]() |
Routines |
Prev: 61144 | Up: Map |
Continues from 60896. Sets the scene for changing the main characters' names.
|
|||||||||||
61152 | LD (HL),255 | Draw a solid line across the screen (the catwalk) | |||||||||
61154 | INC HL | ||||||||||
61155 | DJNZ 61152 | ||||||||||
61157 | LD HL,44392 | 44392: 'CAST OF CHARACTERS' | |||||||||
61160 | LD DE,16448 | Set DE to the display file address at which to print this message | |||||||||
61163 | CALL 45032 | Print this message | |||||||||
61166 | LD HL,24859 | Change the instruction at 24859 in the routine at 24843 to XOR A, so that the skool is not drawn in the background | |||||||||
61169 | LD (HL),175 | ||||||||||
61171 | LD HL,39010 | Set the x-coordinate of every character to 150 (entirely off-screen) | |||||||||
61174 | LD B,21 | ||||||||||
61176 | LD (HL),150 | ||||||||||
61178 | INC H | ||||||||||
61179 | DJNZ 61176 | ||||||||||
61181 | JP 61408 |
Prev: 61144 | Up: Map |