mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Update arcanineh.asm
Harcanine didn't get access to Bite before, fixing that now
This commit is contained in:
parent
4416062de7
commit
7ddea035df
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue