OpenSNES
Modern Open-Source SNES Development SDK
Loading...
Searching...
No Matches
Map Size Constants

Constants for bgSetMapPtr() mapSize parameter. More...

Macros

#define BG_MAP_32x32   0
#define BG_MAP_32x64   2
#define BG_MAP_64x32   1
#define BG_MAP_64x64   3
#define SC_32x32   BG_MAP_32x32
#define SC_32x64   BG_MAP_32x64
#define SC_64x32   BG_MAP_64x32
#define SC_64x64   BG_MAP_64x64

Detailed Description

Constants for bgSetMapPtr() mapSize parameter.

Macro Definition Documentation

◆ BG_MAP_32x32

#define BG_MAP_32x32   0

32x32 tiles (1 screen)

◆ BG_MAP_32x64

#define BG_MAP_32x64   2

32x64 tiles (2 screens tall)

◆ BG_MAP_64x32

#define BG_MAP_64x32   1

64x32 tiles (2 screens wide)

◆ BG_MAP_64x64

#define BG_MAP_64x64   3

64x64 tiles (4 screens)

◆ SC_32x32

#define SC_32x32   BG_MAP_32x32

◆ SC_32x64

#define SC_32x64   BG_MAP_32x64

◆ SC_64x32

#define SC_64x32   BG_MAP_64x32

◆ SC_64x64

#define SC_64x64   BG_MAP_64x64