mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 14:13:27 -04:00
npc_kn almost matching + dbg work (#2802)
* npc_kn almost matching + dbg work * more npc_kn dbg work * fix npc_kn select action functions * Z2AudioMgr dbg change for taka
This commit is contained in:
@@ -34,6 +34,9 @@ public:
|
||||
static Z2AudioMgr* getInterface() { return mAudioMgrPtr; }
|
||||
static Z2AudioMgr* mAudioMgrPtr;
|
||||
|
||||
#if DEBUG
|
||||
u8 padding[0xC];
|
||||
#endif
|
||||
/* 0x0514 */ virtual bool startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*);
|
||||
/* 0x0518 */ bool mResettingFlag;
|
||||
/* 0x0519 */ bool field_0x519;
|
||||
|
||||
@@ -109,6 +109,9 @@ private:
|
||||
/* 0x3CA */ u8 field_0x3ca;
|
||||
/* 0x3CB */ u8 field_0x3cb;
|
||||
/* 0x3CC */ u8 mCrowdSize;
|
||||
#if DEBUG
|
||||
u8 semgr_pad[0x14];
|
||||
#endif
|
||||
}; // Size = 0x3D0
|
||||
|
||||
inline Z2SeMgr* Z2GetSeMgr() {
|
||||
|
||||
Reference in New Issue
Block a user