diff options
Diffstat (limited to 'battle/ai/move.asm')
-rwxr-xr-x | battle/ai/move.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/battle/ai/move.asm b/battle/ai/move.asm index 0d1c6c968..a267cad8c 100755 --- a/battle/ai/move.asm +++ b/battle/ai/move.asm @@ -107,9 +107,8 @@ endr ld hl, AIScoringPointers dec c ld b, 0 -rept 2 add hl, bc -endr + add hl, bc ld a, [hli] ld h, [hl] ld l, a |