mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07: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
791 B
NASM
22 lines
791 B
NASM
db POLIWRATH ; 062
|
|
|
|
db 90, 85, 95, 70, 70, 90
|
|
; hp atk def spd sat sdf
|
|
|
|
db WATER, FIGHTING ; type
|
|
db 45 ; catch rate
|
|
db 185 ; base exp
|
|
db NO_ITEM, KINGS_ROCK ; items
|
|
db GENDER_F50 ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 20 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/poliwrath/front.dimensions"
|
|
db 0, 0, 0, 0 ; padding
|
|
db GROWTH_MEDIUM_SLOW ; growth rate
|
|
dn EGG_WATER_1, EGG_WATER_1 ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm DYNAMICPUNCH, HEADBUTT, CURSE, TOXIC, ROCK_SMASH, HIDDEN_POWER, SNORE, BLIZZARD, HYPER_BEAM, ICY_WIND, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, EARTHQUAKE, RETURN, PSYCHIC_M, MUD_SLAP, DOUBLE_TEAM, ICE_PUNCH, SWAGGER, SLEEP_TALK, DEFENSE_CURL, DETECT, REST, ATTRACT, THIEF, SURF, STRENGTH, WHIRLPOOL, WATERFALL, ICE_BEAM
|
|
; end
|