Identify some wMenuJoypad-related button constants

This commit is contained in:
Rangi
2022-03-09 19:42:26 -05:00
parent 1a6b051119
commit 3a562f9896
5 changed files with 11 additions and 11 deletions

View File

@@ -2136,9 +2136,9 @@ Function89dab:
ld hl, wMenuJoypadFilter
and [hl]
ret z
bit 0, a
bit A_BUTTON_F, a
jr nz, .asm_89dc7
bit 1, a
bit B_BUTTON_F, a
jr nz, .asm_89dd9
xor a
ret
@@ -2943,9 +2943,9 @@ Function8a383:
ld hl, wMenuJoypadFilter
and [hl]
ret z
bit 0, a
bit A_BUTTON_F, a
jr nz, .asm_8a399
bit 1, a
bit B_BUTTON_F, a
jr nz, .asm_8a39e
xor a
ret
@@ -3664,7 +3664,7 @@ Function8a930:
.asm_8a943
call Function8b7bd
ld a, [wMenuJoypad]
and $1
and A_BUTTON
jr nz, .asm_8a953
ld a, c
and a