summaryrefslogtreecommitdiff
path: root/db/const.txt
diff options
context:
space:
mode:
Diffstat (limited to 'db/const.txt')
-rw-r--r--db/const.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt
index 3fbec41fb..8bf52248a 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -1842,3 +1842,12 @@ VAR_HEADPALETTE 6
VAR_BODYPALETTE 7
VAR_SHIELD 8
VAR_SHOES 9
+
+DIR_NORTH 0
+DIR_NORTHWEST 1
+DIR_WEST 2
+DIR_SOUTHWEST 3
+DIR_SOUTH 4
+DIR_SOUTHEAST 5
+DIR_EAST 6
+DIR_NORTHEAST 7