forked from Rangi42/polishedcrystal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ariados.asm
29 lines (26 loc) · 990 Bytes
/
ariados.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if DEF(FAITHFUL)
db 70, 90, 70, 40, 60, 70 ; 400 BST
; hp atk def spd sat sdf
else
db 70, 90, 70, 80, 60, 70 ; 440 BST
; hp atk def spd sat sdf
endc
if DEF(FAITHFUL)
db BUG, POISON ; type
else
db BUG, DARK ; type
endc
db 90 ; catch rate
db 134 ; base exp
db NO_ITEM ; item 1
db NO_ITEM ; item 2
dn GENDER_F50, 2 ; gender ratio, step cycles to hatch
INCBIN "gfx/pokemon/ariados/front.dimensions"
abilities_for ARIADOS, SWARM, INSOMNIA, SNIPER
db GROWTH_FAST ; growth rate
dn EGG_BUG, EGG_BUG ; egg groups
ev_yield 0, 2, 0, 0, 0, 0
; hp atk def spd sat sdf
; tm/hm learnset
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, HONE_CLAWS, HYPER_BEAM, PROTECT, GIGA_DRAIN, SOLAR_BEAM, RETURN, DIG, PSYCHIC, DOUBLE_TEAM, SLUDGE_BOMB, SUBSTITUTE, FACADE, REST, ATTRACT, THIEF, LEECH_LIFE, X_SCISSOR, DARK_PULSE, POISON_JAB, GIGA_IMPACT, FLASH, SWORDS_DANCE, BODY_SLAM, DOUBLE_EDGE, ENDURE, SLEEP_TALK, SUCKER_PUNCH, SWAGGER
; end