continuity/hex-patterns/AniData.hexpat

8 lines
191 B
Text
Raw Normal View History

2024-09-18 14:34:58 +00:00
#pragma once
#include <std/sys.pat>
struct AnimationData{
u32 Id;
u8 unk[1078];
};
std::assert(sizeof(AnimationData) == 0x43a, "Struct isn't the right size");
AnimationData anidata[50] @0x00;