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

33 lines
616 B
NASM
Executable file

FlareonBaseStats: ; 392a2 (e:52a2)
db DEX_FLAREON ; pokedex id
db 65 ; base hp
db 130 ; base attack
db 60 ; base defense
db 65 ; base speed
db 110 ; base special
db FIRE ; species type 1
db FIRE ; species type 2
db 45 ; catch rate
db 198 ; base exp yield
INCBIN "pic/bmon/flareon.pic",0,1 ; 66, sprite dimensions
dw FlareonPicFront
dw FlareonPicBack
; attacks known at lvl 0
db TACKLE
IF DEF(_YELLOW)
db TAIL_WHIP
ELSE
db SAND_ATTACK
ENDC
db QUICK_ATTACK
db EMBER
db 0 ; growth rate
; learnset
tmlearn 6,8
tmlearn 9,10,15
tmlearn 20
tmlearn 31,32
tmlearn 33,34,38,39,40
tmlearn 44
tmlearn 50
db 0 ; padding