mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-22 12:23:48 +01:00
Remove unneded variable
This commit is contained in:
parent
d39b5f6d26
commit
89f766b75b
@ -5572,7 +5572,7 @@ static u32 CalcFinalDmg(u32 dmg, u16 move, u8 battlerAtk, u8 battlerDef, u8 move
|
||||
s32 CalculateMoveDamage(u16 move, u8 battlerAtk, u8 battlerDef, u8 moveType, s32 fixedBasePower, bool32 isCrit, bool32 randomFactor, bool32 updateFlags)
|
||||
{
|
||||
s32 dmg;
|
||||
u16 finalModifier, typeEffectivenessModifier;
|
||||
u16 typeEffectivenessModifier;
|
||||
|
||||
typeEffectivenessModifier = CalcTypeEffectivenessMultiplier(move, moveType, battlerAtk, battlerDef, updateFlags);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user