Skip to main content

NSCR ("RCSN") - Nitro Screen Runtime

Author(s): Gonhex
Research: (see sections)

The screen runtime is used to rearrange the tiles of the character graphic on the screen. It also has the ability to flip tiles and change their palette index.

Table of Contents


Data Structure

File Container

struct ContainerFileNSCR
{
/* 0x00 */ struct NitroFileHeader fileHeader;
/* 0x10 */ struct ContainerSectionCHAR sectionDataSCRN;
}; // entry size = fileHeader.lengthFile
Field NameDescriptionData Type
fileHeaderHeader of this file. fileHeader.signature = "RCSN".NitroFileHeader
sectionDataSCRNImage data.ContainerSectionSCRN

Specification

Sections