shithub: pokered

ref: b97d571e8e3de28f705b709d1446e0748678eb8c
dir: /data/baseStats/kadabra.asm/

View raw version
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
INCBIN "pic/bmon/kadabra.pic",0,1 ; 66, sprite dimensions
dw KadabraPicFront
dw KadabraPicBack
; attacks known at lvl 0
db TELEPORT
IF DEF(_YELLOW)
	DB KINESIS
	db 0
ELSE
	db CONFUSION
	db DISABLE
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