summaryrefslogtreecommitdiff
path: root/world/map/db/const-quest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/db/const-quest.txt')
-rw-r--r--world/map/db/const-quest.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/world/map/db/const-quest.txt b/world/map/db/const-quest.txt
index 88ecb334..48a3cc14 100644
--- a/world/map/db/const-quest.txt
+++ b/world/map/db/const-quest.txt
@@ -132,7 +132,7 @@ FLAG_DECLINED_BEANIEHAT 8192 // player declined Beanie Copter Hat from Mill
//FLAG_ 16384 // not used at the moment
//FLAG_ 32768 // not used at the moment
FLAG_BEHEADER_MASK 65536 // traded with The Beheader
-FLAG_GOT_BEHEADER_SWORD 131072 // Obtained the Beheader Sword
+//FLAG_GOT_BEHEADER_SWORD 131072 // Obtained the Beheader Sword. Moved to quest log
FLAG_LUCA_GOT_SIX_SKILLS 262144 // player learned all six Focus Skills
FLAG_LUCA_2SKILLS_MAXED 524288 // player got 2 Focus Skills at lvl 9
FLAG_LUCA_4SKILLS_MAXED 1048576 // player got 4 Focus Skills at lvl 9
@@ -165,6 +165,13 @@ GEM_BIF_CHANCE 5
NORMAL_BIF_CHANCE 4
BIG_BIF_CHANCE 8
+// Anchor Stone constants:
+// biggest maps use 520 tiles (012-3, 012-4) so 1023 is good atm but if maps ever grow bigger these values need to be changed
+AS_X_MASK 1023
+AS_X_SHIFT 0
+AS_Y_MASK 1047552
+AS_Y_SHIFT 10
+
// Flags for the battle caves.
BATTLE_CAVE1 1
BATTLE_CAVE2 2