Prev: 30432 Up: Map Next: 30464
30457: Print the score, lines total or hi-score (2)
Continues from 30408. Checks whether ERIC is over the lines limit (if the number of lines was just printed).
Input
DE Display file address: 20924 (score), 20956 (lines) or 20988 (hi-score)
30457 LD A,E Copy the LSB of the display file address to A
30458 CP 220 Was it the lines total that was just printed?
30460 RET NZ Return if not
30461 JP 63931 Otherwise check whether ERIC is over the lines limit
Prev: 30432 Up: Map Next: 30464