diff options
Diffstat (limited to 'data/baseStats/porygon.asm')
-rwxr-xr-x | data/baseStats/porygon.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/porygon.asm b/data/baseStats/porygon.asm new file mode 100755 index 00000000..37a25174 --- /dev/null +++ b/data/baseStats/porygon.asm @@ -0,0 +1,29 @@ +PorygonBaseStats: ; 392be (e:52be) +db DEX_PORYGON ; pokedex id +db 65 ; base hp +db 60 ; base attack +db 70 ; base defense +db 40 ; base speed +db 75 ; base special +db NORMAL ; species type 1 +db NORMAL ; species type 2 +db 45 ; catch rate +db 130 ; base exp yield +db $66 ; sprite dimensions +dw PorygonPicFront +dw PorygonPicBack +; attacks known at lvl 0 +db TACKLE +db SHARPEN +db CONVERSION +db 0 +db 0 ; growth rate +; learnset +db %00100000 +db %01110011 +db %10001000 +db %11110001 +db %11000011 +db %00111000 +db %01000011 +db 0 ; padding |