summaryrefslogtreecommitdiff
path: root/data/baseStats/electrode.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/baseStats/electrode.asm')
-rwxr-xr-xdata/baseStats/electrode.asm29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/electrode.asm b/data/baseStats/electrode.asm
new file mode 100755
index 00000000..3e738692
--- /dev/null
+++ b/data/baseStats/electrode.asm
@@ -0,0 +1,29 @@
+ElectrodeBaseStats: ; 38ece (e:4ece)
+db DEX_ELECTRODE ; pokedex id
+db 60 ; base hp
+db 50 ; base attack
+db 70 ; base defense
+db 140 ; base speed
+db 80 ; base special
+db ELECTRIC ; species type 1
+db ELECTRIC ; species type 2
+db 60 ; catch rate
+db 150 ; base exp yield
+db $55 ; sprite dimensions
+dw ElectrodePicFront
+dw ElectrodePicBack
+; attacks known at lvl 0
+db TACKLE
+db SCREECH
+db SONICBOOM
+db 0
+db 0 ; growth rate
+; learnset
+db %00100000
+db %01000001
+db %10001000
+db %11100001
+db %11001011
+db %01011000
+db %01000010
+db 0 ; padding