174 lines
7.0 KiB
C
174 lines
7.0 KiB
C
#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
|