From 7f8c1e9a4855a812348807cd6b33412e4d93f138 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 20 May 2014 04:05:32 +0300 Subject: MADS: Replace more verbs with their friendly names --- engines/mads/nebular/nebular_scenes.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/mads/nebular/nebular_scenes.h') diff --git a/engines/mads/nebular/nebular_scenes.h b/engines/mads/nebular/nebular_scenes.h index 674e785a50..e385c6a54b 100644 --- a/engines/mads/nebular/nebular_scenes.h +++ b/engines/mads/nebular/nebular_scenes.h @@ -67,16 +67,22 @@ enum Verb { VERB_SWIM_TO = 0x15C, VERB_SWIM_TOWARDS = 0x15D, VERB_SWIM_UNDER = 0x15E, + VERB_UNLOCK = 0x17B, VERB_WALK_INSIDE = 0x188, VERB_WALK_THROUGH = 0x18B, VERB_WALK_TOWARDS = 0x18C, VERB_WALK_DOWN = 0x1AD, VERB_EXIT_FROM = 0x1CE, + VERB_WALK_UP = 0x227, + VERB_WALK_INTO = 0x242, VERB_EXIT = 0x298, + VERB_WALK_ONTO = 0x2B5, VERB_CLIMB_INTO = 0x2F7, VERB_STEP_INTO = 0x2F9, VERB_SIT_ON = 0x30B, VERB_WALK_ALONG = 0x312, + VERB_WALK = 0x32F, + VERB_GET_INTO = 0x36A, VERB_ENTER = 0x3B8, VERB_INSTALL = 0x474, VERB_REMOVE = 0x476 -- cgit v1.2.3