diff options
Diffstat (limited to 'home/menu.asm')
-rw-r--r-- | home/menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/menu.asm b/home/menu.asm index 4e7b7772b..8c6be5471 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -548,7 +548,7 @@ PlayClickSFX:: ; 2009 MenuTextBoxWaitButton:: ; 2012 call MenuTextBox - call CloseText + call WaitButton call ExitMenu ret ; 201c |