mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
MADS: Start splitting some verbs from the nouns in Phantom
This commit is contained in:
parent
f83b839e21
commit
e0a3e9c38c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user