7#define MAX_SCROLL_WIDTH_64x64 (64*16 - 16*16)
8#define MAX_SCROLL_HEIGHT_64x64 (64*16 - 14*16)
unsigned short u16
16-bit unsigned integer (0 to 65535)
Definition types.h:53
unsigned char u8
8-bit unsigned integer (0 to 255)
Definition types.h:47
void screenRefreshPos64x64(u8 x, u8 y, u16 address)
Definition map64x64.c:60
void initSpriteMap64x64(u16 len)
Definition map64x64.c:22
void drawSprite64x64(u8 x, u8 y, u16 sprite)
Definition map64x64.c:43
u16 element2sprite64x64(u8 elem)
Definition map64x64.c:54