aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/scene48.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gnap/scenes/scene48.cpp')
-rw-r--r--engines/gnap/scenes/scene48.cpp85
1 files changed, 85 insertions, 0 deletions
diff --git a/engines/gnap/scenes/scene48.cpp b/engines/gnap/scenes/scene48.cpp
new file mode 100644
index 0000000000..3b24d57a8c
--- /dev/null
+++ b/engines/gnap/scenes/scene48.cpp
@@ -0,0 +1,85 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ */
+
+#include "gnap/gnap.h"
+#include "gnap/gamesys.h"
+#include "gnap/resource.h"
+
+namespace Gnap {
+
+void GnapEngine::scene48_initCutscene() {
+ _s99_dword_47F370[0] = 390;
+ _s99_dword_47F370[1] = 391;
+ _s99_dword_47F370[2] = 392;
+ _s99_dword_47F370[3] = 393;
+ _s99_dword_47F370[4] = 394;
+ _s99_dword_47F370[5] = 395;
+ _s99_dword_47F370[6] = 396;
+ _s99_dword_47F370[7] = 397;
+ _s99_dword_47F370[8] = 398;
+ _s99_dword_47F370[9] = 399;
+ _s99_dword_47F370[10] = 400;
+ _s99_dword_47F370[11] = 401;
+ _s99_dword_47F370[12] = 402;
+ _s99_dword_47F2F0[0] = 238;
+ _s99_dword_47F2F0[1] = 42;
+ _s99_dword_47F2F0[2] = 2;
+ _s99_dword_47F2F0[3] = 37;
+ _s99_dword_47F2F0[4] = 35;
+ _s99_dword_47F2F0[5] = 38;
+ _s99_dword_47F2F0[6] = 39;
+ _s99_dword_47F2F0[7] = 40;
+ _s99_dword_47F2F0[8] = 41;
+ _s99_dword_47F2F0[9] = 36;
+ _s99_dword_47F2F0[10] = 41;
+ _s99_dword_47F2F0[11] = 388;
+ _s99_dword_47F2F0[12] = 387;
+ _s99_dword_47F330[0] = 1;
+ _s99_dword_47F330[1] = 1;
+ _s99_dword_47F330[2] = 1;
+ _s99_dword_47F330[3] = 1;
+ _s99_dword_47F330[4] = 1;
+ _s99_dword_47F330[5] = 1;
+ _s99_dword_47F330[6] = 1;
+ _s99_dword_47F330[7] = 1;
+ _s99_dword_47F330[8] = 1;
+ _s99_dword_47F330[9] = 1;
+ _s99_dword_47F330[10] = 1;
+ _s99_dword_47F330[11] = 1;
+ _s99_dword_47F330[12] = 1;
+ _s99_canSkip[0] = 0;
+ _s99_canSkip[1] = 0;
+ _s99_canSkip[2] = 0;
+ _s99_canSkip[3] = 0;
+ _s99_canSkip[4] = 0;
+ _s99_canSkip[5] = 0;
+ _s99_canSkip[6] = 0;
+ _s99_canSkip[7] = 0;
+ _s99_canSkip[8] = 0;
+ _s99_canSkip[9] = 0;
+ _s99_canSkip[10] = 0;
+ _s99_canSkip[11] = 0;
+ _s99_canSkip[12] = 0;
+ _s99_itemsCount = 13;
+}
+
+} // End of namespace Gnap