Prev: 24011 Up: Map Next: 24014
24012: Game Timer
16-bit counter starting at 0x0000 and counting +1 (each time a sprite is moved or redrawn), although sometimes it will increment + 2. This continues until the whole game is over - for both 1 and 2 player games. Counter loops around after reaching 65535.
GameTimer 24012 DEFW 0
Prev: 24011 Up: Map Next: 24014