summaryrefslogtreecommitdiff
path: root/data/pokemon/base_stats/beroringa.inc
blob: cbabe5c320bfe69ae39a2c4fc57964fe9d82462c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	db DEX_BERORINGA ; 108

	db  90,  55,  75,  30,  60,  90
	;   hp  atk  def  spd  sat  sdf

	db TYPE_NORMAL, TYPE_NORMAL ; type
	db 45 ; catch rate
	db 127 ; base exp
	db ITEM_BERRY, ITEM_LONG_TONGUE ; items
	db GENDER_50_50 ; gender ratio
	db 100, 4, 70 ; unknown
	dn 7, 7 ; sprite dimensions
	dw BeroringaPicFront, BeroringaPicBack ; sprites
	db GROWTH_MEDIUM_FAST ; growth rate

	; tm/hm learnset
	tmhm 1, 3, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 24, 25, 26, 27, 31, 32, 34, 38, 40, 44, 50, 51, 53, 54
	; end