diff options
Diffstat (limited to 'event/dratini.asm')
-rw-r--r-- | event/dratini.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event/dratini.asm b/event/dratini.asm index aa1d7a0f4..24876f9f4 100644 --- a/event/dratini.asm +++ b/event/dratini.asm @@ -59,7 +59,7 @@ endr call GetFarByte ; get the address of the move's PP and update the PP - ld hl, (MON_PP) - (MON_MOVES) + ld hl, MON_PP - MON_MOVES add hl, de ld [hl], a |