Prev: B755 Up: Map Next: B76D
B766: Café tab carry: tens digit
Increments H (tens digit of café tab). Resets A = '0' and returns.
Called from increment_cafe_tab when the units digit overflows '9'.
cafe_tab_carry B766 INC H
B767 LD A,$30
B769 RET
Prev: B755 Up: Map Next: B76D