Prev: 26212 Up: Map Next: 26282
26261: SCORE action
ACTION_SCORE 26261 LD HL,21 "You have scored"
26264 CALL PRINT_SYSMSG Print score message
26267 PUSH BC
26268 LD BC,(23326) BC = number to print
26272 LD B,0 Ignore top byte (8-bit number only)
26274 CALL 6683 Print a number
26277 LD HL,22 "%"
26280 JR ACTION_TURNS_0 Back into turns routine to print % sign
Prev: 26212 Up: Map Next: 26282