aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-12 03:35:35 +0530
committerEugene Sandulenko2019-09-03 17:17:17 +0200
commitf5b9d417b7b6f2d1a86ba68b22fa84aa04a7992d (patch)
treec7d7c026039bea220b5cf5a53a5462f538c854ae /engines/hdb/ai.h
parent58512d2123339a137172516d1669fe6fced97d3e (diff)
downloadscummvm-rg350-f5b9d417b7b6f2d1a86ba68b22fa84aa04a7992d.tar.gz
scummvm-rg350-f5b9d417b7b6f2d1a86ba68b22fa84aa04a7992d.tar.bz2
scummvm-rg350-f5b9d417b7b6f2d1a86ba68b22fa84aa04a7992d.zip
HDB: Set and Draw Bonus Stars
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 2e213ce430..4ac3eae917 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -25,6 +25,13 @@
#include "common/system.h"
+#define STARS_MONKEYSTONE_7 0xfe257d // magic value in the config file for the unlocking of the Monkeystone secret #7
+#define STARS_MONKEYSTONE_7_FAKE 0x11887e // fake value that means it hasn't been unlocked
+#define STARS_MONKEYSTONE_14 0x3341fe // <same> for the Monkeystone #14
+#define STARS_MONKEYSTONE_14_FAKE 0x1cefd0 // fake value that means it hasn't been unlocked
+#define STARS_MONKEYSTONE_21 0x77ace3 // <same> for the Monkeystone #21
+#define STARS_MONKEYSTONE_21_FAKE 0x3548fe // fake value that means it hasn't been unlocked
+
namespace HDB {
enum {