From 834cf846f14ac613b96a662b9701380e7a132d9b Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 16 Mar 2014 18:32:46 +0100 Subject: MADS: Implement Scene201::setup, remove some function definition, add some Noun enum values --- engines/mads/nebular/nebular_scenes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 5b7dd6a726..6021e6715a 100644 --- a/engines/mads/nebular/nebular_scenes.h +++ b/engines/mads/nebular/nebular_scenes.h @@ -39,6 +39,7 @@ enum { }; enum Noun { + NOUN_D = 0xD, NOUN_BLOWGUN = 0x29, NOUN_BURGER = 0x35, NOUN_CHAIR = 0x47, @@ -76,6 +77,7 @@ enum Noun { NOUN_SIT_IN = 0x13F, NOUN_SMELL = 0x147, NOUN_STUFFED_FISH = 0x157, + NOUN_15F = 0x15F, NOUN_VIEW_SCREEN = 0x180, NOUN_CAPTIVE_CREATURE = 0x1C3, NOUN_NATIVE_WOMAN = 0x1DC, @@ -83,7 +85,8 @@ enum Noun { NOUN_DOLLOP = 0x3AC, NOUN_DROP = 0x3AD, NOUN_DASH = 0x3AE, - NOUN_SPLASH = 0x3AF + NOUN_SPLASH = 0x3AF, + NOUN_487 = 0x487 }; class SceneFactory { -- cgit v1.2.3