aboutsummaryrefslogtreecommitdiffstats
path: root/data/baseStats/horsea.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/horsea.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/horsea.asm')
-rwxr-xr-xdata/baseStats/horsea.asm29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/horsea.asm b/data/baseStats/horsea.asm
new file mode 100755
index 00000000..22d0824c
--- /dev/null
+++ b/data/baseStats/horsea.asm
@@ -0,0 +1,29 @@
+HorseaBaseStats: ; 39072 (e:5072)
+db DEX_HORSEA ; pokedex id
+db 30 ; base hp
+db 40 ; base attack
+db 70 ; base defense
+db 60 ; base speed
+db 70 ; base special
+db WATER ; species type 1
+db WATER ; species type 2
+db 225 ; catch rate
+db 83 ; base exp yield
+db $55 ; sprite dimensions
+dw HorseaPicFront
+dw HorseaPicBack
+; attacks known at lvl 0
+db BUBBLE
+db 0
+db 0
+db 0
+db 0 ; growth rate
+; learnset
+db %00100000
+db %00111111
+db %00001000
+db %11000000
+db %11000010
+db %00001000
+db %00010010
+db 0 ; padding