diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2020-03-15 19:44:47 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2020-03-15 19:44:47 -0700 |
commit | e1f7efb8e67fb5587a8baf20f421c20e134e8b24 (patch) | |
tree | f6aaefcb79c3ac6ec09c7592464b67942de8d745 /include/constants | |
parent | dd24bd3116021039c136a44470ee7c87e6118d8f (diff) |
Document some metatile behaviors and address review comments.
Diffstat (limited to 'include/constants')
-rw-r--r-- | 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 0ceeda33f..da979084a 100644 --- a/include/constants/metatile_behaviors.h +++ b/include/constants/metatile_behaviors.h @@ -13,21 +13,21 @@ #define MB_SEMI_DEEP_WATER 0x11 #define MB_DEEP_WATER 0x12 #define MB_WATERFALL 0x13 -#define MB_SPLASHING_WATER 0x15 +#define MB_OCEAN_WATER 0x15 #define MB_PUDDLE 0x16 -#define MB_WATERFALL_BOTTOM 0x17 +#define MB_SHALLOW_WATER 0x17 #define MB_19 0x19 #define MB_1A 0x1A #define MB_1B 0x1B #define MB_STRENGTH_BUTTON 0x20 -#define MB_21 0x21 +#define MB_SAND 0x21 #define MB_22 0x22 #define MB_ICE 0x23 #define MB_THIN_ICE 0x26 #define MB_CRACKED_ICE 0x27 #define MB_HOT_SPRINGS 0x28 #define MB_ROCK_STAIRS 0x2A -#define MB_SAND 0x2B +#define MB_SAND_CAVE 0x2B #define MB_IMPASSABLE_EAST 0x30 #define MB_IMPASSABLE_WEST 0x31 #define MB_IMPASSABLE_NORTH 0x32 |