diff --git a/engine/battle/move_effects/spite.asm b/engine/battle/move_effects/spite.asm index 7e31a3fe1..d92118b7f 100644 --- a/engine/battle/move_effects/spite.asm +++ b/engine/battle/move_effects/spite.asm @@ -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