mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Use EFFECTIVE constant for 1.0× battle damage.
This commit is contained in:
parent
d93c13c94c
commit
52290d8e03
@ -2359,7 +2359,7 @@ BattleCommand_SuperEffectiveText:
|
||||
|
||||
ld a, [wTypeModifier]
|
||||
and $7f
|
||||
cp 10 ; 1.0
|
||||
cp EFFECTIVE
|
||||
ret z
|
||||
ld hl, SuperEffectiveText
|
||||
jr nc, .print
|
||||
|
Loading…
Reference in New Issue
Block a user