mirror of
https://github.com/zeldaret/ss
synced 2026-09-01 17:39:55 -04:00
add offsets and mark file as matching in configure.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user