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.
Time_Remaining C272 DEFB $00
C273 DEFB $00
Prev: C270 Up: Map Next: C274