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
758 B
NASM
22 lines
758 B
NASM
db STARMIE ; 121
|
|
|
|
db 60, 75, 85, 115, 100, 85
|
|
; hp atk def spd sat sdf
|
|
|
|
db WATER, PSYCHIC ; type
|
|
db 60 ; catch rate
|
|
db 207 ; base exp
|
|
db STARDUST, STAR_PIECE ; items
|
|
db GENDER_UNKNOWN ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 20 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/starmie/front.dimensions"
|
|
db 0, 0, 0, 0 ; padding
|
|
db GROWTH_SLOW ; growth rate
|
|
dn EGG_WATER_3, EGG_WATER_3 ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm CURSE, TOXIC, ZAP_CANNON, PSYCH_UP, HIDDEN_POWER, SNORE, BLIZZARD, HYPER_BEAM, ICY_WIND, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, THUNDER, RETURN, PSYCHIC_M, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DREAM_EATER, REST, ATTRACT, NIGHTMARE, SURF, FLASH, WHIRLPOOL, WATERFALL, THUNDERBOLT, ICE_BEAM
|
|
; end
|