Update bank0.asm

This commit is contained in:
daid 2023-03-17 20:32:49 +01:00 committed by GitHub
parent 1a667a50c5
commit 6948fc6c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1633,7 +1633,7 @@ ApplyGotItem::
InitGotItemSequence::
ldh a, [hPressedButtonsMask] ; $107F: $F0 $CB
and J_START | J_SELECT ; $1081: $E6 $B0
and J_A | J_B | J_START ; $1081: $E6 $B0
jr nz, .jp_10DB ; $1083: $20 $56
ldh a, [hPressedButtonsMask] ; $1085: $F0 $CB
and J_SELECT ; $1087: $E6 $40