pokered/data/pokemon/base_stats/ivysaur.asm

23 lines
615 B
NASM
Raw Normal View History

db DEX_IVYSAUR ; pokedex id
db 60, 62, 63, 60, 80
; hp atk def spd spc
db GRASS, POISON ; type
db 45 ; catch rate
db 141 ; base exp
INCBIN "gfx/pokemon/front/ivysaur.pic", 0, 1 ; sprite dimensions
dw IvysaurPicFront, IvysaurPicBack
db TACKLE, GROWL, LEECH_SEED, NO_MOVE ; level 1 learnset
db GROWTH_MEDIUM_SLOW ; growth rate
; tm/hm learnset
2020-07-06 15:19:53 +00:00
tmhm SWORDS_DANCE, TOXIC, BODY_SLAM, TAKE_DOWN, DOUBLE_EDGE, \
RAGE, MEGA_DRAIN, SOLARBEAM, MIMIC, DOUBLE_TEAM, \
REFLECT, BIDE, REST, SUBSTITUTE, CUT
; end
db 0 ; padding