diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-30 15:45:42 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-30 15:45:42 -0400 |
commit | 8e82c291fddf460198ae2fb5bcc3e4e7d67898bc (patch) | |
tree | 62440df937f10dfdaae7433aaf1c418ec3db9890 /include/constants | |
parent | 35b68c68ee565b9b232252e4f37ea082e9310560 (diff) |
Document bike.c and fix weird goto
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 |