there is no Move0

This commit is contained in:
yenatch
2013-04-25 13:21:49 -04:00
parent 0844e3ee59
commit c0918f94fd
3 changed files with 6 additions and 6 deletions

View File

@@ -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