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

@@ -875,10 +875,10 @@ CheckMenuOW: ; 96b30
ld [hMenuReturn + 1], a
ld a, [hJoyPressed]
bit 2, a ; SELECT
bit SELECT_F, a
jr nz, .Select
bit 3, a ; START
bit START_F, a
jr z, .NoMenu
ld a, BANK(StartMenuScript)