Skip to content

Commit

Permalink
Buff Leech Life and give it to the Paras line
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseurae committed Oct 19, 2024
1 parent 08e173e commit 5738f74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/moves/battle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ const struct BattleMove gBattleMoves[] = {

[MOVE_LEECH_LIFE] = {
.effect = EFFECT_ABSORB,
.power = 20,
.power = 40,
.type = TYPE_BUG,
.accuracy = 100,
.pp = 15,
Expand Down
2 changes: 2 additions & 0 deletions src/data/pokemon/learnset.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ const u16 gParasLevelUpLearnset[] = {
LEVEL_UP_MOVE(7, MOVE_STUN_SPORE),
LEVEL_UP_MOVE(9, MOVE_POISON_POWDER),
LEVEL_UP_MOVE(13, MOVE_RAZOR_LEAF),
LEVEL_UP_MOVE(15, MOVE_LEECH_LIFE),
LEVEL_UP_MOVE(17, MOVE_FURY_CUTTER),
LEVEL_UP_MOVE(21, MOVE_SYNTHESIS),
LEVEL_UP_MOVE(25, MOVE_SPORE),
Expand All @@ -616,6 +617,7 @@ const u16 gParasectLevelUpLearnset[] = {
LEVEL_UP_MOVE(7, MOVE_STUN_SPORE),
LEVEL_UP_MOVE(9, MOVE_POISON_POWDER),
LEVEL_UP_MOVE(13, MOVE_RAZOR_LEAF),
LEVEL_UP_MOVE(15, MOVE_LEECH_LIFE),
LEVEL_UP_MOVE(17, MOVE_FURY_CUTTER),
LEVEL_UP_MOVE(24, MOVE_SYNTHESIS),
LEVEL_UP_MOVE(27, MOVE_SPORE),
Expand Down

0 comments on commit 5738f74

Please sign in to comment.