Skip to content

Commit

Permalink
Spite will now always reduce 4 PP
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Jan 10, 2024
1 parent 12f17a4 commit e513b96
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions engine/battle/move_effects/spite.asm
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ BattleCommand_Spite:
jr z, .failed
push bc
call GetMoveName
; lose 2-5 PP
call BattleRandom
and %11
inc a
inc a
; lose 4 PP
ld a, 4
ld b, a
ld a, [hl]
and PP_MASK
Expand Down

0 comments on commit e513b96

Please sign in to comment.