From f17cbee7a98c2f81d14ed26707157bddbcfce755 Mon Sep 17 00:00:00 2001 From: Zumi <13794376+ZoomTen@users.noreply.github.com> Date: Sun, 9 May 2021 00:15:39 +0700 Subject: Dump banks $09 and $0B (#93) --- home/menu_window.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'home') 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: -- cgit v1.2.3