Prev: 32059 Up: Map Next: 32127
32112: Printable score
5 bytes for the 5 chars of the score. These are held as 1,2,3, etc., not '1','2','3'.
_PRINTABLE_SCORE_DIGITS 32112 DEFS 5
These are the numbers 10000, 1000, 100, 10 and 1 as 16 bit values. Pairs are 5 bytes apart, so for example 10000 is 39*256+16.
_PRINT_SCORE_10_DIVS 32117 DEFB 39,3,0,0,0,16,232,100,10,1
Prev: 32059 Up: Map Next: 32127