aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index c80284531d..2d564393ef 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -2336,6 +2336,12 @@ const uint8 KyraEngine_v3::_inventoryY[] = {
0xB2, 0xB2, 0xB2, 0xB2, 0xB2
};
+const uint8 KyraEngine_v3::_trashItemList[] = {
+ 0x1E, 0x1D, 0x1C, 0x1F, 0x0F, 0x05, 0x04, 0x00,
+ 0x03, 0x22, 0x0B, 0x20, 0x21, 0x10, 0x11, 0x3A,
+ 0x39, 0x40, 0x3E, 0x3D, 0x3C, 0x3F, 0xFF
+};
+
} // End of namespace Kyra