summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 74a8a695..ad6e1d54 100644
--- a/constants.asm
+++ b/constants.asm
@@ -882,3 +882,8 @@ ELECTRIC EQU $17
PSYCHIC EQU $18
ICE EQU $19
DRAGON EQU $1A
+
+EAST EQU 1
+WEST EQU 2
+SOUTH EQU 4
+NORTH EQU 8