ReC98/th04/hud/gaiji_row[data].asm

7 lines
251 B
NASM

; Shared buffer for one full row of gaiji characters. Used for temporarily
; storing the two scores, and the enemy health, dream, and power bars.
HUD_TRAM_W = 8
public _HUD_GAIJI_ROW
_hud_gaiji_row db (HUD_TRAM_W + 1) dup (0)
db 0 ; (word alignment)