From bf33b737b74c47734a4b889b211df22b941c0534 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sun, 13 Nov 2011 20:18:20 -0700 Subject: Add constants for direction of connections. hg-commit-id: b7e25e860a9e --- constants.asm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.2.3