diff options
Diffstat (limited to 'data/baseStats/growlithe.asm')
-rwxr-xr-x | data/baseStats/growlithe.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/growlithe.asm b/data/baseStats/growlithe.asm new file mode 100755 index 00000000..715b0f73 --- /dev/null +++ b/data/baseStats/growlithe.asm @@ -0,0 +1,29 @@ +GrowlitheBaseStats: ; 38a1a (e:4a1a) +db DEX_GROWLITHE ; pokedex id +db 55 ; base hp +db 70 ; base attack +db 45 ; base defense +db 60 ; base speed +db 50 ; base special +db FIRE ; species type 1 +db FIRE ; species type 2 +db 190 ; catch rate +db 91 ; base exp yield +db $55 ; sprite dimensions +dw GrowlithePicFront +dw GrowlithePicBack +; attacks known at lvl 0 +db BITE +db ROAR +db 0 +db 0 +db 5 ; growth rate +; learnset +db %10100000 +db %00000011 +db %01001000 +db %11001000 +db %11100011 +db %00001000 +db %00000010 +db 0 ; padding |