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 Name | Description | Data Type |
---|---|---|
fileHeader | Header of this file. fileHeader.signature = "RCSN" . | NitroFileHeader |
sectionDataSCRN | Image data. | ContainerSectionSCRN |