diff options
| author | Zumi <13794376+ZoomTen@users.noreply.github.com> | 2021-05-09 00:15:39 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 13:15:39 -0400 |
| commit | f17cbee7a98c2f81d14ed26707157bddbcfce755 (patch) | |
| tree | 8bbd0cb9ae08087548f92a74238cc724f8da9de9 /home | |
| parent | 2709ce5259a26719c1ef3c4288f2fa2dd5d3af85 (diff) | |
Dump banks $09 and $0B (#93)
Diffstat (limited to 'home')
| -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: |
