add offsets and mark file as matching in configure.py

This commit is contained in:
Swekka
2025-07-08 17:38:44 +02:00
parent 1410e4249f
commit d0b1ed466f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -20,10 +20,10 @@ public:
private:
bool checkStoryFlag() const;
nw4r::g3d::ResFile mResFile;
m3d::smdl_c mMdl;
dBgW mBgW;
u16 mStoryFlag;
/* 0x330 */ nw4r::g3d::ResFile mResFile;
/* 0x334 */ m3d::smdl_c mMdl;
/* 0x350 */ dBgW mBgW;
/* 0x560 */ u16 mStoryFlag;
};
#endif