Prev: B734 Up: Map Next: B745
B737: Reset score to "000000"
Used by the routine at score_borrow_hi.
Zeroes all four bytes of var_score_digits12 (ASCII '0' = $30), then discards
4 bytes from the stack (RET×2 return chain cleanup).
reset_score B737 LD HL,$3030 Write $30 to all four digits of var_score_digits12 (ASCII '0')
B73A LD ($C348),HL
B73D LD ($C346),HL
B740 POP BC Pop 4 bytes from stack (discard two return addresses)
B741 POP BC
B742 POP BC
B743 POP BC
B744 RET
Prev: B734 Up: Map Next: B745