mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
Add constants for direction of connections.
hg-commit-id: b7e25e860a9e
This commit is contained in:
parent
36c926f342
commit
bf33b737b7
|
|
@ -882,3 +882,8 @@ ELECTRIC EQU $17
|
||||||
PSYCHIC EQU $18
|
PSYCHIC EQU $18
|
||||||
ICE EQU $19
|
ICE EQU $19
|
||||||
DRAGON EQU $1A
|
DRAGON EQU $1A
|
||||||
|
|
||||||
|
EAST EQU 1
|
||||||
|
WEST EQU 2
|
||||||
|
SOUTH EQU 4
|
||||||
|
NORTH EQU 8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue