diff options
Diffstat (limited to 'engine/battle/ai/move.asm')
-rwxr-xr-x | engine/battle/ai/move.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/ai/move.asm b/engine/battle/ai/move.asm index 27a8ad5a5..7ccb20972 100755 --- a/engine/battle/ai/move.asm +++ b/engine/battle/ai/move.asm @@ -186,7 +186,7 @@ AIChooseMove: ; 440ce .ChooseMove: ld hl, Buffer1 call Random - maskbits NUM_MOVES +- 1 + maskbits NUM_MOVES ld c, a ld b, 0 add hl, bc |