|
void | NF_InitAffineBgSys (int screen) |
| Initializes the affine background system of the selected screen. More...
|
|
void | NF_LoadAffineBg (const char *file, const char *name, u32 width, u32 height) |
| Load an affine background to RAM from the filesystem. More...
|
|
void | NF_CreateAffineBg (int screen, u32 layer, const char *name, u32 wrap) |
| Create an affine background in a layer using graphics preloaded in RAM. More...
|
|
void | NF_DeleteAffineBg (int screen, u32 layer) |
| Deletes from VRAM the background of the specified screen and layer. More...
|
|
void | NF_AffineBgTransform (int screen, u32 layer, s32 x_scale, s32 y_scale, s32 x_tilt, s32 y_tilt) |
| Modify the transformation matrix of the specified background. More...
|
|
void | NF_AffineBgMove (int screen, u32 layer, s32 x, s32 y, s32 angle) |
| Moves the affine background to the specified position. More...
|
|
Affine background support.