Fix some uses of EFFECTIVE

This commit is contained in:
mid-kid
2018-03-09 22:09:03 +01:00
parent 28c6eb8341
commit 80d437d565
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ BattleCommand_Conversion2: ; 359e6
ld [hl], a
pop hl
ld a, [wTypeMatchup]
cp 10
cp EFFECTIVE
jr nc, .loop
call BattleCommand_SwitchTurn