From cfe3a408802de48e0d43065c8a0218eec46520bd Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Mon, 24 Aug 2020 14:22:44 +0100 Subject: [PATCH] move ActionState comment --- include/enums.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/enums.h b/include/enums.h index 2856d90b6f..8c06a6d716 100644 --- a/include/enums.h +++ b/include/enums.h @@ -1235,8 +1235,7 @@ typedef s8 ActionState; #define ActionState_STEP_DOWN 0x00000009 #define ActionState_LAND 0x0000000A #define ActionState_STEP_DOWN_LAND 0x0000000B -// Following states prohibit normal movement: -#define ActionState_CONVERSATION 0x0000000C +#define ActionState_CONVERSATION 0x0000000C // This and following states prohibit normal movement. #define ActionState_SPIN_JUMP 0x0000000D #define ActionState_GROUND_POUND 0x0000000E #define ActionState_ULTRA_JUMP 0x0000000F