|
void | se_erase (int left, int top, int right, int bottom) |
| Erase part of the regular tilemap canvas.
|
|
void | se_drawg_w8h8 (uint gid) |
| Character-plot for reg BGs using an 8x8 font.
|
|
void | se_drawg_w8h16 (uint gid) |
| Character-plot for reg BGs using an 8x16 font.
|
|
void | se_drawg (uint gid) |
| Character-plot for reg BGs, any sized font.
|
|
void | se_drawg_s (uint gid) |
| Character-plot for reg BGs, any sized, vertically tiled font.
|
|