You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
connection direction constants
This commit is contained in:
@@ -2174,3 +2174,10 @@ TR_NITE EQU 3
|
|||||||
ATK_GT_DEF EQU 1
|
ATK_GT_DEF EQU 1
|
||||||
ATK_LT_DEF EQU 2
|
ATK_LT_DEF EQU 2
|
||||||
ATK_EQ_DEF EQU 3
|
ATK_EQ_DEF EQU 3
|
||||||
|
|
||||||
|
|
||||||
|
; connection directions
|
||||||
|
EAST EQU 1
|
||||||
|
WEST EQU 2
|
||||||
|
SOUTH EQU 4
|
||||||
|
NORTH EQU 8
|
||||||
|
Reference in New Issue
Block a user