mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
1891879b62
This is how they're called in official sources, and it fits better with the other `GENDER_` constants.
22 lines
676 B
NASM
22 lines
676 B
NASM
db ELECTRODE ; 101
|
|
|
|
db 60, 50, 70, 140, 80, 80
|
|
; hp atk def spd sat sdf
|
|
|
|
db ELECTRIC, ELECTRIC ; type
|
|
db 60 ; catch rate
|
|
db 150 ; base exp
|
|
db NO_ITEM, NO_ITEM ; items
|
|
db GENDER_UNKNOWN ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 20 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/electrode/front.dimensions"
|
|
db 0, 0, 0, 0 ; padding
|
|
db GROWTH_MEDIUM_FAST ; growth rate
|
|
dn EGG_MINERAL, EGG_MINERAL ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm HEADBUTT, CURSE, ROLLOUT, TOXIC, ZAP_CANNON, HIDDEN_POWER, SNORE, HYPER_BEAM, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, THUNDER, RETURN, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, REST, FLASH, THUNDERBOLT
|
|
; end
|