summaryrefslogtreecommitdiff
path: root/event/dratini.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/dratini.asm')
-rw-r--r--event/dratini.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/event/dratini.asm b/event/dratini.asm
index bf8ae2d57..1845673c8 100644
--- a/event/dratini.asm
+++ b/event/dratini.asm
@@ -51,8 +51,8 @@ SpecialDratini: ; 0x8b170
; get the PP of the new move
dec a
- ld hl, Moves + PlayerMovePP - PlayerMoveStruct
- ld bc, Move2 - Move1
+ ld hl, Moves + MOVE_PP
+ ld bc, MOVE_LENGTH
call AddNTimes
ld a, BANK(Moves)
call GetFarByte