mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
2d8f3a0654
Out of the current two most prevalent official conventions, this one was chosen, because they're used in a direct counterpart to this game, and thus feel more accurate.
22 lines
479 B
NASM
22 lines
479 B
NASM
db WOBBUFFET ; 202
|
|
|
|
db 190, 33, 58, 33, 33, 58
|
|
; hp atk def spd sat sdf
|
|
|
|
db PSYCHIC, PSYCHIC ; type
|
|
db 45 ; catch rate
|
|
db 177 ; base exp
|
|
db NO_ITEM, NO_ITEM ; items
|
|
db GENDER_F50 ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 20 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/wobbuffet/front.dimensions"
|
|
db 0, 0, 0, 0 ; padding
|
|
db GROWTH_MEDIUM_FAST ; growth rate
|
|
dn EGG_INDETERMINATE, EGG_INDETERMINATE ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm
|
|
; end
|