aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/constants.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-13 22:00:44 +0200
committerEugene Sandulenko2014-01-13 22:00:44 +0200
commit5a274117efd3049e2fe2aa3d31d115dce0692064 (patch)
tree44580fb7061a4a5ecbdaaeca455e982684e98cae /engines/fullpipe/constants.h
parentaef56559f04f76eada718aa44cd5632a05a6e133 (diff)
downloadscummvm-rg350-5a274117efd3049e2fe2aa3d31d115dce0692064.tar.gz
scummvm-rg350-5a274117efd3049e2fe2aa3d31d115dce0692064.tar.bz2
scummvm-rg350-5a274117efd3049e2fe2aa3d31d115dce0692064.zip
FULLPIPE: Implement sceneHandler34_animateAction()
Diffstat (limited to 'engines/fullpipe/constants.h')
-rw-r--r--engines/fullpipe/constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h
index 89760e0cda..f38d019d69 100644
--- a/engines/fullpipe/constants.h
+++ b/engines/fullpipe/constants.h
@@ -1154,11 +1154,16 @@ namespace Fullpipe {
#define MSG_SC34_SHOWVENT 2481
#define MSG_SC34_TESTVENT 2557
#define MSG_SC34_UNCLIMB 2492
+#define MV_MAN34_TRY 2485
+#define MV_MAN34_TRYTABUR 2489
#define MV_MAN34_TURNVENT_L 4307
#define MV_MAN34_TURNVENT_R 2500
#define QU_SC34_ENTERLIFT 2819
#define QU_SC34_EXITLIFT 2820
+#define QU_SC34_FROMBOX 2494
+#define QU_SC34_FROMBOX_FLOOR 4572
#define QU_SC34_FROMCACTUS 4312
+#define QU_SC34_FROMSTOOL 2491
#define QU_SC34_SHOWSTOOL 2496
#define QU_CTS34_FALLEFT 4316
#define QU_CTS34_FALLRIGHT 4317