summaryrefslogtreecommitdiff
path: root/data/baseStats/machoke.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/baseStats/machoke.asm')
-rwxr-xr-xdata/baseStats/machoke.asm29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/machoke.asm b/data/baseStats/machoke.asm
new file mode 100755
index 00000000..4fd97567
--- /dev/null
+++ b/data/baseStats/machoke.asm
@@ -0,0 +1,29 @@
+MachokeBaseStats: ; 38b16 (e:4b16)
+db DEX_MACHOKE ; pokedex id
+db 80 ; base hp
+db 100 ; base attack
+db 70 ; base defense
+db 45 ; base speed
+db 50 ; base special
+db FIGHTING ; species type 1
+db FIGHTING ; species type 2
+db 90 ; catch rate
+db 146 ; base exp yield
+db $77 ; sprite dimensions
+dw MachokePicFront
+dw MachokePicBack
+; attacks known at lvl 0
+db KARATE_CHOP
+db LOW_KICK
+db LEER
+db 0
+db 3 ; growth rate
+; learnset
+db %10110001
+db %00000011
+db %00001111
+db %11001110
+db %10100110
+db %10001000
+db %00100010
+db 0 ; padding