mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
Merge pull request #1376 from ghoulslash/fire_blast
Fix Fire Blast Power
This commit is contained in:
commit
8b8d4d4a9f
@ -1955,9 +1955,9 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
||||
[MOVE_FIRE_BLAST] =
|
||||
{
|
||||
#if B_UPDATED_MOVE_DATA >= GEN_6
|
||||
.power = 120,
|
||||
#else
|
||||
.power = 110,
|
||||
#else
|
||||
.power = 120,
|
||||
#endif
|
||||
.effect = EFFECT_BURN_HIT,
|
||||
.type = TYPE_FIRE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user