Correct engine flag constants

This commit is contained in:
Rangi
2018-01-31 10:55:35 -05:00
parent 50f6007cc2
commit a9334f7468
4 changed files with 6 additions and 6 deletions

View File

@@ -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