aboutsummaryrefslogtreecommitdiffstats
path: root/data/baseStats/electrode.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-16 22:26:26 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-16 22:32:35 -0400
commitb438d0c1d7157849e89423a9d6655ae36cad40b7 (patch)
tree9bff469a6a9bcd32dab207091ffcbe8e16bd49b5 /data/baseStats/electrode.asm
parentPull most data out of main.asm (diff)
downloadpokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.tar.gz
pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.tar.xz
pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.zip
Organize base stats and wild mon data (Koolboyman)
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