From 4fad6b3e125a184d421d1a005380956974cc14fd Mon Sep 17 00:00:00 2001 From: sbird Date: Wed, 18 Jan 2023 23:25:19 +0100 Subject: [PATCH] [script-command, dynmultichoice] load message box and border gfx --- src/script_menu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script_menu.c b/src/script_menu.c index 43c8d7a621..8e9cd5296c 100644 --- a/src/script_menu.c +++ b/src/script_menu.c @@ -357,6 +357,7 @@ static void DrawMultichoiceMenuDynamic(u8 left, u8 top, u8 argc, struct ListMenu { width = DisplayTextAndGetWidth(items[i].name, width); } + LoadMessageBoxAndBorderGfx(); windowHeight = (argc < maxBeforeScroll) ? argc * 2 : maxBeforeScroll * 2; newWidth = ConvertPixelWidthToTileWidth(width); left = ScriptMenu_AdjustLeftCoordFromWidth(left, newWidth);