mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
22 lines
469 B
NASM
22 lines
469 B
NASM
db METAPOD ; 011
|
|
|
|
db 50, 20, 55, 30, 25, 25
|
|
; hp atk def spd sat sdf
|
|
|
|
db BUG, BUG ; type
|
|
db 120 ; catch rate
|
|
db 72 ; base exp
|
|
db NO_ITEM, NO_ITEM ; items
|
|
db GENDER_F50 ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 15 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/metapod/front.dimensions"
|
|
dw NULL, NULL ; unused (beta front/back pics)
|
|
db GROWTH_MEDIUM_FAST ; growth rate
|
|
dn EGG_BUG, EGG_BUG ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm
|
|
; end
|