mirror of https://github.com/nmlgc/ReC98.git
8 lines
88 B
NASM
8 lines
88 B
NASM
|
CUSTOM_COUNT = 64
|
||
|
|
||
|
custom_t struc
|
||
|
db 26 dup (?)
|
||
|
custom_t ends
|
||
|
|
||
|
public _custom_entities
|