Update arcanineh.asm

Harcanine didn't get access to Bite before, fixing that now
This commit is contained in:
Martha Schilling 2023-11-13 15:51:13 +00:00 committed by GitHub
parent 4416062de7
commit 7ddea035df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
INCBIN "gfx/pokemon/front/arcanineh.pic", 0, 1 ; sprite dimensions INCBIN "gfx/pokemon/front/arcanineh.pic", 0, 1 ; sprite dimensions
dw ArcanineHPicFront, ArcanineHPicBack dw ArcanineHPicFront, ArcanineHPicBack
db ROAR, EMBER, ROCK_THROW, TAKE_DOWN ; level 1 learnset, has rock throw for kicks db BITE, ROAR, ROCK_THROW, NO_MOVE ; level 1 learnset, has rock throw for kicks
db GROWTH_SLOW ; growth rate db GROWTH_SLOW ; growth rate
; tm/hm learnset ; tm/hm learnset