diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-31 09:42:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-31 09:42:57 -0400 |
commit | a704592eb71b0e9ebefe51ebc87a6a2455ca675e (patch) | |
tree | c21542bb6f65863c05e1f56842c5364c4a53c82e /include/constants | |
parent | f00b44699c49550ae2a56bf64e10e7f2d841e839 (diff) | |
parent | d1afbf17bbc9eb70cf085f3b734d02e4ce6b3b57 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into fix_mvmt_types
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 |