pokered/data/baseStats/nidoking.asm
luckytyphlosion 222afb247d tmlearn macro.
Also multiple_divide documentation and fix improper wram comment.
2015-07-26 17:04:24 -04:00

29 lines
631 B
NASM
Executable file

NidokingBaseStats: ; 3877a (e:477a)
db DEX_NIDOKING ; pokedex id
db 81 ; base hp
db 92 ; base attack
db 77 ; base defense
db 85 ; base speed
db 75 ; base special
db POISON ; species type 1
db GROUND ; species type 2
db 45 ; catch rate
db 195 ; base exp yield
INCBIN "pic/bmon/nidoking.pic",0,1 ; 77, sprite dimensions
dw NidokingPicFront
dw NidokingPicBack
; attacks known at lvl 0
db TACKLE
db HORN_ATTACK
db POISON_STING
db THRASH
db 3 ; growth rate
; learnset
tmlearn 1,5,6,7,8
tmlearn 9,10,11,12,13,14,15,16
tmlearn 17,18,19,20,24
tmlearn 25,26,27,31,32
tmlearn 33,34,38,40
tmlearn 44,48
tmlearn 50,53,54
db 0 ; padding