Fixed FORM_CHANGE_ITEM_USE_MULTICHOICE documentation (#3700)

Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
This commit is contained in:
Eduardo Quezada D'Ottone 2023-12-11 18:23:27 -03:00 committed by GitHub
parent 95bdc9a135
commit 26a8c2a5a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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