diff options
Diffstat (limited to 'home/menu_window.asm')
-rw-r--r-- | home/menu_window.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/menu_window.asm b/home/menu_window.asm index 659bb5a..9168552 100644 --- a/home/menu_window.asm +++ b/home/menu_window.asm @@ -26,6 +26,7 @@ SetMenuAttributes:: Get2DMenuJoypad:: call Place2DMenuCursor +Get2DMenuJoypad_NoPlaceCursor:: ld hl, w2DMenuFlags + 1 res 7, [hl] .loop: |