aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/resources/eob2_dos.h
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_kyradat/resources/eob2_dos.h')
-rw-r--r--devtools/create_kyradat/resources/eob2_dos.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/devtools/create_kyradat/resources/eob2_dos.h b/devtools/create_kyradat/resources/eob2_dos.h
index 3a44d78fa8..6daf018251 100644
--- a/devtools/create_kyradat/resources/eob2_dos.h
+++ b/devtools/create_kyradat/resources/eob2_dos.h
@@ -2491,3 +2491,15 @@ static const byte kEoB2DscBlockIndexDOS[72] = {
static const ByteProvider kEoB2DscBlockIndexDOSProvider = { ARRAYSIZE(kEoB2DscBlockIndexDOS), kEoB2DscBlockIndexDOS };
+static const char *const kEoB2SoundFilesIntroDOS[1] = {
+ "INTRO"
+};
+
+static const StringListProvider kEoB2SoundFilesIntroDOSProvider = { ARRAYSIZE(kEoB2SoundFilesIntroDOS), kEoB2SoundFilesIntroDOS };
+
+static const char *const kEoB2SoundFilesFinaleDOS[2] = {
+ "FINALE1",
+ "FINALE2"
+};
+
+static const StringListProvider kEoB2SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleDOS), kEoB2SoundFilesFinaleDOS }; \ No newline at end of file