You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use input constants
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user