summaryrefslogtreecommitdiff
path: root/include/constants/battle_tent_mons.h
blob: d9fc89a20bf820483b5a3f79a3d136562bbaf70c (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
#ifndef GUARD_CONSTANTS_BATTLE_TENT_MONS_H
#define GUARD_CONSTANTS_BATTLE_TENT_MONS_H

#define SLATEPORT_TENT_MON_ZIGZAGOON_1  0
#define SLATEPORT_TENT_MON_ZIGZAGOON_2  1
#define SLATEPORT_TENT_MON_BEAUTIFLY    2
#define SLATEPORT_TENT_MON_DUSTOX       3
#define SLATEPORT_TENT_MON_WAILMER_1    4
#define SLATEPORT_TENT_MON_WAILMER_2    5
#define SLATEPORT_TENT_MON_MARILL_1     6
#define SLATEPORT_TENT_MON_WINGULL_1    7
#define SLATEPORT_TENT_MON_PELIPPER_1   8
#define SLATEPORT_TENT_MON_CACNEA_1     9
#define SLATEPORT_TENT_MON_LOMBRE_1     10
#define SLATEPORT_TENT_MON_LOTAD        11
#define SLATEPORT_TENT_MON_SEEDOT       12
#define SLATEPORT_TENT_MON_NUZLEAF      13
#define SLATEPORT_TENT_MON_NINJASK_1    14
#define SLATEPORT_TENT_MON_NINJASK_2    15
#define SLATEPORT_TENT_MON_GRAVELER     16
#define SLATEPORT_TENT_MON_BALTOY       17
#define SLATEPORT_TENT_MON_MIGHTYENA_1  18
#define SLATEPORT_TENT_MON_MIGHTYENA_2  19
#define SLATEPORT_TENT_MON_LINOONE      20
#define SLATEPORT_TENT_MON_GOLDEEN      21
#define SLATEPORT_TENT_MON_ELECTRIKE_1  22
#define SLATEPORT_TENT_MON_VOLTORB      23
#define SLATEPORT_TENT_MON_ARON_1       24
#define SLATEPORT_TENT_MON_ARON_2       25
#define SLATEPORT_TENT_MON_TRAPINCH_1   26
#define SLATEPORT_TENT_MON_CACNEA_2     27
#define SLATEPORT_TENT_MON_TAILLOW      28
#define SLATEPORT_TENT_MON_SWELLOW      29
#define SLATEPORT_TENT_MON_GOLBAT_1     30
#define SLATEPORT_TENT_MON_LOUDRED      31
#define SLATEPORT_TENT_MON_SPINDA       32
#define SLATEPORT_TENT_MON_MAGNEMITE    33
#define SLATEPORT_TENT_MON_WHISMUR      34
#define SLATEPORT_TENT_MON_MAKUHITA     35
#define SLATEPORT_TENT_MON_NUMEL_1      36
#define SLATEPORT_TENT_MON_BARBOACH     37
#define SLATEPORT_TENT_MON_TENTACOOL    38
#define SLATEPORT_TENT_MON_VIGOROTH     39
#define SLATEPORT_TENT_MON_MAGIKARP     40
#define SLATEPORT_TENT_MON_SEVIPER_1    41
#define SLATEPORT_TENT_MON_SOLROCK      42
#define SLATEPORT_TENT_MON_KECLEON_1    43
#define SLATEPORT_TENT_MON_KECLEON_2    44
#define SLATEPORT_TENT_MON_SHROOMISH_1  45
#define SLATEPORT_TENT_MON_SHROOMISH_2  46
#define SLATEPORT_TENT_MON_LOMBRE_2     47
#define SLATEPORT_TENT_MON_NUMEL_2      48
#define SLATEPORT_TENT_MON_TRAPINCH_2   49
#define SLATEPORT_TENT_MON_PELIPPER_2   50
#define SLATEPORT_TENT_MON_WINGULL_2    51
#define SLATEPORT_TENT_MON_MARILL_2     52
#define SLATEPORT_TENT_MON_SKITTY       53
#define SLATEPORT_TENT_MON_SEVIPER_2    54
#define SLATEPORT_TENT_MON_GOLBAT_2     55
#define SLATEPORT_TENT_MON_RALTS        56
#define SLATEPORT_TENT_MON_SANDSHREW    57
#define SLATEPORT_TENT_MON_SWALOT       58
#define SLATEPORT_TENT_MON_VOLBEAT      59
#define SLATEPORT_TENT_MON_ILLUMISE     60
#define SLATEPORT_TENT_MON_KADABRA      61
#define SLATEPORT_TENT_MON_KIRLIA       62
#define SLATEPORT_TENT_MON_BRELOOM      63
#define SLATEPORT_TENT_MON_PLUSLE_1     64
#define SLATEPORT_TENT_MON_PLUSLE_2     65
#define SLATEPORT_TENT_MON_ELECTRIKE_2  66
#define SLATEPORT_TENT_MON_SWABLU       67
#define SLATEPORT_TENT_MON_MACHOP       68
#define SLATEPORT_TENT_MON_MACHOKE      69

#define NUM_SLATEPORT_TENT_MONS         70

#define VERDANTURF_TENT_MON_POOCHYENA   0
#define VERDANTURF_TENT_MON_ZIGZAGOON   1
#define VERDANTURF_TENT_MON_DUSTOX      2
#define VERDANTURF_TENT_MON_TAILLOW     3
#define VERDANTURF_TENT_MON_SHROOMISH   4
#define VERDANTURF_TENT_MON_MACHOP      5
#define VERDANTURF_TENT_MON_MAGIKARP    6
#define VERDANTURF_TENT_MON_BARBOACH    7
#define VERDANTURF_TENT_MON_WINGULL     8
#define VERDANTURF_TENT_MON_ARON_1      9
#define VERDANTURF_TENT_MON_NUMEL_1     10
#define VERDANTURF_TENT_MON_SWALOT      11
#define VERDANTURF_TENT_MON_KECLEON     12
#define VERDANTURF_TENT_MON_BALTOY      13
#define VERDANTURF_TENT_MON_NINJASK     14
#define VERDANTURF_TENT_MON_MAKUHITA    15
#define VERDANTURF_TENT_MON_SWABLU      16
#define VERDANTURF_TENT_MON_GOLDEEN_1   17
#define VERDANTURF_TENT_MON_LOTAD       18
#define VERDANTURF_TENT_MON_NUMEL_2     19
#define VERDANTURF_TENT_MON_LINOONE     20
#define VERDANTURF_TENT_MON_SEVIPER     21
#define VERDANTURF_TENT_MON_SKARMORY    22
#define VERDANTURF_TENT_MON_SWELLOW     23
#define VERDANTURF_TENT_MON_GOLDEEN_2   24
#define VERDANTURF_TENT_MON_ELECTRIKE   25
#define VERDANTURF_TENT_MON_NUZLEAF     26
#define VERDANTURF_TENT_MON_ARON_2      27
#define VERDANTURF_TENT_MON_MIGHTYENA   28
#define VERDANTURF_TENT_MON_SOLROCK     29
#define VERDANTURF_TENT_MON_GRAVELER    30
#define VERDANTURF_TENT_MON_KADABRA     31
#define VERDANTURF_TENT_MON_VOLTORB     32
#define VERDANTURF_TENT_MON_MAGNEMITE   33
#define VERDANTURF_TENT_MON_PELIPPER    34
#define VERDANTURF_TENT_MON_LOUDRED     35
#define VERDANTURF_TENT_MON_MARILL      36
#define VERDANTURF_TENT_MON_TRAPINCH    37
#define VERDANTURF_TENT_MON_TENTACOOL   38
#define VERDANTURF_TENT_MON_VIGOROTH    39
#define VERDANTURF_TENT_MON_WAILMER     40
#define VERDANTURF_TENT_MON_ILLUMISE    41
#define VERDANTURF_TENT_MON_MACHOKE     42
#define VERDANTURF_TENT_MON_WHISMUR     43
#define VERDANTURF_TENT_MON_CACNEA      44

#define NUM_VERDANTURF_TENT_MONS        45

#define FALLARBOR_TENT_MON_NUMEL        0
#define FALLARBOR_TENT_MON_LINOONE_1    1
#define FALLARBOR_TENT_MON_PLUSLE       2
#define FALLARBOR_TENT_MON_POOCHYENA    3
#define FALLARBOR_TENT_MON_KECLEON      4
#define FALLARBOR_TENT_MON_MAGIKARP     5
#define FALLARBOR_TENT_MON_SOLROCK      6
#define FALLARBOR_TENT_MON_MAKUHITA     7
#define FALLARBOR_TENT_MON_MACHOKE      8
#define FALLARBOR_TENT_MON_NINCADA      9
#define FALLARBOR_TENT_MON_BEAUTIFLY    10
#define FALLARBOR_TENT_MON_DUSTOX       11
#define FALLARBOR_TENT_MON_ILLUMISE     12
#define FALLARBOR_TENT_MON_VOLBEAT      13
#define FALLARBOR_TENT_MON_NINJASK_1    14
#define FALLARBOR_TENT_MON_NINJASK_2    15
#define FALLARBOR_TENT_MON_ARON_1       16
#define FALLARBOR_TENT_MON_ARON_2       17
#define FALLARBOR_TENT_MON_ELECTRIKE    18
#define FALLARBOR_TENT_MON_MAGNEMITE    19
#define FALLARBOR_TENT_MON_VOLTORB      20
#define FALLARBOR_TENT_MON_WHISMUR      21
#define FALLARBOR_TENT_MON_LOUDRED      22
#define FALLARBOR_TENT_MON_LINOONE_2    23
#define FALLARBOR_TENT_MON_MIGHTYENA    24
#define FALLARBOR_TENT_MON_SWABLU       25
#define FALLARBOR_TENT_MON_SKARMORY     26
#define FALLARBOR_TENT_MON_GOLBAT       27
#define FALLARBOR_TENT_MON_WINGULL      28
#define FALLARBOR_TENT_MON_PELIPPER     29
#define FALLARBOR_TENT_MON_BARBOACH     30
#define FALLARBOR_TENT_MON_WAILMER      31
#define FALLARBOR_TENT_MON_MARILL       32
#define FALLARBOR_TENT_MON_GOLDEEN_1    33
#define FALLARBOR_TENT_MON_GOLDEEN_2    34
#define FALLARBOR_TENT_MON_TRAPINCH     35
#define FALLARBOR_TENT_MON_BALTOY       36
#define FALLARBOR_TENT_MON_GRAVELER     37
#define FALLARBOR_TENT_MON_SANDSHREW    38
#define FALLARBOR_TENT_MON_SWALOT       39
#define FALLARBOR_TENT_MON_SHROOMISH    40
#define FALLARBOR_TENT_MON_KIRLIA       41
#define FALLARBOR_TENT_MON_LOMBRE       42
#define FALLARBOR_TENT_MON_NUZLEAF      43
#define FALLARBOR_TENT_MON_CACNEA       44

#define NUM_FALLARBOR_TENT_MONS         45

#endif  // GUARD_CONSTANTS_BATTLE_TENT_MONS_H