mirror of https://github.com/nmlgc/ReC98.git
4 lines
128 B
NASM
4 lines
128 B
NASM
|
; Temporary BCD conversion buffer. TH05 just uses _hud_gaiji_row instead.
|
||
|
public _TEMP_LEBCD
|
||
|
_temp_lebcd db SCORE_DIGITS dup(0)
|