Constants for bgSetMapPtr() mapSize parameter. More...
Constants for bgSetMapPtr() mapSize parameter.
| #define BG_MAP_32x32 0 |
32x32 tiles (1 screen)
| #define BG_MAP_32x64 2 |
32x64 tiles (2 screens tall)
| #define BG_MAP_64x32 1 |
64x32 tiles (2 screens wide)
| #define BG_MAP_64x64 3 |
64x64 tiles (4 screens)
| #define SC_32x32 BG_MAP_32x32 |
| #define SC_32x64 BG_MAP_32x64 |
| #define SC_64x32 BG_MAP_64x32 |
| #define SC_64x64 BG_MAP_64x64 |