-
Notifications
You must be signed in to change notification settings - Fork 33
Tile and Map Functions
void set_tile_data(char *tile_ex); [ 3.20+ ] |
---|
void set_tile_data(char *tile_data, int nb_tile, char *pal_ref); |
|
void load_tile(int vaddr); |
---|
|
void put_tile(int num, int vaddr); |
---|
void put_tile(int num, char x, char y); |
|
void map_put_tile(char x, char y, char tile); [ 3.20+ ] |
---|
|
char get_tile(char x, char y); [ 1.5 - 3.11, RENAMED IN 3.20 ] |
---|
|
char map_get_tile(char x, char y); [ 3.20+ ] |
---|
|
void set_map_data(char *map, char w, char h); |
---|
|
void load_map(char sx, char sy, int mx, int my, char w, char h); |
---|
|
void scroll(char num, int x, int y, char top, char bottom, char disp); |
---|
|
void scroll_disable(char num); [ 1.5+ ] |
---|
Disable scrolling for the screen window 'num'. |