pokered/data/baseStats/venonat.asm
luckytyphlosion 90482175c3 More bugfixes.
Fix some tm compatibility issues.
2015-07-26 18:53:58 -04:00

36 lines
656 B
NASM
Executable file

VenonatBaseStats: ; 38902 (e:4902)
db DEX_VENONAT ; pokedex id
db 60 ; base hp
db 55 ; base attack
db 50 ; base defense
db 45 ; base speed
db 40 ; base special
db BUG ; species type 1
db POISON ; species type 2
db 190 ; catch rate
db 75 ; base exp yield
INCBIN "pic/bmon/venonat.pic",0,1 ; 55, sprite dimensions
dw VenonatPicFront
dw VenonatPicBack
; attacks known at lvl 0
db TACKLE
db DISABLE
db 0
db 0
db 0 ; growth rate
; learnset
tmlearn 6
tmlearn 9,10
tmlearn 20,21,22
IF DEF(_YELLOW)
tmlearn 29,30,31,32
tmlearn 33,34,39
tmlearn 44,46
tmlearn 50,55
ELSE
tmlearn 29,31,32
tmlearn 33,34
tmlearn 44,46
tmlearn 50
ENDC
db 0 ; padding