summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib
diff options
context:
space:
mode:
authorYunataSavior <58997725+YunataSavior@users.noreply.github.com>2025-11-15 18:40:47 -0800
committerGitHub <noreply@github.com>2025-11-15 18:40:47 -0800
commitd21e22f9edcac07872a257501221ebf2ff18639d (patch)
tree6a50a9d9b9c4d1e3f967b3cc0d947abb2b3ab3b1 /include/Z2AudioLib
parente7a610c5e2f22afbc94e3a340c4f0a8e1d741856 (diff)
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
Diffstat (limited to 'include/Z2AudioLib')
-rw-r--r--include/Z2AudioLib/Z2AudioMgr.h3
-rw-r--r--include/Z2AudioLib/Z2SeMgr.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/Z2AudioLib/Z2AudioMgr.h b/include/Z2AudioLib/Z2AudioMgr.h
index 809b470e26..82f814ebfe 100644
--- a/include/Z2AudioLib/Z2AudioMgr.h
+++ b/include/Z2AudioLib/Z2AudioMgr.h
@@ -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;
diff --git a/include/Z2AudioLib/Z2SeMgr.h b/include/Z2AudioLib/Z2SeMgr.h
index 0e70c07f3a..4ff8e8f37a 100644
--- a/include/Z2AudioLib/Z2SeMgr.h
+++ b/include/Z2AudioLib/Z2SeMgr.h
@@ -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() {