NightFox’s Lib
|
Helpers to use bitmap and tiled backgrounds at the same time. More...
Functions | |
void | NF_InitMixedBgSys (int screen) |
Initialize mixed background mode (tiled background and 8-bit bitmap). More... | |
Helpers to use bitmap and tiled backgrounds at the same time.
void NF_InitMixedBgSys | ( | int | screen | ) |
Initialize mixed background mode (tiled background and 8-bit bitmap).
Layers 0 to 2: Tiled, 64 KB (48 KB for tiles, 16 KB for maps). Layer 3: 8-bit bitmap, 64 KB.
After using this function you can use functions of both background modes.
screen | Screen (0 - 1). |