summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-31 20:24:05 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-31 20:24:05 -0300
commitd4bda98c073e352b6ef98f76439ebe60cce67ced (patch)
tree494972f3c0cf4d541bf5bd73cfe272f33b7bba22 /include
parentfaffd440ec969ab60320ceb32b814b8edc96ca0d (diff)
audio_test
Diffstat (limited to 'include')
-rw-r--r--include/bgm.h4
-rw-r--r--include/sf64audio_provisional.h3
2 files changed, 3 insertions, 4 deletions
diff --git a/include/bgm.h b/include/bgm.h
index 62f92d74..cd1703a6 100644
--- a/include/bgm.h
+++ b/include/bgm.h
@@ -81,12 +81,8 @@ typedef enum BgmSeqIds {
/* 63 */ SEQ_ID_TRAINING,
/* 64 */ SEQ_ID_VE_CLEAR,
/* 65 */ SEQ_ID_BOSS_RESUME,
-#ifdef VERSION_EU
/* 66 */ SEQ_ID_VOICE_LYLAT,
/* 67 */ SEQ_ID_MAX,
-#else
- /* 66 */ SEQ_ID_MAX,
-#endif
/* -1 */ SEQ_ID_NONE = 0xFFFF,
} BgmSeqIds;
diff --git a/include/sf64audio_provisional.h b/include/sf64audio_provisional.h
index 952af4dc..b4d18620 100644
--- a/include/sf64audio_provisional.h
+++ b/include/sf64audio_provisional.h
@@ -6,6 +6,8 @@
#ifndef SF64_AUDIO_H
#define SF64_AUDIO_H
+#define AUDIO_EU 0
+
#include <libultra/types.h>
#include "sf64audio_external.h"
@@ -1234,6 +1236,7 @@ extern s16 gD_800DD200[];
extern f32 gHeadsetPanVolume[128];
extern f32 gStereoPanVolume[128];
extern f32 gDefaultPanVolume[128];
+extern u8 gVoiceLanguage;
#ifdef __cplusplus
}