Misc stuff 7 (#112)

* document zcb a tiny bit and add some item manager setters

* add more item manager setters

* add more and more item manager setters

* ...

* gcc fix

* gcc fix 2
This commit is contained in:
Yanis
2026-07-17 17:54:07 +02:00
committed by GitHub
parent 54b4c97c38
commit 2bc13d2ec2
4 changed files with 28 additions and 5 deletions
+9 -4
View File
@@ -516,8 +516,9 @@ typedef struct ZCBSectionVTXB {
} ZCBSectionVTXB;
typedef struct ZCBEntryNRMB {
/* 00 */ unk32 unk_00;
/* 04 */ unk16 unk_04;
/* 00 */ s16 unk_00;
/* 02 */ s16 unk_02;
/* 04 */ s16 unk_04;
} ZCBEntryNRMB; // size = 0x06
typedef struct ZCBSectionNRMB {
@@ -535,8 +536,12 @@ typedef struct ZCBSectionPCLB {
} ZCBSectionPCLB;
typedef struct ZCBEntryTRIB {
/* 00 */ unk32 unk_00;
} ZCBEntryTRIB; // size = ?
/* 00 */ u16 nIndexPosX;
/* 02 */ u16 nIndexPosY;
/* 04 */ u16 nIndexPosZ;
/* 06 */ u16 nIndexPolyClass;
/* 08 */ u16 unk_06;
} ZCBEntryTRIB; // size = 0x10
typedef struct ZCBSectionTRIB {
/* 00 */ ZCBSectionHeader header;