summaryrefslogtreecommitdiff
path: root/data/baseStats/rapidash.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/baseStats/rapidash.asm')
-rwxr-xr-xdata/baseStats/rapidash.asm29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/rapidash.asm b/data/baseStats/rapidash.asm
new file mode 100755
index 00000000..7d6064ab
--- /dev/null
+++ b/data/baseStats/rapidash.asm
@@ -0,0 +1,29 @@
+RapidashBaseStats: ; 38c4a (e:4c4a)
+db DEX_RAPIDASH ; pokedex id
+db 65 ; base hp
+db 100 ; base attack
+db 70 ; base defense
+db 105 ; base speed
+db 80 ; base special
+db FIRE ; species type 1
+db FIRE ; species type 2
+db 60 ; catch rate
+db 192 ; base exp yield
+db $77 ; sprite dimensions
+dw RapidashPicFront
+dw RapidashPicBack
+; attacks known at lvl 0
+db EMBER
+db TAIL_WHIP
+db STOMP
+db GROWL
+db 0 ; growth rate
+; learnset
+db %11100000
+db %01000011
+db %00001000
+db %11000000
+db %11100011
+db %00001000
+db %00000010
+db 0 ; padding