Organize base stats and wild mon data (Koolboyman)

This commit is contained in:
U-Fish-PC\Daniel 2014-05-16 22:26:26 -04:00
parent 1e86625c87
commit b438d0c1d7
255 changed files with 7188 additions and 9163 deletions

34
data/baseStats/flareon.asm Executable file
View file

@ -0,0 +1,34 @@
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
db $66 ; sprite dimensions
dw FlareonPicFront
dw FlareonPicBack
; attacks known at lvl 0
db TACKLE
IF !_YELLOW
db SAND_ATTACK
ENDC
IF _YELLOW
db TAIL_WHIP
ENDC
db QUICK_ATTACK
db EMBER
db 0 ; growth rate
; learnset
db %10100000
db %01000011
db %00001000
db %11000000
db %11100011
db %00001000
db %00000010
db 0 ; padding