summaryrefslogtreecommitdiff
path: root/data/baseStats/mewtwo.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/baseStats/mewtwo.asm')
-rwxr-xr-xdata/baseStats/mewtwo.asm29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/mewtwo.asm b/data/baseStats/mewtwo.asm
new file mode 100755
index 00000000..a5ddc958
--- /dev/null
+++ b/data/baseStats/mewtwo.asm
@@ -0,0 +1,29 @@
+MewtwoBaseStats: ; 3942a (e:542a)
+db DEX_MEWTWO ; pokedex id
+db 106 ; base hp
+db 110 ; base attack
+db 90 ; base defense
+db 130 ; base speed
+db 154 ; base special
+db PSYCHIC ; species type 1
+db PSYCHIC ; species type 2
+db 3 ; catch rate
+db 220 ; base exp yield
+db $77 ; sprite dimensions
+dw MewtwoPicFront
+dw MewtwoPicBack
+; attacks known at lvl 0
+db CONFUSION
+db DISABLE
+db SWIFT
+db PSYCHIC_M
+db 5 ; growth rate
+; learnset
+db %10110001
+db %11111111
+db %10101111
+db %11110001
+db %10101111
+db %00111000
+db %01100011
+db 0 ; padding