From 385aa7165c4796902c8e1afd6d9ea54d669bd6fb Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Sat, 6 Jan 2024 23:52:18 -0500 Subject: [PATCH] Fix building --- include/ac_npc.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/ac_npc.h b/include/ac_npc.h index 0c0539cb..8062da45 100644 --- a/include/ac_npc.h +++ b/include/ac_npc.h @@ -148,7 +148,11 @@ typedef struct npc_animation_s { /* TODO: draw data */ typedef struct npc_draw_info_s { - /* 0x000 */ u8 _000[0x14 - 0]; + /* 0x000 */ int main_animation_frame; + /* 0x004 */ int _04; // TODO: figure out where this is set + /* 0x008 */ int main_animation_frame_changed; + /* 0x00C */ int _08; // TODO: figure out where this is set + /* 0x010 */ int _0C; // TODO: figure out where this is set /* 0x014 */ aNPC_ANIMATION_c main_animation; /* 0x1D0 */ aNPC_ANIMATION_c sub_animation0; /* 0x38C */ aNPC_ANIMATION_c sub_animation1;