Prev: 76E0 Up: Map Next: 7700
76F9: Print the score, lines total or hi-score (2)
Continues from 76C8. Checks whether ERIC is over the lines limit (if the number of lines was just printed).
Input
DE Display file address: 51BC (score), 51DC (lines) or 51FC (hi-score)
76F9 LD A,E Copy the LSB of the display file address to A
76FA CP $DC Was it the lines total that was just printed?
76FC RET NZ Return if not
76FD JP $F9BB Otherwise check whether ERIC is over the lines limit
Prev: 76E0 Up: Map Next: 7700