mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 19:54:14 +01:00
Added Grav Apple's power boost
This commit is contained in:
parent
df2223a5bc
commit
c2e25272b0
@ -7702,6 +7702,10 @@ static u16 CalcMoveBasePower(u16 move, u8 battlerAtk, u8 battlerDef)
|
||||
if (gBattleMons[battlerAtk].species == SPECIES_GRENINJA_ASH)
|
||||
basePower = 20;
|
||||
break;
|
||||
case MOVE_GRAV_APPLE:
|
||||
if (gFieldStatuses & STATUS_FIELD_GRAVITY)
|
||||
basePower = 120;
|
||||
break;
|
||||
}
|
||||
|
||||
if (basePower == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user