mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fix constants in BattleCommand_MirrorCoat
This commit is contained in:
parent
f98a95b8ee
commit
bc0595564e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user