aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2014-10-14 02:05:53 +0300
committerFilippos Karapetis2014-10-14 02:05:53 +0300
commite0a3e9c38c5e4e455fb0101cd82ca8ba53471a06 (patch)
tree9d57d0c25b06e6dd8ed0875d8cddd6ffee74fbab /engines
parentf83b839e21c6f79a008c34666ddd96d8fdc3b15c (diff)
downloadscummvm-rg350-e0a3e9c38c5e4e455fb0101cd82ca8ba53471a06.tar.gz
scummvm-rg350-e0a3e9c38c5e4e455fb0101cd82ca8ba53471a06.tar.bz2
scummvm-rg350-e0a3e9c38c5e4e455fb0101cd82ca8ba53471a06.zip
MADS: Start splitting some verbs from the nouns in Phantom
Diffstat (limited to 'engines')
-rw-r--r--engines/mads/phantom/phantom_scenes.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/engines/mads/phantom/phantom_scenes.h b/engines/mads/phantom/phantom_scenes.h
index cd295a28b6..e761893f30 100644
--- a/engines/mads/phantom/phantom_scenes.h
+++ b/engines/mads/phantom/phantom_scenes.h
@@ -34,6 +34,17 @@ namespace MADS {
namespace Phantom {
+enum Verb {
+ VERB_LOOK_AT = 0x60,
+ VERB_TURN_OFF = 0x95,
+ VERB_TURN_ON = 0x96,
+ VERB_UNLOCK = 0x97,
+ VERB_WALK_ACROSS = 0x99,
+ VERB_WALK_DOWN = 0x9A,
+ VERB_WALK_THROUGH = 0x9B,
+ VERB_WALK_UP = 0x9C,
+};
+
enum Noun {
NOUN_GAME = 0x1,
NOUN_QSAVE = 0x2,
@@ -130,7 +141,6 @@ enum Noun {
NOUN_LOCK = 0x5D,
NOUN_LOCKING_RAIL = 0x5E,
NOUN_LOCKRAIL = 0x5F,
- NOUN_LOOK_AT = 0x60,
NOUN_LOOK_THROUGH = 0x61,
NOUN_MANNEQUINS = 0x62,
NOUN_MIRROR = 0x63,
@@ -183,14 +193,7 @@ enum Noun {
NOUN_TICKET = 0x92,
NOUN_TRAP_CEILING = 0x93,
NOUN_TRAP_DOOR = 0x94,
- NOUN_TURN_OFF = 0x95,
- NOUN_TURN_ON = 0x96,
- NOUN_UNLOCK = 0x97,
NOUN_URN = 0x98,
- NOUN_WALK_ACROSS = 0x99,
- NOUN_WALK_DOWN = 0x9A,
- NOUN_WALK_THROUGH = 0x9B,
- NOUN_WALK_UP = 0x9C,
NOUN_WALL = 0x9D,
NOUN_WARDROBE = 0x9E,
NOUN_WASTE_BASKET = 0x9F,