summaryrefslogtreecommitdiff
path: root/data/baseStats/haunter.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/baseStats/haunter.asm')
-rwxr-xr-xdata/baseStats/haunter.asm29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/haunter.asm b/data/baseStats/haunter.asm
new file mode 100755
index 00000000..ef46ea39
--- /dev/null
+++ b/data/baseStats/haunter.asm
@@ -0,0 +1,29 @@
+HaunterBaseStats: ; 38dee (e:4dee)
+db DEX_HAUNTER ; pokedex id
+db 45 ; base hp
+db 50 ; base attack
+db 45 ; base defense
+db 95 ; base speed
+db 115 ; base special
+db GHOST ; species type 1
+db POISON ; species type 2
+db 90 ; catch rate
+db 126 ; base exp yield
+db $66 ; sprite dimensions
+dw HaunterPicFront
+dw HaunterPicBack
+; attacks known at lvl 0
+db LICK
+db CONFUSE_RAY
+db NIGHT_SHADE
+db 0
+db 3 ; growth rate
+; learnset
+db %00100000
+db %00000000
+db %10011000
+db %11010001
+db %00001010
+db %01101010
+db %00000010
+db 0 ; padding