ReC98/th03/formats/cdg[bss].asm

8 lines
140 B
NASM

; Global CDG data.
CDG_SLOT_COUNT = 32
; CDGHeader cdg_slots[CDG_SLOT_COUNT]
public _cdg_slots
_cdg_slots CDGSlot CDG_SLOT_COUNT dup(<?>)