diff options
Diffstat (limited to 'data/baseStats/magikarp.asm')
-rwxr-xr-x | data/baseStats/magikarp.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/magikarp.asm b/data/baseStats/magikarp.asm new file mode 100755 index 00000000..a8a0ee13 --- /dev/null +++ b/data/baseStats/magikarp.asm @@ -0,0 +1,29 @@ +MagikarpBaseStats: ; 391de (e:51de) +db DEX_MAGIKARP ; pokedex id +db 20 ; base hp +db 10 ; base attack +db 55 ; base defense +db 80 ; base speed +db 20 ; base special +db WATER ; species type 1 +db WATER ; species type 2 +db 255 ; catch rate +db 20 ; base exp yield +db $66 ; sprite dimensions +dw MagikarpPicFront +dw MagikarpPicBack +; attacks known at lvl 0 +db SPLASH +db 0 +db 0 +db 0 +db 5 ; growth rate +; learnset +db %00000000 +db %00000000 +db %00000000 +db %00000000 +db %00000000 +db %00000000 +db %00000000 +db 0 ; padding |