Skip to main content

UEXT ("TXEU") - (Use Extension?)

Author(s): Gonhex
Research: NOCASH

Holds a value which tells, if a "multi-version" of the cell or animation runtime will be applied.

Table of Contents


Data Structure

Section Container

struct ContainerSectionUEXT
{
/* 0x0 */ struct NitroSectionHeader sectionHeader;
/* 0x8 */ struct ContainerUEXT sectionData;
}; // entry size = sectionHeader.lengthSection
Field NameDescriptionData Type
sectionHeaderHeader of this section. sectionHeader.signature = "TXEU".NitroSectionHeader
sectionDataContent of this section.ContainerUEXT

UEXT Container

struct ContainerUEXT
{
// header
// ...empty

// data
/* 0x0 */ uint32_t extended; // or is it one byte + padding?
}; // entry size = 0x4
Field NameDescriptionData Type
extendedEnable multicell?uint32_t

Specification

Files