core2/code_78E50.c done, misc documentation

This commit is contained in:
Banjo Kazooie
2022-12-05 13:37:58 -06:00
parent 1c063c781c
commit 612636992f
94 changed files with 899 additions and 970 deletions

View File

@@ -33,11 +33,11 @@ typedef struct {
} BKMeshList;
typedef struct {
s16 minCoord_0[3];
s16 maxCoord_6[3];
s16 unkC[3];
s16 minCoord[3];
s16 maxCoord[3];
s16 centerCoord[3];
s16 unk12;
s16 cnt_14;
s16 count;
s16 unk16;
Vtx vtx_18[];
} BKVertexList;