From 7b8edfa631e026d9e97300f9ea8336e3bcbd518e Mon Sep 17 00:00:00 2001 From: Ruby Date: Mon, 18 Aug 2025 03:50:23 +0800 Subject: [PATCH] Added comment in event.inc for simple menus in dynmultichoice (#7568) --- asm/macros/event.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 1cf9c7fca7..891c93e6d5 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1875,6 +1875,7 @@ @ Displays a multichoice box from which the user can choose a selection, and blocks script execution until a selection is made. @ Lists of options are provided in argv. @ If ignoreBPress is set to a non-zero value, then the user will not be allowed to back out of the multichoice with the B button. + @ For a simple menu supply DYN_MULTICHOICE_CB_NONE in callbacks. .macro dynmultichoice left:req, top:req, ignoreBPress:req, maxBeforeScroll:req, initialSelected:req, callbacks:req argv:vararg _dynmultichoice \left, \top, \ignoreBPress, \maxBeforeScroll, FALSE, \initialSelected, \callbacks, \argv .endm