Fix constants in BattleCommand_MirrorCoat

This commit is contained in:
mid-kid 2018-08-06 22:17:01 +02:00
parent f98a95b8ee
commit bc0595564e

View File

@ -29,11 +29,11 @@ BattleCommand_MirrorCoat:
ld de, wStringBuffer1
call GetMoveData
ld a, [wStringBuffer1 + 2]
ld a, [wStringBuffer1 + MOVE_POWER]
and a
ret z
ld a, [wStringBuffer1 + 3]
ld a, [wStringBuffer1 + MOVE_TYPE]
cp SPECIAL
ret c