summaryrefslogtreecommitdiff
path: root/data/baseStats/primeape.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/baseStats/primeape.asm')
-rwxr-xr-xdata/baseStats/primeape.asm34
1 files changed, 34 insertions, 0 deletions
diff --git a/data/baseStats/primeape.asm b/data/baseStats/primeape.asm
new file mode 100755
index 00000000..ea649a6f
--- /dev/null
+++ b/data/baseStats/primeape.asm
@@ -0,0 +1,34 @@
+PrimeapeBaseStats: ; 389fe (e:49fe)
+db DEX_PRIMEAPE ; pokedex id
+db 65 ; base hp
+db 105 ; base attack
+db 60 ; base defense
+db 95 ; base speed
+db 60 ; base special
+db FIGHTING ; species type 1
+db FIGHTING ; species type 2
+db 75 ; catch rate
+db 149 ; base exp yield
+db $77 ; sprite dimensions
+dw PrimeapePicFront
+dw PrimeapePicBack
+; attacks known at lvl 0
+db SCRATCH
+IF !_YELLOW
+ db LEER
+ENDC
+db KARATE_CHOP
+db FURY_SWIPES
+IF _YELLOW
+ db LOW_KICK
+ENDC
+db 0 ; growth rate
+; learnset
+db %10110001
+db %11000011
+db %10001111
+db %11001001
+db %11000110
+db %10001000
+db %00100010
+db 0 ; padding