forked from Rangi42/polishedcrystal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
geodude_alolan.asm
20 lines (17 loc) · 1020 Bytes
/
geodude_alolan.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
db 40, 80, 100, 20, 30, 30 ; 300 BST
; hp atk def spd sat sdf
db ROCK, ELECTRIC ; type
db 255 ; catch rate
db 86 ; base exp
db NO_ITEM ; item 1
db EVERSTONE ; item 2
dn GENDER_F50, 2 ; gender ratio, step cycles to hatch
INCBIN "gfx/pokemon/geodude_alolan/front.dimensions"
abilities_for GEODUDE_ALOLAN, MAGNET_PULL, STURDY, GALVANIZE
db GROWTH_MEDIUM_SLOW ; growth rate
dn EGG_MINERAL, EGG_MINERAL ; egg groups
ev_yield 0, 0, 1, 0, 0, 0
; hp atk def spd sat sdf
; tm/hm learnset
tmhm DYNAMICPUNCH, CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, PROTECT, BULLDOZE, THUNDERBOLT, THUNDER, EARTHQUAKE, RETURN, DIG, ROCK_SMASH, DOUBLE_TEAM, FLAMETHROWER, SANDSTORM, FIRE_BLAST, SUBSTITUTE, FACADE, REST, ATTRACT, ROCK_SLIDE, WILD_CHARGE, EXPLOSION, STONE_EDGE, VOLT_SWITCH, THUNDER_WAVE, GYRO_BALL, STRENGTH, BODY_SLAM, COUNTER, DEFENSE_CURL, DOUBLE_EDGE, EARTH_POWER, ENDURE, FIRE_PUNCH, HEADBUTT, ROLLOUT, SEISMIC_TOSS, SLEEP_TALK, SUCKER_PUNCH, SWAGGER, THUNDERPUNCH
; end