Deathchase | Routines |
Prev: 68F0 | Up: Map | Next: 6949 |
6918 | LD DE,$5080 | Point to first line | ||
691B | LD HL,$6DBF | 6DBF - Start of display graphic | ||
691E | LD B,$10 | |||
6920 | PUSH BC | |||
6921 | PUSH DE | |||
6922 | LD BC,$0020 | |||
6925 | LDIR | Copy the line | ||
6927 | POP DE | |||
6928 | POP BC | |||
6929 | INC D | |||
692A | LD A,D | |||
692B | AND $07 | |||
692D | JR NZ,$6932 | |||
692F | LD DE,$50A0 | Point to second line | ||
6932 | DJNZ $6920 | |||
6934 | LD DE,$5A80 | Start of attribute buffer | ||
6937 | LD BC,$0040 | |||
693A | LDIR | Copy the attributes | ||
693C | CALL $6969 | Print the score | ||
693F | CALL $6974 | Print number of lives | ||
6942 | CALL $69BB | Print the range indicator | ||
6945 | CALL $6BFC | Print the high score | ||
6948 | RET |
Prev: 68F0 | Up: Map | Next: 6949 |