pokered/data/pokemon/base_stats/nidoking.asm
Rangi 66ebe56adc Port pokecrystal's base data and tmhm structure
To do: TM/HM constants named after moves
2020-07-05 21:59:32 -04:00

20 lines
515 B
NASM

db DEX_NIDOKING ; pokedex id
db 81, 92, 77, 85, 75
; hp atk def spd spc
db POISON, GROUND ; type
db 45 ; catch rate
db 195 ; base exp
INCBIN "gfx/pokemon/front/nidoking.pic", 0, 1 ; sprite dimensions
dw NidokingPicFront, NidokingPicBack
db TACKLE, HORN_ATTACK, POISON_STING, THRASH ; level 1 learnset
db 3 ; growth rate
; tm/hm learnset
tmhm 1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 24, 25, 26, 27, 31, 32, 33, 34, 38, 40, 44, 48, 50, 53, 54
; end
db 0 ; padding