Table containing six 32-bit numbers representing hexadecimal powers of 10, used by the 6-digit HexToDec routine at $009012 used to display the player's score. The numbers are not direct 32-bit values, though, and are instead two consecutive 16-bit values that are directly concatenated together. For instance, the number 100000 (0x186A0 is hex) is represented here as [$0001,$86A0].