Add macros to simplify defining front animations and still pics.
This commit is contained in:
@@ -1,446 +1,448 @@
|
||||
#define STILL_FRONT_PIC(species, frontpic) [SPECIES_##species] = {frontpic, 0x800, SPECIES_##species}
|
||||
|
||||
const struct CompressedSpriteSheet gMonStillFrontPicTable[] =
|
||||
{ //.data .size .tag
|
||||
gMonStillFrontPic_CircledQuestionMark, 0x800, 0,
|
||||
gMonStillFrontPic_Bulbasaur, 0x800, 1,
|
||||
gMonStillFrontPic_Ivysaur, 0x800, 2,
|
||||
gMonStillFrontPic_Venusaur, 0x800, 3,
|
||||
gMonStillFrontPic_Charmander, 0x800, 4,
|
||||
gMonStillFrontPic_Charmeleon, 0x800, 5,
|
||||
gMonStillFrontPic_Charizard, 0x800, 6,
|
||||
gMonStillFrontPic_Squirtle, 0x800, 7,
|
||||
gMonStillFrontPic_Wartortle, 0x800, 8,
|
||||
gMonStillFrontPic_Blastoise, 0x800, 9,
|
||||
gMonStillFrontPic_Caterpie, 0x800, 10,
|
||||
gMonStillFrontPic_Metapod, 0x800, 11,
|
||||
gMonStillFrontPic_Butterfree, 0x800, 12,
|
||||
gMonStillFrontPic_Weedle, 0x800, 13,
|
||||
gMonStillFrontPic_Kakuna, 0x800, 14,
|
||||
gMonStillFrontPic_Beedrill, 0x800, 15,
|
||||
gMonStillFrontPic_Pidgey, 0x800, 16,
|
||||
gMonStillFrontPic_Pidgeotto, 0x800, 17,
|
||||
gMonStillFrontPic_Pidgeot, 0x800, 18,
|
||||
gMonStillFrontPic_Rattata, 0x800, 19,
|
||||
gMonStillFrontPic_Raticate, 0x800, 20,
|
||||
gMonStillFrontPic_Spearow, 0x800, 21,
|
||||
gMonStillFrontPic_Fearow, 0x800, 22,
|
||||
gMonStillFrontPic_Ekans, 0x800, 23,
|
||||
gMonStillFrontPic_Arbok, 0x800, 24,
|
||||
gMonStillFrontPic_Pikachu, 0x800, 25,
|
||||
gMonStillFrontPic_Raichu, 0x800, 26,
|
||||
gMonStillFrontPic_Sandshrew, 0x800, 27,
|
||||
gMonStillFrontPic_Sandslash, 0x800, 28,
|
||||
gMonStillFrontPic_NidoranF, 0x800, 29,
|
||||
gMonStillFrontPic_Nidorina, 0x800, 30,
|
||||
gMonStillFrontPic_Nidoqueen, 0x800, 31,
|
||||
gMonStillFrontPic_NidoranM, 0x800, 32,
|
||||
gMonStillFrontPic_Nidorino, 0x800, 33,
|
||||
gMonStillFrontPic_Nidoking, 0x800, 34,
|
||||
gMonStillFrontPic_Clefairy, 0x800, 35,
|
||||
gMonStillFrontPic_Clefable, 0x800, 36,
|
||||
gMonStillFrontPic_Vulpix, 0x800, 37,
|
||||
gMonStillFrontPic_Ninetales, 0x800, 38,
|
||||
gMonStillFrontPic_Jigglypuff, 0x800, 39,
|
||||
gMonStillFrontPic_Wigglytuff, 0x800, 40,
|
||||
gMonStillFrontPic_Zubat, 0x800, 41,
|
||||
gMonStillFrontPic_Golbat, 0x800, 42,
|
||||
gMonStillFrontPic_Oddish, 0x800, 43,
|
||||
gMonStillFrontPic_Gloom, 0x800, 44,
|
||||
gMonStillFrontPic_Vileplume, 0x800, 45,
|
||||
gMonStillFrontPic_Paras, 0x800, 46,
|
||||
gMonStillFrontPic_Parasect, 0x800, 47,
|
||||
gMonStillFrontPic_Venonat, 0x800, 48,
|
||||
gMonStillFrontPic_Venomoth, 0x800, 49,
|
||||
gMonStillFrontPic_Diglett, 0x800, 50,
|
||||
gMonStillFrontPic_Dugtrio, 0x800, 51,
|
||||
gMonStillFrontPic_Meowth, 0x800, 52,
|
||||
gMonStillFrontPic_Persian, 0x800, 53,
|
||||
gMonStillFrontPic_Psyduck, 0x800, 54,
|
||||
gMonStillFrontPic_Golduck, 0x800, 55,
|
||||
gMonStillFrontPic_Mankey, 0x800, 56,
|
||||
gMonStillFrontPic_Primeape, 0x800, 57,
|
||||
gMonStillFrontPic_Growlithe, 0x800, 58,
|
||||
gMonStillFrontPic_Arcanine, 0x800, 59,
|
||||
gMonStillFrontPic_Poliwag, 0x800, 60,
|
||||
gMonStillFrontPic_Poliwhirl, 0x800, 61,
|
||||
gMonStillFrontPic_Poliwrath, 0x800, 62,
|
||||
gMonStillFrontPic_Abra, 0x800, 63,
|
||||
gMonStillFrontPic_Kadabra, 0x800, 64,
|
||||
gMonStillFrontPic_Alakazam, 0x800, 65,
|
||||
gMonStillFrontPic_Machop, 0x800, 66,
|
||||
gMonStillFrontPic_Machoke, 0x800, 67,
|
||||
gMonStillFrontPic_Machamp, 0x800, 68,
|
||||
gMonStillFrontPic_Bellsprout, 0x800, 69,
|
||||
gMonStillFrontPic_Weepinbell, 0x800, 70,
|
||||
gMonStillFrontPic_Victreebel, 0x800, 71,
|
||||
gMonStillFrontPic_Tentacool, 0x800, 72,
|
||||
gMonStillFrontPic_Tentacruel, 0x800, 73,
|
||||
gMonStillFrontPic_Geodude, 0x800, 74,
|
||||
gMonStillFrontPic_Graveler, 0x800, 75,
|
||||
gMonStillFrontPic_Golem, 0x800, 76,
|
||||
gMonStillFrontPic_Ponyta, 0x800, 77,
|
||||
gMonStillFrontPic_Rapidash, 0x800, 78,
|
||||
gMonStillFrontPic_Slowpoke, 0x800, 79,
|
||||
gMonStillFrontPic_Slowbro, 0x800, 80,
|
||||
gMonStillFrontPic_Magnemite, 0x800, 81,
|
||||
gMonStillFrontPic_Magneton, 0x800, 82,
|
||||
gMonStillFrontPic_Farfetchd, 0x800, 83,
|
||||
gMonStillFrontPic_Doduo, 0x800, 84,
|
||||
gMonStillFrontPic_Dodrio, 0x800, 85,
|
||||
gMonStillFrontPic_Seel, 0x800, 86,
|
||||
gMonStillFrontPic_Dewgong, 0x800, 87,
|
||||
gMonStillFrontPic_Grimer, 0x800, 88,
|
||||
gMonStillFrontPic_Muk, 0x800, 89,
|
||||
gMonStillFrontPic_Shellder, 0x800, 90,
|
||||
gMonStillFrontPic_Cloyster, 0x800, 91,
|
||||
gMonStillFrontPic_Gastly, 0x800, 92,
|
||||
gMonStillFrontPic_Haunter, 0x800, 93,
|
||||
gMonStillFrontPic_Gengar, 0x800, 94,
|
||||
gMonStillFrontPic_Onix, 0x800, 95,
|
||||
gMonStillFrontPic_Drowzee, 0x800, 96,
|
||||
gMonStillFrontPic_Hypno, 0x800, 97,
|
||||
gMonStillFrontPic_Krabby, 0x800, 98,
|
||||
gMonStillFrontPic_Kingler, 0x800, 99,
|
||||
gMonStillFrontPic_Voltorb, 0x800, 100,
|
||||
gMonStillFrontPic_Electrode, 0x800, 101,
|
||||
gMonStillFrontPic_Exeggcute, 0x800, 102,
|
||||
gMonStillFrontPic_Exeggutor, 0x800, 103,
|
||||
gMonStillFrontPic_Cubone, 0x800, 104,
|
||||
gMonStillFrontPic_Marowak, 0x800, 105,
|
||||
gMonStillFrontPic_Hitmonlee, 0x800, 106,
|
||||
gMonStillFrontPic_Hitmonchan, 0x800, 107,
|
||||
gMonStillFrontPic_Lickitung, 0x800, 108,
|
||||
gMonStillFrontPic_Koffing, 0x800, 109,
|
||||
gMonStillFrontPic_Weezing, 0x800, 110,
|
||||
gMonStillFrontPic_Rhyhorn, 0x800, 111,
|
||||
gMonStillFrontPic_Rhydon, 0x800, 112,
|
||||
gMonStillFrontPic_Chansey, 0x800, 113,
|
||||
gMonStillFrontPic_Tangela, 0x800, 114,
|
||||
gMonStillFrontPic_Kangaskhan, 0x800, 115,
|
||||
gMonStillFrontPic_Horsea, 0x800, 116,
|
||||
gMonStillFrontPic_Seadra, 0x800, 117,
|
||||
gMonStillFrontPic_Goldeen, 0x800, 118,
|
||||
gMonStillFrontPic_Seaking, 0x800, 119,
|
||||
gMonStillFrontPic_Staryu, 0x800, 120,
|
||||
gMonStillFrontPic_Starmie, 0x800, 121,
|
||||
gMonStillFrontPic_Mrmime, 0x800, 122,
|
||||
gMonStillFrontPic_Scyther, 0x800, 123,
|
||||
gMonStillFrontPic_Jynx, 0x800, 124,
|
||||
gMonStillFrontPic_Electabuzz, 0x800, 125,
|
||||
gMonStillFrontPic_Magmar, 0x800, 126,
|
||||
gMonStillFrontPic_Pinsir, 0x800, 127,
|
||||
gMonStillFrontPic_Tauros, 0x800, 128,
|
||||
gMonStillFrontPic_Magikarp, 0x800, 129,
|
||||
gMonStillFrontPic_Gyarados, 0x800, 130,
|
||||
gMonStillFrontPic_Lapras, 0x800, 131,
|
||||
gMonStillFrontPic_Ditto, 0x800, 132,
|
||||
gMonStillFrontPic_Eevee, 0x800, 133,
|
||||
gMonStillFrontPic_Vaporeon, 0x800, 134,
|
||||
gMonStillFrontPic_Jolteon, 0x800, 135,
|
||||
gMonStillFrontPic_Flareon, 0x800, 136,
|
||||
gMonStillFrontPic_Porygon, 0x800, 137,
|
||||
gMonStillFrontPic_Omanyte, 0x800, 138,
|
||||
gMonStillFrontPic_Omastar, 0x800, 139,
|
||||
gMonStillFrontPic_Kabuto, 0x800, 140,
|
||||
gMonStillFrontPic_Kabutops, 0x800, 141,
|
||||
gMonStillFrontPic_Aerodactyl, 0x800, 142,
|
||||
gMonStillFrontPic_Snorlax, 0x800, 143,
|
||||
gMonStillFrontPic_Articuno, 0x800, 144,
|
||||
gMonStillFrontPic_Zapdos, 0x800, 145,
|
||||
gMonStillFrontPic_Moltres, 0x800, 146,
|
||||
gMonStillFrontPic_Dratini, 0x800, 147,
|
||||
gMonStillFrontPic_Dragonair, 0x800, 148,
|
||||
gMonStillFrontPic_Dragonite, 0x800, 149,
|
||||
gMonStillFrontPic_Mewtwo, 0x800, 150,
|
||||
gMonStillFrontPic_Mew, 0x800, 151,
|
||||
{
|
||||
STILL_FRONT_PIC(NONE, gMonStillFrontPic_CircledQuestionMark),
|
||||
STILL_FRONT_PIC(BULBASAUR, gMonStillFrontPic_Bulbasaur),
|
||||
STILL_FRONT_PIC(IVYSAUR, gMonStillFrontPic_Ivysaur),
|
||||
STILL_FRONT_PIC(VENUSAUR, gMonStillFrontPic_Venusaur),
|
||||
STILL_FRONT_PIC(CHARMANDER, gMonStillFrontPic_Charmander),
|
||||
STILL_FRONT_PIC(CHARMELEON, gMonStillFrontPic_Charmeleon),
|
||||
STILL_FRONT_PIC(CHARIZARD, gMonStillFrontPic_Charizard),
|
||||
STILL_FRONT_PIC(SQUIRTLE, gMonStillFrontPic_Squirtle),
|
||||
STILL_FRONT_PIC(WARTORTLE, gMonStillFrontPic_Wartortle),
|
||||
STILL_FRONT_PIC(BLASTOISE, gMonStillFrontPic_Blastoise),
|
||||
STILL_FRONT_PIC(CATERPIE, gMonStillFrontPic_Caterpie),
|
||||
STILL_FRONT_PIC(METAPOD, gMonStillFrontPic_Metapod),
|
||||
STILL_FRONT_PIC(BUTTERFREE, gMonStillFrontPic_Butterfree),
|
||||
STILL_FRONT_PIC(WEEDLE, gMonStillFrontPic_Weedle),
|
||||
STILL_FRONT_PIC(KAKUNA, gMonStillFrontPic_Kakuna),
|
||||
STILL_FRONT_PIC(BEEDRILL, gMonStillFrontPic_Beedrill),
|
||||
STILL_FRONT_PIC(PIDGEY, gMonStillFrontPic_Pidgey),
|
||||
STILL_FRONT_PIC(PIDGEOTTO, gMonStillFrontPic_Pidgeotto),
|
||||
STILL_FRONT_PIC(PIDGEOT, gMonStillFrontPic_Pidgeot),
|
||||
STILL_FRONT_PIC(RATTATA, gMonStillFrontPic_Rattata),
|
||||
STILL_FRONT_PIC(RATICATE, gMonStillFrontPic_Raticate),
|
||||
STILL_FRONT_PIC(SPEAROW, gMonStillFrontPic_Spearow),
|
||||
STILL_FRONT_PIC(FEAROW, gMonStillFrontPic_Fearow),
|
||||
STILL_FRONT_PIC(EKANS, gMonStillFrontPic_Ekans),
|
||||
STILL_FRONT_PIC(ARBOK, gMonStillFrontPic_Arbok),
|
||||
STILL_FRONT_PIC(PIKACHU, gMonStillFrontPic_Pikachu),
|
||||
STILL_FRONT_PIC(RAICHU, gMonStillFrontPic_Raichu),
|
||||
STILL_FRONT_PIC(SANDSHREW, gMonStillFrontPic_Sandshrew),
|
||||
STILL_FRONT_PIC(SANDSLASH, gMonStillFrontPic_Sandslash),
|
||||
STILL_FRONT_PIC(NIDORAN_F, gMonStillFrontPic_NidoranF),
|
||||
STILL_FRONT_PIC(NIDORINA, gMonStillFrontPic_Nidorina),
|
||||
STILL_FRONT_PIC(NIDOQUEEN, gMonStillFrontPic_Nidoqueen),
|
||||
STILL_FRONT_PIC(NIDORAN_M, gMonStillFrontPic_NidoranM),
|
||||
STILL_FRONT_PIC(NIDORINO, gMonStillFrontPic_Nidorino),
|
||||
STILL_FRONT_PIC(NIDOKING, gMonStillFrontPic_Nidoking),
|
||||
STILL_FRONT_PIC(CLEFAIRY, gMonStillFrontPic_Clefairy),
|
||||
STILL_FRONT_PIC(CLEFABLE, gMonStillFrontPic_Clefable),
|
||||
STILL_FRONT_PIC(VULPIX, gMonStillFrontPic_Vulpix),
|
||||
STILL_FRONT_PIC(NINETALES, gMonStillFrontPic_Ninetales),
|
||||
STILL_FRONT_PIC(JIGGLYPUFF, gMonStillFrontPic_Jigglypuff),
|
||||
STILL_FRONT_PIC(WIGGLYTUFF, gMonStillFrontPic_Wigglytuff),
|
||||
STILL_FRONT_PIC(ZUBAT, gMonStillFrontPic_Zubat),
|
||||
STILL_FRONT_PIC(GOLBAT, gMonStillFrontPic_Golbat),
|
||||
STILL_FRONT_PIC(ODDISH, gMonStillFrontPic_Oddish),
|
||||
STILL_FRONT_PIC(GLOOM, gMonStillFrontPic_Gloom),
|
||||
STILL_FRONT_PIC(VILEPLUME, gMonStillFrontPic_Vileplume),
|
||||
STILL_FRONT_PIC(PARAS, gMonStillFrontPic_Paras),
|
||||
STILL_FRONT_PIC(PARASECT, gMonStillFrontPic_Parasect),
|
||||
STILL_FRONT_PIC(VENONAT, gMonStillFrontPic_Venonat),
|
||||
STILL_FRONT_PIC(VENOMOTH, gMonStillFrontPic_Venomoth),
|
||||
STILL_FRONT_PIC(DIGLETT, gMonStillFrontPic_Diglett),
|
||||
STILL_FRONT_PIC(DUGTRIO, gMonStillFrontPic_Dugtrio),
|
||||
STILL_FRONT_PIC(MEOWTH, gMonStillFrontPic_Meowth),
|
||||
STILL_FRONT_PIC(PERSIAN, gMonStillFrontPic_Persian),
|
||||
STILL_FRONT_PIC(PSYDUCK, gMonStillFrontPic_Psyduck),
|
||||
STILL_FRONT_PIC(GOLDUCK, gMonStillFrontPic_Golduck),
|
||||
STILL_FRONT_PIC(MANKEY, gMonStillFrontPic_Mankey),
|
||||
STILL_FRONT_PIC(PRIMEAPE, gMonStillFrontPic_Primeape),
|
||||
STILL_FRONT_PIC(GROWLITHE, gMonStillFrontPic_Growlithe),
|
||||
STILL_FRONT_PIC(ARCANINE, gMonStillFrontPic_Arcanine),
|
||||
STILL_FRONT_PIC(POLIWAG, gMonStillFrontPic_Poliwag),
|
||||
STILL_FRONT_PIC(POLIWHIRL, gMonStillFrontPic_Poliwhirl),
|
||||
STILL_FRONT_PIC(POLIWRATH, gMonStillFrontPic_Poliwrath),
|
||||
STILL_FRONT_PIC(ABRA, gMonStillFrontPic_Abra),
|
||||
STILL_FRONT_PIC(KADABRA, gMonStillFrontPic_Kadabra),
|
||||
STILL_FRONT_PIC(ALAKAZAM, gMonStillFrontPic_Alakazam),
|
||||
STILL_FRONT_PIC(MACHOP, gMonStillFrontPic_Machop),
|
||||
STILL_FRONT_PIC(MACHOKE, gMonStillFrontPic_Machoke),
|
||||
STILL_FRONT_PIC(MACHAMP, gMonStillFrontPic_Machamp),
|
||||
STILL_FRONT_PIC(BELLSPROUT, gMonStillFrontPic_Bellsprout),
|
||||
STILL_FRONT_PIC(WEEPINBELL, gMonStillFrontPic_Weepinbell),
|
||||
STILL_FRONT_PIC(VICTREEBEL, gMonStillFrontPic_Victreebel),
|
||||
STILL_FRONT_PIC(TENTACOOL, gMonStillFrontPic_Tentacool),
|
||||
STILL_FRONT_PIC(TENTACRUEL, gMonStillFrontPic_Tentacruel),
|
||||
STILL_FRONT_PIC(GEODUDE, gMonStillFrontPic_Geodude),
|
||||
STILL_FRONT_PIC(GRAVELER, gMonStillFrontPic_Graveler),
|
||||
STILL_FRONT_PIC(GOLEM, gMonStillFrontPic_Golem),
|
||||
STILL_FRONT_PIC(PONYTA, gMonStillFrontPic_Ponyta),
|
||||
STILL_FRONT_PIC(RAPIDASH, gMonStillFrontPic_Rapidash),
|
||||
STILL_FRONT_PIC(SLOWPOKE, gMonStillFrontPic_Slowpoke),
|
||||
STILL_FRONT_PIC(SLOWBRO, gMonStillFrontPic_Slowbro),
|
||||
STILL_FRONT_PIC(MAGNEMITE, gMonStillFrontPic_Magnemite),
|
||||
STILL_FRONT_PIC(MAGNETON, gMonStillFrontPic_Magneton),
|
||||
STILL_FRONT_PIC(FARFETCHD, gMonStillFrontPic_Farfetchd),
|
||||
STILL_FRONT_PIC(DODUO, gMonStillFrontPic_Doduo),
|
||||
STILL_FRONT_PIC(DODRIO, gMonStillFrontPic_Dodrio),
|
||||
STILL_FRONT_PIC(SEEL, gMonStillFrontPic_Seel),
|
||||
STILL_FRONT_PIC(DEWGONG, gMonStillFrontPic_Dewgong),
|
||||
STILL_FRONT_PIC(GRIMER, gMonStillFrontPic_Grimer),
|
||||
STILL_FRONT_PIC(MUK, gMonStillFrontPic_Muk),
|
||||
STILL_FRONT_PIC(SHELLDER, gMonStillFrontPic_Shellder),
|
||||
STILL_FRONT_PIC(CLOYSTER, gMonStillFrontPic_Cloyster),
|
||||
STILL_FRONT_PIC(GASTLY, gMonStillFrontPic_Gastly),
|
||||
STILL_FRONT_PIC(HAUNTER, gMonStillFrontPic_Haunter),
|
||||
STILL_FRONT_PIC(GENGAR, gMonStillFrontPic_Gengar),
|
||||
STILL_FRONT_PIC(ONIX, gMonStillFrontPic_Onix),
|
||||
STILL_FRONT_PIC(DROWZEE, gMonStillFrontPic_Drowzee),
|
||||
STILL_FRONT_PIC(HYPNO, gMonStillFrontPic_Hypno),
|
||||
STILL_FRONT_PIC(KRABBY, gMonStillFrontPic_Krabby),
|
||||
STILL_FRONT_PIC(KINGLER, gMonStillFrontPic_Kingler),
|
||||
STILL_FRONT_PIC(VOLTORB, gMonStillFrontPic_Voltorb),
|
||||
STILL_FRONT_PIC(ELECTRODE, gMonStillFrontPic_Electrode),
|
||||
STILL_FRONT_PIC(EXEGGCUTE, gMonStillFrontPic_Exeggcute),
|
||||
STILL_FRONT_PIC(EXEGGUTOR, gMonStillFrontPic_Exeggutor),
|
||||
STILL_FRONT_PIC(CUBONE, gMonStillFrontPic_Cubone),
|
||||
STILL_FRONT_PIC(MAROWAK, gMonStillFrontPic_Marowak),
|
||||
STILL_FRONT_PIC(HITMONLEE, gMonStillFrontPic_Hitmonlee),
|
||||
STILL_FRONT_PIC(HITMONCHAN, gMonStillFrontPic_Hitmonchan),
|
||||
STILL_FRONT_PIC(LICKITUNG, gMonStillFrontPic_Lickitung),
|
||||
STILL_FRONT_PIC(KOFFING, gMonStillFrontPic_Koffing),
|
||||
STILL_FRONT_PIC(WEEZING, gMonStillFrontPic_Weezing),
|
||||
STILL_FRONT_PIC(RHYHORN, gMonStillFrontPic_Rhyhorn),
|
||||
STILL_FRONT_PIC(RHYDON, gMonStillFrontPic_Rhydon),
|
||||
STILL_FRONT_PIC(CHANSEY, gMonStillFrontPic_Chansey),
|
||||
STILL_FRONT_PIC(TANGELA, gMonStillFrontPic_Tangela),
|
||||
STILL_FRONT_PIC(KANGASKHAN, gMonStillFrontPic_Kangaskhan),
|
||||
STILL_FRONT_PIC(HORSEA, gMonStillFrontPic_Horsea),
|
||||
STILL_FRONT_PIC(SEADRA, gMonStillFrontPic_Seadra),
|
||||
STILL_FRONT_PIC(GOLDEEN, gMonStillFrontPic_Goldeen),
|
||||
STILL_FRONT_PIC(SEAKING, gMonStillFrontPic_Seaking),
|
||||
STILL_FRONT_PIC(STARYU, gMonStillFrontPic_Staryu),
|
||||
STILL_FRONT_PIC(STARMIE, gMonStillFrontPic_Starmie),
|
||||
STILL_FRONT_PIC(MR_MIME, gMonStillFrontPic_Mrmime),
|
||||
STILL_FRONT_PIC(SCYTHER, gMonStillFrontPic_Scyther),
|
||||
STILL_FRONT_PIC(JYNX, gMonStillFrontPic_Jynx),
|
||||
STILL_FRONT_PIC(ELECTABUZZ, gMonStillFrontPic_Electabuzz),
|
||||
STILL_FRONT_PIC(MAGMAR, gMonStillFrontPic_Magmar),
|
||||
STILL_FRONT_PIC(PINSIR, gMonStillFrontPic_Pinsir),
|
||||
STILL_FRONT_PIC(TAUROS, gMonStillFrontPic_Tauros),
|
||||
STILL_FRONT_PIC(MAGIKARP, gMonStillFrontPic_Magikarp),
|
||||
STILL_FRONT_PIC(GYARADOS, gMonStillFrontPic_Gyarados),
|
||||
STILL_FRONT_PIC(LAPRAS, gMonStillFrontPic_Lapras),
|
||||
STILL_FRONT_PIC(DITTO, gMonStillFrontPic_Ditto),
|
||||
STILL_FRONT_PIC(EEVEE, gMonStillFrontPic_Eevee),
|
||||
STILL_FRONT_PIC(VAPOREON, gMonStillFrontPic_Vaporeon),
|
||||
STILL_FRONT_PIC(JOLTEON, gMonStillFrontPic_Jolteon),
|
||||
STILL_FRONT_PIC(FLAREON, gMonStillFrontPic_Flareon),
|
||||
STILL_FRONT_PIC(PORYGON, gMonStillFrontPic_Porygon),
|
||||
STILL_FRONT_PIC(OMANYTE, gMonStillFrontPic_Omanyte),
|
||||
STILL_FRONT_PIC(OMASTAR, gMonStillFrontPic_Omastar),
|
||||
STILL_FRONT_PIC(KABUTO, gMonStillFrontPic_Kabuto),
|
||||
STILL_FRONT_PIC(KABUTOPS, gMonStillFrontPic_Kabutops),
|
||||
STILL_FRONT_PIC(AERODACTYL, gMonStillFrontPic_Aerodactyl),
|
||||
STILL_FRONT_PIC(SNORLAX, gMonStillFrontPic_Snorlax),
|
||||
STILL_FRONT_PIC(ARTICUNO, gMonStillFrontPic_Articuno),
|
||||
STILL_FRONT_PIC(ZAPDOS, gMonStillFrontPic_Zapdos),
|
||||
STILL_FRONT_PIC(MOLTRES, gMonStillFrontPic_Moltres),
|
||||
STILL_FRONT_PIC(DRATINI, gMonStillFrontPic_Dratini),
|
||||
STILL_FRONT_PIC(DRAGONAIR, gMonStillFrontPic_Dragonair),
|
||||
STILL_FRONT_PIC(DRAGONITE, gMonStillFrontPic_Dragonite),
|
||||
STILL_FRONT_PIC(MEWTWO, gMonStillFrontPic_Mewtwo),
|
||||
STILL_FRONT_PIC(MEW, gMonStillFrontPic_Mew),
|
||||
// Gen II
|
||||
gMonStillFrontPic_Chikorita, 0x800, 152,
|
||||
gMonStillFrontPic_Bayleef, 0x800, 153,
|
||||
gMonStillFrontPic_Meganium, 0x800, 154,
|
||||
gMonStillFrontPic_Cyndaquil, 0x800, 155,
|
||||
gMonStillFrontPic_Quilava, 0x800, 156,
|
||||
gMonStillFrontPic_Typhlosion, 0x800, 157,
|
||||
gMonStillFrontPic_Totodile, 0x800, 158,
|
||||
gMonStillFrontPic_Croconaw, 0x800, 159,
|
||||
gMonStillFrontPic_Feraligatr, 0x800, 160,
|
||||
gMonStillFrontPic_Sentret, 0x800, 161,
|
||||
gMonStillFrontPic_Furret, 0x800, 162,
|
||||
gMonStillFrontPic_Hoothoot, 0x800, 163,
|
||||
gMonStillFrontPic_Noctowl, 0x800, 164,
|
||||
gMonStillFrontPic_Ledyba, 0x800, 165,
|
||||
gMonStillFrontPic_Ledian, 0x800, 166,
|
||||
gMonStillFrontPic_Spinarak, 0x800, 167,
|
||||
gMonStillFrontPic_Ariados, 0x800, 168,
|
||||
gMonStillFrontPic_Crobat, 0x800, 169,
|
||||
gMonStillFrontPic_Chinchou, 0x800, 170,
|
||||
gMonStillFrontPic_Lanturn, 0x800, 171,
|
||||
gMonStillFrontPic_Pichu, 0x800, 172,
|
||||
gMonStillFrontPic_Cleffa, 0x800, 173,
|
||||
gMonStillFrontPic_Igglybuff, 0x800, 174,
|
||||
gMonStillFrontPic_Togepi, 0x800, 175,
|
||||
gMonStillFrontPic_Togetic, 0x800, 176,
|
||||
gMonStillFrontPic_Natu, 0x800, 177,
|
||||
gMonStillFrontPic_Xatu, 0x800, 178,
|
||||
gMonStillFrontPic_Mareep, 0x800, 179,
|
||||
gMonStillFrontPic_Flaaffy, 0x800, 180,
|
||||
gMonStillFrontPic_Ampharos, 0x800, 181,
|
||||
gMonStillFrontPic_Bellossom, 0x800, 182,
|
||||
gMonStillFrontPic_Marill, 0x800, 183,
|
||||
gMonStillFrontPic_Azumarill, 0x800, 184,
|
||||
gMonStillFrontPic_Sudowoodo, 0x800, 185,
|
||||
gMonStillFrontPic_Politoed, 0x800, 186,
|
||||
gMonStillFrontPic_Hoppip, 0x800, 187,
|
||||
gMonStillFrontPic_Skiploom, 0x800, 188,
|
||||
gMonStillFrontPic_Jumpluff, 0x800, 189,
|
||||
gMonStillFrontPic_Aipom, 0x800, 190,
|
||||
gMonStillFrontPic_Sunkern, 0x800, 191,
|
||||
gMonStillFrontPic_Sunflora, 0x800, 192,
|
||||
gMonStillFrontPic_Yanma, 0x800, 193,
|
||||
gMonStillFrontPic_Wooper, 0x800, 194,
|
||||
gMonStillFrontPic_Quagsire, 0x800, 195,
|
||||
gMonStillFrontPic_Espeon, 0x800, 196,
|
||||
gMonStillFrontPic_Umbreon, 0x800, 197,
|
||||
gMonStillFrontPic_Murkrow, 0x800, 198,
|
||||
gMonStillFrontPic_Slowking, 0x800, 199,
|
||||
gMonStillFrontPic_Misdreavus, 0x800, 200,
|
||||
gMonStillFrontPic_UnownA, 0x800, 201,
|
||||
gMonStillFrontPic_Wobbuffet, 0x800, 202,
|
||||
gMonStillFrontPic_Girafarig, 0x800, 203,
|
||||
gMonStillFrontPic_Pineco, 0x800, 204,
|
||||
gMonStillFrontPic_Forretress, 0x800, 205,
|
||||
gMonStillFrontPic_Dunsparce, 0x800, 206,
|
||||
gMonStillFrontPic_Gligar, 0x800, 207,
|
||||
gMonStillFrontPic_Steelix, 0x800, 208,
|
||||
gMonStillFrontPic_Snubbull, 0x800, 209,
|
||||
gMonStillFrontPic_Granbull, 0x800, 210,
|
||||
gMonStillFrontPic_Qwilfish, 0x800, 211,
|
||||
gMonStillFrontPic_Scizor, 0x800, 212,
|
||||
gMonStillFrontPic_Shuckle, 0x800, 213,
|
||||
gMonStillFrontPic_Heracross, 0x800, 214,
|
||||
gMonStillFrontPic_Sneasel, 0x800, 215,
|
||||
gMonStillFrontPic_Teddiursa, 0x800, 216,
|
||||
gMonStillFrontPic_Ursaring, 0x800, 217,
|
||||
gMonStillFrontPic_Slugma, 0x800, 218,
|
||||
gMonStillFrontPic_Magcargo, 0x800, 219,
|
||||
gMonStillFrontPic_Swinub, 0x800, 220,
|
||||
gMonStillFrontPic_Piloswine, 0x800, 221,
|
||||
gMonStillFrontPic_Corsola, 0x800, 222,
|
||||
gMonStillFrontPic_Remoraid, 0x800, 223,
|
||||
gMonStillFrontPic_Octillery, 0x800, 224,
|
||||
gMonStillFrontPic_Delibird, 0x800, 225,
|
||||
gMonStillFrontPic_Mantine, 0x800, 226,
|
||||
gMonStillFrontPic_Skarmory, 0x800, 227,
|
||||
gMonStillFrontPic_Houndour, 0x800, 228,
|
||||
gMonStillFrontPic_Houndoom, 0x800, 229,
|
||||
gMonStillFrontPic_Kingdra, 0x800, 230,
|
||||
gMonStillFrontPic_Phanpy, 0x800, 231,
|
||||
gMonStillFrontPic_Donphan, 0x800, 232,
|
||||
gMonStillFrontPic_Porygon2, 0x800, 233,
|
||||
gMonStillFrontPic_Stantler, 0x800, 234,
|
||||
gMonStillFrontPic_Smeargle, 0x800, 235,
|
||||
gMonStillFrontPic_Tyrogue, 0x800, 236,
|
||||
gMonStillFrontPic_Hitmontop, 0x800, 237,
|
||||
gMonStillFrontPic_Smoochum, 0x800, 238,
|
||||
gMonStillFrontPic_Elekid, 0x800, 239,
|
||||
gMonStillFrontPic_Magby, 0x800, 240,
|
||||
gMonStillFrontPic_Miltank, 0x800, 241,
|
||||
gMonStillFrontPic_Blissey, 0x800, 242,
|
||||
gMonStillFrontPic_Raikou, 0x800, 243,
|
||||
gMonStillFrontPic_Entei, 0x800, 244,
|
||||
gMonStillFrontPic_Suicune, 0x800, 245,
|
||||
gMonStillFrontPic_Larvitar, 0x800, 246,
|
||||
gMonStillFrontPic_Pupitar, 0x800, 247,
|
||||
gMonStillFrontPic_Tyranitar, 0x800, 248,
|
||||
gMonStillFrontPic_Lugia, 0x800, 249,
|
||||
gMonStillFrontPic_HoOh, 0x800, 250,
|
||||
gMonStillFrontPic_Celebi, 0x800, 251,
|
||||
STILL_FRONT_PIC(CHIKORITA, gMonStillFrontPic_Chikorita),
|
||||
STILL_FRONT_PIC(BAYLEEF, gMonStillFrontPic_Bayleef),
|
||||
STILL_FRONT_PIC(MEGANIUM, gMonStillFrontPic_Meganium),
|
||||
STILL_FRONT_PIC(CYNDAQUIL, gMonStillFrontPic_Cyndaquil),
|
||||
STILL_FRONT_PIC(QUILAVA, gMonStillFrontPic_Quilava),
|
||||
STILL_FRONT_PIC(TYPHLOSION, gMonStillFrontPic_Typhlosion),
|
||||
STILL_FRONT_PIC(TOTODILE, gMonStillFrontPic_Totodile),
|
||||
STILL_FRONT_PIC(CROCONAW, gMonStillFrontPic_Croconaw),
|
||||
STILL_FRONT_PIC(FERALIGATR, gMonStillFrontPic_Feraligatr),
|
||||
STILL_FRONT_PIC(SENTRET, gMonStillFrontPic_Sentret),
|
||||
STILL_FRONT_PIC(FURRET, gMonStillFrontPic_Furret),
|
||||
STILL_FRONT_PIC(HOOTHOOT, gMonStillFrontPic_Hoothoot),
|
||||
STILL_FRONT_PIC(NOCTOWL, gMonStillFrontPic_Noctowl),
|
||||
STILL_FRONT_PIC(LEDYBA, gMonStillFrontPic_Ledyba),
|
||||
STILL_FRONT_PIC(LEDIAN, gMonStillFrontPic_Ledian),
|
||||
STILL_FRONT_PIC(SPINARAK, gMonStillFrontPic_Spinarak),
|
||||
STILL_FRONT_PIC(ARIADOS, gMonStillFrontPic_Ariados),
|
||||
STILL_FRONT_PIC(CROBAT, gMonStillFrontPic_Crobat),
|
||||
STILL_FRONT_PIC(CHINCHOU, gMonStillFrontPic_Chinchou),
|
||||
STILL_FRONT_PIC(LANTURN, gMonStillFrontPic_Lanturn),
|
||||
STILL_FRONT_PIC(PICHU, gMonStillFrontPic_Pichu),
|
||||
STILL_FRONT_PIC(CLEFFA, gMonStillFrontPic_Cleffa),
|
||||
STILL_FRONT_PIC(IGGLYBUFF, gMonStillFrontPic_Igglybuff),
|
||||
STILL_FRONT_PIC(TOGEPI, gMonStillFrontPic_Togepi),
|
||||
STILL_FRONT_PIC(TOGETIC, gMonStillFrontPic_Togetic),
|
||||
STILL_FRONT_PIC(NATU, gMonStillFrontPic_Natu),
|
||||
STILL_FRONT_PIC(XATU, gMonStillFrontPic_Xatu),
|
||||
STILL_FRONT_PIC(MAREEP, gMonStillFrontPic_Mareep),
|
||||
STILL_FRONT_PIC(FLAAFFY, gMonStillFrontPic_Flaaffy),
|
||||
STILL_FRONT_PIC(AMPHAROS, gMonStillFrontPic_Ampharos),
|
||||
STILL_FRONT_PIC(BELLOSSOM, gMonStillFrontPic_Bellossom),
|
||||
STILL_FRONT_PIC(MARILL, gMonStillFrontPic_Marill),
|
||||
STILL_FRONT_PIC(AZUMARILL, gMonStillFrontPic_Azumarill),
|
||||
STILL_FRONT_PIC(SUDOWOODO, gMonStillFrontPic_Sudowoodo),
|
||||
STILL_FRONT_PIC(POLITOED, gMonStillFrontPic_Politoed),
|
||||
STILL_FRONT_PIC(HOPPIP, gMonStillFrontPic_Hoppip),
|
||||
STILL_FRONT_PIC(SKIPLOOM, gMonStillFrontPic_Skiploom),
|
||||
STILL_FRONT_PIC(JUMPLUFF, gMonStillFrontPic_Jumpluff),
|
||||
STILL_FRONT_PIC(AIPOM, gMonStillFrontPic_Aipom),
|
||||
STILL_FRONT_PIC(SUNKERN, gMonStillFrontPic_Sunkern),
|
||||
STILL_FRONT_PIC(SUNFLORA, gMonStillFrontPic_Sunflora),
|
||||
STILL_FRONT_PIC(YANMA, gMonStillFrontPic_Yanma),
|
||||
STILL_FRONT_PIC(WOOPER, gMonStillFrontPic_Wooper),
|
||||
STILL_FRONT_PIC(QUAGSIRE, gMonStillFrontPic_Quagsire),
|
||||
STILL_FRONT_PIC(ESPEON, gMonStillFrontPic_Espeon),
|
||||
STILL_FRONT_PIC(UMBREON, gMonStillFrontPic_Umbreon),
|
||||
STILL_FRONT_PIC(MURKROW, gMonStillFrontPic_Murkrow),
|
||||
STILL_FRONT_PIC(SLOWKING, gMonStillFrontPic_Slowking),
|
||||
STILL_FRONT_PIC(MISDREAVUS, gMonStillFrontPic_Misdreavus),
|
||||
STILL_FRONT_PIC(UNOWN, gMonStillFrontPic_UnownA),
|
||||
STILL_FRONT_PIC(WOBBUFFET, gMonStillFrontPic_Wobbuffet),
|
||||
STILL_FRONT_PIC(GIRAFARIG, gMonStillFrontPic_Girafarig),
|
||||
STILL_FRONT_PIC(PINECO, gMonStillFrontPic_Pineco),
|
||||
STILL_FRONT_PIC(FORRETRESS, gMonStillFrontPic_Forretress),
|
||||
STILL_FRONT_PIC(DUNSPARCE, gMonStillFrontPic_Dunsparce),
|
||||
STILL_FRONT_PIC(GLIGAR, gMonStillFrontPic_Gligar),
|
||||
STILL_FRONT_PIC(STEELIX, gMonStillFrontPic_Steelix),
|
||||
STILL_FRONT_PIC(SNUBBULL, gMonStillFrontPic_Snubbull),
|
||||
STILL_FRONT_PIC(GRANBULL, gMonStillFrontPic_Granbull),
|
||||
STILL_FRONT_PIC(QWILFISH, gMonStillFrontPic_Qwilfish),
|
||||
STILL_FRONT_PIC(SCIZOR, gMonStillFrontPic_Scizor),
|
||||
STILL_FRONT_PIC(SHUCKLE, gMonStillFrontPic_Shuckle),
|
||||
STILL_FRONT_PIC(HERACROSS, gMonStillFrontPic_Heracross),
|
||||
STILL_FRONT_PIC(SNEASEL, gMonStillFrontPic_Sneasel),
|
||||
STILL_FRONT_PIC(TEDDIURSA, gMonStillFrontPic_Teddiursa),
|
||||
STILL_FRONT_PIC(URSARING, gMonStillFrontPic_Ursaring),
|
||||
STILL_FRONT_PIC(SLUGMA, gMonStillFrontPic_Slugma),
|
||||
STILL_FRONT_PIC(MAGCARGO, gMonStillFrontPic_Magcargo),
|
||||
STILL_FRONT_PIC(SWINUB, gMonStillFrontPic_Swinub),
|
||||
STILL_FRONT_PIC(PILOSWINE, gMonStillFrontPic_Piloswine),
|
||||
STILL_FRONT_PIC(CORSOLA, gMonStillFrontPic_Corsola),
|
||||
STILL_FRONT_PIC(REMORAID, gMonStillFrontPic_Remoraid),
|
||||
STILL_FRONT_PIC(OCTILLERY, gMonStillFrontPic_Octillery),
|
||||
STILL_FRONT_PIC(DELIBIRD, gMonStillFrontPic_Delibird),
|
||||
STILL_FRONT_PIC(MANTINE, gMonStillFrontPic_Mantine),
|
||||
STILL_FRONT_PIC(SKARMORY, gMonStillFrontPic_Skarmory),
|
||||
STILL_FRONT_PIC(HOUNDOUR, gMonStillFrontPic_Houndour),
|
||||
STILL_FRONT_PIC(HOUNDOOM, gMonStillFrontPic_Houndoom),
|
||||
STILL_FRONT_PIC(KINGDRA, gMonStillFrontPic_Kingdra),
|
||||
STILL_FRONT_PIC(PHANPY, gMonStillFrontPic_Phanpy),
|
||||
STILL_FRONT_PIC(DONPHAN, gMonStillFrontPic_Donphan),
|
||||
STILL_FRONT_PIC(PORYGON2, gMonStillFrontPic_Porygon2),
|
||||
STILL_FRONT_PIC(STANTLER, gMonStillFrontPic_Stantler),
|
||||
STILL_FRONT_PIC(SMEARGLE, gMonStillFrontPic_Smeargle),
|
||||
STILL_FRONT_PIC(TYROGUE, gMonStillFrontPic_Tyrogue),
|
||||
STILL_FRONT_PIC(HITMONTOP, gMonStillFrontPic_Hitmontop),
|
||||
STILL_FRONT_PIC(SMOOCHUM, gMonStillFrontPic_Smoochum),
|
||||
STILL_FRONT_PIC(ELEKID, gMonStillFrontPic_Elekid),
|
||||
STILL_FRONT_PIC(MAGBY, gMonStillFrontPic_Magby),
|
||||
STILL_FRONT_PIC(MILTANK, gMonStillFrontPic_Miltank),
|
||||
STILL_FRONT_PIC(BLISSEY, gMonStillFrontPic_Blissey),
|
||||
STILL_FRONT_PIC(RAIKOU, gMonStillFrontPic_Raikou),
|
||||
STILL_FRONT_PIC(ENTEI, gMonStillFrontPic_Entei),
|
||||
STILL_FRONT_PIC(SUICUNE, gMonStillFrontPic_Suicune),
|
||||
STILL_FRONT_PIC(LARVITAR, gMonStillFrontPic_Larvitar),
|
||||
STILL_FRONT_PIC(PUPITAR, gMonStillFrontPic_Pupitar),
|
||||
STILL_FRONT_PIC(TYRANITAR, gMonStillFrontPic_Tyranitar),
|
||||
STILL_FRONT_PIC(LUGIA, gMonStillFrontPic_Lugia),
|
||||
STILL_FRONT_PIC(HO_OH, gMonStillFrontPic_HoOh),
|
||||
STILL_FRONT_PIC(CELEBI, gMonStillFrontPic_Celebi),
|
||||
// Empty slots
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 252,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 253,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 254,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 255,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 256,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 257,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 258,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 259,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 260,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 261,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 262,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 263,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 264,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 265,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 266,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 267,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 268,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 269,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 270,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 271,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 272,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 273,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 274,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 275,
|
||||
gMonStillFrontPic_DoubleQuestionMark, 0x800, 276,
|
||||
STILL_FRONT_PIC(OLD_UNOWN_B, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_C, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_D, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_E, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_F, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_G, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_H, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_I, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_J, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_K, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_L, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_M, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_N, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_O, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_P, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_Q, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_R, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_S, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_T, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_U, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_V, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_W, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_X, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_Y, gMonStillFrontPic_DoubleQuestionMark),
|
||||
STILL_FRONT_PIC(OLD_UNOWN_Z, gMonStillFrontPic_DoubleQuestionMark),
|
||||
// Gen III
|
||||
gMonStillFrontPic_Treecko, 0x800, 277,
|
||||
gMonStillFrontPic_Grovyle, 0x800, 278,
|
||||
gMonStillFrontPic_Sceptile, 0x800, 279,
|
||||
gMonStillFrontPic_Torchic, 0x800, 280,
|
||||
gMonStillFrontPic_Combusken, 0x800, 281,
|
||||
gMonStillFrontPic_Blaziken, 0x800, 282,
|
||||
gMonStillFrontPic_Mudkip, 0x800, 283,
|
||||
gMonStillFrontPic_Marshtomp, 0x800, 284,
|
||||
gMonStillFrontPic_Swampert, 0x800, 285,
|
||||
gMonStillFrontPic_Poochyena, 0x800, 286,
|
||||
gMonStillFrontPic_Mightyena, 0x800, 287,
|
||||
gMonStillFrontPic_Zigzagoon, 0x800, 288,
|
||||
gMonStillFrontPic_Linoone, 0x800, 289,
|
||||
gMonStillFrontPic_Wurmple, 0x800, 290,
|
||||
gMonStillFrontPic_Silcoon, 0x800, 291,
|
||||
gMonStillFrontPic_Beautifly, 0x800, 292,
|
||||
gMonStillFrontPic_Cascoon, 0x800, 293,
|
||||
gMonStillFrontPic_Dustox, 0x800, 294,
|
||||
gMonStillFrontPic_Lotad, 0x800, 295,
|
||||
gMonStillFrontPic_Lombre, 0x800, 296,
|
||||
gMonStillFrontPic_Ludicolo, 0x800, 297,
|
||||
gMonStillFrontPic_Seedot, 0x800, 298,
|
||||
gMonStillFrontPic_Nuzleaf, 0x800, 299,
|
||||
gMonStillFrontPic_Shiftry, 0x800, 300,
|
||||
gMonStillFrontPic_Nincada, 0x800, 301,
|
||||
gMonStillFrontPic_Ninjask, 0x800, 302,
|
||||
gMonStillFrontPic_Shedinja, 0x800, 303,
|
||||
gMonStillFrontPic_Taillow, 0x800, 304,
|
||||
gMonStillFrontPic_Swellow, 0x800, 305,
|
||||
gMonStillFrontPic_Shroomish, 0x800, 306,
|
||||
gMonStillFrontPic_Breloom, 0x800, 307,
|
||||
gMonStillFrontPic_Spinda, 0x800, 308,
|
||||
gMonStillFrontPic_Wingull, 0x800, 309,
|
||||
gMonStillFrontPic_Pelipper, 0x800, 310,
|
||||
gMonStillFrontPic_Surskit, 0x800, 311,
|
||||
gMonStillFrontPic_Masquerain, 0x800, 312,
|
||||
gMonStillFrontPic_Wailmer, 0x800, 313,
|
||||
gMonStillFrontPic_Wailord, 0x800, 314,
|
||||
gMonStillFrontPic_Skitty, 0x800, 315,
|
||||
gMonStillFrontPic_Delcatty, 0x800, 316,
|
||||
gMonStillFrontPic_Kecleon, 0x800, 317,
|
||||
gMonStillFrontPic_Baltoy, 0x800, 318,
|
||||
gMonStillFrontPic_Claydol, 0x800, 319,
|
||||
gMonStillFrontPic_Nosepass, 0x800, 320,
|
||||
gMonStillFrontPic_Torkoal, 0x800, 321,
|
||||
gMonStillFrontPic_Sableye, 0x800, 322,
|
||||
gMonStillFrontPic_Barboach, 0x800, 323,
|
||||
gMonStillFrontPic_Whiscash, 0x800, 324,
|
||||
gMonStillFrontPic_Luvdisc, 0x800, 325,
|
||||
gMonStillFrontPic_Corphish, 0x800, 326,
|
||||
gMonStillFrontPic_Crawdaunt, 0x800, 327,
|
||||
gMonStillFrontPic_Feebas, 0x800, 328,
|
||||
gMonStillFrontPic_Milotic, 0x800, 329,
|
||||
gMonStillFrontPic_Carvanha, 0x800, 330,
|
||||
gMonStillFrontPic_Sharpedo, 0x800, 331,
|
||||
gMonStillFrontPic_Trapinch, 0x800, 332,
|
||||
gMonStillFrontPic_Vibrava, 0x800, 333,
|
||||
gMonStillFrontPic_Flygon, 0x800, 334,
|
||||
gMonStillFrontPic_Makuhita, 0x800, 335,
|
||||
gMonStillFrontPic_Hariyama, 0x800, 336,
|
||||
gMonStillFrontPic_Electrike, 0x800, 337,
|
||||
gMonStillFrontPic_Manectric, 0x800, 338,
|
||||
gMonStillFrontPic_Numel, 0x800, 339,
|
||||
gMonStillFrontPic_Camerupt, 0x800, 340,
|
||||
gMonStillFrontPic_Spheal, 0x800, 341,
|
||||
gMonStillFrontPic_Sealeo, 0x800, 342,
|
||||
gMonStillFrontPic_Walrein, 0x800, 343,
|
||||
gMonStillFrontPic_Cacnea, 0x800, 344,
|
||||
gMonStillFrontPic_Cacturne, 0x800, 345,
|
||||
gMonStillFrontPic_Snorunt, 0x800, 346,
|
||||
gMonStillFrontPic_Glalie, 0x800, 347,
|
||||
gMonStillFrontPic_Lunatone, 0x800, 348,
|
||||
gMonStillFrontPic_Solrock, 0x800, 349,
|
||||
gMonStillFrontPic_Azurill, 0x800, 350,
|
||||
gMonStillFrontPic_Spoink, 0x800, 351,
|
||||
gMonStillFrontPic_Grumpig, 0x800, 352,
|
||||
gMonStillFrontPic_Plusle, 0x800, 353,
|
||||
gMonStillFrontPic_Minun, 0x800, 354,
|
||||
gMonStillFrontPic_Mawile, 0x800, 355,
|
||||
gMonStillFrontPic_Meditite, 0x800, 356,
|
||||
gMonStillFrontPic_Medicham, 0x800, 357,
|
||||
gMonStillFrontPic_Swablu, 0x800, 358,
|
||||
gMonStillFrontPic_Altaria, 0x800, 359,
|
||||
gMonStillFrontPic_Wynaut, 0x800, 360,
|
||||
gMonStillFrontPic_Duskull, 0x800, 361,
|
||||
gMonStillFrontPic_Dusclops, 0x800, 362,
|
||||
gMonStillFrontPic_Roselia, 0x800, 363,
|
||||
gMonStillFrontPic_Slakoth, 0x800, 364,
|
||||
gMonStillFrontPic_Vigoroth, 0x800, 365,
|
||||
gMonStillFrontPic_Slaking, 0x800, 366,
|
||||
gMonStillFrontPic_Gulpin, 0x800, 367,
|
||||
gMonStillFrontPic_Swalot, 0x800, 368,
|
||||
gMonStillFrontPic_Tropius, 0x800, 369,
|
||||
gMonStillFrontPic_Whismur, 0x800, 370,
|
||||
gMonStillFrontPic_Loudred, 0x800, 371,
|
||||
gMonStillFrontPic_Exploud, 0x800, 372,
|
||||
gMonStillFrontPic_Clamperl, 0x800, 373,
|
||||
gMonStillFrontPic_Huntail, 0x800, 374,
|
||||
gMonStillFrontPic_Gorebyss, 0x800, 375,
|
||||
gMonStillFrontPic_Absol, 0x800, 376,
|
||||
gMonStillFrontPic_Shuppet, 0x800, 377,
|
||||
gMonStillFrontPic_Banette, 0x800, 378,
|
||||
gMonStillFrontPic_Seviper, 0x800, 379,
|
||||
gMonStillFrontPic_Zangoose, 0x800, 380,
|
||||
gMonStillFrontPic_Relicanth, 0x800, 381,
|
||||
gMonStillFrontPic_Aron, 0x800, 382,
|
||||
gMonStillFrontPic_Lairon, 0x800, 383,
|
||||
gMonStillFrontPic_Aggron, 0x800, 384,
|
||||
gMonStillFrontPic_Castform, 0x800, 385,
|
||||
gMonStillFrontPic_Volbeat, 0x800, 386,
|
||||
gMonStillFrontPic_Illumise, 0x800, 387,
|
||||
gMonStillFrontPic_Lileep, 0x800, 388,
|
||||
gMonStillFrontPic_Cradily, 0x800, 389,
|
||||
gMonStillFrontPic_Anorith, 0x800, 390,
|
||||
gMonStillFrontPic_Armaldo, 0x800, 391,
|
||||
gMonStillFrontPic_Ralts, 0x800, 392,
|
||||
gMonStillFrontPic_Kirlia, 0x800, 393,
|
||||
gMonStillFrontPic_Gardevoir, 0x800, 394,
|
||||
gMonStillFrontPic_Bagon, 0x800, 395,
|
||||
gMonStillFrontPic_Shelgon, 0x800, 396,
|
||||
gMonStillFrontPic_Salamence, 0x800, 397,
|
||||
gMonStillFrontPic_Beldum, 0x800, 398,
|
||||
gMonStillFrontPic_Metang, 0x800, 399,
|
||||
gMonStillFrontPic_Metagross, 0x800, 400,
|
||||
gMonStillFrontPic_Regirock, 0x800, 401,
|
||||
gMonStillFrontPic_Regice, 0x800, 402,
|
||||
gMonStillFrontPic_Registeel, 0x800, 403,
|
||||
gMonStillFrontPic_Kyogre, 0x800, 404,
|
||||
gMonStillFrontPic_Groudon, 0x800, 405,
|
||||
gMonStillFrontPic_Rayquaza, 0x800, 406,
|
||||
gMonStillFrontPic_Latias, 0x800, 407,
|
||||
gMonStillFrontPic_Latios, 0x800, 408,
|
||||
gMonStillFrontPic_Jirachi, 0x800, 409,
|
||||
gMonStillFrontPic_Deoxys, 0x800, 410,
|
||||
gMonStillFrontPic_Chimecho, 0x800, 411,
|
||||
gMonStillFrontPic_Egg, 0x800, 412,
|
||||
gMonStillFrontPic_UnownB, 0x800, 413,
|
||||
gMonStillFrontPic_UnownC, 0x800, 414,
|
||||
gMonStillFrontPic_UnownD, 0x800, 415,
|
||||
gMonStillFrontPic_UnownE, 0x800, 416,
|
||||
gMonStillFrontPic_UnownF, 0x800, 417,
|
||||
gMonStillFrontPic_UnownG, 0x800, 418,
|
||||
gMonStillFrontPic_UnownH, 0x800, 419,
|
||||
gMonStillFrontPic_UnownI, 0x800, 420,
|
||||
gMonStillFrontPic_UnownJ, 0x800, 421,
|
||||
gMonStillFrontPic_UnownK, 0x800, 422,
|
||||
gMonStillFrontPic_UnownL, 0x800, 423,
|
||||
gMonStillFrontPic_UnownM, 0x800, 424,
|
||||
gMonStillFrontPic_UnownN, 0x800, 425,
|
||||
gMonStillFrontPic_UnownO, 0x800, 426,
|
||||
gMonStillFrontPic_UnownP, 0x800, 427,
|
||||
gMonStillFrontPic_UnownQ, 0x800, 428,
|
||||
gMonStillFrontPic_UnownR, 0x800, 429,
|
||||
gMonStillFrontPic_UnownS, 0x800, 430,
|
||||
gMonStillFrontPic_UnownT, 0x800, 431,
|
||||
gMonStillFrontPic_UnownU, 0x800, 432,
|
||||
gMonStillFrontPic_UnownV, 0x800, 433,
|
||||
gMonStillFrontPic_UnownW, 0x800, 434,
|
||||
gMonStillFrontPic_UnownX, 0x800, 435,
|
||||
gMonStillFrontPic_UnownY, 0x800, 436,
|
||||
gMonStillFrontPic_UnownZ, 0x800, 437,
|
||||
gMonStillFrontPic_UnownExclamationMark, 0x800, 438,
|
||||
gMonStillFrontPic_UnownQuestionMark, 0x800, 439,
|
||||
STILL_FRONT_PIC(TREECKO, gMonStillFrontPic_Treecko),
|
||||
STILL_FRONT_PIC(GROVYLE, gMonStillFrontPic_Grovyle),
|
||||
STILL_FRONT_PIC(SCEPTILE, gMonStillFrontPic_Sceptile),
|
||||
STILL_FRONT_PIC(TORCHIC, gMonStillFrontPic_Torchic),
|
||||
STILL_FRONT_PIC(COMBUSKEN, gMonStillFrontPic_Combusken),
|
||||
STILL_FRONT_PIC(BLAZIKEN, gMonStillFrontPic_Blaziken),
|
||||
STILL_FRONT_PIC(MUDKIP, gMonStillFrontPic_Mudkip),
|
||||
STILL_FRONT_PIC(MARSHTOMP, gMonStillFrontPic_Marshtomp),
|
||||
STILL_FRONT_PIC(SWAMPERT, gMonStillFrontPic_Swampert),
|
||||
STILL_FRONT_PIC(POOCHYENA, gMonStillFrontPic_Poochyena),
|
||||
STILL_FRONT_PIC(MIGHTYENA, gMonStillFrontPic_Mightyena),
|
||||
STILL_FRONT_PIC(ZIGZAGOON, gMonStillFrontPic_Zigzagoon),
|
||||
STILL_FRONT_PIC(LINOONE, gMonStillFrontPic_Linoone),
|
||||
STILL_FRONT_PIC(WURMPLE, gMonStillFrontPic_Wurmple),
|
||||
STILL_FRONT_PIC(SILCOON, gMonStillFrontPic_Silcoon),
|
||||
STILL_FRONT_PIC(BEAUTIFLY, gMonStillFrontPic_Beautifly),
|
||||
STILL_FRONT_PIC(CASCOON, gMonStillFrontPic_Cascoon),
|
||||
STILL_FRONT_PIC(DUSTOX, gMonStillFrontPic_Dustox),
|
||||
STILL_FRONT_PIC(LOTAD, gMonStillFrontPic_Lotad),
|
||||
STILL_FRONT_PIC(LOMBRE, gMonStillFrontPic_Lombre),
|
||||
STILL_FRONT_PIC(LUDICOLO, gMonStillFrontPic_Ludicolo),
|
||||
STILL_FRONT_PIC(SEEDOT, gMonStillFrontPic_Seedot),
|
||||
STILL_FRONT_PIC(NUZLEAF, gMonStillFrontPic_Nuzleaf),
|
||||
STILL_FRONT_PIC(SHIFTRY, gMonStillFrontPic_Shiftry),
|
||||
STILL_FRONT_PIC(NINCADA, gMonStillFrontPic_Nincada),
|
||||
STILL_FRONT_PIC(NINJASK, gMonStillFrontPic_Ninjask),
|
||||
STILL_FRONT_PIC(SHEDINJA, gMonStillFrontPic_Shedinja),
|
||||
STILL_FRONT_PIC(TAILLOW, gMonStillFrontPic_Taillow),
|
||||
STILL_FRONT_PIC(SWELLOW, gMonStillFrontPic_Swellow),
|
||||
STILL_FRONT_PIC(SHROOMISH, gMonStillFrontPic_Shroomish),
|
||||
STILL_FRONT_PIC(BRELOOM, gMonStillFrontPic_Breloom),
|
||||
STILL_FRONT_PIC(SPINDA, gMonStillFrontPic_Spinda),
|
||||
STILL_FRONT_PIC(WINGULL, gMonStillFrontPic_Wingull),
|
||||
STILL_FRONT_PIC(PELIPPER, gMonStillFrontPic_Pelipper),
|
||||
STILL_FRONT_PIC(SURSKIT, gMonStillFrontPic_Surskit),
|
||||
STILL_FRONT_PIC(MASQUERAIN, gMonStillFrontPic_Masquerain),
|
||||
STILL_FRONT_PIC(WAILMER, gMonStillFrontPic_Wailmer),
|
||||
STILL_FRONT_PIC(WAILORD, gMonStillFrontPic_Wailord),
|
||||
STILL_FRONT_PIC(SKITTY, gMonStillFrontPic_Skitty),
|
||||
STILL_FRONT_PIC(DELCATTY, gMonStillFrontPic_Delcatty),
|
||||
STILL_FRONT_PIC(KECLEON, gMonStillFrontPic_Kecleon),
|
||||
STILL_FRONT_PIC(BALTOY, gMonStillFrontPic_Baltoy),
|
||||
STILL_FRONT_PIC(CLAYDOL, gMonStillFrontPic_Claydol),
|
||||
STILL_FRONT_PIC(NOSEPASS, gMonStillFrontPic_Nosepass),
|
||||
STILL_FRONT_PIC(TORKOAL, gMonStillFrontPic_Torkoal),
|
||||
STILL_FRONT_PIC(SABLEYE, gMonStillFrontPic_Sableye),
|
||||
STILL_FRONT_PIC(BARBOACH, gMonStillFrontPic_Barboach),
|
||||
STILL_FRONT_PIC(WHISCASH, gMonStillFrontPic_Whiscash),
|
||||
STILL_FRONT_PIC(LUVDISC, gMonStillFrontPic_Luvdisc),
|
||||
STILL_FRONT_PIC(CORPHISH, gMonStillFrontPic_Corphish),
|
||||
STILL_FRONT_PIC(CRAWDAUNT, gMonStillFrontPic_Crawdaunt),
|
||||
STILL_FRONT_PIC(FEEBAS, gMonStillFrontPic_Feebas),
|
||||
STILL_FRONT_PIC(MILOTIC, gMonStillFrontPic_Milotic),
|
||||
STILL_FRONT_PIC(CARVANHA, gMonStillFrontPic_Carvanha),
|
||||
STILL_FRONT_PIC(SHARPEDO, gMonStillFrontPic_Sharpedo),
|
||||
STILL_FRONT_PIC(TRAPINCH, gMonStillFrontPic_Trapinch),
|
||||
STILL_FRONT_PIC(VIBRAVA, gMonStillFrontPic_Vibrava),
|
||||
STILL_FRONT_PIC(FLYGON, gMonStillFrontPic_Flygon),
|
||||
STILL_FRONT_PIC(MAKUHITA, gMonStillFrontPic_Makuhita),
|
||||
STILL_FRONT_PIC(HARIYAMA, gMonStillFrontPic_Hariyama),
|
||||
STILL_FRONT_PIC(ELECTRIKE, gMonStillFrontPic_Electrike),
|
||||
STILL_FRONT_PIC(MANECTRIC, gMonStillFrontPic_Manectric),
|
||||
STILL_FRONT_PIC(NUMEL, gMonStillFrontPic_Numel),
|
||||
STILL_FRONT_PIC(CAMERUPT, gMonStillFrontPic_Camerupt),
|
||||
STILL_FRONT_PIC(SPHEAL, gMonStillFrontPic_Spheal),
|
||||
STILL_FRONT_PIC(SEALEO, gMonStillFrontPic_Sealeo),
|
||||
STILL_FRONT_PIC(WALREIN, gMonStillFrontPic_Walrein),
|
||||
STILL_FRONT_PIC(CACNEA, gMonStillFrontPic_Cacnea),
|
||||
STILL_FRONT_PIC(CACTURNE, gMonStillFrontPic_Cacturne),
|
||||
STILL_FRONT_PIC(SNORUNT, gMonStillFrontPic_Snorunt),
|
||||
STILL_FRONT_PIC(GLALIE, gMonStillFrontPic_Glalie),
|
||||
STILL_FRONT_PIC(LUNATONE, gMonStillFrontPic_Lunatone),
|
||||
STILL_FRONT_PIC(SOLROCK, gMonStillFrontPic_Solrock),
|
||||
STILL_FRONT_PIC(AZURILL, gMonStillFrontPic_Azurill),
|
||||
STILL_FRONT_PIC(SPOINK, gMonStillFrontPic_Spoink),
|
||||
STILL_FRONT_PIC(GRUMPIG, gMonStillFrontPic_Grumpig),
|
||||
STILL_FRONT_PIC(PLUSLE, gMonStillFrontPic_Plusle),
|
||||
STILL_FRONT_PIC(MINUN, gMonStillFrontPic_Minun),
|
||||
STILL_FRONT_PIC(MAWILE, gMonStillFrontPic_Mawile),
|
||||
STILL_FRONT_PIC(MEDITITE, gMonStillFrontPic_Meditite),
|
||||
STILL_FRONT_PIC(MEDICHAM, gMonStillFrontPic_Medicham),
|
||||
STILL_FRONT_PIC(SWABLU, gMonStillFrontPic_Swablu),
|
||||
STILL_FRONT_PIC(ALTARIA, gMonStillFrontPic_Altaria),
|
||||
STILL_FRONT_PIC(WYNAUT, gMonStillFrontPic_Wynaut),
|
||||
STILL_FRONT_PIC(DUSKULL, gMonStillFrontPic_Duskull),
|
||||
STILL_FRONT_PIC(DUSCLOPS, gMonStillFrontPic_Dusclops),
|
||||
STILL_FRONT_PIC(ROSELIA, gMonStillFrontPic_Roselia),
|
||||
STILL_FRONT_PIC(SLAKOTH, gMonStillFrontPic_Slakoth),
|
||||
STILL_FRONT_PIC(VIGOROTH, gMonStillFrontPic_Vigoroth),
|
||||
STILL_FRONT_PIC(SLAKING, gMonStillFrontPic_Slaking),
|
||||
STILL_FRONT_PIC(GULPIN, gMonStillFrontPic_Gulpin),
|
||||
STILL_FRONT_PIC(SWALOT, gMonStillFrontPic_Swalot),
|
||||
STILL_FRONT_PIC(TROPIUS, gMonStillFrontPic_Tropius),
|
||||
STILL_FRONT_PIC(WHISMUR, gMonStillFrontPic_Whismur),
|
||||
STILL_FRONT_PIC(LOUDRED, gMonStillFrontPic_Loudred),
|
||||
STILL_FRONT_PIC(EXPLOUD, gMonStillFrontPic_Exploud),
|
||||
STILL_FRONT_PIC(CLAMPERL, gMonStillFrontPic_Clamperl),
|
||||
STILL_FRONT_PIC(HUNTAIL, gMonStillFrontPic_Huntail),
|
||||
STILL_FRONT_PIC(GOREBYSS, gMonStillFrontPic_Gorebyss),
|
||||
STILL_FRONT_PIC(ABSOL, gMonStillFrontPic_Absol),
|
||||
STILL_FRONT_PIC(SHUPPET, gMonStillFrontPic_Shuppet),
|
||||
STILL_FRONT_PIC(BANETTE, gMonStillFrontPic_Banette),
|
||||
STILL_FRONT_PIC(SEVIPER, gMonStillFrontPic_Seviper),
|
||||
STILL_FRONT_PIC(ZANGOOSE, gMonStillFrontPic_Zangoose),
|
||||
STILL_FRONT_PIC(RELICANTH, gMonStillFrontPic_Relicanth),
|
||||
STILL_FRONT_PIC(ARON, gMonStillFrontPic_Aron),
|
||||
STILL_FRONT_PIC(LAIRON, gMonStillFrontPic_Lairon),
|
||||
STILL_FRONT_PIC(AGGRON, gMonStillFrontPic_Aggron),
|
||||
STILL_FRONT_PIC(CASTFORM, gMonStillFrontPic_Castform),
|
||||
STILL_FRONT_PIC(VOLBEAT, gMonStillFrontPic_Volbeat),
|
||||
STILL_FRONT_PIC(ILLUMISE, gMonStillFrontPic_Illumise),
|
||||
STILL_FRONT_PIC(LILEEP, gMonStillFrontPic_Lileep),
|
||||
STILL_FRONT_PIC(CRADILY, gMonStillFrontPic_Cradily),
|
||||
STILL_FRONT_PIC(ANORITH, gMonStillFrontPic_Anorith),
|
||||
STILL_FRONT_PIC(ARMALDO, gMonStillFrontPic_Armaldo),
|
||||
STILL_FRONT_PIC(RALTS, gMonStillFrontPic_Ralts),
|
||||
STILL_FRONT_PIC(KIRLIA, gMonStillFrontPic_Kirlia),
|
||||
STILL_FRONT_PIC(GARDEVOIR, gMonStillFrontPic_Gardevoir),
|
||||
STILL_FRONT_PIC(BAGON, gMonStillFrontPic_Bagon),
|
||||
STILL_FRONT_PIC(SHELGON, gMonStillFrontPic_Shelgon),
|
||||
STILL_FRONT_PIC(SALAMENCE, gMonStillFrontPic_Salamence),
|
||||
STILL_FRONT_PIC(BELDUM, gMonStillFrontPic_Beldum),
|
||||
STILL_FRONT_PIC(METANG, gMonStillFrontPic_Metang),
|
||||
STILL_FRONT_PIC(METAGROSS, gMonStillFrontPic_Metagross),
|
||||
STILL_FRONT_PIC(REGIROCK, gMonStillFrontPic_Regirock),
|
||||
STILL_FRONT_PIC(REGICE, gMonStillFrontPic_Regice),
|
||||
STILL_FRONT_PIC(REGISTEEL, gMonStillFrontPic_Registeel),
|
||||
STILL_FRONT_PIC(KYOGRE, gMonStillFrontPic_Kyogre),
|
||||
STILL_FRONT_PIC(GROUDON, gMonStillFrontPic_Groudon),
|
||||
STILL_FRONT_PIC(RAYQUAZA, gMonStillFrontPic_Rayquaza),
|
||||
STILL_FRONT_PIC(LATIAS, gMonStillFrontPic_Latias),
|
||||
STILL_FRONT_PIC(LATIOS, gMonStillFrontPic_Latios),
|
||||
STILL_FRONT_PIC(JIRACHI, gMonStillFrontPic_Jirachi),
|
||||
STILL_FRONT_PIC(DEOXYS, gMonStillFrontPic_Deoxys),
|
||||
STILL_FRONT_PIC(CHIMECHO, gMonStillFrontPic_Chimecho),
|
||||
STILL_FRONT_PIC(EGG, gMonStillFrontPic_Egg),
|
||||
STILL_FRONT_PIC(UNOWN_B, gMonStillFrontPic_UnownB),
|
||||
STILL_FRONT_PIC(UNOWN_C, gMonStillFrontPic_UnownC),
|
||||
STILL_FRONT_PIC(UNOWN_D, gMonStillFrontPic_UnownD),
|
||||
STILL_FRONT_PIC(UNOWN_E, gMonStillFrontPic_UnownE),
|
||||
STILL_FRONT_PIC(UNOWN_F, gMonStillFrontPic_UnownF),
|
||||
STILL_FRONT_PIC(UNOWN_G, gMonStillFrontPic_UnownG),
|
||||
STILL_FRONT_PIC(UNOWN_H, gMonStillFrontPic_UnownH),
|
||||
STILL_FRONT_PIC(UNOWN_I, gMonStillFrontPic_UnownI),
|
||||
STILL_FRONT_PIC(UNOWN_J, gMonStillFrontPic_UnownJ),
|
||||
STILL_FRONT_PIC(UNOWN_K, gMonStillFrontPic_UnownK),
|
||||
STILL_FRONT_PIC(UNOWN_L, gMonStillFrontPic_UnownL),
|
||||
STILL_FRONT_PIC(UNOWN_M, gMonStillFrontPic_UnownM),
|
||||
STILL_FRONT_PIC(UNOWN_N, gMonStillFrontPic_UnownN),
|
||||
STILL_FRONT_PIC(UNOWN_O, gMonStillFrontPic_UnownO),
|
||||
STILL_FRONT_PIC(UNOWN_P, gMonStillFrontPic_UnownP),
|
||||
STILL_FRONT_PIC(UNOWN_Q, gMonStillFrontPic_UnownQ),
|
||||
STILL_FRONT_PIC(UNOWN_R, gMonStillFrontPic_UnownR),
|
||||
STILL_FRONT_PIC(UNOWN_S, gMonStillFrontPic_UnownS),
|
||||
STILL_FRONT_PIC(UNOWN_T, gMonStillFrontPic_UnownT),
|
||||
STILL_FRONT_PIC(UNOWN_U, gMonStillFrontPic_UnownU),
|
||||
STILL_FRONT_PIC(UNOWN_V, gMonStillFrontPic_UnownV),
|
||||
STILL_FRONT_PIC(UNOWN_W, gMonStillFrontPic_UnownW),
|
||||
STILL_FRONT_PIC(UNOWN_X, gMonStillFrontPic_UnownX),
|
||||
STILL_FRONT_PIC(UNOWN_Y, gMonStillFrontPic_UnownY),
|
||||
STILL_FRONT_PIC(UNOWN_Z, gMonStillFrontPic_UnownZ),
|
||||
STILL_FRONT_PIC(UNOWN_EMARK, gMonStillFrontPic_UnownExclamationMark),
|
||||
STILL_FRONT_PIC(UNOWN_QMARK, gMonStillFrontPic_UnownQuestionMark),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user