diff options
Diffstat (limited to 'engines/mads/nebular/nebular_scenes.h')
-rw-r--r-- | engines/mads/nebular/nebular_scenes.h | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/engines/mads/nebular/nebular_scenes.h b/engines/mads/nebular/nebular_scenes.h index e1fcf1e48d..0db8b93d8b 100644 --- a/engines/mads/nebular/nebular_scenes.h +++ b/engines/mads/nebular/nebular_scenes.h @@ -40,12 +40,13 @@ enum { enum Noun { NOUN_BIG_LEAVES = 0x23, - NOUN_BLOWGUN = 0x29, + NOUN_BLOWGUN = 0x29, NOUN_BOMB = 0x2A, NOUN_BOMBS = 0x2B, NOUN_BONE = 0x2C, - NOUN_BURGER = 0x35, - NOUN_CHAIR = 0x47, + NOUN_BONES = 0x2D, + NOUN_BURGER = 0x35, + NOUN_CHAIR = 0x47, NOUN_CHICKEN = 0x49, NOUN_CHICKEN_BOMB = 0x4A, NOUN_DEAD_FISH = 0x65, @@ -58,6 +59,7 @@ enum Noun { NOUN_HOTPANTS = 0x0A7, NOUN_HULL = 0x0A8, NOUN_HURL = 0x0A9, + NOUN_ID_CARD = 0x0B3, NOUN_IGNITE = 0x0B4, NOUN_INFLATE = 0x0B5, NOUN_INSERT = 0x0B6, @@ -78,11 +80,13 @@ enum Noun { NOUN_READ = 0x11F, NOUN_REFRIDGERATOR = 0x122, NOUN_ROBO_KITCHEN = 0x127, + NOUN_ROCK = 0x128, NOUN_SHIELD_ACCESS_PANEL = 0x135, NOUN_SHIELD_MODULATOR = 0x137, NOUN_SHOOT = 0x13A, NOUN_SIT_IN = 0x13F, NOUN_SKULL = 0x140, + NOUN_TELEPORTER = 0x16C, NOUN_BROKEN_LADDER = 0x1C9, NOUN_SMELL = 0x147, NOUN_STUFFED_FISH = 0x157, @@ -97,12 +101,18 @@ enum Noun { NOUN_PILE_OF_LEAVES = 0x1AA, NOUN_CAPTIVE_CREATURE = 0x1C3, NOUN_NATIVE_WOMAN = 0x1DC, - NOUN_ALCOHOL = 0x310, + NOUN_PLATFORM = 0x22C, + NOUN_ALCOHOL = 0x310, + NOUN_SUBMERGED_CITY = 0x313, + NOUN_LASER_BEAM = 0x343, + NOUN_CEMENT_BLOCK = 0x38E, + NOUN_CITY = 0x38F, NOUN_DOLLOP = 0x3AC, NOUN_DROP = 0x3AD, NOUN_DASH = 0x3AE, NOUN_SPLASH = 0x3AF, - NOUN_BIRDS = 0x487 + NOUN_BIRDS = 0x487, + NOUN_WEST_END_OF_PLATFORM = 0x4A9 }; class SceneFactory { |