From 26a8c2a5a97a64ae072d2b081292caf5eb49256c Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Mon, 11 Dec 2023 18:23:27 -0300 Subject: [PATCH] Fixed FORM_CHANGE_ITEM_USE_MULTICHOICE documentation (#3700) Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com> --- include/constants/form_change_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants/form_change_types.h b/include/constants/form_change_types.h index 11a25d8966..654710c1ef 100644 --- a/include/constants/form_change_types.h +++ b/include/constants/form_change_types.h @@ -113,7 +113,7 @@ #define FORM_CHANGE_TIME_OF_DAY 18 // Form change that depends on a multichoice (e.g. Rotom Catalog). -// param2: multichoice list (starting at 0). +// param1: multichoice list (starting at 0). #define FORM_CHANGE_ITEM_USE_MULTICHOICE 19 #endif // GUARD_CONSTANTS_FORM_CHANGE_TYPES_H