d_lyt_control_game OK

This commit is contained in:
robojumper
2025-11-23 15:59:09 +01:00
parent 57557d1128
commit 88075f00a9
27 changed files with 1417 additions and 400 deletions
+9
View File
@@ -105,8 +105,17 @@ public:
return sIsPerformingInitialCollection;
}
static s32 getCollectionCurrentCount() {
return sCollectionCurrentCount;
}
s32 getQuantity() const {
return mItemQuantity;
}
private:
static bool sIsPerformingInitialCollection;
static s32 sCollectionCurrentCount;
/* 0x334 */ UNKTYPE *mpMdl; // Model has its own handling system
/* 0x338 */ dShadowCircle_c mShdw;
+4
View File
@@ -250,6 +250,10 @@ public:
static u16 getTearBit(int tearNum);
static bool setDungeonFlagForTear(int tearNum);
u16 getItemId_i() const {
return mId;
}
private:
u16 mId;