diff options
Diffstat (limited to 'constants/map_data_constants.asm')
| -rw-r--r-- | constants/map_data_constants.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm index 1877e6a0..b28b3d79 100644 --- a/constants/map_data_constants.asm +++ b/constants/map_data_constants.asm @@ -4,6 +4,13 @@ DEF MAP_BORDER EQU 3 ; connection directions const_def + const EAST_F + const WEST_F + const SOUTH_F + const NORTH_F + +; wCurMapConnections + const_def shift_const EAST ; 1 shift_const WEST ; 2 shift_const SOUTH ; 4 |
