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

@@ -2,9 +2,9 @@
; animation, effect, power, type, accuracy, PP, effect chance
Move0:
db POUND, EFFECT_NORMAL_HIT, 40, NORMAL, $ff, 35, $00
Move1:
db POUND, EFFECT_NORMAL_HIT, 40, NORMAL, $ff, 35, $00
Move2:
db KARATE_CHOP, EFFECT_NORMAL_HIT, 50, FIGHTING, $ff, 25, $00
db DOUBLESLAP, EFFECT_MULTI_HIT, 15, NORMAL, $d8, 10, $00
db COMET_PUNCH, EFFECT_MULTI_HIT, 18, NORMAL, $d8, 15, $00