mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-20 18:30:18 +01:00
Restore missing break
This commit is contained in:
parent
5d678bc2ce
commit
735ee60f85
@ -7874,6 +7874,7 @@ static u16 CalcMoveBasePower(u16 move, u8 battlerAtk, u8 battlerDef)
|
|||||||
#if B_BEAT_UP_DMG >= GEN_5
|
#if B_BEAT_UP_DMG >= GEN_5
|
||||||
basePower = CalcBeatUpPower();
|
basePower = CalcBeatUpPower();
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// move-specific base power changes
|
// move-specific base power changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user