diff options
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/metatile_behaviors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/metatile_behaviors.h b/include/constants/metatile_behaviors.h index 77cd6de1b..c953ae20b 100644 --- a/include/constants/metatile_behaviors.h +++ b/include/constants/metatile_behaviors.h @@ -6,7 +6,7 @@ #define MB_01 0x01 #define MB_TALL_GRASS 0x02 #define MB_CAVE 0x08 -#define MB_0A 0x0A +#define MB_RUNNING_DISALLOWED 0x0A #define MB_0B 0x0B #define MB_0C 0x0C #define MB_POND_WATER 0x10 |