mirror of https://github.com/nmlgc/ReC98.git
8 lines
140 B
NASM
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(<?>)
|