Files
af/include/unknown_structs.h
kuchenmitsahne d38ac6a9d3 ac_hanami_npc0 OK (#227)
* Standard actor functions and aHM0_ct_data functions OK

* Add scaffolding to Hanami_Npc0 struct

* func_809DE830_jp OK

* func_809DE434, func_809DE4A0_jp, func_809DE5BC_jp, func_809DE6B4_jp, func_809DE6C8_jp, func_809DE6EC_jp OK

* func_809DE538_jp OK with warnings

* func_809DE538_jp OK

* func_809DE714_jp OK with warnings

* func_809DE7D0_jp OK

* func_809DE8D0 OK

* func_809DE56C_jp OK with warnings

* func_809DE800_jp OK

* func_809DE978_jp OK

* func_809DE948_jp OK

* func_809DE744_jp OK

* func_809DE5DC_jp progress (nonmatching)

* Remove fake symbol D_809DEB1C_jp.

* Prepare for data import

* func_809DE5DC_jp OK, update func_809DE6EC_jp (all functions matching)

* Import data (44 differing words)

* Fix struct_809AEFA4, ac_hanami_npc0 OK

* Rename symbols + initial style pass

* Unify aHM0_*_proc function signatures

* Resolve warnings in aHM0_merry

* Update NPC actor functions + corresponding clip functions to use ActorFunc signature

* Fix aHM0_make_tumbler warning (none remain); minor cleanup

* Avoid format.py strangeness

* Fix typedef order
2024-11-26 08:37:21 -07:00

42 lines
1.1 KiB
C

#ifndef UNKNOWN_STRUCTS_H
#define UNKNOWN_STRUCTS_H
#include "ultra64.h"
#include "libc/stdint.h"
#include "libc/stdbool.h"
#include "unk.h"
#include "other_types.h"
typedef struct Clip_unk_040_unk_14_arg0 {
/* 0x00 */ s16 unk_00;
/* 0x00 */ s16 unk_02;
/* 0x04 */ UNK_TYPE1 unk_04[0x60];
} Clip_unk_040_unk_14_arg0; // size >= 0x64, maybe less, guessed from stack usage
typedef struct ShadowData {
/* 0x00 */ u32 numberOfVertices;
/* 0x04 */ u8* vertexFixFlagTable;
/* 0x08 */ f32 size;
/* 0x0C */ Vtx* vertices;
/* 0x10 */ Gfx* model;
} ShadowData; // size = 0x14
typedef struct struct_809AEFA4 {
/* 0x00 */ UNK_PTR unk_00;
/* 0x04 */ UNK_PTR unk_04;
/* 0x08 */ UNK_TYPE unk_08;
/* 0x0C */ UNK_PTR unk_0C;
/* 0x10 */ UNK_PTR unk_10;
/* 0x14 */ UNK_PTR unk_14;
/* 0x18 */ UNK_TYPE unk_18;
} struct_809AEFA4; // size = 0x1C
// Maybe same struct as mMl?
typedef struct struct_func_8085CE18_jp_arg4 {
/* 0x00 */ UNK_TYPE1 unk_00[0x24];
/* 0x24 */ u16 unk_24;
/* 0x26 */ u8 unk_26;
} struct_func_8085CE18_jp_arg4; // size >= 0x28
#endif