summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-04-25 13:21:49 -0400
committeryenatch <yenatch@gmail.com>2013-04-25 13:21:49 -0400
commitc0918f94fdd3ad5fbe90310f00cc5da40bbab14c (patch)
tree764c4bd9d0e9a7b64890476eb30efd185e2f7b36 /main.asm
parent0844e3ee5948376c948a5a536bbf65fa92bb2af8 (diff)
there is no Move0
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 40be7f96a..362a49923 100644
--- a/main.asm
+++ b/main.asm
@@ -10560,8 +10560,8 @@ SpecialDratini: ; 0x8b170
; get the PP of the new move
dec a
- ld hl, Moves + 5
- ld bc, Move1 - Move0
+ ld hl, Moves + PlayerMovePP - PlayerMoveStruct
+ ld bc, Move2 - Move1
call AddNTimes
ld a, BANK(Moves)
call GetFarByte