Bug Doc: Options menu fails to clear joypad state on initialization (#984)

This commit is contained in:
The Void
2022-08-11 23:28:35 -05:00
committed by GitHub
parent 0d5cf5c8b9
commit 38cd2155df
2 changed files with 20 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
DEF NUM_OPTIONS EQU const_value ; 8
_Option:
; BUG: Options menu fails to clear joypad state on initialization (see docs/bugs_and_glitches.md)
ld hl, hInMenu
ld a, [hl]
push af