AnimaEngine  1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
Data Fields
NcerCell Struct Reference

A composite cell sprite made of multiple sub-sprite hardware OAM entries. More...

#include <ncer.h>

Data Fields

int oam_count
 
int cell_attr
 
u32 raw_oam_offset
 
NcerOamoams
 

Detailed Description

A composite cell sprite made of multiple sub-sprite hardware OAM entries.

Field Documentation

◆ cell_attr

int NcerCell::cell_attr

Internal formatting/packing attributes.

◆ oam_count

int NcerCell::oam_count

Number of hardware OAM elements comprising this cell.

◆ oams

NcerOam* NcerCell::oams

Dynamic array of OAM segments.

◆ raw_oam_offset

u32 NcerCell::raw_oam_offset

Position offset of OAM table block.


The documentation for this struct was generated from the following file: