mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
60add76ee7
* FindGreaterThanThatLevel -> FindAboveLevel (132fe46
) * More meaningful egg group names (0eeb00d
)
22 lines
455 B
NASM
22 lines
455 B
NASM
db UNOWN ; 201
|
|
|
|
db 48, 72, 48, 48, 72, 48
|
|
; hp atk def spd sat sdf
|
|
|
|
db PSYCHIC, PSYCHIC ; type
|
|
db 225 ; catch rate
|
|
db 61 ; base exp
|
|
db NO_ITEM, NO_ITEM ; items
|
|
db GENDERLESS ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 40 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/unown_a/front.dimensions"
|
|
db 0, 0, 0, 0 ; padding
|
|
db GROWTH_MEDIUM_FAST ; growth rate
|
|
dn EGG_NONE, EGG_NONE ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm
|
|
; end
|