1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
db DEX_GORIKY ; 067
db 80, 100, 70, 45, 50, 60
; hp atk def spd sat sdf
db TYPE_FIGHTING, TYPE_FIGHTING ; type
db 90 ; catch rate
db 146 ; base exp
db ITEM_BERRY, ITEM_COUNTER_CUFF ; items
db GENDER_50_50 ; gender ratio
db 100, 4, 70 ; unknown
dn 7, 7 ; sprite dimensions
dw GorikyPicFront, GorikyPicBack ; sprites
db GROWTH_MEDIUM_SLOW ; growth rate
; tm/hm learnset
tmhm 1, 5, 6, 8, 9, 10, 17, 18, 19, 20, 26, 27, 28, 31, 32, 34, 35, 38, 40, 44, 48, 50, 54
; end
|