summaryrefslogtreecommitdiff
path: root/data/pokemon/base_stats/scyther.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/pokemon/base_stats/scyther.asm')
-rw-r--r--data/pokemon/base_stats/scyther.asm28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/pokemon/base_stats/scyther.asm b/data/pokemon/base_stats/scyther.asm
new file mode 100644
index 00000000..303a33c1
--- /dev/null
+++ b/data/pokemon/base_stats/scyther.asm
@@ -0,0 +1,28 @@
+db DEX_SCYTHER ; pokedex id
+db 70 ; base hp
+db 110 ; base attack
+db 80 ; base defense
+db 105 ; base speed
+db 55 ; base special
+db BUG ; species type 1
+db FLYING ; species type 2
+db 45 ; catch rate
+db 187 ; base exp yield
+INCBIN "gfx/pokemon/front/scyther.pic",0,1 ; 77, sprite dimensions
+dw ScytherPicFront
+dw ScytherPicBack
+; attacks known at lvl 0
+db QUICK_ATTACK
+db 0
+db 0
+db 0
+db 0 ; growth rate
+; learnset
+ tmlearn 3,6
+ tmlearn 9,10,15
+ tmlearn 20
+ tmlearn 31,32
+ tmlearn 34,39,40
+ tmlearn 44
+ tmlearn 50,51
+db 0 ; padding