diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-16 21:34:47 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 14:44:42 -0500 |
commit | eb95ac0b9ce342a39955679bbd7df32e54675d70 (patch) | |
tree | 2e1bf49965d5ad35a10d364493a5ab87dae68c39 /include/constants/metatile_behaviors.h | |
parent | 61aa9c3ba983462ab3420920ce8b5de5601f54f8 (diff) |
Document field_tasks
Diffstat (limited to 'include/constants/metatile_behaviors.h')
-rwxr-xr-x | include/constants/metatile_behaviors.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/constants/metatile_behaviors.h b/include/constants/metatile_behaviors.h index dde821358..5f37713f3 100755 --- a/include/constants/metatile_behaviors.h +++ b/include/constants/metatile_behaviors.h @@ -117,10 +117,10 @@ #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_PACIFIDLOG_VERTICAL_LOG_TOP 0x74 +#define MB_PACIFIDLOG_VERTICAL_LOG_BOTTOM 0x75 +#define MB_PACIFIDLOG_HORIZONTAL_LOG_LEFT 0x76 +#define MB_PACIFIDLOG_HORIZONTAL_LOG_RIGHT 0x77 #define MB_FORTREE_BRIDGE 0x78 #define MB_UNUSED_79 0x79 #define MB_BRIDGE_OVER_POND_MED_EDGE_1 0x7A |