diff options
Diffstat (limited to 'include/constants')
| -rwxr-xr-x | include/constants/metatile_behaviors.h | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/include/constants/metatile_behaviors.h b/include/constants/metatile_behaviors.h index 1d1557256..df2d28c7d 100755 --- a/include/constants/metatile_behaviors.h +++ b/include/constants/metatile_behaviors.h @@ -113,22 +113,22 @@  #define MB_WATER_SOUTH_ARROW_WARP 0x6D  #define MB_DEEP_SOUTH_WARP 0x6E  #define MB_UNUSED_6F 0x6F -#define MB_WARP_OR_BRIDGE 0x70 -#define MB_UNUSED_71 0x71 -#define MB_ROUTE120_NORTH_BRIDGE_1 0x72 -#define MB_ROUTE120_NORTH_BRIDGE_2 0x73 +#define MB_BRIDGE_OVER_OCEAN 0x70 +#define MB_BRIDGE_OVER_POND_LOW 0x71 +#define MB_BRIDGE_OVER_POND_MED 0x72 +#define MB_BRIDGE_OVER_POND_HIGH 0x73  #define MB_PACIFIDLOG_VERTICAL_LOG_1 0x74  #define MB_PACIFIDLOG_VERTICAL_LOG_2 0x75  #define MB_PACIFIDLOG_HORIZONTAL_LOG_1 0x76  #define MB_PACIFIDLOG_HORIZONTAL_LOG_2 0x77  #define MB_FORTREE_BRIDGE 0x78  #define MB_UNUSED_79 0x79 -#define MB_ROUTE120_SOUTH_BRIDGE_1 0x7A -#define MB_ROUTE120_SOUTH_BRIDGE_2 0x7B -#define MB_ROUTE120_NORTH_BRIDGE_3 0x7C -#define MB_ROUTE120_NORTH_BRIDGE_4 0x7D -#define MB_UNUSED_7E 0x7E -#define MB_ROUTE110_BRIDGE 0x7F +#define MB_BRIDGE_OVER_POND_MED_EDGE_1 0x7A +#define MB_BRIDGE_OVER_POND_MED_EDGE_2 0x7B +#define MB_BRIDGE_OVER_POND_HIGH_EDGE_1 0x7C +#define MB_BRIDGE_OVER_POND_HIGH_EDGE_2 0x7D +#define MB_UNUSED_BRIDGE_1 0x7E +#define MB_UNUSED_BRIDGE_2 0x7F  #define MB_COUNTER 0x80  #define MB_UNUSED_81 0x81  #define MB_UNUSED_82 0x82 | 
