ref: d29d0224e5ccd04f65f1e636d7d86d824b0fefea 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