Use input constants

This commit is contained in:
Remy Oukaour
2017-12-30 12:35:50 -05:00
parent f01434f2c0
commit b40181db41
4 changed files with 15 additions and 15 deletions

View File

@@ -89,9 +89,9 @@ MonMenuLoop: ; 24d59
ld de, SFX_READ_TEXT_2
call PlaySFX
ld a, [hJoyPressed]
bit 0, a ; A
bit A_BUTTON_F, a
jr nz, .select
bit 1, a ; B
bit B_BUTTON_F, a
jr nz, .cancel
jr .loop