summaryrefslogtreecommitdiff
path: root/battle-e/trainers/jeffrey.asm
blob: e0c97379508cd8e8de551f3df517e111e7b5541c (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
INCLUDE "trainers/macros.asm"

	Battle_Trainer

	BT_Level MOSSDEEP
	Class YOUNGSTER
	BT_Floor MOSSDEEP
	Text_EN "JEFFREY"8
	OT_ID 00000, 00000

	Intro_EN I,WILL,SHOW,YOU,MY,SECRET
	Win_EN   YEAH,MY,SECRET,_ELIP,IS,SECRET
	Loss_EN  GO_EASY,ON,ME,_ELIP,PLEASE,_EX

	Pokemon PINSIR
	Holds KING_S_ROCK
	Moves SWORDS_DANCE, GUILLOTINE, EARTHQUAKE, BRICK_BREAK
	Level 60
	PP_Ups 0,0,0,0
	EVs 252,0,6,0,0,252
	OT_ID 00000, 00000
	IVs 31,15,15,15,15,31, PINSIR_HYPER_CUTTER
	PV $00000080 ; ♂ Adamant
	Text_EN "PINSIR"11
	Friendship 255

	Pokemon NINETALES
	Holds CHARCOAL
	Moves FLAMETHROWER, CONFUSE_RAY, IRON_TAIL, FIRE_SPIN
	Level 62
	PP_Ups 0,0,0,0
	EVs 6,0,0,252,252,0
	OT_ID 00000, 00000
	IVs 31,15,15,15,31,15, NINETALES_FLASH_FIRE
	PV $0000000F ; ♀ Modest
	Text_EN "NINETALES"11
	Friendship 255

	Pokemon BLASTOISE
	Holds MYSTIC_WATER
	Moves SURF, BRICK_BREAK, EARTHQUAKE, ICE_BEAM
	Level 64
	PP_Ups 0,0,0,0
	EVs 252,0,0,0,252,6
	OT_ID 00000, 00000
	IVs 31,15,15,15,31,15, BLASTOISE_TORRENT
	PV $00000083 ; ♂ Docile
	Text_EN "BLASTOISE"11
	Friendship 255

	End_Trainer