summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-23 17:28:49 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-23 17:28:49 -0400
commit4550a9aae69912bd9dbf836c6dd9b328ccb45303 (patch)
tree70b4d31458ddcea91a87eb5848593839ced18480 /include
parenta3e422e481308156da978585a65759b92c8bda69 (diff)
d_a_bst OK for USA
closes #277
Diffstat (limited to 'include')
-rw-r--r--include/JAZelAudio/JAIZelBasic.h5
-rw-r--r--include/d/actor/d_a_bst.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/include/JAZelAudio/JAIZelBasic.h b/include/JAZelAudio/JAIZelBasic.h
index 82e998ad..38fb8257 100644
--- a/include/JAZelAudio/JAIZelBasic.h
+++ b/include/JAZelAudio/JAIZelBasic.h
@@ -157,9 +157,10 @@ public:
f32 calcMainBgmVol() { return field_0x0080 * field_0x0084 * field_0x0088 * field_0x008c * field_0x0090 * field_0x0094 * field_0x0098 * field_0x009c * field_0x00ac; }
f32 calcSubBgmVol() { return field_0x00a0 * field_0x00a4 * field_0x00a8; }
+ void bstHoriOn() { field_0x1dd4 = 1; }
+ void bstHoriOff() { field_0x1dd4 = 0; }
+
// TODO
- void bstHoriOff() {}
- void bstHoriOn() {}
void checkSeMute() {}
void checkTBoxDemo() {}
void getCurCamera(u32) {}
diff --git a/include/d/actor/d_a_bst.h b/include/d/actor/d_a_bst.h
index c9ca0a57..bb0d42a9 100644
--- a/include/d/actor/d_a_bst.h
+++ b/include/d/actor/d_a_bst.h
@@ -106,7 +106,9 @@ struct bst_class {
/* 0x2E88 */ fpc_ProcID mBombId;
/* 0x2E8C */ fpc_ProcID mCreatedItemId;
/* 0x2E90 */ fpc_ProcID m2E90[2];
+#if VERSION > VERSION_DEMO
/* 0x2E98 */ s16 m2E98;
+#endif
/* 0x2E9A */ s8 m2E9A;
/* 0x2E9B */ u8 m2E9B[0x2E9C - 0x2E9B];
/* 0x2E9C */ s16 msFrameCount;