You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Correct engine flag constants
This commit is contained in:
@@ -150,7 +150,7 @@ WildBattleScript: ; 97cf9
|
||||
|
||||
CanUseSweetScent:: ; 97cfd
|
||||
ld hl, wStatusFlags
|
||||
bit STATUSFLAGS2_CAN_USE_SWEET_SCENT_F, [hl]
|
||||
bit STATUSFLAGS_NO_WILD_ENCOUNTERS_F, [hl]
|
||||
jr nz, .no
|
||||
ld a, [wEnvironment]
|
||||
cp CAVE
|
||||
|
||||
Reference in New Issue
Block a user