Prev: BA40 Up: Map Next: BA4E
BA4B: Score overflow clamp (all digits maxed)
Used by the routine at score_carry_hi.
Called when digit 2 would exceed '9'. Resets A to '0' — score stays
at "9999" (highest possible value visible on screen).
score_clamp BA4B LD A,$30 LD A,$30
BA4D RET RET
Prev: BA40 Up: Map Next: BA4E