diff options
Diffstat (limited to 'engine/events/heal_party.asm')
-rw-r--r-- | engine/events/heal_party.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/heal_party.asm b/engine/events/heal_party.asm index 7aaa1bd1..b26bc90f 100644 --- a/engine/events/heal_party.asm +++ b/engine/events/heal_party.asm @@ -35,7 +35,7 @@ HealParty: push bc ld hl, Moves - ld bc, MoveEnd - Moves + ld bc, MOVE_LENGTH call AddNTimes ld de, wcd6d ld a, BANK(Moves) |