pokered/constants/connection_constants.asm
2015-08-14 02:46:12 -07:00

9 lines
159 B
NASM
Executable file

; width of east/west connections
; height of north/south connections
MAP_BORDER EQU 3
; connection directions
EAST EQU 1
WEST EQU 2
SOUTH EQU 4
NORTH EQU 8