summaryrefslogtreecommitdiff
path: root/data/baseStats/poliwrath.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/baseStats/poliwrath.asm')
-rwxr-xr-xdata/baseStats/poliwrath.asm29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/poliwrath.asm b/data/baseStats/poliwrath.asm
new file mode 100755
index 00000000..3a891209
--- /dev/null
+++ b/data/baseStats/poliwrath.asm
@@ -0,0 +1,29 @@
+PoliwrathBaseStats: ; 38a8a (e:4a8a)
+db DEX_POLIWRATH ; pokedex id
+db 90 ; base hp
+db 85 ; base attack
+db 95 ; base defense
+db 70 ; base speed
+db 70 ; base special
+db WATER ; species type 1
+db FIGHTING ; species type 2
+db 45 ; catch rate
+db 185 ; base exp yield
+db $77 ; sprite dimensions
+dw PoliwrathPicFront
+dw PoliwrathPicBack
+; attacks known at lvl 0
+db HYPNOSIS
+db WATER_GUN
+db DOUBLESLAP
+db BODY_SLAM
+db 3 ; growth rate
+; learnset
+db %10110001
+db %01111111
+db %00001111
+db %11010110
+db %10000110
+db %00101000
+db %00110010
+db 0 ; padding