aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-20 02:29:41 +0300
committerFilippos Karapetis2014-05-20 02:29:41 +0300
commit87418b66a007baf454d37d97857d13b186b6bb0a (patch)
treed0b4301108a976865b7d5e1574674690aaf3c899 /engines/mads/nebular/nebular_scenes.h
parent8619f856742a5ad1df3822d3881b5cddffb322c1 (diff)
downloadscummvm-rg350-87418b66a007baf454d37d97857d13b186b6bb0a.tar.gz
scummvm-rg350-87418b66a007baf454d37d97857d13b186b6bb0a.tar.bz2
scummvm-rg350-87418b66a007baf454d37d97857d13b186b6bb0a.zip
MADS: Replace several verbs with their friendly names
Diffstat (limited to 'engines/mads/nebular/nebular_scenes.h')
-rw-r--r--engines/mads/nebular/nebular_scenes.h43
1 files changed, 28 insertions, 15 deletions
diff --git a/engines/mads/nebular/nebular_scenes.h b/engines/mads/nebular/nebular_scenes.h
index ac983633cc..674e785a50 100644
--- a/engines/mads/nebular/nebular_scenes.h
+++ b/engines/mads/nebular/nebular_scenes.h
@@ -42,31 +42,44 @@ enum Verb {
VERB_CAST = 0x03D,
VERB_CLIMB_DOWN = 0x04E,
VERB_CLIMB_UP = 0x050,
- VERB_EAT = 0x075,
- VERB_EXAMINE = 0x07D,
- VERB_HOSE_DOWN = 0x0A6,
- VERB_IGNITE = 0x0B4,
- VERB_INFLATE = 0x0B5,
- VERB_INSERT = 0x0B6,
- VERB_INSPECT = 0x0B7,
- VERB_HURL = 0x0A9,
- VERB_LOOK_AT = 0x0D1,
- VERB_LOOK_IN = 0x0D2,
- VERB_LOOK_THROUGH = 0x0D3,
- VERB_PEER_THROUGH = 0x103,
+ VERB_DIVE_INTO = 0x06D,
+ VERB_EAT = 0x075,
+ VERB_EXAMINE = 0x07D,
+ VERB_HOSE_DOWN = 0x0A6,
+ VERB_IGNITE = 0x0B4,
+ VERB_INFLATE = 0x0B5,
+ VERB_INSERT = 0x0B6,
+ VERB_INSPECT = 0x0B7,
+ VERB_HURL = 0x0A9,
+ VERB_LOOK_AT = 0x0D1,
+ VERB_LOOK_IN = 0x0D2,
+ VERB_LOOK_THROUGH = 0x0D3,
+ VERB_PEER_THROUGH = 0x103,
+ VERB_PLAY = 0x112,
VERB_PRESS = 0x11A,
- VERB_READ = 0x11F,
+ VERB_READ = 0x11F,
VERB_SHOOT = 0x13A,
VERB_SIT_IN = 0x13F,
- VERB_SMELL = 0x147,
+ VERB_SMELL = 0x147,
+ VERB_STARE_AT = 0x155,
+ VERB_SWIM_INTO = 0x15A,
+ VERB_SWIM_THROUGH = 0x15B,
+ VERB_SWIM_TO = 0x15C,
+ VERB_SWIM_TOWARDS = 0x15D,
+ VERB_SWIM_UNDER = 0x15E,
VERB_WALK_INSIDE = 0x188,
VERB_WALK_THROUGH = 0x18B,
VERB_WALK_TOWARDS = 0x18C,
VERB_WALK_DOWN = 0x1AD,
VERB_EXIT_FROM = 0x1CE,
+ VERB_EXIT = 0x298,
VERB_CLIMB_INTO = 0x2F7,
VERB_STEP_INTO = 0x2F9,
- VERB_WALK_ALONG = 0x312
+ VERB_SIT_ON = 0x30B,
+ VERB_WALK_ALONG = 0x312,
+ VERB_ENTER = 0x3B8,
+ VERB_INSTALL = 0x474,
+ VERB_REMOVE = 0x476
};
enum Noun {