Split base stats

This commit is contained in:
PikalaxALT
2016-01-09 16:28:22 -05:00
parent f14562da4b
commit 6d1b7f28c8
267 changed files with 6748 additions and 6488 deletions

View File

@@ -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