libws libws
WSwan hardware library for the Wonderful toolchain
|
Macros | |
#define | MEM_TILE(i) |
Pointer to tile. | |
#define | MEM_TILE_4BPP(i) |
Pointer to 4bpp tile. | |
#define | MEM_TILE_4BPP_BANK0(i) |
Pointer to 4bpp tile in bank 0 (0-511). | |
#define | MEM_TILE_4BPP_BANK1(i) |
Pointer to 4bpp tile in bank 1 (512-1023). | |
#define | MEM_COLOR_PALETTE(i) |
Pointer to color palette. | |
#define | MEM_SCR_PALETTE MEM_COLOR_PALETTE |
Pointer to screen color palette. | |
#define | MEM_SPR_PALETTE(i) |
Pointer to sprite color palette. | |
#define MEM_COLOR_PALETTE | ( | i | ) |
#define MEM_SCR_PALETTE MEM_COLOR_PALETTE |
#define MEM_SPR_PALETTE | ( | i | ) |
#define MEM_TILE | ( | i | ) |
#define MEM_TILE_4BPP | ( | i | ) |
Pointer to 4bpp tile.
i | Tile index (0-1023). |
#define MEM_TILE_4BPP_BANK0 | ( | i | ) |