Skip to main content

NCER ("RECN") - Nitro Cell Runtime

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

The cell runtime creates groups of tiles which will be displayed as small images. The cells can serve as base for frame animations.

Table of Contents


Data Structure

File Container

struct ContainerFileNCER
{
/* 0x00 */ struct NitroFileHeader fileHeader;
/* 0x10 */ struct ContainerSectionCEBK sectionDataCEBK;
/* append */ struct ContainerSectionLABL sectionDataLABL;
/* append */ struct ContainerSectionLABL sectionDataUEXT;
}; // entry size = fileHeader.lengthFile
Field NameDescriptionData Type
fileHeaderHeader of this file. fileHeader.signature = "RECN".NitroFileHeader
sectionDataCEBKCell image data.ContainerSectionCEBK
sectionDataLABLCell-name table.ContainerSectionLABL
sectionDataUEXTCluster flag.ContainerSectionUEXT

Specification

Sections