EvilEngine/ALST: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
No edit summary
No edit summary
Line 2:
|subtitle=AnimList
|type=[[Binary]]
|games=Night of 100 Frights<br>Battle for Bikini Bottom<br>The SpongeBob SquarePants Movie<br>The Incredibles<br>Rise of the Underminer}}
|sourcecode=[https://github.com/bfbbdecomp/bfbb/blob/master/src/Game/zAnimList.h zAnimList.h]}}
 
Animation list. This asset contains a list of asset IDs all belonging to [[ANIM|animations]].

Revision as of 20:10, 30 March 2021

ALST
AnimList
TypeBinary
Games usedThe Incredibles
Source codezAnimList.h

Animation list. This asset contains a list of asset IDs all belonging to animations.

Format

Night of 100 Frights — The Incredibles

struct zAnimListAsset
{
	unsigned int ids[10];
};

Rise of the Underminer

Offset Type Description
0x00 AssetID[10] Animations
0x28 int[10] Unknown string hashes
0x50 byte[4] Flags?
0x54 int[2] null