pokecrystal/constants/gfx_constants.asm

5 lines
80 B
NASM
Raw Normal View History

2015-11-05 01:20:14 +00:00
LEN_2BPP_TILE EQU 16
LEN_1BPP_TILE EQU 8
TILES_PER_FRAME EQU 6
2015-11-01 01:05:02 +00:00
TILESIZE EQU $10