Split base stats
This commit is contained in:
22
data/base_stats/unown.asm
Normal file
22
data/base_stats/unown.asm
Normal file
@@ -0,0 +1,22 @@
|
||||
db UNOWN ; 201
|
||||
|
||||
db 48, 72, 48, 48, 72, 48
|
||||
; hp atk def spd sat sdf
|
||||
|
||||
db PSYCHIC, PSYCHIC
|
||||
db 225 ; catch rate
|
||||
db 61 ; base exp
|
||||
db NO_ITEM ; item 1
|
||||
db NO_ITEM ; item 2
|
||||
db 255 ; gender
|
||||
db 100 ; unknown
|
||||
db 40 ; step cycles to hatch
|
||||
db 5 ; unknown
|
||||
dn 5, 5 ; frontpic dimensions
|
||||
db 0, 0, 0, 0 ; padding
|
||||
db MEDIUM_FAST ; growth rate
|
||||
dn NO_EGGS, NO_EGGS ; egg groups
|
||||
|
||||
; tmhm
|
||||
tmhm
|
||||
; end
|
Reference in New Issue
Block a user