Game status buffer
Prev:
C270
Up:
Map
Next:
C274
C272: Time Remaining
Time Remaining equates to how much bonus the player receives when the level is completed. Stored as e.g.
Location
Value
C272
50
C273
02
For "250" seconds/ bonus points remaining.
See
Time left for current level (00-99)
.
Time_Remaining
C272
DEFB $00
C273
DEFB $00
Prev:
C270
Up:
Map
Next:
C274