Split base stats
This commit is contained in:
22
data/base_stats/magikarp.asm
Normal file
22
data/base_stats/magikarp.asm
Normal 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
|
Reference in New Issue
Block a user