aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/malcolm.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_kyradat/malcolm.h')
-rw-r--r--tools/create_kyradat/malcolm.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/create_kyradat/malcolm.h b/tools/create_kyradat/malcolm.h
new file mode 100644
index 0000000000..253d6e7b1c
--- /dev/null
+++ b/tools/create_kyradat/malcolm.h
@@ -0,0 +1,17 @@
+const ExtractEntry kyra3cd[] = {
+ { k3MainMenuStrings, 0x0002D932, 0x0002D9E2 },
+ { k3MusicFiles, 0x0003062C, 0x00030801 },
+ { k3ScoreTable, 0x0002E4D0, 0x0002E598 },
+ { k3SfxFiles, 0x0002E84E, 0x0002F10D },
+ { k3SfxMap, 0x0002A590, 0x0002AA50 },
+ { k3ItemAnimData, 0x00031614, 0x000317DC },
+ { k3ItemMagicTable, 0x0002FB2A, 0x0002FB72 },
+ { k3ItemStringMap, 0x0002D07A, 0x0002D0C2 },
+ { -1, 0, 0 }
+};
+
+const Game kyra3Games[] = {
+ { kKyra3, EN_ANY, -1, "bf68701eb591d0b72219f314c0d32688", kyra3cd },
+ GAME_DUMMY_ENTRY
+};
+