Skip to content

Commit

Permalink
Disable now always lasts 4 turns
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Jan 10, 2024
1 parent cc825cb commit 12f17a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions engine/battle/move_effects/disable.asm
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ BattleCommand_Disable:
and a
jr z, .failed
.loop2
call BattleRandom
and 7
jr z, .loop2
inc a
ld a, 4
inc c
swap c
add c
Expand Down

0 comments on commit 12f17a4

Please sign in to comment.