subchrselDll.c complete for now.

Waiting on splits & sprites
This commit is contained in:
CreateSource 2023-11-22 16:28:48 -05:00
parent 1966da0f7b
commit eaf410d01b
5 changed files with 63 additions and 27 deletions

View file

@ -15,4 +15,10 @@ typedef struct Vec3f {
f32 z;
} Vec3f;
#endif
typedef struct unkStruct_1D3B44 {
struct unkStruct_1D3B44 *prev;
char unk_04[0x1A];
u16 unk_1E;
} unkStruct_1D3B44;
#endif