summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Add-a-debug-menu.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-a-debug-menu.md b/Add-a-debug-menu.md
index 23044f8..37b9394 100644
--- a/Add-a-debug-menu.md
+++ b/Add-a-debug-menu.md
@@ -214,7 +214,7 @@ void Debug_ShowMainMenu(void) {
// create window
HideMapNamePopUpWindow();
- sub_81973A4();
+ LoadMessageBoxAndBorderGfx();
windowId = AddWindow(&sDebugMenuWindowTemplate);
DrawStdWindowFrame(windowId, FALSE);
@@ -362,7 +362,7 @@ void Debug_ShowMainMenu(void) {
// create window
HideMapNamePopUpWindow();
- sub_81973A4();
+ LoadMessageBoxAndBorderGfx();
windowId = AddWindow(&sDebugMenuWindowTemplate);
DrawStdWindowFrame(windowId, FALSE);