aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource/staticres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/resource/staticres.cpp')
-rw-r--r--engines/kyra/resource/staticres.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/engines/kyra/resource/staticres.cpp b/engines/kyra/resource/staticres.cpp
index 5461fe3c57..8f7e41b886 100644
--- a/engines/kyra/resource/staticres.cpp
+++ b/engines/kyra/resource/staticres.cpp
@@ -1469,6 +1469,31 @@ const int8 KyraEngine_HoF::_pcSpkSfxMap[] = {
const int KyraEngine_HoF::_pcSpkSfxMapSize = ARRAYSIZE(KyraEngine_HoF::_pcSpkSfxMap);
+const int16 KyraEngine_HoF::_keyboardSounds[190] = {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, 201, -1, 184, 73,
+
+ 74, 212, 78, 184, 104, 185, 99, 102, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, 121, 108, 20,
+
+ 22, 25, 168, 171, 207, 174, 38, 39, 40, 41,
+ 44, 109, 46, 178, 180, 53, 181, 56, 106, 182,
+ 59, 62, 183, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, 92, 15, 107, 191, -1, 134,
+ -1, 197, -1, 205, 152, 139, -1, -1, -1, -1
+};
+
void KyraEngine_HoF::initInventoryButtonList() {
delete[] _inventoryButtons;