Add constants for direction of connections.

hg-commit-id: b7e25e860a9e
This commit is contained in:
IIMarckus 2011-11-13 20:18:20 -07:00
parent 36c926f342
commit bf33b737b7

View file

@ -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