You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix constants in BattleCommand_MirrorCoat
This commit is contained in:
@@ -29,11 +29,11 @@ BattleCommand_MirrorCoat:
|
|||||||
ld de, wStringBuffer1
|
ld de, wStringBuffer1
|
||||||
call GetMoveData
|
call GetMoveData
|
||||||
|
|
||||||
ld a, [wStringBuffer1 + 2]
|
ld a, [wStringBuffer1 + MOVE_POWER]
|
||||||
and a
|
and a
|
||||||
ret z
|
ret z
|
||||||
|
|
||||||
ld a, [wStringBuffer1 + 3]
|
ld a, [wStringBuffer1 + MOVE_TYPE]
|
||||||
cp SPECIAL
|
cp SPECIAL
|
||||||
ret c
|
ret c
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user