mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 17:34:20 +01:00
Gen 5 Scald effect
This commit is contained in:
parent
903c4cbf68
commit
4572e62669
@ -7944,7 +7944,11 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
||||
|
||||
[MOVE_SCALD] =
|
||||
{
|
||||
.effect = EFFECT_SCALD,
|
||||
#if B_UPDATED_MOVE_DATA >= GEN_6
|
||||
.effect = EFFECT_SCALD,
|
||||
#else
|
||||
.effect = EFFECT_BURN_HIT,
|
||||
#endif
|
||||
.power = 80,
|
||||
.type = TYPE_WATER,
|
||||
.accuracy = 100,
|
||||
|
Loading…
x
Reference in New Issue
Block a user