NightFox’s Lib
Functions
Helpers to use bitmap and tiled backgrounds.

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...
 

Detailed Description

Helpers to use bitmap and tiled backgrounds at the same time.

Function Documentation

◆ NF_InitMixedBgSys()

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.

Parameters
screenScreen (0 - 1).