summaryrefslogtreecommitdiff
path: root/engine/pokemon
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokemon')
-rwxr-xr-xengine/pokemon/health.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/health.asm b/engine/pokemon/health.asm
index 0bb3536..cf50310 100755
--- a/engine/pokemon/health.asm
+++ b/engine/pokemon/health.asm
@@ -33,8 +33,8 @@ HealParty:
jr z, .next_move
dec a
push hl
- ld hl, Moves
- ld bc, MOVE_DATA_SIZE
+ ld hl, Moves + MOVE_PP
+ ld bc, MOVE_LENGTH
call AddNTimes
ld a, BANK(Moves)
call GetFarByte