mirror of https://github.com/nmlgc/ReC98.git
5 lines
82 B
NASM
5 lines
82 B
NASM
|
TILE_COUNT = TILES_X * TILES_Y
|
||
|
|
||
|
public _tile_ring
|
||
|
_tile_ring db TILE_COUNT dup(?)
|