ref: 77df64ba9c5dff5dcafad6545eefa6cd614c66b3 dir: /constants/connection_constants.asm/
; 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