From 8e82c291fddf460198ae2fb5bcc3e4e7d67898bc Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 30 Mar 2021 15:45:42 -0400 Subject: Document bike.c and fix weird goto --- include/constants/metatile_behaviors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants') 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 -- cgit v1.2.3