diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-09 16:28:22 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-09 16:52:34 -0500 |
commit | 6d1b7f28c8987be16b05e8c68f7f50eb357b7cc5 (patch) | |
tree | b4b100bbfe54511540136e9c35ecb2eee572aafb /data/base_stats/magikarp.asm | |
parent | f14562da4b066a80af3edfc5171e083f63532109 (diff) |
Split base stats
Diffstat (limited to 'data/base_stats/magikarp.asm')
-rw-r--r-- | data/base_stats/magikarp.asm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/base_stats/magikarp.asm b/data/base_stats/magikarp.asm new file mode 100644 index 000000000..57a2b847c --- /dev/null +++ b/data/base_stats/magikarp.asm @@ -0,0 +1,22 @@ + db MAGIKARP ; 129 + + db 20, 10, 55, 80, 15, 20 + ; hp atk def spd sat sdf + + db WATER, WATER + db 255 ; catch rate + db 20 ; base exp + db NO_ITEM ; item 1 + db NO_ITEM ; item 2 + db 127 ; gender + db 100 ; unknown + db 5 ; step cycles to hatch + db 5 ; unknown + dn 6, 6 ; frontpic dimensions + db 0, 0, 0, 0 ; padding + db FAST ; growth rate + dn FISH, REPTILE ; egg groups + + ; tmhm + tmhm + ; end |