summaryrefslogtreecommitdiff
path: root/data/baseStats/kadabra.asm
blob: 9ae3e47af6d816ed1accd02fcf5b0817c785a7d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
KadabraBaseStats: ; 38ac2 (e:4ac2)
db DEX_KADABRA ; pokedex id
db 40 ; base hp
db 35 ; base attack
db 30 ; base defense
db 105 ; base speed
db 120 ; base special
db PSYCHIC ; species type 1
db PSYCHIC ; species type 2
db 100 ; catch rate
db 145 ; base exp yield
db $66 ; sprite dimensions
dw KadabraPicFront
dw KadabraPicBack
; attacks known at lvl 0
db TELEPORT
IF !_YELLOW
	db CONFUSION
	db DISABLE
ENDC
IF _YELLOW
	DB KINESIS
	db 0
ENDC
db 0
db 3 ; growth rate
; learnset
db %10110001
db %00000011
db %00001111
db %11111000
db %10000111
db %00111000
db %01000011
db 0 ; padding