ref: 674b4dcc4aabde8b5556c0ed32383c32b11a4f0e 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