diff --git a/.gitignore b/.gitignore index e62c792..f3b2f95 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ a.exe *.gba build/* extracted/* +src/generated/* +scripts/__pycache__ *.sgm *.dmp *.bak diff --git a/graphics/Pokemon_Back_Sprites/gritflags.txt b/graphics/Pokemon_Back_Sprites/gritflags.txt deleted file mode 100644 index e8b07e7..0000000 --- a/graphics/Pokemon_Back_Sprites/gritflags.txt +++ /dev/null @@ -1 +0,0 @@ --gzl -gB4 -fts -fh -pe16 -pzlz77 -gu8 \ No newline at end of file diff --git a/graphics/Pokemon_Front_Sprites/gritflags.txt b/graphics/Pokemon_Front_Sprites/gritflags.txt deleted file mode 100644 index e8b07e7..0000000 --- a/graphics/Pokemon_Front_Sprites/gritflags.txt +++ /dev/null @@ -1 +0,0 @@ --gzl -gB4 -fts -fh -pe16 -pzlz77 -gu8 \ No newline at end of file diff --git a/graphics/Pokemon_Icons/gritflags.txt b/graphics/Pokemon_Icons/gritflags.txt deleted file mode 100644 index 1511db6..0000000 --- a/graphics/Pokemon_Icons/gritflags.txt +++ /dev/null @@ -1 +0,0 @@ --g -gB4 -fts -fh -gu8 \ No newline at end of file diff --git a/graphics/backspr/gBackShinySprite000None.png b/graphics/backspr/gBackShinySprite000None.png new file mode 100644 index 0000000..528cbcc Binary files /dev/null and b/graphics/backspr/gBackShinySprite000None.png differ diff --git a/graphics/backspr/gBackShinySprite001Bulbasaur.png b/graphics/backspr/gBackShinySprite001Bulbasaur.png new file mode 100644 index 0000000..d27861a Binary files /dev/null and b/graphics/backspr/gBackShinySprite001Bulbasaur.png differ diff --git a/graphics/backspr/gBackShinySprite002Ivysaur.png b/graphics/backspr/gBackShinySprite002Ivysaur.png new file mode 100644 index 0000000..1ce47b7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite002Ivysaur.png differ diff --git a/graphics/backspr/gBackShinySprite003Venusaur.png b/graphics/backspr/gBackShinySprite003Venusaur.png new file mode 100644 index 0000000..fbf07b5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite003Venusaur.png differ diff --git a/graphics/backspr/gBackShinySprite004Charmander.png b/graphics/backspr/gBackShinySprite004Charmander.png new file mode 100644 index 0000000..1e57111 Binary files /dev/null and b/graphics/backspr/gBackShinySprite004Charmander.png differ diff --git a/graphics/backspr/gBackShinySprite005Charmeleon.png b/graphics/backspr/gBackShinySprite005Charmeleon.png new file mode 100644 index 0000000..953bac6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite005Charmeleon.png differ diff --git a/graphics/backspr/gBackShinySprite006Charizard.png b/graphics/backspr/gBackShinySprite006Charizard.png new file mode 100644 index 0000000..2269f22 Binary files /dev/null and b/graphics/backspr/gBackShinySprite006Charizard.png differ diff --git a/graphics/backspr/gBackShinySprite007Squirtle.png b/graphics/backspr/gBackShinySprite007Squirtle.png new file mode 100644 index 0000000..93741ab Binary files /dev/null and b/graphics/backspr/gBackShinySprite007Squirtle.png differ diff --git a/graphics/backspr/gBackShinySprite008Wartortle.png b/graphics/backspr/gBackShinySprite008Wartortle.png new file mode 100644 index 0000000..4759e63 Binary files /dev/null and b/graphics/backspr/gBackShinySprite008Wartortle.png differ diff --git a/graphics/backspr/gBackShinySprite009Blastoise.png b/graphics/backspr/gBackShinySprite009Blastoise.png new file mode 100644 index 0000000..d42200a Binary files /dev/null and b/graphics/backspr/gBackShinySprite009Blastoise.png differ diff --git a/graphics/backspr/gBackShinySprite010Caterpie.png b/graphics/backspr/gBackShinySprite010Caterpie.png new file mode 100644 index 0000000..9a4cad1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite010Caterpie.png differ diff --git a/graphics/backspr/gBackShinySprite011Metapod.png b/graphics/backspr/gBackShinySprite011Metapod.png new file mode 100644 index 0000000..0134384 Binary files /dev/null and b/graphics/backspr/gBackShinySprite011Metapod.png differ diff --git a/graphics/backspr/gBackShinySprite012Butterfree.png b/graphics/backspr/gBackShinySprite012Butterfree.png new file mode 100644 index 0000000..588edf6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite012Butterfree.png differ diff --git a/graphics/backspr/gBackShinySprite013Weedle.png b/graphics/backspr/gBackShinySprite013Weedle.png new file mode 100644 index 0000000..3684f34 Binary files /dev/null and b/graphics/backspr/gBackShinySprite013Weedle.png differ diff --git a/graphics/backspr/gBackShinySprite014Kakuna.png b/graphics/backspr/gBackShinySprite014Kakuna.png new file mode 100644 index 0000000..ee2602f Binary files /dev/null and b/graphics/backspr/gBackShinySprite014Kakuna.png differ diff --git a/graphics/backspr/gBackShinySprite015Beedrill.png b/graphics/backspr/gBackShinySprite015Beedrill.png new file mode 100644 index 0000000..3dddac9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite015Beedrill.png differ diff --git a/graphics/backspr/gBackShinySprite016Pidgey.png b/graphics/backspr/gBackShinySprite016Pidgey.png new file mode 100644 index 0000000..52e22b5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite016Pidgey.png differ diff --git a/graphics/backspr/gBackShinySprite017Pidgeotto.png b/graphics/backspr/gBackShinySprite017Pidgeotto.png new file mode 100644 index 0000000..1191c06 Binary files /dev/null and b/graphics/backspr/gBackShinySprite017Pidgeotto.png differ diff --git a/graphics/backspr/gBackShinySprite018Pidgeot.png b/graphics/backspr/gBackShinySprite018Pidgeot.png new file mode 100644 index 0000000..a66d109 Binary files /dev/null and b/graphics/backspr/gBackShinySprite018Pidgeot.png differ diff --git a/graphics/backspr/gBackShinySprite019Rattata.png b/graphics/backspr/gBackShinySprite019Rattata.png new file mode 100644 index 0000000..7558a7a Binary files /dev/null and b/graphics/backspr/gBackShinySprite019Rattata.png differ diff --git a/graphics/backspr/gBackShinySprite020Raticate.png b/graphics/backspr/gBackShinySprite020Raticate.png new file mode 100644 index 0000000..ecb9dd0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite020Raticate.png differ diff --git a/graphics/backspr/gBackShinySprite021Spearow.png b/graphics/backspr/gBackShinySprite021Spearow.png new file mode 100644 index 0000000..ccb4b18 Binary files /dev/null and b/graphics/backspr/gBackShinySprite021Spearow.png differ diff --git a/graphics/backspr/gBackShinySprite022Fearow.png b/graphics/backspr/gBackShinySprite022Fearow.png new file mode 100644 index 0000000..1455e15 Binary files /dev/null and b/graphics/backspr/gBackShinySprite022Fearow.png differ diff --git a/graphics/backspr/gBackShinySprite023Ekans.png b/graphics/backspr/gBackShinySprite023Ekans.png new file mode 100644 index 0000000..8ee1c9c Binary files /dev/null and b/graphics/backspr/gBackShinySprite023Ekans.png differ diff --git a/graphics/backspr/gBackShinySprite024Arbok.png b/graphics/backspr/gBackShinySprite024Arbok.png new file mode 100644 index 0000000..46723f7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite024Arbok.png differ diff --git a/graphics/backspr/gBackShinySprite025Pikachu.png b/graphics/backspr/gBackShinySprite025Pikachu.png new file mode 100644 index 0000000..883862f Binary files /dev/null and b/graphics/backspr/gBackShinySprite025Pikachu.png differ diff --git a/graphics/backspr/gBackShinySprite026Raichu.png b/graphics/backspr/gBackShinySprite026Raichu.png new file mode 100644 index 0000000..87dbee5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite026Raichu.png differ diff --git a/graphics/backspr/gBackShinySprite027Sandshrew.png b/graphics/backspr/gBackShinySprite027Sandshrew.png new file mode 100644 index 0000000..9d71586 Binary files /dev/null and b/graphics/backspr/gBackShinySprite027Sandshrew.png differ diff --git a/graphics/backspr/gBackShinySprite028Sandslash.png b/graphics/backspr/gBackShinySprite028Sandslash.png new file mode 100644 index 0000000..8ba05ec Binary files /dev/null and b/graphics/backspr/gBackShinySprite028Sandslash.png differ diff --git a/graphics/backspr/gBackShinySprite029NidoranF.png b/graphics/backspr/gBackShinySprite029NidoranF.png new file mode 100644 index 0000000..4fa3af8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite029NidoranF.png differ diff --git a/graphics/backspr/gBackShinySprite030Nidorina.png b/graphics/backspr/gBackShinySprite030Nidorina.png new file mode 100644 index 0000000..952a9e6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite030Nidorina.png differ diff --git a/graphics/backspr/gBackShinySprite031Nidoqueen.png b/graphics/backspr/gBackShinySprite031Nidoqueen.png new file mode 100644 index 0000000..2e627be Binary files /dev/null and b/graphics/backspr/gBackShinySprite031Nidoqueen.png differ diff --git a/graphics/backspr/gBackShinySprite032NidoranM.png b/graphics/backspr/gBackShinySprite032NidoranM.png new file mode 100644 index 0000000..a057bb1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite032NidoranM.png differ diff --git a/graphics/backspr/gBackShinySprite033Nidorino.png b/graphics/backspr/gBackShinySprite033Nidorino.png new file mode 100644 index 0000000..98aaf5d Binary files /dev/null and b/graphics/backspr/gBackShinySprite033Nidorino.png differ diff --git a/graphics/backspr/gBackShinySprite034Nidoking.png b/graphics/backspr/gBackShinySprite034Nidoking.png new file mode 100644 index 0000000..6b99b6a Binary files /dev/null and b/graphics/backspr/gBackShinySprite034Nidoking.png differ diff --git a/graphics/backspr/gBackShinySprite035Clefairy.png b/graphics/backspr/gBackShinySprite035Clefairy.png new file mode 100644 index 0000000..0531164 Binary files /dev/null and b/graphics/backspr/gBackShinySprite035Clefairy.png differ diff --git a/graphics/backspr/gBackShinySprite036Clefable.png b/graphics/backspr/gBackShinySprite036Clefable.png new file mode 100644 index 0000000..6d33cab Binary files /dev/null and b/graphics/backspr/gBackShinySprite036Clefable.png differ diff --git a/graphics/backspr/gBackShinySprite037Vulpix.png b/graphics/backspr/gBackShinySprite037Vulpix.png new file mode 100644 index 0000000..f8c0f03 Binary files /dev/null and b/graphics/backspr/gBackShinySprite037Vulpix.png differ diff --git a/graphics/backspr/gBackShinySprite038Ninetales.png b/graphics/backspr/gBackShinySprite038Ninetales.png new file mode 100644 index 0000000..91ec51e Binary files /dev/null and b/graphics/backspr/gBackShinySprite038Ninetales.png differ diff --git a/graphics/backspr/gBackShinySprite039Jigglypuff.png b/graphics/backspr/gBackShinySprite039Jigglypuff.png new file mode 100644 index 0000000..8e03746 Binary files /dev/null and b/graphics/backspr/gBackShinySprite039Jigglypuff.png differ diff --git a/graphics/backspr/gBackShinySprite040Wigglytuff.png b/graphics/backspr/gBackShinySprite040Wigglytuff.png new file mode 100644 index 0000000..da77a66 Binary files /dev/null and b/graphics/backspr/gBackShinySprite040Wigglytuff.png differ diff --git a/graphics/backspr/gBackShinySprite041Zubat.png b/graphics/backspr/gBackShinySprite041Zubat.png new file mode 100644 index 0000000..47cc3c6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite041Zubat.png differ diff --git a/graphics/backspr/gBackShinySprite042Golbat.png b/graphics/backspr/gBackShinySprite042Golbat.png new file mode 100644 index 0000000..e97b39a Binary files /dev/null and b/graphics/backspr/gBackShinySprite042Golbat.png differ diff --git a/graphics/backspr/gBackShinySprite043Oddish.png b/graphics/backspr/gBackShinySprite043Oddish.png new file mode 100644 index 0000000..f4d7220 Binary files /dev/null and b/graphics/backspr/gBackShinySprite043Oddish.png differ diff --git a/graphics/backspr/gBackShinySprite044Gloom.png b/graphics/backspr/gBackShinySprite044Gloom.png new file mode 100644 index 0000000..b838673 Binary files /dev/null and b/graphics/backspr/gBackShinySprite044Gloom.png differ diff --git a/graphics/backspr/gBackShinySprite045Vileplume.png b/graphics/backspr/gBackShinySprite045Vileplume.png new file mode 100644 index 0000000..65a7c31 Binary files /dev/null and b/graphics/backspr/gBackShinySprite045Vileplume.png differ diff --git a/graphics/backspr/gBackShinySprite046Paras.png b/graphics/backspr/gBackShinySprite046Paras.png new file mode 100644 index 0000000..b92c346 Binary files /dev/null and b/graphics/backspr/gBackShinySprite046Paras.png differ diff --git a/graphics/backspr/gBackShinySprite047Parasect.png b/graphics/backspr/gBackShinySprite047Parasect.png new file mode 100644 index 0000000..89f220f Binary files /dev/null and b/graphics/backspr/gBackShinySprite047Parasect.png differ diff --git a/graphics/backspr/gBackShinySprite048Venonat.png b/graphics/backspr/gBackShinySprite048Venonat.png new file mode 100644 index 0000000..32d3dd7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite048Venonat.png differ diff --git a/graphics/backspr/gBackShinySprite049Venomoth.png b/graphics/backspr/gBackShinySprite049Venomoth.png new file mode 100644 index 0000000..50e916f Binary files /dev/null and b/graphics/backspr/gBackShinySprite049Venomoth.png differ diff --git a/graphics/backspr/gBackShinySprite050Diglett.png b/graphics/backspr/gBackShinySprite050Diglett.png new file mode 100644 index 0000000..c189528 Binary files /dev/null and b/graphics/backspr/gBackShinySprite050Diglett.png differ diff --git a/graphics/backspr/gBackShinySprite051Dugtrio.png b/graphics/backspr/gBackShinySprite051Dugtrio.png new file mode 100644 index 0000000..736c0ac Binary files /dev/null and b/graphics/backspr/gBackShinySprite051Dugtrio.png differ diff --git a/graphics/backspr/gBackShinySprite052Meowth.png b/graphics/backspr/gBackShinySprite052Meowth.png new file mode 100644 index 0000000..6a8a01c Binary files /dev/null and b/graphics/backspr/gBackShinySprite052Meowth.png differ diff --git a/graphics/backspr/gBackShinySprite053Persian.png b/graphics/backspr/gBackShinySprite053Persian.png new file mode 100644 index 0000000..b78f85c Binary files /dev/null and b/graphics/backspr/gBackShinySprite053Persian.png differ diff --git a/graphics/backspr/gBackShinySprite054Psyduck.png b/graphics/backspr/gBackShinySprite054Psyduck.png new file mode 100644 index 0000000..2783461 Binary files /dev/null and b/graphics/backspr/gBackShinySprite054Psyduck.png differ diff --git a/graphics/backspr/gBackShinySprite055Golduck.png b/graphics/backspr/gBackShinySprite055Golduck.png new file mode 100644 index 0000000..0348a46 Binary files /dev/null and b/graphics/backspr/gBackShinySprite055Golduck.png differ diff --git a/graphics/backspr/gBackShinySprite056Mankey.png b/graphics/backspr/gBackShinySprite056Mankey.png new file mode 100644 index 0000000..a0a78a1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite056Mankey.png differ diff --git a/graphics/backspr/gBackShinySprite057Primeape.png b/graphics/backspr/gBackShinySprite057Primeape.png new file mode 100644 index 0000000..b003d3a Binary files /dev/null and b/graphics/backspr/gBackShinySprite057Primeape.png differ diff --git a/graphics/backspr/gBackShinySprite058Growlithe.png b/graphics/backspr/gBackShinySprite058Growlithe.png new file mode 100644 index 0000000..9444721 Binary files /dev/null and b/graphics/backspr/gBackShinySprite058Growlithe.png differ diff --git a/graphics/backspr/gBackShinySprite059Arcanine.png b/graphics/backspr/gBackShinySprite059Arcanine.png new file mode 100644 index 0000000..c4ea9a9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite059Arcanine.png differ diff --git a/graphics/backspr/gBackShinySprite060Poliwag.png b/graphics/backspr/gBackShinySprite060Poliwag.png new file mode 100644 index 0000000..203b922 Binary files /dev/null and b/graphics/backspr/gBackShinySprite060Poliwag.png differ diff --git a/graphics/backspr/gBackShinySprite061Poliwhirl.png b/graphics/backspr/gBackShinySprite061Poliwhirl.png new file mode 100644 index 0000000..b5aba87 Binary files /dev/null and b/graphics/backspr/gBackShinySprite061Poliwhirl.png differ diff --git a/graphics/backspr/gBackShinySprite062Poliwrath.png b/graphics/backspr/gBackShinySprite062Poliwrath.png new file mode 100644 index 0000000..56fbc84 Binary files /dev/null and b/graphics/backspr/gBackShinySprite062Poliwrath.png differ diff --git a/graphics/backspr/gBackShinySprite063Abra.png b/graphics/backspr/gBackShinySprite063Abra.png new file mode 100644 index 0000000..4fba5fb Binary files /dev/null and b/graphics/backspr/gBackShinySprite063Abra.png differ diff --git a/graphics/backspr/gBackShinySprite064Kadabra.png b/graphics/backspr/gBackShinySprite064Kadabra.png new file mode 100644 index 0000000..d1f7213 Binary files /dev/null and b/graphics/backspr/gBackShinySprite064Kadabra.png differ diff --git a/graphics/backspr/gBackShinySprite065Alakazam.png b/graphics/backspr/gBackShinySprite065Alakazam.png new file mode 100644 index 0000000..0b3d2ae Binary files /dev/null and b/graphics/backspr/gBackShinySprite065Alakazam.png differ diff --git a/graphics/backspr/gBackShinySprite066Machop.png b/graphics/backspr/gBackShinySprite066Machop.png new file mode 100644 index 0000000..1fa3098 Binary files /dev/null and b/graphics/backspr/gBackShinySprite066Machop.png differ diff --git a/graphics/backspr/gBackShinySprite067Machoke.png b/graphics/backspr/gBackShinySprite067Machoke.png new file mode 100644 index 0000000..9db7a50 Binary files /dev/null and b/graphics/backspr/gBackShinySprite067Machoke.png differ diff --git a/graphics/backspr/gBackShinySprite068Machamp.png b/graphics/backspr/gBackShinySprite068Machamp.png new file mode 100644 index 0000000..defb666 Binary files /dev/null and b/graphics/backspr/gBackShinySprite068Machamp.png differ diff --git a/graphics/backspr/gBackShinySprite069Bellsprout.png b/graphics/backspr/gBackShinySprite069Bellsprout.png new file mode 100644 index 0000000..2282623 Binary files /dev/null and b/graphics/backspr/gBackShinySprite069Bellsprout.png differ diff --git a/graphics/backspr/gBackShinySprite070Weepinbell.png b/graphics/backspr/gBackShinySprite070Weepinbell.png new file mode 100644 index 0000000..2ac38b0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite070Weepinbell.png differ diff --git a/graphics/backspr/gBackShinySprite071Victreebel.png b/graphics/backspr/gBackShinySprite071Victreebel.png new file mode 100644 index 0000000..265a45a Binary files /dev/null and b/graphics/backspr/gBackShinySprite071Victreebel.png differ diff --git a/graphics/backspr/gBackShinySprite072Tentacool.png b/graphics/backspr/gBackShinySprite072Tentacool.png new file mode 100644 index 0000000..212d1aa Binary files /dev/null and b/graphics/backspr/gBackShinySprite072Tentacool.png differ diff --git a/graphics/backspr/gBackShinySprite073Tentacruel.png b/graphics/backspr/gBackShinySprite073Tentacruel.png new file mode 100644 index 0000000..d8bec57 Binary files /dev/null and b/graphics/backspr/gBackShinySprite073Tentacruel.png differ diff --git a/graphics/backspr/gBackShinySprite074Geodude.png b/graphics/backspr/gBackShinySprite074Geodude.png new file mode 100644 index 0000000..ff6accc Binary files /dev/null and b/graphics/backspr/gBackShinySprite074Geodude.png differ diff --git a/graphics/backspr/gBackShinySprite075Graveler.png b/graphics/backspr/gBackShinySprite075Graveler.png new file mode 100644 index 0000000..b66afb5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite075Graveler.png differ diff --git a/graphics/backspr/gBackShinySprite076Golem.png b/graphics/backspr/gBackShinySprite076Golem.png new file mode 100644 index 0000000..c10ad72 Binary files /dev/null and b/graphics/backspr/gBackShinySprite076Golem.png differ diff --git a/graphics/backspr/gBackShinySprite077Ponyta.png b/graphics/backspr/gBackShinySprite077Ponyta.png new file mode 100644 index 0000000..cb792b9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite077Ponyta.png differ diff --git a/graphics/backspr/gBackShinySprite078Rapidash.png b/graphics/backspr/gBackShinySprite078Rapidash.png new file mode 100644 index 0000000..1b8445a Binary files /dev/null and b/graphics/backspr/gBackShinySprite078Rapidash.png differ diff --git a/graphics/backspr/gBackShinySprite079Slowpoke.png b/graphics/backspr/gBackShinySprite079Slowpoke.png new file mode 100644 index 0000000..38aeb07 Binary files /dev/null and b/graphics/backspr/gBackShinySprite079Slowpoke.png differ diff --git a/graphics/backspr/gBackShinySprite080Slowbro.png b/graphics/backspr/gBackShinySprite080Slowbro.png new file mode 100644 index 0000000..3806143 Binary files /dev/null and b/graphics/backspr/gBackShinySprite080Slowbro.png differ diff --git a/graphics/backspr/gBackShinySprite081Magnemite.png b/graphics/backspr/gBackShinySprite081Magnemite.png new file mode 100644 index 0000000..75cb4e1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite081Magnemite.png differ diff --git a/graphics/backspr/gBackShinySprite082Magneton.png b/graphics/backspr/gBackShinySprite082Magneton.png new file mode 100644 index 0000000..54afea5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite082Magneton.png differ diff --git a/graphics/backspr/gBackShinySprite083Farfetchd.png b/graphics/backspr/gBackShinySprite083Farfetchd.png new file mode 100644 index 0000000..181c9a0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite083Farfetchd.png differ diff --git a/graphics/backspr/gBackShinySprite084Doduo.png b/graphics/backspr/gBackShinySprite084Doduo.png new file mode 100644 index 0000000..7c4c653 Binary files /dev/null and b/graphics/backspr/gBackShinySprite084Doduo.png differ diff --git a/graphics/backspr/gBackShinySprite085Dodrio.png b/graphics/backspr/gBackShinySprite085Dodrio.png new file mode 100644 index 0000000..829b84c Binary files /dev/null and b/graphics/backspr/gBackShinySprite085Dodrio.png differ diff --git a/graphics/backspr/gBackShinySprite086Seel.png b/graphics/backspr/gBackShinySprite086Seel.png new file mode 100644 index 0000000..d2299d8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite086Seel.png differ diff --git a/graphics/backspr/gBackShinySprite087Dewgong.png b/graphics/backspr/gBackShinySprite087Dewgong.png new file mode 100644 index 0000000..652f986 Binary files /dev/null and b/graphics/backspr/gBackShinySprite087Dewgong.png differ diff --git a/graphics/backspr/gBackShinySprite088Grimer.png b/graphics/backspr/gBackShinySprite088Grimer.png new file mode 100644 index 0000000..a26f699 Binary files /dev/null and b/graphics/backspr/gBackShinySprite088Grimer.png differ diff --git a/graphics/backspr/gBackShinySprite089Muk.png b/graphics/backspr/gBackShinySprite089Muk.png new file mode 100644 index 0000000..fa6b973 Binary files /dev/null and b/graphics/backspr/gBackShinySprite089Muk.png differ diff --git a/graphics/backspr/gBackShinySprite090Shellder.png b/graphics/backspr/gBackShinySprite090Shellder.png new file mode 100644 index 0000000..a59cf6e Binary files /dev/null and b/graphics/backspr/gBackShinySprite090Shellder.png differ diff --git a/graphics/backspr/gBackShinySprite091Cloyster.png b/graphics/backspr/gBackShinySprite091Cloyster.png new file mode 100644 index 0000000..8a5b3cf Binary files /dev/null and b/graphics/backspr/gBackShinySprite091Cloyster.png differ diff --git a/graphics/backspr/gBackShinySprite092Gastly.png b/graphics/backspr/gBackShinySprite092Gastly.png new file mode 100644 index 0000000..0dab214 Binary files /dev/null and b/graphics/backspr/gBackShinySprite092Gastly.png differ diff --git a/graphics/backspr/gBackShinySprite093Haunter.png b/graphics/backspr/gBackShinySprite093Haunter.png new file mode 100644 index 0000000..efaf93b Binary files /dev/null and b/graphics/backspr/gBackShinySprite093Haunter.png differ diff --git a/graphics/backspr/gBackShinySprite094Gengar.png b/graphics/backspr/gBackShinySprite094Gengar.png new file mode 100644 index 0000000..3b6831b Binary files /dev/null and b/graphics/backspr/gBackShinySprite094Gengar.png differ diff --git a/graphics/backspr/gBackShinySprite095Onix.png b/graphics/backspr/gBackShinySprite095Onix.png new file mode 100644 index 0000000..8f56f6b Binary files /dev/null and b/graphics/backspr/gBackShinySprite095Onix.png differ diff --git a/graphics/backspr/gBackShinySprite096Drowzee.png b/graphics/backspr/gBackShinySprite096Drowzee.png new file mode 100644 index 0000000..0564d33 Binary files /dev/null and b/graphics/backspr/gBackShinySprite096Drowzee.png differ diff --git a/graphics/backspr/gBackShinySprite097Hypno.png b/graphics/backspr/gBackShinySprite097Hypno.png new file mode 100644 index 0000000..68e9eba Binary files /dev/null and b/graphics/backspr/gBackShinySprite097Hypno.png differ diff --git a/graphics/backspr/gBackShinySprite098Krabby.png b/graphics/backspr/gBackShinySprite098Krabby.png new file mode 100644 index 0000000..f72e251 Binary files /dev/null and b/graphics/backspr/gBackShinySprite098Krabby.png differ diff --git a/graphics/backspr/gBackShinySprite099Kingler.png b/graphics/backspr/gBackShinySprite099Kingler.png new file mode 100644 index 0000000..f557eb1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite099Kingler.png differ diff --git a/graphics/backspr/gBackShinySprite1000HakamoO.png b/graphics/backspr/gBackShinySprite1000HakamoO.png new file mode 100644 index 0000000..f3cdb70 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1000HakamoO.png differ diff --git a/graphics/backspr/gBackShinySprite1001KommoO.png b/graphics/backspr/gBackShinySprite1001KommoO.png new file mode 100644 index 0000000..ddd6bdf Binary files /dev/null and b/graphics/backspr/gBackShinySprite1001KommoO.png differ diff --git a/graphics/backspr/gBackShinySprite1002TapuKoko.png b/graphics/backspr/gBackShinySprite1002TapuKoko.png new file mode 100644 index 0000000..101f200 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1002TapuKoko.png differ diff --git a/graphics/backspr/gBackShinySprite1003TapuLele.png b/graphics/backspr/gBackShinySprite1003TapuLele.png new file mode 100644 index 0000000..67d54a1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1003TapuLele.png differ diff --git a/graphics/backspr/gBackShinySprite1004TapuBulu.png b/graphics/backspr/gBackShinySprite1004TapuBulu.png new file mode 100644 index 0000000..b71ef0a Binary files /dev/null and b/graphics/backspr/gBackShinySprite1004TapuBulu.png differ diff --git a/graphics/backspr/gBackShinySprite1005TapuFini.png b/graphics/backspr/gBackShinySprite1005TapuFini.png new file mode 100644 index 0000000..86222aa Binary files /dev/null and b/graphics/backspr/gBackShinySprite1005TapuFini.png differ diff --git a/graphics/backspr/gBackShinySprite1006Cosmog.png b/graphics/backspr/gBackShinySprite1006Cosmog.png new file mode 100644 index 0000000..f1fd9f4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1006Cosmog.png differ diff --git a/graphics/backspr/gBackShinySprite1007Cosmoem.png b/graphics/backspr/gBackShinySprite1007Cosmoem.png new file mode 100644 index 0000000..ef060a1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1007Cosmoem.png differ diff --git a/graphics/backspr/gBackShinySprite1008Solgaleo.png b/graphics/backspr/gBackShinySprite1008Solgaleo.png new file mode 100644 index 0000000..b31a373 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1008Solgaleo.png differ diff --git a/graphics/backspr/gBackShinySprite1009Lunala.png b/graphics/backspr/gBackShinySprite1009Lunala.png new file mode 100644 index 0000000..0e5409e Binary files /dev/null and b/graphics/backspr/gBackShinySprite1009Lunala.png differ diff --git a/graphics/backspr/gBackShinySprite100Voltorb.png b/graphics/backspr/gBackShinySprite100Voltorb.png new file mode 100644 index 0000000..6079663 Binary files /dev/null and b/graphics/backspr/gBackShinySprite100Voltorb.png differ diff --git a/graphics/backspr/gBackShinySprite1010Nihilego.png b/graphics/backspr/gBackShinySprite1010Nihilego.png new file mode 100644 index 0000000..71fd9ec Binary files /dev/null and b/graphics/backspr/gBackShinySprite1010Nihilego.png differ diff --git a/graphics/backspr/gBackShinySprite1011Buzzwole.png b/graphics/backspr/gBackShinySprite1011Buzzwole.png new file mode 100644 index 0000000..14f1860 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1011Buzzwole.png differ diff --git a/graphics/backspr/gBackShinySprite1012Pheromosa.png b/graphics/backspr/gBackShinySprite1012Pheromosa.png new file mode 100644 index 0000000..4538adc Binary files /dev/null and b/graphics/backspr/gBackShinySprite1012Pheromosa.png differ diff --git a/graphics/backspr/gBackShinySprite1013Xurkitree.png b/graphics/backspr/gBackShinySprite1013Xurkitree.png new file mode 100644 index 0000000..c0877e4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1013Xurkitree.png differ diff --git a/graphics/backspr/gBackShinySprite1014Celesteela.png b/graphics/backspr/gBackShinySprite1014Celesteela.png new file mode 100644 index 0000000..6cc8c9a Binary files /dev/null and b/graphics/backspr/gBackShinySprite1014Celesteela.png differ diff --git a/graphics/backspr/gBackShinySprite1015Kartana.png b/graphics/backspr/gBackShinySprite1015Kartana.png new file mode 100644 index 0000000..83edb78 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1015Kartana.png differ diff --git a/graphics/backspr/gBackShinySprite1016Guzzlord.png b/graphics/backspr/gBackShinySprite1016Guzzlord.png new file mode 100644 index 0000000..67578b2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1016Guzzlord.png differ diff --git a/graphics/backspr/gBackShinySprite1017Necrozma.png b/graphics/backspr/gBackShinySprite1017Necrozma.png new file mode 100644 index 0000000..c51e647 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1017Necrozma.png differ diff --git a/graphics/backspr/gBackShinySprite1018Magearna.png b/graphics/backspr/gBackShinySprite1018Magearna.png new file mode 100644 index 0000000..bf6778a Binary files /dev/null and b/graphics/backspr/gBackShinySprite1018Magearna.png differ diff --git a/graphics/backspr/gBackShinySprite1019Marshadow.png b/graphics/backspr/gBackShinySprite1019Marshadow.png new file mode 100644 index 0000000..0a00ba7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1019Marshadow.png differ diff --git a/graphics/backspr/gBackShinySprite101Electrode.png b/graphics/backspr/gBackShinySprite101Electrode.png new file mode 100644 index 0000000..97929af Binary files /dev/null and b/graphics/backspr/gBackShinySprite101Electrode.png differ diff --git a/graphics/backspr/gBackShinySprite1020RattataA.png b/graphics/backspr/gBackShinySprite1020RattataA.png new file mode 100644 index 0000000..beb9da0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1020RattataA.png differ diff --git a/graphics/backspr/gBackShinySprite1021RaticateA.png b/graphics/backspr/gBackShinySprite1021RaticateA.png new file mode 100644 index 0000000..5bf4dc7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1021RaticateA.png differ diff --git a/graphics/backspr/gBackShinySprite1022RaichuA.png b/graphics/backspr/gBackShinySprite1022RaichuA.png new file mode 100644 index 0000000..9cce9d1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1022RaichuA.png differ diff --git a/graphics/backspr/gBackShinySprite1023SandshrewA.png b/graphics/backspr/gBackShinySprite1023SandshrewA.png new file mode 100644 index 0000000..a8e6520 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1023SandshrewA.png differ diff --git a/graphics/backspr/gBackShinySprite1024SandslashA.png b/graphics/backspr/gBackShinySprite1024SandslashA.png new file mode 100644 index 0000000..c5503dd Binary files /dev/null and b/graphics/backspr/gBackShinySprite1024SandslashA.png differ diff --git a/graphics/backspr/gBackShinySprite1025VulpixA.png b/graphics/backspr/gBackShinySprite1025VulpixA.png new file mode 100644 index 0000000..2ad2725 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1025VulpixA.png differ diff --git a/graphics/backspr/gBackShinySprite1026NinetalesA.png b/graphics/backspr/gBackShinySprite1026NinetalesA.png new file mode 100644 index 0000000..f4eb1f8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1026NinetalesA.png differ diff --git a/graphics/backspr/gBackShinySprite1027DiglettA.png b/graphics/backspr/gBackShinySprite1027DiglettA.png new file mode 100644 index 0000000..6dbc201 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1027DiglettA.png differ diff --git a/graphics/backspr/gBackShinySprite1028DugtrioA.png b/graphics/backspr/gBackShinySprite1028DugtrioA.png new file mode 100644 index 0000000..2658f36 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1028DugtrioA.png differ diff --git a/graphics/backspr/gBackShinySprite1029MeowthA.png b/graphics/backspr/gBackShinySprite1029MeowthA.png new file mode 100644 index 0000000..f47930e Binary files /dev/null and b/graphics/backspr/gBackShinySprite1029MeowthA.png differ diff --git a/graphics/backspr/gBackShinySprite102Exeggcute.png b/graphics/backspr/gBackShinySprite102Exeggcute.png new file mode 100644 index 0000000..5995294 Binary files /dev/null and b/graphics/backspr/gBackShinySprite102Exeggcute.png differ diff --git a/graphics/backspr/gBackShinySprite1030PersianA.png b/graphics/backspr/gBackShinySprite1030PersianA.png new file mode 100644 index 0000000..3a37742 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1030PersianA.png differ diff --git a/graphics/backspr/gBackShinySprite1031GeodudeA.png b/graphics/backspr/gBackShinySprite1031GeodudeA.png new file mode 100644 index 0000000..29b8f9d Binary files /dev/null and b/graphics/backspr/gBackShinySprite1031GeodudeA.png differ diff --git a/graphics/backspr/gBackShinySprite1032GravelerA.png b/graphics/backspr/gBackShinySprite1032GravelerA.png new file mode 100644 index 0000000..9d89258 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1032GravelerA.png differ diff --git a/graphics/backspr/gBackShinySprite1033GolemA.png b/graphics/backspr/gBackShinySprite1033GolemA.png new file mode 100644 index 0000000..a8b787d Binary files /dev/null and b/graphics/backspr/gBackShinySprite1033GolemA.png differ diff --git a/graphics/backspr/gBackShinySprite1034GrimerA.png b/graphics/backspr/gBackShinySprite1034GrimerA.png new file mode 100644 index 0000000..55fda28 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1034GrimerA.png differ diff --git a/graphics/backspr/gBackShinySprite1035MukA.png b/graphics/backspr/gBackShinySprite1035MukA.png new file mode 100644 index 0000000..5771806 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1035MukA.png differ diff --git a/graphics/backspr/gBackShinySprite1036ExeggcuteA.png b/graphics/backspr/gBackShinySprite1036ExeggcuteA.png new file mode 100644 index 0000000..5995294 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1036ExeggcuteA.png differ diff --git a/graphics/backspr/gBackShinySprite1037ExeggutorA.png b/graphics/backspr/gBackShinySprite1037ExeggutorA.png new file mode 100644 index 0000000..09b1bad Binary files /dev/null and b/graphics/backspr/gBackShinySprite1037ExeggutorA.png differ diff --git a/graphics/backspr/gBackShinySprite1038CuboneA.png b/graphics/backspr/gBackShinySprite1038CuboneA.png new file mode 100644 index 0000000..4ebee50 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1038CuboneA.png differ diff --git a/graphics/backspr/gBackShinySprite1039MarowakA.png b/graphics/backspr/gBackShinySprite1039MarowakA.png new file mode 100644 index 0000000..1890fa7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1039MarowakA.png differ diff --git a/graphics/backspr/gBackShinySprite103Exeggutor.png b/graphics/backspr/gBackShinySprite103Exeggutor.png new file mode 100644 index 0000000..c0489b1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite103Exeggutor.png differ diff --git a/graphics/backspr/gBackShinySprite1040DeoxysAttack.png b/graphics/backspr/gBackShinySprite1040DeoxysAttack.png new file mode 100644 index 0000000..b2a0fea Binary files /dev/null and b/graphics/backspr/gBackShinySprite1040DeoxysAttack.png differ diff --git a/graphics/backspr/gBackShinySprite1041DeoxysDefense.png b/graphics/backspr/gBackShinySprite1041DeoxysDefense.png new file mode 100644 index 0000000..f835205 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1041DeoxysDefense.png differ diff --git a/graphics/backspr/gBackShinySprite1042DeoxysSpeed.png b/graphics/backspr/gBackShinySprite1042DeoxysSpeed.png new file mode 100644 index 0000000..a171f42 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1042DeoxysSpeed.png differ diff --git a/graphics/backspr/gBackShinySprite1043OricorioY.png b/graphics/backspr/gBackShinySprite1043OricorioY.png new file mode 100644 index 0000000..85d708c Binary files /dev/null and b/graphics/backspr/gBackShinySprite1043OricorioY.png differ diff --git a/graphics/backspr/gBackShinySprite1044OricorioP.png b/graphics/backspr/gBackShinySprite1044OricorioP.png new file mode 100644 index 0000000..f1e91e1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1044OricorioP.png differ diff --git a/graphics/backspr/gBackShinySprite1045OricorioS.png b/graphics/backspr/gBackShinySprite1045OricorioS.png new file mode 100644 index 0000000..e5cdd82 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1045OricorioS.png differ diff --git a/graphics/backspr/gBackShinySprite1046LycanrocN.png b/graphics/backspr/gBackShinySprite1046LycanrocN.png new file mode 100644 index 0000000..61ad317 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1046LycanrocN.png differ diff --git a/graphics/backspr/gBackShinySprite1047WishiwashiS.png b/graphics/backspr/gBackShinySprite1047WishiwashiS.png new file mode 100644 index 0000000..2529ecb Binary files /dev/null and b/graphics/backspr/gBackShinySprite1047WishiwashiS.png differ diff --git a/graphics/backspr/gBackShinySprite1048SilvallyFight.png b/graphics/backspr/gBackShinySprite1048SilvallyFight.png new file mode 100644 index 0000000..90a26a9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1048SilvallyFight.png differ diff --git a/graphics/backspr/gBackShinySprite1049SilvallyFlying.png b/graphics/backspr/gBackShinySprite1049SilvallyFlying.png new file mode 100644 index 0000000..3b3a97c Binary files /dev/null and b/graphics/backspr/gBackShinySprite1049SilvallyFlying.png differ diff --git a/graphics/backspr/gBackShinySprite104Cubone.png b/graphics/backspr/gBackShinySprite104Cubone.png new file mode 100644 index 0000000..4ebee50 Binary files /dev/null and b/graphics/backspr/gBackShinySprite104Cubone.png differ diff --git a/graphics/backspr/gBackShinySprite1050SilvallyPoison.png b/graphics/backspr/gBackShinySprite1050SilvallyPoison.png new file mode 100644 index 0000000..864330e Binary files /dev/null and b/graphics/backspr/gBackShinySprite1050SilvallyPoison.png differ diff --git a/graphics/backspr/gBackShinySprite1051SilvallyGround.png b/graphics/backspr/gBackShinySprite1051SilvallyGround.png new file mode 100644 index 0000000..ae9431b Binary files /dev/null and b/graphics/backspr/gBackShinySprite1051SilvallyGround.png differ diff --git a/graphics/backspr/gBackShinySprite1052SilvallyRock.png b/graphics/backspr/gBackShinySprite1052SilvallyRock.png new file mode 100644 index 0000000..354e5d9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1052SilvallyRock.png differ diff --git a/graphics/backspr/gBackShinySprite1053SilvallyBug.png b/graphics/backspr/gBackShinySprite1053SilvallyBug.png new file mode 100644 index 0000000..3d43e7f Binary files /dev/null and b/graphics/backspr/gBackShinySprite1053SilvallyBug.png differ diff --git a/graphics/backspr/gBackShinySprite1054SilvallyGhost.png b/graphics/backspr/gBackShinySprite1054SilvallyGhost.png new file mode 100644 index 0000000..5d2ecc6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1054SilvallyGhost.png differ diff --git a/graphics/backspr/gBackShinySprite1055SilvallySteel.png b/graphics/backspr/gBackShinySprite1055SilvallySteel.png new file mode 100644 index 0000000..bd067b1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1055SilvallySteel.png differ diff --git a/graphics/backspr/gBackShinySprite1056SilvallyFire.png b/graphics/backspr/gBackShinySprite1056SilvallyFire.png new file mode 100644 index 0000000..a2b581f Binary files /dev/null and b/graphics/backspr/gBackShinySprite1056SilvallyFire.png differ diff --git a/graphics/backspr/gBackShinySprite1057SilvallyWater.png b/graphics/backspr/gBackShinySprite1057SilvallyWater.png new file mode 100644 index 0000000..8814cf8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1057SilvallyWater.png differ diff --git a/graphics/backspr/gBackShinySprite1058SilvallyGrass.png b/graphics/backspr/gBackShinySprite1058SilvallyGrass.png new file mode 100644 index 0000000..94bd86c Binary files /dev/null and b/graphics/backspr/gBackShinySprite1058SilvallyGrass.png differ diff --git a/graphics/backspr/gBackShinySprite1059SilvallyElectric.png b/graphics/backspr/gBackShinySprite1059SilvallyElectric.png new file mode 100644 index 0000000..11f51b6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1059SilvallyElectric.png differ diff --git a/graphics/backspr/gBackShinySprite105Marowak.png b/graphics/backspr/gBackShinySprite105Marowak.png new file mode 100644 index 0000000..6a6aec3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite105Marowak.png differ diff --git a/graphics/backspr/gBackShinySprite1060SilvallyPsychic.png b/graphics/backspr/gBackShinySprite1060SilvallyPsychic.png new file mode 100644 index 0000000..ef09431 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1060SilvallyPsychic.png differ diff --git a/graphics/backspr/gBackShinySprite1061SilvallyIce.png b/graphics/backspr/gBackShinySprite1061SilvallyIce.png new file mode 100644 index 0000000..f37e41f Binary files /dev/null and b/graphics/backspr/gBackShinySprite1061SilvallyIce.png differ diff --git a/graphics/backspr/gBackShinySprite1062SilvallyDragon.png b/graphics/backspr/gBackShinySprite1062SilvallyDragon.png new file mode 100644 index 0000000..0573ce0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1062SilvallyDragon.png differ diff --git a/graphics/backspr/gBackShinySprite1063SilvallyDark.png b/graphics/backspr/gBackShinySprite1063SilvallyDark.png new file mode 100644 index 0000000..343f1ec Binary files /dev/null and b/graphics/backspr/gBackShinySprite1063SilvallyDark.png differ diff --git a/graphics/backspr/gBackShinySprite1064SilvallyFairy.png b/graphics/backspr/gBackShinySprite1064SilvallyFairy.png new file mode 100644 index 0000000..1ce5b2a Binary files /dev/null and b/graphics/backspr/gBackShinySprite1064SilvallyFairy.png differ diff --git a/graphics/backspr/gBackShinySprite1065MiniorRed.png b/graphics/backspr/gBackShinySprite1065MiniorRed.png new file mode 100644 index 0000000..72dc778 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1065MiniorRed.png differ diff --git a/graphics/backspr/gBackShinySprite1066MiniorBlue.png b/graphics/backspr/gBackShinySprite1066MiniorBlue.png new file mode 100644 index 0000000..d25a6b1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1066MiniorBlue.png differ diff --git a/graphics/backspr/gBackShinySprite1067MiniorOrange.png b/graphics/backspr/gBackShinySprite1067MiniorOrange.png new file mode 100644 index 0000000..d8b5d6d Binary files /dev/null and b/graphics/backspr/gBackShinySprite1067MiniorOrange.png differ diff --git a/graphics/backspr/gBackShinySprite1068MiniorYellow.png b/graphics/backspr/gBackShinySprite1068MiniorYellow.png new file mode 100644 index 0000000..94193be Binary files /dev/null and b/graphics/backspr/gBackShinySprite1068MiniorYellow.png differ diff --git a/graphics/backspr/gBackShinySprite1069MiniorIndigo.png b/graphics/backspr/gBackShinySprite1069MiniorIndigo.png new file mode 100644 index 0000000..e47bf65 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1069MiniorIndigo.png differ diff --git a/graphics/backspr/gBackShinySprite106Hitmonlee.png b/graphics/backspr/gBackShinySprite106Hitmonlee.png new file mode 100644 index 0000000..fac0679 Binary files /dev/null and b/graphics/backspr/gBackShinySprite106Hitmonlee.png differ diff --git a/graphics/backspr/gBackShinySprite1070MiniorGreen.png b/graphics/backspr/gBackShinySprite1070MiniorGreen.png new file mode 100644 index 0000000..cf6ad4a Binary files /dev/null and b/graphics/backspr/gBackShinySprite1070MiniorGreen.png differ diff --git a/graphics/backspr/gBackShinySprite1071MiniorViolet.png b/graphics/backspr/gBackShinySprite1071MiniorViolet.png new file mode 100644 index 0000000..7af5ec8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1071MiniorViolet.png differ diff --git a/graphics/backspr/gBackShinySprite1072MimikyuBusted.png b/graphics/backspr/gBackShinySprite1072MimikyuBusted.png new file mode 100644 index 0000000..6463808 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1072MimikyuBusted.png differ diff --git a/graphics/backspr/gBackShinySprite1073MagearnaP.png b/graphics/backspr/gBackShinySprite1073MagearnaP.png new file mode 100644 index 0000000..e57656b Binary files /dev/null and b/graphics/backspr/gBackShinySprite1073MagearnaP.png differ diff --git a/graphics/backspr/gBackShinySprite1074Poipole.png b/graphics/backspr/gBackShinySprite1074Poipole.png new file mode 100644 index 0000000..85fb893 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1074Poipole.png differ diff --git a/graphics/backspr/gBackShinySprite1075Naganadel.png b/graphics/backspr/gBackShinySprite1075Naganadel.png new file mode 100644 index 0000000..c95a385 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1075Naganadel.png differ diff --git a/graphics/backspr/gBackShinySprite1076Stakataka.png b/graphics/backspr/gBackShinySprite1076Stakataka.png new file mode 100644 index 0000000..384920d Binary files /dev/null and b/graphics/backspr/gBackShinySprite1076Stakataka.png differ diff --git a/graphics/backspr/gBackShinySprite1077Blacephalon.png b/graphics/backspr/gBackShinySprite1077Blacephalon.png new file mode 100644 index 0000000..4d69dae Binary files /dev/null and b/graphics/backspr/gBackShinySprite1077Blacephalon.png differ diff --git a/graphics/backspr/gBackShinySprite1078Zeraora.png b/graphics/backspr/gBackShinySprite1078Zeraora.png new file mode 100644 index 0000000..722d146 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1078Zeraora.png differ diff --git a/graphics/backspr/gBackShinySprite1079NecrozmaMane.png b/graphics/backspr/gBackShinySprite1079NecrozmaMane.png new file mode 100644 index 0000000..687c20d Binary files /dev/null and b/graphics/backspr/gBackShinySprite1079NecrozmaMane.png differ diff --git a/graphics/backspr/gBackShinySprite107Hitmonchan.png b/graphics/backspr/gBackShinySprite107Hitmonchan.png new file mode 100644 index 0000000..bf56f4b Binary files /dev/null and b/graphics/backspr/gBackShinySprite107Hitmonchan.png differ diff --git a/graphics/backspr/gBackShinySprite1080NecrozmaWings.png b/graphics/backspr/gBackShinySprite1080NecrozmaWings.png new file mode 100644 index 0000000..91285ea Binary files /dev/null and b/graphics/backspr/gBackShinySprite1080NecrozmaWings.png differ diff --git a/graphics/backspr/gBackShinySprite1081NecrozmaUltra.png b/graphics/backspr/gBackShinySprite1081NecrozmaUltra.png new file mode 100644 index 0000000..a3fd24e Binary files /dev/null and b/graphics/backspr/gBackShinySprite1081NecrozmaUltra.png differ diff --git a/graphics/backspr/gBackShinySprite1082LycanrocDusk.png b/graphics/backspr/gBackShinySprite1082LycanrocDusk.png new file mode 100644 index 0000000..18cf952 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1082LycanrocDusk.png differ diff --git a/graphics/backspr/gBackShinySprite1083Meltan.png b/graphics/backspr/gBackShinySprite1083Meltan.png new file mode 100644 index 0000000..407a884 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1083Meltan.png differ diff --git a/graphics/backspr/gBackShinySprite1084Melmetal.png b/graphics/backspr/gBackShinySprite1084Melmetal.png new file mode 100644 index 0000000..7a429ef Binary files /dev/null and b/graphics/backspr/gBackShinySprite1084Melmetal.png differ diff --git a/graphics/backspr/gBackShinySprite1085PikachuSurfing.png b/graphics/backspr/gBackShinySprite1085PikachuSurfing.png new file mode 100644 index 0000000..27e32bc Binary files /dev/null and b/graphics/backspr/gBackShinySprite1085PikachuSurfing.png differ diff --git a/graphics/backspr/gBackShinySprite1086PikachuFlying.png b/graphics/backspr/gBackShinySprite1086PikachuFlying.png new file mode 100644 index 0000000..16e2e88 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1086PikachuFlying.png differ diff --git a/graphics/backspr/gBackShinySprite1087PikachuCosplay.png b/graphics/backspr/gBackShinySprite1087PikachuCosplay.png new file mode 100644 index 0000000..5cbd486 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1087PikachuCosplay.png differ diff --git a/graphics/backspr/gBackShinySprite1088PikachuLibre.png b/graphics/backspr/gBackShinySprite1088PikachuLibre.png new file mode 100644 index 0000000..3587c9c Binary files /dev/null and b/graphics/backspr/gBackShinySprite1088PikachuLibre.png differ diff --git a/graphics/backspr/gBackShinySprite1089PikachuPopStar.png b/graphics/backspr/gBackShinySprite1089PikachuPopStar.png new file mode 100644 index 0000000..8da3d88 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1089PikachuPopStar.png differ diff --git a/graphics/backspr/gBackShinySprite108Lickitung.png b/graphics/backspr/gBackShinySprite108Lickitung.png new file mode 100644 index 0000000..7939653 Binary files /dev/null and b/graphics/backspr/gBackShinySprite108Lickitung.png differ diff --git a/graphics/backspr/gBackShinySprite1090PikachuRockStar.png b/graphics/backspr/gBackShinySprite1090PikachuRockStar.png new file mode 100644 index 0000000..9281845 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1090PikachuRockStar.png differ diff --git a/graphics/backspr/gBackShinySprite1091PikachuBelle.png b/graphics/backspr/gBackShinySprite1091PikachuBelle.png new file mode 100644 index 0000000..038bb75 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1091PikachuBelle.png differ diff --git a/graphics/backspr/gBackShinySprite1092PikachuPhd.png b/graphics/backspr/gBackShinySprite1092PikachuPhd.png new file mode 100644 index 0000000..dd7f0aa Binary files /dev/null and b/graphics/backspr/gBackShinySprite1092PikachuPhd.png differ diff --git a/graphics/backspr/gBackShinySprite1093PikachuCapOriginal.png b/graphics/backspr/gBackShinySprite1093PikachuCapOriginal.png new file mode 100644 index 0000000..2b43014 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1093PikachuCapOriginal.png differ diff --git a/graphics/backspr/gBackShinySprite1094PikachuCapHoenn.png b/graphics/backspr/gBackShinySprite1094PikachuCapHoenn.png new file mode 100644 index 0000000..f67e9cc Binary files /dev/null and b/graphics/backspr/gBackShinySprite1094PikachuCapHoenn.png differ diff --git a/graphics/backspr/gBackShinySprite1095PikachuCapSinnoh.png b/graphics/backspr/gBackShinySprite1095PikachuCapSinnoh.png new file mode 100644 index 0000000..3b77670 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1095PikachuCapSinnoh.png differ diff --git a/graphics/backspr/gBackShinySprite1096PikachuCapUnova.png b/graphics/backspr/gBackShinySprite1096PikachuCapUnova.png new file mode 100644 index 0000000..4dccd10 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1096PikachuCapUnova.png differ diff --git a/graphics/backspr/gBackShinySprite1097PikachuCapKalos.png b/graphics/backspr/gBackShinySprite1097PikachuCapKalos.png new file mode 100644 index 0000000..983925e Binary files /dev/null and b/graphics/backspr/gBackShinySprite1097PikachuCapKalos.png differ diff --git a/graphics/backspr/gBackShinySprite1098PikachuCapAlola.png b/graphics/backspr/gBackShinySprite1098PikachuCapAlola.png new file mode 100644 index 0000000..ee31350 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1098PikachuCapAlola.png differ diff --git a/graphics/backspr/gBackShinySprite1099PikachuCapPartner.png b/graphics/backspr/gBackShinySprite1099PikachuCapPartner.png new file mode 100644 index 0000000..1831a3a Binary files /dev/null and b/graphics/backspr/gBackShinySprite1099PikachuCapPartner.png differ diff --git a/graphics/backspr/gBackShinySprite109Koffing.png b/graphics/backspr/gBackShinySprite109Koffing.png new file mode 100644 index 0000000..a55455d Binary files /dev/null and b/graphics/backspr/gBackShinySprite109Koffing.png differ diff --git a/graphics/backspr/gBackShinySprite1100PichuSpiky.png b/graphics/backspr/gBackShinySprite1100PichuSpiky.png new file mode 100644 index 0000000..6618b94 Binary files /dev/null and b/graphics/backspr/gBackShinySprite1100PichuSpiky.png differ diff --git a/graphics/backspr/gBackShinySprite1101XerneasNatural.png b/graphics/backspr/gBackShinySprite1101XerneasNatural.png new file mode 100644 index 0000000..15efdde Binary files /dev/null and b/graphics/backspr/gBackShinySprite1101XerneasNatural.png differ diff --git a/graphics/backspr/gBackShinySprite110Weezing.png b/graphics/backspr/gBackShinySprite110Weezing.png new file mode 100644 index 0000000..e3cdfaa Binary files /dev/null and b/graphics/backspr/gBackShinySprite110Weezing.png differ diff --git a/graphics/backspr/gBackShinySprite111Rhyhorn.png b/graphics/backspr/gBackShinySprite111Rhyhorn.png new file mode 100644 index 0000000..22caf04 Binary files /dev/null and b/graphics/backspr/gBackShinySprite111Rhyhorn.png differ diff --git a/graphics/backspr/gBackShinySprite112Rhydon.png b/graphics/backspr/gBackShinySprite112Rhydon.png new file mode 100644 index 0000000..83fb5e1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite112Rhydon.png differ diff --git a/graphics/backspr/gBackShinySprite113Chansey.png b/graphics/backspr/gBackShinySprite113Chansey.png new file mode 100644 index 0000000..8696034 Binary files /dev/null and b/graphics/backspr/gBackShinySprite113Chansey.png differ diff --git a/graphics/backspr/gBackShinySprite114Tangela.png b/graphics/backspr/gBackShinySprite114Tangela.png new file mode 100644 index 0000000..4724f02 Binary files /dev/null and b/graphics/backspr/gBackShinySprite114Tangela.png differ diff --git a/graphics/backspr/gBackShinySprite115Kangaskhan.png b/graphics/backspr/gBackShinySprite115Kangaskhan.png new file mode 100644 index 0000000..c5da5e5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite115Kangaskhan.png differ diff --git a/graphics/backspr/gBackShinySprite116Horsea.png b/graphics/backspr/gBackShinySprite116Horsea.png new file mode 100644 index 0000000..2c93b32 Binary files /dev/null and b/graphics/backspr/gBackShinySprite116Horsea.png differ diff --git a/graphics/backspr/gBackShinySprite117Seadra.png b/graphics/backspr/gBackShinySprite117Seadra.png new file mode 100644 index 0000000..84625cf Binary files /dev/null and b/graphics/backspr/gBackShinySprite117Seadra.png differ diff --git a/graphics/backspr/gBackShinySprite118Goldeen.png b/graphics/backspr/gBackShinySprite118Goldeen.png new file mode 100644 index 0000000..a3d6022 Binary files /dev/null and b/graphics/backspr/gBackShinySprite118Goldeen.png differ diff --git a/graphics/backspr/gBackShinySprite119Seaking.png b/graphics/backspr/gBackShinySprite119Seaking.png new file mode 100644 index 0000000..1a06f92 Binary files /dev/null and b/graphics/backspr/gBackShinySprite119Seaking.png differ diff --git a/graphics/backspr/gBackShinySprite120Staryu.png b/graphics/backspr/gBackShinySprite120Staryu.png new file mode 100644 index 0000000..f18fd5b Binary files /dev/null and b/graphics/backspr/gBackShinySprite120Staryu.png differ diff --git a/graphics/backspr/gBackShinySprite121Starmie.png b/graphics/backspr/gBackShinySprite121Starmie.png new file mode 100644 index 0000000..f690cf9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite121Starmie.png differ diff --git a/graphics/backspr/gBackShinySprite122MrMime.png b/graphics/backspr/gBackShinySprite122MrMime.png new file mode 100644 index 0000000..dec99f0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite122MrMime.png differ diff --git a/graphics/backspr/gBackShinySprite123Scyther.png b/graphics/backspr/gBackShinySprite123Scyther.png new file mode 100644 index 0000000..be94f02 Binary files /dev/null and b/graphics/backspr/gBackShinySprite123Scyther.png differ diff --git a/graphics/backspr/gBackShinySprite124Jynx.png b/graphics/backspr/gBackShinySprite124Jynx.png new file mode 100644 index 0000000..d433be0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite124Jynx.png differ diff --git a/graphics/backspr/gBackShinySprite125Electabuzz.png b/graphics/backspr/gBackShinySprite125Electabuzz.png new file mode 100644 index 0000000..c18e5ff Binary files /dev/null and b/graphics/backspr/gBackShinySprite125Electabuzz.png differ diff --git a/graphics/backspr/gBackShinySprite126Magmar.png b/graphics/backspr/gBackShinySprite126Magmar.png new file mode 100644 index 0000000..821485f Binary files /dev/null and b/graphics/backspr/gBackShinySprite126Magmar.png differ diff --git a/graphics/backspr/gBackShinySprite127Pinsir.png b/graphics/backspr/gBackShinySprite127Pinsir.png new file mode 100644 index 0000000..280c009 Binary files /dev/null and b/graphics/backspr/gBackShinySprite127Pinsir.png differ diff --git a/graphics/backspr/gBackShinySprite128Tauros.png b/graphics/backspr/gBackShinySprite128Tauros.png new file mode 100644 index 0000000..3c9d28e Binary files /dev/null and b/graphics/backspr/gBackShinySprite128Tauros.png differ diff --git a/graphics/backspr/gBackShinySprite129Magikarp.png b/graphics/backspr/gBackShinySprite129Magikarp.png new file mode 100644 index 0000000..671b26c Binary files /dev/null and b/graphics/backspr/gBackShinySprite129Magikarp.png differ diff --git a/graphics/backspr/gBackShinySprite130Gyarados.png b/graphics/backspr/gBackShinySprite130Gyarados.png new file mode 100644 index 0000000..48807a8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite130Gyarados.png differ diff --git a/graphics/backspr/gBackShinySprite131Lapras.png b/graphics/backspr/gBackShinySprite131Lapras.png new file mode 100644 index 0000000..45ba43a Binary files /dev/null and b/graphics/backspr/gBackShinySprite131Lapras.png differ diff --git a/graphics/backspr/gBackShinySprite132Ditto.png b/graphics/backspr/gBackShinySprite132Ditto.png new file mode 100644 index 0000000..a5278c4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite132Ditto.png differ diff --git a/graphics/backspr/gBackShinySprite133Eevee.png b/graphics/backspr/gBackShinySprite133Eevee.png new file mode 100644 index 0000000..048c2f4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite133Eevee.png differ diff --git a/graphics/backspr/gBackShinySprite134Vaporeon.png b/graphics/backspr/gBackShinySprite134Vaporeon.png new file mode 100644 index 0000000..52148dc Binary files /dev/null and b/graphics/backspr/gBackShinySprite134Vaporeon.png differ diff --git a/graphics/backspr/gBackShinySprite135Jolteon.png b/graphics/backspr/gBackShinySprite135Jolteon.png new file mode 100644 index 0000000..f2ced4b Binary files /dev/null and b/graphics/backspr/gBackShinySprite135Jolteon.png differ diff --git a/graphics/backspr/gBackShinySprite136Flareon.png b/graphics/backspr/gBackShinySprite136Flareon.png new file mode 100644 index 0000000..d9ec8dc Binary files /dev/null and b/graphics/backspr/gBackShinySprite136Flareon.png differ diff --git a/graphics/backspr/gBackShinySprite137Porygon.png b/graphics/backspr/gBackShinySprite137Porygon.png new file mode 100644 index 0000000..74fbaca Binary files /dev/null and b/graphics/backspr/gBackShinySprite137Porygon.png differ diff --git a/graphics/backspr/gBackShinySprite138Omanyte.png b/graphics/backspr/gBackShinySprite138Omanyte.png new file mode 100644 index 0000000..5eca52f Binary files /dev/null and b/graphics/backspr/gBackShinySprite138Omanyte.png differ diff --git a/graphics/backspr/gBackShinySprite139Omastar.png b/graphics/backspr/gBackShinySprite139Omastar.png new file mode 100644 index 0000000..5738cab Binary files /dev/null and b/graphics/backspr/gBackShinySprite139Omastar.png differ diff --git a/graphics/backspr/gBackShinySprite140Kabuto.png b/graphics/backspr/gBackShinySprite140Kabuto.png new file mode 100644 index 0000000..9f950b5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite140Kabuto.png differ diff --git a/graphics/backspr/gBackShinySprite141Kabutops.png b/graphics/backspr/gBackShinySprite141Kabutops.png new file mode 100644 index 0000000..ead1e05 Binary files /dev/null and b/graphics/backspr/gBackShinySprite141Kabutops.png differ diff --git a/graphics/backspr/gBackShinySprite142Aerodactyl.png b/graphics/backspr/gBackShinySprite142Aerodactyl.png new file mode 100644 index 0000000..9e202a8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite142Aerodactyl.png differ diff --git a/graphics/backspr/gBackShinySprite143Snorlax.png b/graphics/backspr/gBackShinySprite143Snorlax.png new file mode 100644 index 0000000..e17b19d Binary files /dev/null and b/graphics/backspr/gBackShinySprite143Snorlax.png differ diff --git a/graphics/backspr/gBackShinySprite144Articuno.png b/graphics/backspr/gBackShinySprite144Articuno.png new file mode 100644 index 0000000..23e7603 Binary files /dev/null and b/graphics/backspr/gBackShinySprite144Articuno.png differ diff --git a/graphics/backspr/gBackShinySprite145Zapdos.png b/graphics/backspr/gBackShinySprite145Zapdos.png new file mode 100644 index 0000000..97db620 Binary files /dev/null and b/graphics/backspr/gBackShinySprite145Zapdos.png differ diff --git a/graphics/backspr/gBackShinySprite146Moltres.png b/graphics/backspr/gBackShinySprite146Moltres.png new file mode 100644 index 0000000..3cb0819 Binary files /dev/null and b/graphics/backspr/gBackShinySprite146Moltres.png differ diff --git a/graphics/backspr/gBackShinySprite147Dratini.png b/graphics/backspr/gBackShinySprite147Dratini.png new file mode 100644 index 0000000..73262fd Binary files /dev/null and b/graphics/backspr/gBackShinySprite147Dratini.png differ diff --git a/graphics/backspr/gBackShinySprite148Dragonair.png b/graphics/backspr/gBackShinySprite148Dragonair.png new file mode 100644 index 0000000..5f793b1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite148Dragonair.png differ diff --git a/graphics/backspr/gBackShinySprite149Dragonite.png b/graphics/backspr/gBackShinySprite149Dragonite.png new file mode 100644 index 0000000..0d44d7d Binary files /dev/null and b/graphics/backspr/gBackShinySprite149Dragonite.png differ diff --git a/graphics/backspr/gBackShinySprite150Mewtwo.png b/graphics/backspr/gBackShinySprite150Mewtwo.png new file mode 100644 index 0000000..7862a33 Binary files /dev/null and b/graphics/backspr/gBackShinySprite150Mewtwo.png differ diff --git a/graphics/backspr/gBackShinySprite151Mew.png b/graphics/backspr/gBackShinySprite151Mew.png new file mode 100644 index 0000000..464481c Binary files /dev/null and b/graphics/backspr/gBackShinySprite151Mew.png differ diff --git a/graphics/backspr/gBackShinySprite152Chikorita.png b/graphics/backspr/gBackShinySprite152Chikorita.png new file mode 100644 index 0000000..c9db228 Binary files /dev/null and b/graphics/backspr/gBackShinySprite152Chikorita.png differ diff --git a/graphics/backspr/gBackShinySprite153Bayleef.png b/graphics/backspr/gBackShinySprite153Bayleef.png new file mode 100644 index 0000000..8a5b0b6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite153Bayleef.png differ diff --git a/graphics/backspr/gBackShinySprite154Meganium.png b/graphics/backspr/gBackShinySprite154Meganium.png new file mode 100644 index 0000000..67e1b0e Binary files /dev/null and b/graphics/backspr/gBackShinySprite154Meganium.png differ diff --git a/graphics/backspr/gBackShinySprite155Cyndaquil.png b/graphics/backspr/gBackShinySprite155Cyndaquil.png new file mode 100644 index 0000000..61cfa88 Binary files /dev/null and b/graphics/backspr/gBackShinySprite155Cyndaquil.png differ diff --git a/graphics/backspr/gBackShinySprite156Quilava.png b/graphics/backspr/gBackShinySprite156Quilava.png new file mode 100644 index 0000000..d69e302 Binary files /dev/null and b/graphics/backspr/gBackShinySprite156Quilava.png differ diff --git a/graphics/backspr/gBackShinySprite157Typhlosion.png b/graphics/backspr/gBackShinySprite157Typhlosion.png new file mode 100644 index 0000000..daf3182 Binary files /dev/null and b/graphics/backspr/gBackShinySprite157Typhlosion.png differ diff --git a/graphics/backspr/gBackShinySprite158Totodile.png b/graphics/backspr/gBackShinySprite158Totodile.png new file mode 100644 index 0000000..4ec7308 Binary files /dev/null and b/graphics/backspr/gBackShinySprite158Totodile.png differ diff --git a/graphics/backspr/gBackShinySprite159Croconaw.png b/graphics/backspr/gBackShinySprite159Croconaw.png new file mode 100644 index 0000000..f73f163 Binary files /dev/null and b/graphics/backspr/gBackShinySprite159Croconaw.png differ diff --git a/graphics/backspr/gBackShinySprite160Feraligatr.png b/graphics/backspr/gBackShinySprite160Feraligatr.png new file mode 100644 index 0000000..fca40b1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite160Feraligatr.png differ diff --git a/graphics/backspr/gBackShinySprite161Sentret.png b/graphics/backspr/gBackShinySprite161Sentret.png new file mode 100644 index 0000000..724634e Binary files /dev/null and b/graphics/backspr/gBackShinySprite161Sentret.png differ diff --git a/graphics/backspr/gBackShinySprite162Furret.png b/graphics/backspr/gBackShinySprite162Furret.png new file mode 100644 index 0000000..b758571 Binary files /dev/null and b/graphics/backspr/gBackShinySprite162Furret.png differ diff --git a/graphics/backspr/gBackShinySprite163Hoothoot.png b/graphics/backspr/gBackShinySprite163Hoothoot.png new file mode 100644 index 0000000..e00ccfd Binary files /dev/null and b/graphics/backspr/gBackShinySprite163Hoothoot.png differ diff --git a/graphics/backspr/gBackShinySprite164Noctowl.png b/graphics/backspr/gBackShinySprite164Noctowl.png new file mode 100644 index 0000000..ba7deeb Binary files /dev/null and b/graphics/backspr/gBackShinySprite164Noctowl.png differ diff --git a/graphics/backspr/gBackShinySprite165Ledyba.png b/graphics/backspr/gBackShinySprite165Ledyba.png new file mode 100644 index 0000000..0b359c8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite165Ledyba.png differ diff --git a/graphics/backspr/gBackShinySprite166Ledian.png b/graphics/backspr/gBackShinySprite166Ledian.png new file mode 100644 index 0000000..488b6d6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite166Ledian.png differ diff --git a/graphics/backspr/gBackShinySprite167Spinarak.png b/graphics/backspr/gBackShinySprite167Spinarak.png new file mode 100644 index 0000000..42deb12 Binary files /dev/null and b/graphics/backspr/gBackShinySprite167Spinarak.png differ diff --git a/graphics/backspr/gBackShinySprite168Ariados.png b/graphics/backspr/gBackShinySprite168Ariados.png new file mode 100644 index 0000000..e52f59d Binary files /dev/null and b/graphics/backspr/gBackShinySprite168Ariados.png differ diff --git a/graphics/backspr/gBackShinySprite169Crobat.png b/graphics/backspr/gBackShinySprite169Crobat.png new file mode 100644 index 0000000..28ccbac Binary files /dev/null and b/graphics/backspr/gBackShinySprite169Crobat.png differ diff --git a/graphics/backspr/gBackShinySprite170Chinchou.png b/graphics/backspr/gBackShinySprite170Chinchou.png new file mode 100644 index 0000000..01540e7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite170Chinchou.png differ diff --git a/graphics/backspr/gBackShinySprite171Lanturn.png b/graphics/backspr/gBackShinySprite171Lanturn.png new file mode 100644 index 0000000..d64a1c5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite171Lanturn.png differ diff --git a/graphics/backspr/gBackShinySprite172Pichu.png b/graphics/backspr/gBackShinySprite172Pichu.png new file mode 100644 index 0000000..d7eaad7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite172Pichu.png differ diff --git a/graphics/backspr/gBackShinySprite173Cleffa.png b/graphics/backspr/gBackShinySprite173Cleffa.png new file mode 100644 index 0000000..b2bbfd0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite173Cleffa.png differ diff --git a/graphics/backspr/gBackShinySprite174Igglybuff.png b/graphics/backspr/gBackShinySprite174Igglybuff.png new file mode 100644 index 0000000..c8fdafc Binary files /dev/null and b/graphics/backspr/gBackShinySprite174Igglybuff.png differ diff --git a/graphics/backspr/gBackShinySprite175Togepi.png b/graphics/backspr/gBackShinySprite175Togepi.png new file mode 100644 index 0000000..064995a Binary files /dev/null and b/graphics/backspr/gBackShinySprite175Togepi.png differ diff --git a/graphics/backspr/gBackShinySprite176Togetic.png b/graphics/backspr/gBackShinySprite176Togetic.png new file mode 100644 index 0000000..65c1d61 Binary files /dev/null and b/graphics/backspr/gBackShinySprite176Togetic.png differ diff --git a/graphics/backspr/gBackShinySprite177Natu.png b/graphics/backspr/gBackShinySprite177Natu.png new file mode 100644 index 0000000..95723aa Binary files /dev/null and b/graphics/backspr/gBackShinySprite177Natu.png differ diff --git a/graphics/backspr/gBackShinySprite178Xatu.png b/graphics/backspr/gBackShinySprite178Xatu.png new file mode 100644 index 0000000..f53b3ab Binary files /dev/null and b/graphics/backspr/gBackShinySprite178Xatu.png differ diff --git a/graphics/backspr/gBackShinySprite179Mareep.png b/graphics/backspr/gBackShinySprite179Mareep.png new file mode 100644 index 0000000..271078e Binary files /dev/null and b/graphics/backspr/gBackShinySprite179Mareep.png differ diff --git a/graphics/backspr/gBackShinySprite180Flaaffy.png b/graphics/backspr/gBackShinySprite180Flaaffy.png new file mode 100644 index 0000000..7544574 Binary files /dev/null and b/graphics/backspr/gBackShinySprite180Flaaffy.png differ diff --git a/graphics/backspr/gBackShinySprite181Ampharos.png b/graphics/backspr/gBackShinySprite181Ampharos.png new file mode 100644 index 0000000..2c7b239 Binary files /dev/null and b/graphics/backspr/gBackShinySprite181Ampharos.png differ diff --git a/graphics/backspr/gBackShinySprite182Bellossom.png b/graphics/backspr/gBackShinySprite182Bellossom.png new file mode 100644 index 0000000..3684013 Binary files /dev/null and b/graphics/backspr/gBackShinySprite182Bellossom.png differ diff --git a/graphics/backspr/gBackShinySprite183Marill.png b/graphics/backspr/gBackShinySprite183Marill.png new file mode 100644 index 0000000..aff5d70 Binary files /dev/null and b/graphics/backspr/gBackShinySprite183Marill.png differ diff --git a/graphics/backspr/gBackShinySprite184Azumarill.png b/graphics/backspr/gBackShinySprite184Azumarill.png new file mode 100644 index 0000000..1591784 Binary files /dev/null and b/graphics/backspr/gBackShinySprite184Azumarill.png differ diff --git a/graphics/backspr/gBackShinySprite185Sudowoodo.png b/graphics/backspr/gBackShinySprite185Sudowoodo.png new file mode 100644 index 0000000..483c61d Binary files /dev/null and b/graphics/backspr/gBackShinySprite185Sudowoodo.png differ diff --git a/graphics/backspr/gBackShinySprite186Politoed.png b/graphics/backspr/gBackShinySprite186Politoed.png new file mode 100644 index 0000000..7937694 Binary files /dev/null and b/graphics/backspr/gBackShinySprite186Politoed.png differ diff --git a/graphics/backspr/gBackShinySprite187Hoppip.png b/graphics/backspr/gBackShinySprite187Hoppip.png new file mode 100644 index 0000000..e1204ff Binary files /dev/null and b/graphics/backspr/gBackShinySprite187Hoppip.png differ diff --git a/graphics/backspr/gBackShinySprite188Skiploom.png b/graphics/backspr/gBackShinySprite188Skiploom.png new file mode 100644 index 0000000..63d2382 Binary files /dev/null and b/graphics/backspr/gBackShinySprite188Skiploom.png differ diff --git a/graphics/backspr/gBackShinySprite189Jumpluff.png b/graphics/backspr/gBackShinySprite189Jumpluff.png new file mode 100644 index 0000000..06e170e Binary files /dev/null and b/graphics/backspr/gBackShinySprite189Jumpluff.png differ diff --git a/graphics/backspr/gBackShinySprite190Aipom.png b/graphics/backspr/gBackShinySprite190Aipom.png new file mode 100644 index 0000000..feb5a5f Binary files /dev/null and b/graphics/backspr/gBackShinySprite190Aipom.png differ diff --git a/graphics/backspr/gBackShinySprite191Sunkern.png b/graphics/backspr/gBackShinySprite191Sunkern.png new file mode 100644 index 0000000..cd4d35a Binary files /dev/null and b/graphics/backspr/gBackShinySprite191Sunkern.png differ diff --git a/graphics/backspr/gBackShinySprite192Sunflora.png b/graphics/backspr/gBackShinySprite192Sunflora.png new file mode 100644 index 0000000..bb3a53d Binary files /dev/null and b/graphics/backspr/gBackShinySprite192Sunflora.png differ diff --git a/graphics/backspr/gBackShinySprite193Yanma.png b/graphics/backspr/gBackShinySprite193Yanma.png new file mode 100644 index 0000000..0f88951 Binary files /dev/null and b/graphics/backspr/gBackShinySprite193Yanma.png differ diff --git a/graphics/backspr/gBackShinySprite194Wooper.png b/graphics/backspr/gBackShinySprite194Wooper.png new file mode 100644 index 0000000..184a6e0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite194Wooper.png differ diff --git a/graphics/backspr/gBackShinySprite195Quagsire.png b/graphics/backspr/gBackShinySprite195Quagsire.png new file mode 100644 index 0000000..60eea3e Binary files /dev/null and b/graphics/backspr/gBackShinySprite195Quagsire.png differ diff --git a/graphics/backspr/gBackShinySprite196Espeon.png b/graphics/backspr/gBackShinySprite196Espeon.png new file mode 100644 index 0000000..51026eb Binary files /dev/null and b/graphics/backspr/gBackShinySprite196Espeon.png differ diff --git a/graphics/backspr/gBackShinySprite197Umbreon.png b/graphics/backspr/gBackShinySprite197Umbreon.png new file mode 100644 index 0000000..d8ed1ab Binary files /dev/null and b/graphics/backspr/gBackShinySprite197Umbreon.png differ diff --git a/graphics/backspr/gBackShinySprite198Murkrow.png b/graphics/backspr/gBackShinySprite198Murkrow.png new file mode 100644 index 0000000..589daf5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite198Murkrow.png differ diff --git a/graphics/backspr/gBackShinySprite199Slowking.png b/graphics/backspr/gBackShinySprite199Slowking.png new file mode 100644 index 0000000..9c3c3c5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite199Slowking.png differ diff --git a/graphics/backspr/gBackShinySprite200Misdreavus.png b/graphics/backspr/gBackShinySprite200Misdreavus.png new file mode 100644 index 0000000..2e8d7c8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite200Misdreavus.png differ diff --git a/graphics/backspr/gBackShinySprite201Unown.png b/graphics/backspr/gBackShinySprite201Unown.png new file mode 100644 index 0000000..26a70b8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite201Unown.png differ diff --git a/graphics/backspr/gBackShinySprite202Wobbuffet.png b/graphics/backspr/gBackShinySprite202Wobbuffet.png new file mode 100644 index 0000000..dbe7f59 Binary files /dev/null and b/graphics/backspr/gBackShinySprite202Wobbuffet.png differ diff --git a/graphics/backspr/gBackShinySprite203Girafarig.png b/graphics/backspr/gBackShinySprite203Girafarig.png new file mode 100644 index 0000000..89d9fbe Binary files /dev/null and b/graphics/backspr/gBackShinySprite203Girafarig.png differ diff --git a/graphics/backspr/gBackShinySprite204Pineco.png b/graphics/backspr/gBackShinySprite204Pineco.png new file mode 100644 index 0000000..bf91565 Binary files /dev/null and b/graphics/backspr/gBackShinySprite204Pineco.png differ diff --git a/graphics/backspr/gBackShinySprite205Forretress.png b/graphics/backspr/gBackShinySprite205Forretress.png new file mode 100644 index 0000000..4745573 Binary files /dev/null and b/graphics/backspr/gBackShinySprite205Forretress.png differ diff --git a/graphics/backspr/gBackShinySprite206Dunsparce.png b/graphics/backspr/gBackShinySprite206Dunsparce.png new file mode 100644 index 0000000..f720164 Binary files /dev/null and b/graphics/backspr/gBackShinySprite206Dunsparce.png differ diff --git a/graphics/backspr/gBackShinySprite207Gligar.png b/graphics/backspr/gBackShinySprite207Gligar.png new file mode 100644 index 0000000..d523542 Binary files /dev/null and b/graphics/backspr/gBackShinySprite207Gligar.png differ diff --git a/graphics/backspr/gBackShinySprite208Steelix.png b/graphics/backspr/gBackShinySprite208Steelix.png new file mode 100644 index 0000000..9c91ee6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite208Steelix.png differ diff --git a/graphics/backspr/gBackShinySprite209Snubbull.png b/graphics/backspr/gBackShinySprite209Snubbull.png new file mode 100644 index 0000000..913171a Binary files /dev/null and b/graphics/backspr/gBackShinySprite209Snubbull.png differ diff --git a/graphics/backspr/gBackShinySprite210Granbull.png b/graphics/backspr/gBackShinySprite210Granbull.png new file mode 100644 index 0000000..7417c4a Binary files /dev/null and b/graphics/backspr/gBackShinySprite210Granbull.png differ diff --git a/graphics/backspr/gBackShinySprite211Qwilfish.png b/graphics/backspr/gBackShinySprite211Qwilfish.png new file mode 100644 index 0000000..4a2107b Binary files /dev/null and b/graphics/backspr/gBackShinySprite211Qwilfish.png differ diff --git a/graphics/backspr/gBackShinySprite212Scizor.png b/graphics/backspr/gBackShinySprite212Scizor.png new file mode 100644 index 0000000..7459fa0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite212Scizor.png differ diff --git a/graphics/backspr/gBackShinySprite213Shuckle.png b/graphics/backspr/gBackShinySprite213Shuckle.png new file mode 100644 index 0000000..f60c660 Binary files /dev/null and b/graphics/backspr/gBackShinySprite213Shuckle.png differ diff --git a/graphics/backspr/gBackShinySprite214Heracross.png b/graphics/backspr/gBackShinySprite214Heracross.png new file mode 100644 index 0000000..7061a57 Binary files /dev/null and b/graphics/backspr/gBackShinySprite214Heracross.png differ diff --git a/graphics/backspr/gBackShinySprite215Sneasel.png b/graphics/backspr/gBackShinySprite215Sneasel.png new file mode 100644 index 0000000..754016a Binary files /dev/null and b/graphics/backspr/gBackShinySprite215Sneasel.png differ diff --git a/graphics/backspr/gBackShinySprite216Teddiursa.png b/graphics/backspr/gBackShinySprite216Teddiursa.png new file mode 100644 index 0000000..0ebf753 Binary files /dev/null and b/graphics/backspr/gBackShinySprite216Teddiursa.png differ diff --git a/graphics/backspr/gBackShinySprite217Ursaring.png b/graphics/backspr/gBackShinySprite217Ursaring.png new file mode 100644 index 0000000..386dbed Binary files /dev/null and b/graphics/backspr/gBackShinySprite217Ursaring.png differ diff --git a/graphics/backspr/gBackShinySprite218Slugma.png b/graphics/backspr/gBackShinySprite218Slugma.png new file mode 100644 index 0000000..eaeb9f9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite218Slugma.png differ diff --git a/graphics/backspr/gBackShinySprite219Magcargo.png b/graphics/backspr/gBackShinySprite219Magcargo.png new file mode 100644 index 0000000..cbd3ef2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite219Magcargo.png differ diff --git a/graphics/backspr/gBackShinySprite220Swinub.png b/graphics/backspr/gBackShinySprite220Swinub.png new file mode 100644 index 0000000..cdfffea Binary files /dev/null and b/graphics/backspr/gBackShinySprite220Swinub.png differ diff --git a/graphics/backspr/gBackShinySprite221Piloswine.png b/graphics/backspr/gBackShinySprite221Piloswine.png new file mode 100644 index 0000000..f547a08 Binary files /dev/null and b/graphics/backspr/gBackShinySprite221Piloswine.png differ diff --git a/graphics/backspr/gBackShinySprite222Corsola.png b/graphics/backspr/gBackShinySprite222Corsola.png new file mode 100644 index 0000000..4989e13 Binary files /dev/null and b/graphics/backspr/gBackShinySprite222Corsola.png differ diff --git a/graphics/backspr/gBackShinySprite223Remoraid.png b/graphics/backspr/gBackShinySprite223Remoraid.png new file mode 100644 index 0000000..ffa0b5c Binary files /dev/null and b/graphics/backspr/gBackShinySprite223Remoraid.png differ diff --git a/graphics/backspr/gBackShinySprite224Octillery.png b/graphics/backspr/gBackShinySprite224Octillery.png new file mode 100644 index 0000000..1fc9ee5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite224Octillery.png differ diff --git a/graphics/backspr/gBackShinySprite225Delibird.png b/graphics/backspr/gBackShinySprite225Delibird.png new file mode 100644 index 0000000..ce33d1c Binary files /dev/null and b/graphics/backspr/gBackShinySprite225Delibird.png differ diff --git a/graphics/backspr/gBackShinySprite226Mantine.png b/graphics/backspr/gBackShinySprite226Mantine.png new file mode 100644 index 0000000..4a9b6ad Binary files /dev/null and b/graphics/backspr/gBackShinySprite226Mantine.png differ diff --git a/graphics/backspr/gBackShinySprite227Skarmory.png b/graphics/backspr/gBackShinySprite227Skarmory.png new file mode 100644 index 0000000..56866e7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite227Skarmory.png differ diff --git a/graphics/backspr/gBackShinySprite228Houndour.png b/graphics/backspr/gBackShinySprite228Houndour.png new file mode 100644 index 0000000..addb814 Binary files /dev/null and b/graphics/backspr/gBackShinySprite228Houndour.png differ diff --git a/graphics/backspr/gBackShinySprite229Houndoom.png b/graphics/backspr/gBackShinySprite229Houndoom.png new file mode 100644 index 0000000..1fb1556 Binary files /dev/null and b/graphics/backspr/gBackShinySprite229Houndoom.png differ diff --git a/graphics/backspr/gBackShinySprite230Kingdra.png b/graphics/backspr/gBackShinySprite230Kingdra.png new file mode 100644 index 0000000..531937d Binary files /dev/null and b/graphics/backspr/gBackShinySprite230Kingdra.png differ diff --git a/graphics/backspr/gBackShinySprite231Phanpy.png b/graphics/backspr/gBackShinySprite231Phanpy.png new file mode 100644 index 0000000..e8b7956 Binary files /dev/null and b/graphics/backspr/gBackShinySprite231Phanpy.png differ diff --git a/graphics/backspr/gBackShinySprite232Donphan.png b/graphics/backspr/gBackShinySprite232Donphan.png new file mode 100644 index 0000000..ef84b83 Binary files /dev/null and b/graphics/backspr/gBackShinySprite232Donphan.png differ diff --git a/graphics/backspr/gBackShinySprite233Porygon2.png b/graphics/backspr/gBackShinySprite233Porygon2.png new file mode 100644 index 0000000..8a88040 Binary files /dev/null and b/graphics/backspr/gBackShinySprite233Porygon2.png differ diff --git a/graphics/backspr/gBackShinySprite234Stantler.png b/graphics/backspr/gBackShinySprite234Stantler.png new file mode 100644 index 0000000..833f3e0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite234Stantler.png differ diff --git a/graphics/backspr/gBackShinySprite235Smeargle.png b/graphics/backspr/gBackShinySprite235Smeargle.png new file mode 100644 index 0000000..7822a3b Binary files /dev/null and b/graphics/backspr/gBackShinySprite235Smeargle.png differ diff --git a/graphics/backspr/gBackShinySprite236Tyrogue.png b/graphics/backspr/gBackShinySprite236Tyrogue.png new file mode 100644 index 0000000..9dffca4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite236Tyrogue.png differ diff --git a/graphics/backspr/gBackShinySprite237Hitmontop.png b/graphics/backspr/gBackShinySprite237Hitmontop.png new file mode 100644 index 0000000..5d5fb6f Binary files /dev/null and b/graphics/backspr/gBackShinySprite237Hitmontop.png differ diff --git a/graphics/backspr/gBackShinySprite238Smoochum.png b/graphics/backspr/gBackShinySprite238Smoochum.png new file mode 100644 index 0000000..2c2f2a0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite238Smoochum.png differ diff --git a/graphics/backspr/gBackShinySprite239Elekid.png b/graphics/backspr/gBackShinySprite239Elekid.png new file mode 100644 index 0000000..cfb31b9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite239Elekid.png differ diff --git a/graphics/backspr/gBackShinySprite240Magby.png b/graphics/backspr/gBackShinySprite240Magby.png new file mode 100644 index 0000000..4972191 Binary files /dev/null and b/graphics/backspr/gBackShinySprite240Magby.png differ diff --git a/graphics/backspr/gBackShinySprite241Miltank.png b/graphics/backspr/gBackShinySprite241Miltank.png new file mode 100644 index 0000000..52da5fb Binary files /dev/null and b/graphics/backspr/gBackShinySprite241Miltank.png differ diff --git a/graphics/backspr/gBackShinySprite242Blissey.png b/graphics/backspr/gBackShinySprite242Blissey.png new file mode 100644 index 0000000..5888c38 Binary files /dev/null and b/graphics/backspr/gBackShinySprite242Blissey.png differ diff --git a/graphics/backspr/gBackShinySprite243Raikou.png b/graphics/backspr/gBackShinySprite243Raikou.png new file mode 100644 index 0000000..a64325c Binary files /dev/null and b/graphics/backspr/gBackShinySprite243Raikou.png differ diff --git a/graphics/backspr/gBackShinySprite244Entei.png b/graphics/backspr/gBackShinySprite244Entei.png new file mode 100644 index 0000000..7a0ff5d Binary files /dev/null and b/graphics/backspr/gBackShinySprite244Entei.png differ diff --git a/graphics/backspr/gBackShinySprite245Suicune.png b/graphics/backspr/gBackShinySprite245Suicune.png new file mode 100644 index 0000000..b5e7426 Binary files /dev/null and b/graphics/backspr/gBackShinySprite245Suicune.png differ diff --git a/graphics/backspr/gBackShinySprite246Larvitar.png b/graphics/backspr/gBackShinySprite246Larvitar.png new file mode 100644 index 0000000..fffc190 Binary files /dev/null and b/graphics/backspr/gBackShinySprite246Larvitar.png differ diff --git a/graphics/backspr/gBackShinySprite247Pupitar.png b/graphics/backspr/gBackShinySprite247Pupitar.png new file mode 100644 index 0000000..4f60137 Binary files /dev/null and b/graphics/backspr/gBackShinySprite247Pupitar.png differ diff --git a/graphics/backspr/gBackShinySprite248Tyranitar.png b/graphics/backspr/gBackShinySprite248Tyranitar.png new file mode 100644 index 0000000..108710f Binary files /dev/null and b/graphics/backspr/gBackShinySprite248Tyranitar.png differ diff --git a/graphics/backspr/gBackShinySprite249Lugia.png b/graphics/backspr/gBackShinySprite249Lugia.png new file mode 100644 index 0000000..8858ed2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite249Lugia.png differ diff --git a/graphics/backspr/gBackShinySprite250HoOh.png b/graphics/backspr/gBackShinySprite250HoOh.png new file mode 100644 index 0000000..eae9d3e Binary files /dev/null and b/graphics/backspr/gBackShinySprite250HoOh.png differ diff --git a/graphics/backspr/gBackShinySprite251Celebi.png b/graphics/backspr/gBackShinySprite251Celebi.png new file mode 100644 index 0000000..48eae79 Binary files /dev/null and b/graphics/backspr/gBackShinySprite251Celebi.png differ diff --git a/graphics/backspr/gBackShinySprite252.png b/graphics/backspr/gBackShinySprite252.png new file mode 100644 index 0000000..d270539 Binary files /dev/null and b/graphics/backspr/gBackShinySprite252.png differ diff --git a/graphics/backspr/gBackShinySprite277Treecko.png b/graphics/backspr/gBackShinySprite277Treecko.png new file mode 100644 index 0000000..25fa474 Binary files /dev/null and b/graphics/backspr/gBackShinySprite277Treecko.png differ diff --git a/graphics/backspr/gBackShinySprite278Grovyle.png b/graphics/backspr/gBackShinySprite278Grovyle.png new file mode 100644 index 0000000..5edf1d9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite278Grovyle.png differ diff --git a/graphics/backspr/gBackShinySprite279Sceptile.png b/graphics/backspr/gBackShinySprite279Sceptile.png new file mode 100644 index 0000000..60ad585 Binary files /dev/null and b/graphics/backspr/gBackShinySprite279Sceptile.png differ diff --git a/graphics/backspr/gBackShinySprite280Torchic.png b/graphics/backspr/gBackShinySprite280Torchic.png new file mode 100644 index 0000000..a7c2922 Binary files /dev/null and b/graphics/backspr/gBackShinySprite280Torchic.png differ diff --git a/graphics/backspr/gBackShinySprite281Combusken.png b/graphics/backspr/gBackShinySprite281Combusken.png new file mode 100644 index 0000000..304541a Binary files /dev/null and b/graphics/backspr/gBackShinySprite281Combusken.png differ diff --git a/graphics/backspr/gBackShinySprite282Blaziken.png b/graphics/backspr/gBackShinySprite282Blaziken.png new file mode 100644 index 0000000..ad6acab Binary files /dev/null and b/graphics/backspr/gBackShinySprite282Blaziken.png differ diff --git a/graphics/backspr/gBackShinySprite283Mudkip.png b/graphics/backspr/gBackShinySprite283Mudkip.png new file mode 100644 index 0000000..b1cf96b Binary files /dev/null and b/graphics/backspr/gBackShinySprite283Mudkip.png differ diff --git a/graphics/backspr/gBackShinySprite284Marshtomp.png b/graphics/backspr/gBackShinySprite284Marshtomp.png new file mode 100644 index 0000000..23cf36f Binary files /dev/null and b/graphics/backspr/gBackShinySprite284Marshtomp.png differ diff --git a/graphics/backspr/gBackShinySprite285Swampert.png b/graphics/backspr/gBackShinySprite285Swampert.png new file mode 100644 index 0000000..81cf575 Binary files /dev/null and b/graphics/backspr/gBackShinySprite285Swampert.png differ diff --git a/graphics/backspr/gBackShinySprite286Poochyena.png b/graphics/backspr/gBackShinySprite286Poochyena.png new file mode 100644 index 0000000..cd95fb4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite286Poochyena.png differ diff --git a/graphics/backspr/gBackShinySprite287Mightyena.png b/graphics/backspr/gBackShinySprite287Mightyena.png new file mode 100644 index 0000000..f791c95 Binary files /dev/null and b/graphics/backspr/gBackShinySprite287Mightyena.png differ diff --git a/graphics/backspr/gBackShinySprite288Zigzagoon.png b/graphics/backspr/gBackShinySprite288Zigzagoon.png new file mode 100644 index 0000000..10aa773 Binary files /dev/null and b/graphics/backspr/gBackShinySprite288Zigzagoon.png differ diff --git a/graphics/backspr/gBackShinySprite289Linoone.png b/graphics/backspr/gBackShinySprite289Linoone.png new file mode 100644 index 0000000..45eefe5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite289Linoone.png differ diff --git a/graphics/backspr/gBackShinySprite290Wurmple.png b/graphics/backspr/gBackShinySprite290Wurmple.png new file mode 100644 index 0000000..07c2e27 Binary files /dev/null and b/graphics/backspr/gBackShinySprite290Wurmple.png differ diff --git a/graphics/backspr/gBackShinySprite291Silcoon.png b/graphics/backspr/gBackShinySprite291Silcoon.png new file mode 100644 index 0000000..585975f Binary files /dev/null and b/graphics/backspr/gBackShinySprite291Silcoon.png differ diff --git a/graphics/backspr/gBackShinySprite292Beautifly.png b/graphics/backspr/gBackShinySprite292Beautifly.png new file mode 100644 index 0000000..1b3b4f8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite292Beautifly.png differ diff --git a/graphics/backspr/gBackShinySprite293Cascoon.png b/graphics/backspr/gBackShinySprite293Cascoon.png new file mode 100644 index 0000000..6810bfb Binary files /dev/null and b/graphics/backspr/gBackShinySprite293Cascoon.png differ diff --git a/graphics/backspr/gBackShinySprite294Dustox.png b/graphics/backspr/gBackShinySprite294Dustox.png new file mode 100644 index 0000000..f01bcdc Binary files /dev/null and b/graphics/backspr/gBackShinySprite294Dustox.png differ diff --git a/graphics/backspr/gBackShinySprite295Lotad.png b/graphics/backspr/gBackShinySprite295Lotad.png new file mode 100644 index 0000000..bb65d76 Binary files /dev/null and b/graphics/backspr/gBackShinySprite295Lotad.png differ diff --git a/graphics/backspr/gBackShinySprite296Lombre.png b/graphics/backspr/gBackShinySprite296Lombre.png new file mode 100644 index 0000000..b05a739 Binary files /dev/null and b/graphics/backspr/gBackShinySprite296Lombre.png differ diff --git a/graphics/backspr/gBackShinySprite297Ludicolo.png b/graphics/backspr/gBackShinySprite297Ludicolo.png new file mode 100644 index 0000000..81301d9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite297Ludicolo.png differ diff --git a/graphics/backspr/gBackShinySprite298Seedot.png b/graphics/backspr/gBackShinySprite298Seedot.png new file mode 100644 index 0000000..7edfb94 Binary files /dev/null and b/graphics/backspr/gBackShinySprite298Seedot.png differ diff --git a/graphics/backspr/gBackShinySprite299Nuzleaf.png b/graphics/backspr/gBackShinySprite299Nuzleaf.png new file mode 100644 index 0000000..93ce529 Binary files /dev/null and b/graphics/backspr/gBackShinySprite299Nuzleaf.png differ diff --git a/graphics/backspr/gBackShinySprite300Shiftry.png b/graphics/backspr/gBackShinySprite300Shiftry.png new file mode 100644 index 0000000..8224ed0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite300Shiftry.png differ diff --git a/graphics/backspr/gBackShinySprite301Nincada.png b/graphics/backspr/gBackShinySprite301Nincada.png new file mode 100644 index 0000000..459738c Binary files /dev/null and b/graphics/backspr/gBackShinySprite301Nincada.png differ diff --git a/graphics/backspr/gBackShinySprite302Ninjask.png b/graphics/backspr/gBackShinySprite302Ninjask.png new file mode 100644 index 0000000..e166700 Binary files /dev/null and b/graphics/backspr/gBackShinySprite302Ninjask.png differ diff --git a/graphics/backspr/gBackShinySprite303Shedinja.png b/graphics/backspr/gBackShinySprite303Shedinja.png new file mode 100644 index 0000000..94765b5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite303Shedinja.png differ diff --git a/graphics/backspr/gBackShinySprite304Taillow.png b/graphics/backspr/gBackShinySprite304Taillow.png new file mode 100644 index 0000000..f8d2a33 Binary files /dev/null and b/graphics/backspr/gBackShinySprite304Taillow.png differ diff --git a/graphics/backspr/gBackShinySprite305Swellow.png b/graphics/backspr/gBackShinySprite305Swellow.png new file mode 100644 index 0000000..e411722 Binary files /dev/null and b/graphics/backspr/gBackShinySprite305Swellow.png differ diff --git a/graphics/backspr/gBackShinySprite306Shroomish.png b/graphics/backspr/gBackShinySprite306Shroomish.png new file mode 100644 index 0000000..44b3b8e Binary files /dev/null and b/graphics/backspr/gBackShinySprite306Shroomish.png differ diff --git a/graphics/backspr/gBackShinySprite307Breloom.png b/graphics/backspr/gBackShinySprite307Breloom.png new file mode 100644 index 0000000..97593d0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite307Breloom.png differ diff --git a/graphics/backspr/gBackShinySprite308Spinda.png b/graphics/backspr/gBackShinySprite308Spinda.png new file mode 100644 index 0000000..a567982 Binary files /dev/null and b/graphics/backspr/gBackShinySprite308Spinda.png differ diff --git a/graphics/backspr/gBackShinySprite309Wingull.png b/graphics/backspr/gBackShinySprite309Wingull.png new file mode 100644 index 0000000..a8b24e5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite309Wingull.png differ diff --git a/graphics/backspr/gBackShinySprite310Pelipper.png b/graphics/backspr/gBackShinySprite310Pelipper.png new file mode 100644 index 0000000..0f1169c Binary files /dev/null and b/graphics/backspr/gBackShinySprite310Pelipper.png differ diff --git a/graphics/backspr/gBackShinySprite311Surskit.png b/graphics/backspr/gBackShinySprite311Surskit.png new file mode 100644 index 0000000..7d4a901 Binary files /dev/null and b/graphics/backspr/gBackShinySprite311Surskit.png differ diff --git a/graphics/backspr/gBackShinySprite312Masquerain.png b/graphics/backspr/gBackShinySprite312Masquerain.png new file mode 100644 index 0000000..d067098 Binary files /dev/null and b/graphics/backspr/gBackShinySprite312Masquerain.png differ diff --git a/graphics/backspr/gBackShinySprite313Wailmer.png b/graphics/backspr/gBackShinySprite313Wailmer.png new file mode 100644 index 0000000..c00de76 Binary files /dev/null and b/graphics/backspr/gBackShinySprite313Wailmer.png differ diff --git a/graphics/backspr/gBackShinySprite314Wailord.png b/graphics/backspr/gBackShinySprite314Wailord.png new file mode 100644 index 0000000..d625232 Binary files /dev/null and b/graphics/backspr/gBackShinySprite314Wailord.png differ diff --git a/graphics/backspr/gBackShinySprite315Skitty.png b/graphics/backspr/gBackShinySprite315Skitty.png new file mode 100644 index 0000000..8031796 Binary files /dev/null and b/graphics/backspr/gBackShinySprite315Skitty.png differ diff --git a/graphics/backspr/gBackShinySprite316Delcatty.png b/graphics/backspr/gBackShinySprite316Delcatty.png new file mode 100644 index 0000000..f7da68b Binary files /dev/null and b/graphics/backspr/gBackShinySprite316Delcatty.png differ diff --git a/graphics/backspr/gBackShinySprite317Kecleon.png b/graphics/backspr/gBackShinySprite317Kecleon.png new file mode 100644 index 0000000..fd84df3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite317Kecleon.png differ diff --git a/graphics/backspr/gBackShinySprite318Baltoy.png b/graphics/backspr/gBackShinySprite318Baltoy.png new file mode 100644 index 0000000..a956dcb Binary files /dev/null and b/graphics/backspr/gBackShinySprite318Baltoy.png differ diff --git a/graphics/backspr/gBackShinySprite319Claydol.png b/graphics/backspr/gBackShinySprite319Claydol.png new file mode 100644 index 0000000..c9e6aa9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite319Claydol.png differ diff --git a/graphics/backspr/gBackShinySprite320Nosepass.png b/graphics/backspr/gBackShinySprite320Nosepass.png new file mode 100644 index 0000000..ac7399c Binary files /dev/null and b/graphics/backspr/gBackShinySprite320Nosepass.png differ diff --git a/graphics/backspr/gBackShinySprite321Torkoal.png b/graphics/backspr/gBackShinySprite321Torkoal.png new file mode 100644 index 0000000..ba15e6e Binary files /dev/null and b/graphics/backspr/gBackShinySprite321Torkoal.png differ diff --git a/graphics/backspr/gBackShinySprite322Sableye.png b/graphics/backspr/gBackShinySprite322Sableye.png new file mode 100644 index 0000000..26ef69a Binary files /dev/null and b/graphics/backspr/gBackShinySprite322Sableye.png differ diff --git a/graphics/backspr/gBackShinySprite323Barboach.png b/graphics/backspr/gBackShinySprite323Barboach.png new file mode 100644 index 0000000..fbadedd Binary files /dev/null and b/graphics/backspr/gBackShinySprite323Barboach.png differ diff --git a/graphics/backspr/gBackShinySprite324Whiscash.png b/graphics/backspr/gBackShinySprite324Whiscash.png new file mode 100644 index 0000000..c481069 Binary files /dev/null and b/graphics/backspr/gBackShinySprite324Whiscash.png differ diff --git a/graphics/backspr/gBackShinySprite325Luvdisc.png b/graphics/backspr/gBackShinySprite325Luvdisc.png new file mode 100644 index 0000000..ce67638 Binary files /dev/null and b/graphics/backspr/gBackShinySprite325Luvdisc.png differ diff --git a/graphics/backspr/gBackShinySprite326Corphish.png b/graphics/backspr/gBackShinySprite326Corphish.png new file mode 100644 index 0000000..5f86ab1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite326Corphish.png differ diff --git a/graphics/backspr/gBackShinySprite327Crawdaunt.png b/graphics/backspr/gBackShinySprite327Crawdaunt.png new file mode 100644 index 0000000..85d226a Binary files /dev/null and b/graphics/backspr/gBackShinySprite327Crawdaunt.png differ diff --git a/graphics/backspr/gBackShinySprite328Feebas.png b/graphics/backspr/gBackShinySprite328Feebas.png new file mode 100644 index 0000000..fc9b7ea Binary files /dev/null and b/graphics/backspr/gBackShinySprite328Feebas.png differ diff --git a/graphics/backspr/gBackShinySprite329Milotic.png b/graphics/backspr/gBackShinySprite329Milotic.png new file mode 100644 index 0000000..3512633 Binary files /dev/null and b/graphics/backspr/gBackShinySprite329Milotic.png differ diff --git a/graphics/backspr/gBackShinySprite330Carvanha.png b/graphics/backspr/gBackShinySprite330Carvanha.png new file mode 100644 index 0000000..ec8dd9f Binary files /dev/null and b/graphics/backspr/gBackShinySprite330Carvanha.png differ diff --git a/graphics/backspr/gBackShinySprite331Sharpedo.png b/graphics/backspr/gBackShinySprite331Sharpedo.png new file mode 100644 index 0000000..cf746d8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite331Sharpedo.png differ diff --git a/graphics/backspr/gBackShinySprite332Trapinch.png b/graphics/backspr/gBackShinySprite332Trapinch.png new file mode 100644 index 0000000..4bb3c97 Binary files /dev/null and b/graphics/backspr/gBackShinySprite332Trapinch.png differ diff --git a/graphics/backspr/gBackShinySprite333Vibrava.png b/graphics/backspr/gBackShinySprite333Vibrava.png new file mode 100644 index 0000000..ec771fa Binary files /dev/null and b/graphics/backspr/gBackShinySprite333Vibrava.png differ diff --git a/graphics/backspr/gBackShinySprite334Flygon.png b/graphics/backspr/gBackShinySprite334Flygon.png new file mode 100644 index 0000000..24113db Binary files /dev/null and b/graphics/backspr/gBackShinySprite334Flygon.png differ diff --git a/graphics/backspr/gBackShinySprite335Makuhita.png b/graphics/backspr/gBackShinySprite335Makuhita.png new file mode 100644 index 0000000..e878596 Binary files /dev/null and b/graphics/backspr/gBackShinySprite335Makuhita.png differ diff --git a/graphics/backspr/gBackShinySprite336Hariyama.png b/graphics/backspr/gBackShinySprite336Hariyama.png new file mode 100644 index 0000000..a729a0f Binary files /dev/null and b/graphics/backspr/gBackShinySprite336Hariyama.png differ diff --git a/graphics/backspr/gBackShinySprite337Electrike.png b/graphics/backspr/gBackShinySprite337Electrike.png new file mode 100644 index 0000000..be64889 Binary files /dev/null and b/graphics/backspr/gBackShinySprite337Electrike.png differ diff --git a/graphics/backspr/gBackShinySprite338Manectric.png b/graphics/backspr/gBackShinySprite338Manectric.png new file mode 100644 index 0000000..18246c5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite338Manectric.png differ diff --git a/graphics/backspr/gBackShinySprite339Numel.png b/graphics/backspr/gBackShinySprite339Numel.png new file mode 100644 index 0000000..92dbaf0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite339Numel.png differ diff --git a/graphics/backspr/gBackShinySprite340Camerupt.png b/graphics/backspr/gBackShinySprite340Camerupt.png new file mode 100644 index 0000000..175bef6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite340Camerupt.png differ diff --git a/graphics/backspr/gBackShinySprite341Spheal.png b/graphics/backspr/gBackShinySprite341Spheal.png new file mode 100644 index 0000000..990e671 Binary files /dev/null and b/graphics/backspr/gBackShinySprite341Spheal.png differ diff --git a/graphics/backspr/gBackShinySprite342Sealeo.png b/graphics/backspr/gBackShinySprite342Sealeo.png new file mode 100644 index 0000000..1f275a4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite342Sealeo.png differ diff --git a/graphics/backspr/gBackShinySprite343Walrein.png b/graphics/backspr/gBackShinySprite343Walrein.png new file mode 100644 index 0000000..f7f4929 Binary files /dev/null and b/graphics/backspr/gBackShinySprite343Walrein.png differ diff --git a/graphics/backspr/gBackShinySprite344Cacnea.png b/graphics/backspr/gBackShinySprite344Cacnea.png new file mode 100644 index 0000000..5f858a7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite344Cacnea.png differ diff --git a/graphics/backspr/gBackShinySprite345Cacturne.png b/graphics/backspr/gBackShinySprite345Cacturne.png new file mode 100644 index 0000000..6e5aed0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite345Cacturne.png differ diff --git a/graphics/backspr/gBackShinySprite346Snorunt.png b/graphics/backspr/gBackShinySprite346Snorunt.png new file mode 100644 index 0000000..fd9c3ea Binary files /dev/null and b/graphics/backspr/gBackShinySprite346Snorunt.png differ diff --git a/graphics/backspr/gBackShinySprite347Glalie.png b/graphics/backspr/gBackShinySprite347Glalie.png new file mode 100644 index 0000000..caf84dd Binary files /dev/null and b/graphics/backspr/gBackShinySprite347Glalie.png differ diff --git a/graphics/backspr/gBackShinySprite348Lunatone.png b/graphics/backspr/gBackShinySprite348Lunatone.png new file mode 100644 index 0000000..9536125 Binary files /dev/null and b/graphics/backspr/gBackShinySprite348Lunatone.png differ diff --git a/graphics/backspr/gBackShinySprite349Solrock.png b/graphics/backspr/gBackShinySprite349Solrock.png new file mode 100644 index 0000000..bff38c9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite349Solrock.png differ diff --git a/graphics/backspr/gBackShinySprite350Azurill.png b/graphics/backspr/gBackShinySprite350Azurill.png new file mode 100644 index 0000000..3e48975 Binary files /dev/null and b/graphics/backspr/gBackShinySprite350Azurill.png differ diff --git a/graphics/backspr/gBackShinySprite351Spoink.png b/graphics/backspr/gBackShinySprite351Spoink.png new file mode 100644 index 0000000..04a2e47 Binary files /dev/null and b/graphics/backspr/gBackShinySprite351Spoink.png differ diff --git a/graphics/backspr/gBackShinySprite352Grumpig.png b/graphics/backspr/gBackShinySprite352Grumpig.png new file mode 100644 index 0000000..68f912d Binary files /dev/null and b/graphics/backspr/gBackShinySprite352Grumpig.png differ diff --git a/graphics/backspr/gBackShinySprite353Plusle.png b/graphics/backspr/gBackShinySprite353Plusle.png new file mode 100644 index 0000000..a9da71c Binary files /dev/null and b/graphics/backspr/gBackShinySprite353Plusle.png differ diff --git a/graphics/backspr/gBackShinySprite354Minun.png b/graphics/backspr/gBackShinySprite354Minun.png new file mode 100644 index 0000000..d21fa69 Binary files /dev/null and b/graphics/backspr/gBackShinySprite354Minun.png differ diff --git a/graphics/backspr/gBackShinySprite355Mawile.png b/graphics/backspr/gBackShinySprite355Mawile.png new file mode 100644 index 0000000..c8d9f4d Binary files /dev/null and b/graphics/backspr/gBackShinySprite355Mawile.png differ diff --git a/graphics/backspr/gBackShinySprite356Meditite.png b/graphics/backspr/gBackShinySprite356Meditite.png new file mode 100644 index 0000000..1745200 Binary files /dev/null and b/graphics/backspr/gBackShinySprite356Meditite.png differ diff --git a/graphics/backspr/gBackShinySprite357Medicham.png b/graphics/backspr/gBackShinySprite357Medicham.png new file mode 100644 index 0000000..9bbaba6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite357Medicham.png differ diff --git a/graphics/backspr/gBackShinySprite358Swablu.png b/graphics/backspr/gBackShinySprite358Swablu.png new file mode 100644 index 0000000..1be7332 Binary files /dev/null and b/graphics/backspr/gBackShinySprite358Swablu.png differ diff --git a/graphics/backspr/gBackShinySprite359Altaria.png b/graphics/backspr/gBackShinySprite359Altaria.png new file mode 100644 index 0000000..7240ea5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite359Altaria.png differ diff --git a/graphics/backspr/gBackShinySprite360Wynaut.png b/graphics/backspr/gBackShinySprite360Wynaut.png new file mode 100644 index 0000000..ff37edc Binary files /dev/null and b/graphics/backspr/gBackShinySprite360Wynaut.png differ diff --git a/graphics/backspr/gBackShinySprite361Duskull.png b/graphics/backspr/gBackShinySprite361Duskull.png new file mode 100644 index 0000000..8e26eb6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite361Duskull.png differ diff --git a/graphics/backspr/gBackShinySprite362Dusclops.png b/graphics/backspr/gBackShinySprite362Dusclops.png new file mode 100644 index 0000000..22d2685 Binary files /dev/null and b/graphics/backspr/gBackShinySprite362Dusclops.png differ diff --git a/graphics/backspr/gBackShinySprite363Roselia.png b/graphics/backspr/gBackShinySprite363Roselia.png new file mode 100644 index 0000000..467247f Binary files /dev/null and b/graphics/backspr/gBackShinySprite363Roselia.png differ diff --git a/graphics/backspr/gBackShinySprite364Slakoth.png b/graphics/backspr/gBackShinySprite364Slakoth.png new file mode 100644 index 0000000..c1ea32b Binary files /dev/null and b/graphics/backspr/gBackShinySprite364Slakoth.png differ diff --git a/graphics/backspr/gBackShinySprite365Vigoroth.png b/graphics/backspr/gBackShinySprite365Vigoroth.png new file mode 100644 index 0000000..1a50136 Binary files /dev/null and b/graphics/backspr/gBackShinySprite365Vigoroth.png differ diff --git a/graphics/backspr/gBackShinySprite366Slaking.png b/graphics/backspr/gBackShinySprite366Slaking.png new file mode 100644 index 0000000..660c564 Binary files /dev/null and b/graphics/backspr/gBackShinySprite366Slaking.png differ diff --git a/graphics/backspr/gBackShinySprite367Gulpin.png b/graphics/backspr/gBackShinySprite367Gulpin.png new file mode 100644 index 0000000..f2ce1b2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite367Gulpin.png differ diff --git a/graphics/backspr/gBackShinySprite368Swalot.png b/graphics/backspr/gBackShinySprite368Swalot.png new file mode 100644 index 0000000..e5911f3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite368Swalot.png differ diff --git a/graphics/backspr/gBackShinySprite369Tropius.png b/graphics/backspr/gBackShinySprite369Tropius.png new file mode 100644 index 0000000..e62bf55 Binary files /dev/null and b/graphics/backspr/gBackShinySprite369Tropius.png differ diff --git a/graphics/backspr/gBackShinySprite370Whismur.png b/graphics/backspr/gBackShinySprite370Whismur.png new file mode 100644 index 0000000..aa677b4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite370Whismur.png differ diff --git a/graphics/backspr/gBackShinySprite371Loudred.png b/graphics/backspr/gBackShinySprite371Loudred.png new file mode 100644 index 0000000..b024470 Binary files /dev/null and b/graphics/backspr/gBackShinySprite371Loudred.png differ diff --git a/graphics/backspr/gBackShinySprite372Exploud.png b/graphics/backspr/gBackShinySprite372Exploud.png new file mode 100644 index 0000000..6d109ee Binary files /dev/null and b/graphics/backspr/gBackShinySprite372Exploud.png differ diff --git a/graphics/backspr/gBackShinySprite373Clamperl.png b/graphics/backspr/gBackShinySprite373Clamperl.png new file mode 100644 index 0000000..5d5defd Binary files /dev/null and b/graphics/backspr/gBackShinySprite373Clamperl.png differ diff --git a/graphics/backspr/gBackShinySprite374Huntail.png b/graphics/backspr/gBackShinySprite374Huntail.png new file mode 100644 index 0000000..00b2bbc Binary files /dev/null and b/graphics/backspr/gBackShinySprite374Huntail.png differ diff --git a/graphics/backspr/gBackShinySprite375Gorebyss.png b/graphics/backspr/gBackShinySprite375Gorebyss.png new file mode 100644 index 0000000..9b3b6d9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite375Gorebyss.png differ diff --git a/graphics/backspr/gBackShinySprite376Absol.png b/graphics/backspr/gBackShinySprite376Absol.png new file mode 100644 index 0000000..5fd4793 Binary files /dev/null and b/graphics/backspr/gBackShinySprite376Absol.png differ diff --git a/graphics/backspr/gBackShinySprite377Shuppet.png b/graphics/backspr/gBackShinySprite377Shuppet.png new file mode 100644 index 0000000..945e7f0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite377Shuppet.png differ diff --git a/graphics/backspr/gBackShinySprite378Banette.png b/graphics/backspr/gBackShinySprite378Banette.png new file mode 100644 index 0000000..46d7062 Binary files /dev/null and b/graphics/backspr/gBackShinySprite378Banette.png differ diff --git a/graphics/backspr/gBackShinySprite379Seviper.png b/graphics/backspr/gBackShinySprite379Seviper.png new file mode 100644 index 0000000..d979647 Binary files /dev/null and b/graphics/backspr/gBackShinySprite379Seviper.png differ diff --git a/graphics/backspr/gBackShinySprite380Zangoose.png b/graphics/backspr/gBackShinySprite380Zangoose.png new file mode 100644 index 0000000..4b733b2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite380Zangoose.png differ diff --git a/graphics/backspr/gBackShinySprite381Relicanth.png b/graphics/backspr/gBackShinySprite381Relicanth.png new file mode 100644 index 0000000..1e51313 Binary files /dev/null and b/graphics/backspr/gBackShinySprite381Relicanth.png differ diff --git a/graphics/backspr/gBackShinySprite382Aron.png b/graphics/backspr/gBackShinySprite382Aron.png new file mode 100644 index 0000000..75d0afe Binary files /dev/null and b/graphics/backspr/gBackShinySprite382Aron.png differ diff --git a/graphics/backspr/gBackShinySprite383Lairon.png b/graphics/backspr/gBackShinySprite383Lairon.png new file mode 100644 index 0000000..dff67a7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite383Lairon.png differ diff --git a/graphics/backspr/gBackShinySprite384Aggron.png b/graphics/backspr/gBackShinySprite384Aggron.png new file mode 100644 index 0000000..6bafd55 Binary files /dev/null and b/graphics/backspr/gBackShinySprite384Aggron.png differ diff --git a/graphics/backspr/gBackShinySprite385Castform.png b/graphics/backspr/gBackShinySprite385Castform.png new file mode 100644 index 0000000..20baea1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite385Castform.png differ diff --git a/graphics/backspr/gBackShinySprite386Volbeat.png b/graphics/backspr/gBackShinySprite386Volbeat.png new file mode 100644 index 0000000..0a81fef Binary files /dev/null and b/graphics/backspr/gBackShinySprite386Volbeat.png differ diff --git a/graphics/backspr/gBackShinySprite387Illumise.png b/graphics/backspr/gBackShinySprite387Illumise.png new file mode 100644 index 0000000..b0506ab Binary files /dev/null and b/graphics/backspr/gBackShinySprite387Illumise.png differ diff --git a/graphics/backspr/gBackShinySprite388Lileep.png b/graphics/backspr/gBackShinySprite388Lileep.png new file mode 100644 index 0000000..23e8cce Binary files /dev/null and b/graphics/backspr/gBackShinySprite388Lileep.png differ diff --git a/graphics/backspr/gBackShinySprite389Cradily.png b/graphics/backspr/gBackShinySprite389Cradily.png new file mode 100644 index 0000000..a087a41 Binary files /dev/null and b/graphics/backspr/gBackShinySprite389Cradily.png differ diff --git a/graphics/backspr/gBackShinySprite390Anorith.png b/graphics/backspr/gBackShinySprite390Anorith.png new file mode 100644 index 0000000..e9d8ce6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite390Anorith.png differ diff --git a/graphics/backspr/gBackShinySprite391Armaldo.png b/graphics/backspr/gBackShinySprite391Armaldo.png new file mode 100644 index 0000000..0711cb3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite391Armaldo.png differ diff --git a/graphics/backspr/gBackShinySprite392Ralts.png b/graphics/backspr/gBackShinySprite392Ralts.png new file mode 100644 index 0000000..3c0e71d Binary files /dev/null and b/graphics/backspr/gBackShinySprite392Ralts.png differ diff --git a/graphics/backspr/gBackShinySprite393Kirlia.png b/graphics/backspr/gBackShinySprite393Kirlia.png new file mode 100644 index 0000000..372e73d Binary files /dev/null and b/graphics/backspr/gBackShinySprite393Kirlia.png differ diff --git a/graphics/backspr/gBackShinySprite394Gardevoir.png b/graphics/backspr/gBackShinySprite394Gardevoir.png new file mode 100644 index 0000000..72b4127 Binary files /dev/null and b/graphics/backspr/gBackShinySprite394Gardevoir.png differ diff --git a/graphics/backspr/gBackShinySprite395Bagon.png b/graphics/backspr/gBackShinySprite395Bagon.png new file mode 100644 index 0000000..e9bbd46 Binary files /dev/null and b/graphics/backspr/gBackShinySprite395Bagon.png differ diff --git a/graphics/backspr/gBackShinySprite396Shelgon.png b/graphics/backspr/gBackShinySprite396Shelgon.png new file mode 100644 index 0000000..e670784 Binary files /dev/null and b/graphics/backspr/gBackShinySprite396Shelgon.png differ diff --git a/graphics/backspr/gBackShinySprite397Salamence.png b/graphics/backspr/gBackShinySprite397Salamence.png new file mode 100644 index 0000000..7899dcb Binary files /dev/null and b/graphics/backspr/gBackShinySprite397Salamence.png differ diff --git a/graphics/backspr/gBackShinySprite398Beldum.png b/graphics/backspr/gBackShinySprite398Beldum.png new file mode 100644 index 0000000..e7c68d3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite398Beldum.png differ diff --git a/graphics/backspr/gBackShinySprite399Metang.png b/graphics/backspr/gBackShinySprite399Metang.png new file mode 100644 index 0000000..067e2fa Binary files /dev/null and b/graphics/backspr/gBackShinySprite399Metang.png differ diff --git a/graphics/backspr/gBackShinySprite400Metagross.png b/graphics/backspr/gBackShinySprite400Metagross.png new file mode 100644 index 0000000..17fea65 Binary files /dev/null and b/graphics/backspr/gBackShinySprite400Metagross.png differ diff --git a/graphics/backspr/gBackShinySprite401Regirock.png b/graphics/backspr/gBackShinySprite401Regirock.png new file mode 100644 index 0000000..be248f4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite401Regirock.png differ diff --git a/graphics/backspr/gBackShinySprite402Regice.png b/graphics/backspr/gBackShinySprite402Regice.png new file mode 100644 index 0000000..08aa820 Binary files /dev/null and b/graphics/backspr/gBackShinySprite402Regice.png differ diff --git a/graphics/backspr/gBackShinySprite403Registeel.png b/graphics/backspr/gBackShinySprite403Registeel.png new file mode 100644 index 0000000..38e2619 Binary files /dev/null and b/graphics/backspr/gBackShinySprite403Registeel.png differ diff --git a/graphics/backspr/gBackShinySprite404Kyogre.png b/graphics/backspr/gBackShinySprite404Kyogre.png new file mode 100644 index 0000000..ad5a9d9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite404Kyogre.png differ diff --git a/graphics/backspr/gBackShinySprite405Groudon.png b/graphics/backspr/gBackShinySprite405Groudon.png new file mode 100644 index 0000000..805c029 Binary files /dev/null and b/graphics/backspr/gBackShinySprite405Groudon.png differ diff --git a/graphics/backspr/gBackShinySprite406Rayquaza.png b/graphics/backspr/gBackShinySprite406Rayquaza.png new file mode 100644 index 0000000..8f52f00 Binary files /dev/null and b/graphics/backspr/gBackShinySprite406Rayquaza.png differ diff --git a/graphics/backspr/gBackShinySprite407Latias.png b/graphics/backspr/gBackShinySprite407Latias.png new file mode 100644 index 0000000..9d996ab Binary files /dev/null and b/graphics/backspr/gBackShinySprite407Latias.png differ diff --git a/graphics/backspr/gBackShinySprite408Latios.png b/graphics/backspr/gBackShinySprite408Latios.png new file mode 100644 index 0000000..e620903 Binary files /dev/null and b/graphics/backspr/gBackShinySprite408Latios.png differ diff --git a/graphics/backspr/gBackShinySprite409Jirachi.png b/graphics/backspr/gBackShinySprite409Jirachi.png new file mode 100644 index 0000000..849e999 Binary files /dev/null and b/graphics/backspr/gBackShinySprite409Jirachi.png differ diff --git a/graphics/backspr/gBackShinySprite410Deoxys.png b/graphics/backspr/gBackShinySprite410Deoxys.png new file mode 100644 index 0000000..518f70c Binary files /dev/null and b/graphics/backspr/gBackShinySprite410Deoxys.png differ diff --git a/graphics/backspr/gBackShinySprite411Chimecho.png b/graphics/backspr/gBackShinySprite411Chimecho.png new file mode 100644 index 0000000..6dc2f0c Binary files /dev/null and b/graphics/backspr/gBackShinySprite411Chimecho.png differ diff --git a/graphics/backspr/gBackShinySprite412Egg.png b/graphics/backspr/gBackShinySprite412Egg.png new file mode 100644 index 0000000..204c68e Binary files /dev/null and b/graphics/backspr/gBackShinySprite412Egg.png differ diff --git a/graphics/backspr/gBackShinySprite413UnownB.png b/graphics/backspr/gBackShinySprite413UnownB.png new file mode 100644 index 0000000..878d309 Binary files /dev/null and b/graphics/backspr/gBackShinySprite413UnownB.png differ diff --git a/graphics/backspr/gBackShinySprite414UnownC.png b/graphics/backspr/gBackShinySprite414UnownC.png new file mode 100644 index 0000000..a2f4c23 Binary files /dev/null and b/graphics/backspr/gBackShinySprite414UnownC.png differ diff --git a/graphics/backspr/gBackShinySprite415UnownD.png b/graphics/backspr/gBackShinySprite415UnownD.png new file mode 100644 index 0000000..2ff611e Binary files /dev/null and b/graphics/backspr/gBackShinySprite415UnownD.png differ diff --git a/graphics/backspr/gBackShinySprite416UnownE.png b/graphics/backspr/gBackShinySprite416UnownE.png new file mode 100644 index 0000000..bcdb5a9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite416UnownE.png differ diff --git a/graphics/backspr/gBackShinySprite417UnownF.png b/graphics/backspr/gBackShinySprite417UnownF.png new file mode 100644 index 0000000..a455292 Binary files /dev/null and b/graphics/backspr/gBackShinySprite417UnownF.png differ diff --git a/graphics/backspr/gBackShinySprite418UnownG.png b/graphics/backspr/gBackShinySprite418UnownG.png new file mode 100644 index 0000000..ac3d044 Binary files /dev/null and b/graphics/backspr/gBackShinySprite418UnownG.png differ diff --git a/graphics/backspr/gBackShinySprite419UnownH.png b/graphics/backspr/gBackShinySprite419UnownH.png new file mode 100644 index 0000000..8562d9a Binary files /dev/null and b/graphics/backspr/gBackShinySprite419UnownH.png differ diff --git a/graphics/backspr/gBackShinySprite420UnownI.png b/graphics/backspr/gBackShinySprite420UnownI.png new file mode 100644 index 0000000..e25ed08 Binary files /dev/null and b/graphics/backspr/gBackShinySprite420UnownI.png differ diff --git a/graphics/backspr/gBackShinySprite421UnownJ.png b/graphics/backspr/gBackShinySprite421UnownJ.png new file mode 100644 index 0000000..b3b9476 Binary files /dev/null and b/graphics/backspr/gBackShinySprite421UnownJ.png differ diff --git a/graphics/backspr/gBackShinySprite422UnownK.png b/graphics/backspr/gBackShinySprite422UnownK.png new file mode 100644 index 0000000..df80ce8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite422UnownK.png differ diff --git a/graphics/backspr/gBackShinySprite423UnownL.png b/graphics/backspr/gBackShinySprite423UnownL.png new file mode 100644 index 0000000..9a87e05 Binary files /dev/null and b/graphics/backspr/gBackShinySprite423UnownL.png differ diff --git a/graphics/backspr/gBackShinySprite424UnownM.png b/graphics/backspr/gBackShinySprite424UnownM.png new file mode 100644 index 0000000..5cd5f4a Binary files /dev/null and b/graphics/backspr/gBackShinySprite424UnownM.png differ diff --git a/graphics/backspr/gBackShinySprite425UnownN.png b/graphics/backspr/gBackShinySprite425UnownN.png new file mode 100644 index 0000000..6dd1814 Binary files /dev/null and b/graphics/backspr/gBackShinySprite425UnownN.png differ diff --git a/graphics/backspr/gBackShinySprite426UnownO.png b/graphics/backspr/gBackShinySprite426UnownO.png new file mode 100644 index 0000000..a756862 Binary files /dev/null and b/graphics/backspr/gBackShinySprite426UnownO.png differ diff --git a/graphics/backspr/gBackShinySprite427UnownP.png b/graphics/backspr/gBackShinySprite427UnownP.png new file mode 100644 index 0000000..17ea8c8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite427UnownP.png differ diff --git a/graphics/backspr/gBackShinySprite428UnownQ.png b/graphics/backspr/gBackShinySprite428UnownQ.png new file mode 100644 index 0000000..5161b13 Binary files /dev/null and b/graphics/backspr/gBackShinySprite428UnownQ.png differ diff --git a/graphics/backspr/gBackShinySprite429UnownR.png b/graphics/backspr/gBackShinySprite429UnownR.png new file mode 100644 index 0000000..9aa333a Binary files /dev/null and b/graphics/backspr/gBackShinySprite429UnownR.png differ diff --git a/graphics/backspr/gBackShinySprite430UnownS.png b/graphics/backspr/gBackShinySprite430UnownS.png new file mode 100644 index 0000000..f0796ff Binary files /dev/null and b/graphics/backspr/gBackShinySprite430UnownS.png differ diff --git a/graphics/backspr/gBackShinySprite431UnownT.png b/graphics/backspr/gBackShinySprite431UnownT.png new file mode 100644 index 0000000..21bdbb6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite431UnownT.png differ diff --git a/graphics/backspr/gBackShinySprite432UnownU.png b/graphics/backspr/gBackShinySprite432UnownU.png new file mode 100644 index 0000000..2bcfa1f Binary files /dev/null and b/graphics/backspr/gBackShinySprite432UnownU.png differ diff --git a/graphics/backspr/gBackShinySprite433UnownV.png b/graphics/backspr/gBackShinySprite433UnownV.png new file mode 100644 index 0000000..65f1ed1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite433UnownV.png differ diff --git a/graphics/backspr/gBackShinySprite434UnownW.png b/graphics/backspr/gBackShinySprite434UnownW.png new file mode 100644 index 0000000..eb1e8a1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite434UnownW.png differ diff --git a/graphics/backspr/gBackShinySprite435UnownX.png b/graphics/backspr/gBackShinySprite435UnownX.png new file mode 100644 index 0000000..1a3888e Binary files /dev/null and b/graphics/backspr/gBackShinySprite435UnownX.png differ diff --git a/graphics/backspr/gBackShinySprite436UnownY.png b/graphics/backspr/gBackShinySprite436UnownY.png new file mode 100644 index 0000000..fa8ff23 Binary files /dev/null and b/graphics/backspr/gBackShinySprite436UnownY.png differ diff --git a/graphics/backspr/gBackShinySprite437UnownZ.png b/graphics/backspr/gBackShinySprite437UnownZ.png new file mode 100644 index 0000000..971d9e9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite437UnownZ.png differ diff --git a/graphics/backspr/gBackShinySprite438UnownExclamation.png b/graphics/backspr/gBackShinySprite438UnownExclamation.png new file mode 100644 index 0000000..8728640 Binary files /dev/null and b/graphics/backspr/gBackShinySprite438UnownExclamation.png differ diff --git a/graphics/backspr/gBackShinySprite439UnownQuestion.png b/graphics/backspr/gBackShinySprite439UnownQuestion.png new file mode 100644 index 0000000..e7cc6a7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite439UnownQuestion.png differ diff --git a/graphics/backspr/gBackShinySprite440Turtwig.png b/graphics/backspr/gBackShinySprite440Turtwig.png new file mode 100644 index 0000000..afe7f32 Binary files /dev/null and b/graphics/backspr/gBackShinySprite440Turtwig.png differ diff --git a/graphics/backspr/gBackShinySprite441Grotle.png b/graphics/backspr/gBackShinySprite441Grotle.png new file mode 100644 index 0000000..04a1ec2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite441Grotle.png differ diff --git a/graphics/backspr/gBackShinySprite442Torterra.png b/graphics/backspr/gBackShinySprite442Torterra.png new file mode 100644 index 0000000..e5bcb9f Binary files /dev/null and b/graphics/backspr/gBackShinySprite442Torterra.png differ diff --git a/graphics/backspr/gBackShinySprite443Chimchar.png b/graphics/backspr/gBackShinySprite443Chimchar.png new file mode 100644 index 0000000..d4fce2c Binary files /dev/null and b/graphics/backspr/gBackShinySprite443Chimchar.png differ diff --git a/graphics/backspr/gBackShinySprite444Monferno.png b/graphics/backspr/gBackShinySprite444Monferno.png new file mode 100644 index 0000000..018ac56 Binary files /dev/null and b/graphics/backspr/gBackShinySprite444Monferno.png differ diff --git a/graphics/backspr/gBackShinySprite445Infernape.png b/graphics/backspr/gBackShinySprite445Infernape.png new file mode 100644 index 0000000..87cd830 Binary files /dev/null and b/graphics/backspr/gBackShinySprite445Infernape.png differ diff --git a/graphics/backspr/gBackShinySprite446Piplup.png b/graphics/backspr/gBackShinySprite446Piplup.png new file mode 100644 index 0000000..ef415f7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite446Piplup.png differ diff --git a/graphics/backspr/gBackShinySprite447Prinplup.png b/graphics/backspr/gBackShinySprite447Prinplup.png new file mode 100644 index 0000000..0426044 Binary files /dev/null and b/graphics/backspr/gBackShinySprite447Prinplup.png differ diff --git a/graphics/backspr/gBackShinySprite448Empoleon.png b/graphics/backspr/gBackShinySprite448Empoleon.png new file mode 100644 index 0000000..3b81578 Binary files /dev/null and b/graphics/backspr/gBackShinySprite448Empoleon.png differ diff --git a/graphics/backspr/gBackShinySprite449Starly.png b/graphics/backspr/gBackShinySprite449Starly.png new file mode 100644 index 0000000..6eb3cf8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite449Starly.png differ diff --git a/graphics/backspr/gBackShinySprite450Staravia.png b/graphics/backspr/gBackShinySprite450Staravia.png new file mode 100644 index 0000000..517518e Binary files /dev/null and b/graphics/backspr/gBackShinySprite450Staravia.png differ diff --git a/graphics/backspr/gBackShinySprite451Staraptor.png b/graphics/backspr/gBackShinySprite451Staraptor.png new file mode 100644 index 0000000..18f5479 Binary files /dev/null and b/graphics/backspr/gBackShinySprite451Staraptor.png differ diff --git a/graphics/backspr/gBackShinySprite452Bidoof.png b/graphics/backspr/gBackShinySprite452Bidoof.png new file mode 100644 index 0000000..5efc78b Binary files /dev/null and b/graphics/backspr/gBackShinySprite452Bidoof.png differ diff --git a/graphics/backspr/gBackShinySprite453Bibarel.png b/graphics/backspr/gBackShinySprite453Bibarel.png new file mode 100644 index 0000000..ab4632a Binary files /dev/null and b/graphics/backspr/gBackShinySprite453Bibarel.png differ diff --git a/graphics/backspr/gBackShinySprite454Kricketot.png b/graphics/backspr/gBackShinySprite454Kricketot.png new file mode 100644 index 0000000..091e71d Binary files /dev/null and b/graphics/backspr/gBackShinySprite454Kricketot.png differ diff --git a/graphics/backspr/gBackShinySprite455Kricketune.png b/graphics/backspr/gBackShinySprite455Kricketune.png new file mode 100644 index 0000000..d4713b8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite455Kricketune.png differ diff --git a/graphics/backspr/gBackShinySprite456Shinx.png b/graphics/backspr/gBackShinySprite456Shinx.png new file mode 100644 index 0000000..06c8a53 Binary files /dev/null and b/graphics/backspr/gBackShinySprite456Shinx.png differ diff --git a/graphics/backspr/gBackShinySprite457Luxio.png b/graphics/backspr/gBackShinySprite457Luxio.png new file mode 100644 index 0000000..153d66f Binary files /dev/null and b/graphics/backspr/gBackShinySprite457Luxio.png differ diff --git a/graphics/backspr/gBackShinySprite458Luxray.png b/graphics/backspr/gBackShinySprite458Luxray.png new file mode 100644 index 0000000..a78843c Binary files /dev/null and b/graphics/backspr/gBackShinySprite458Luxray.png differ diff --git a/graphics/backspr/gBackShinySprite459Budew.png b/graphics/backspr/gBackShinySprite459Budew.png new file mode 100644 index 0000000..216f8e8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite459Budew.png differ diff --git a/graphics/backspr/gBackShinySprite460Roserade.png b/graphics/backspr/gBackShinySprite460Roserade.png new file mode 100644 index 0000000..02f7d8a Binary files /dev/null and b/graphics/backspr/gBackShinySprite460Roserade.png differ diff --git a/graphics/backspr/gBackShinySprite461Cranidos.png b/graphics/backspr/gBackShinySprite461Cranidos.png new file mode 100644 index 0000000..fcf6b10 Binary files /dev/null and b/graphics/backspr/gBackShinySprite461Cranidos.png differ diff --git a/graphics/backspr/gBackShinySprite462Rampardos.png b/graphics/backspr/gBackShinySprite462Rampardos.png new file mode 100644 index 0000000..dbed48e Binary files /dev/null and b/graphics/backspr/gBackShinySprite462Rampardos.png differ diff --git a/graphics/backspr/gBackShinySprite463Shieldon.png b/graphics/backspr/gBackShinySprite463Shieldon.png new file mode 100644 index 0000000..4fff890 Binary files /dev/null and b/graphics/backspr/gBackShinySprite463Shieldon.png differ diff --git a/graphics/backspr/gBackShinySprite464Bastiodon.png b/graphics/backspr/gBackShinySprite464Bastiodon.png new file mode 100644 index 0000000..b750328 Binary files /dev/null and b/graphics/backspr/gBackShinySprite464Bastiodon.png differ diff --git a/graphics/backspr/gBackShinySprite465Burmy.png b/graphics/backspr/gBackShinySprite465Burmy.png new file mode 100644 index 0000000..e4218a6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite465Burmy.png differ diff --git a/graphics/backspr/gBackShinySprite466Wormadam.png b/graphics/backspr/gBackShinySprite466Wormadam.png new file mode 100644 index 0000000..2b57426 Binary files /dev/null and b/graphics/backspr/gBackShinySprite466Wormadam.png differ diff --git a/graphics/backspr/gBackShinySprite467Mothim.png b/graphics/backspr/gBackShinySprite467Mothim.png new file mode 100644 index 0000000..ecc891c Binary files /dev/null and b/graphics/backspr/gBackShinySprite467Mothim.png differ diff --git a/graphics/backspr/gBackShinySprite468Combee.png b/graphics/backspr/gBackShinySprite468Combee.png new file mode 100644 index 0000000..e826d39 Binary files /dev/null and b/graphics/backspr/gBackShinySprite468Combee.png differ diff --git a/graphics/backspr/gBackShinySprite469Vespiquen.png b/graphics/backspr/gBackShinySprite469Vespiquen.png new file mode 100644 index 0000000..c620490 Binary files /dev/null and b/graphics/backspr/gBackShinySprite469Vespiquen.png differ diff --git a/graphics/backspr/gBackShinySprite470Pachirisu.png b/graphics/backspr/gBackShinySprite470Pachirisu.png new file mode 100644 index 0000000..438881a Binary files /dev/null and b/graphics/backspr/gBackShinySprite470Pachirisu.png differ diff --git a/graphics/backspr/gBackShinySprite471Buizel.png b/graphics/backspr/gBackShinySprite471Buizel.png new file mode 100644 index 0000000..b516b66 Binary files /dev/null and b/graphics/backspr/gBackShinySprite471Buizel.png differ diff --git a/graphics/backspr/gBackShinySprite472Floatzel.png b/graphics/backspr/gBackShinySprite472Floatzel.png new file mode 100644 index 0000000..e2abad2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite472Floatzel.png differ diff --git a/graphics/backspr/gBackShinySprite473Cherubi.png b/graphics/backspr/gBackShinySprite473Cherubi.png new file mode 100644 index 0000000..d6f6023 Binary files /dev/null and b/graphics/backspr/gBackShinySprite473Cherubi.png differ diff --git a/graphics/backspr/gBackShinySprite474Cherrim.png b/graphics/backspr/gBackShinySprite474Cherrim.png new file mode 100644 index 0000000..2654ca6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite474Cherrim.png differ diff --git a/graphics/backspr/gBackShinySprite475Shellos.png b/graphics/backspr/gBackShinySprite475Shellos.png new file mode 100644 index 0000000..c7005ce Binary files /dev/null and b/graphics/backspr/gBackShinySprite475Shellos.png differ diff --git a/graphics/backspr/gBackShinySprite476Gastrodon.png b/graphics/backspr/gBackShinySprite476Gastrodon.png new file mode 100644 index 0000000..0bd70bd Binary files /dev/null and b/graphics/backspr/gBackShinySprite476Gastrodon.png differ diff --git a/graphics/backspr/gBackShinySprite477Ambipom.png b/graphics/backspr/gBackShinySprite477Ambipom.png new file mode 100644 index 0000000..2e50b74 Binary files /dev/null and b/graphics/backspr/gBackShinySprite477Ambipom.png differ diff --git a/graphics/backspr/gBackShinySprite478Drifloon.png b/graphics/backspr/gBackShinySprite478Drifloon.png new file mode 100644 index 0000000..cf6eaef Binary files /dev/null and b/graphics/backspr/gBackShinySprite478Drifloon.png differ diff --git a/graphics/backspr/gBackShinySprite479Drifblim.png b/graphics/backspr/gBackShinySprite479Drifblim.png new file mode 100644 index 0000000..0a0c89f Binary files /dev/null and b/graphics/backspr/gBackShinySprite479Drifblim.png differ diff --git a/graphics/backspr/gBackShinySprite480Buneary.png b/graphics/backspr/gBackShinySprite480Buneary.png new file mode 100644 index 0000000..2e2d6f0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite480Buneary.png differ diff --git a/graphics/backspr/gBackShinySprite481Lopunny.png b/graphics/backspr/gBackShinySprite481Lopunny.png new file mode 100644 index 0000000..9b7a5ed Binary files /dev/null and b/graphics/backspr/gBackShinySprite481Lopunny.png differ diff --git a/graphics/backspr/gBackShinySprite482Mismagius.png b/graphics/backspr/gBackShinySprite482Mismagius.png new file mode 100644 index 0000000..cf5fa72 Binary files /dev/null and b/graphics/backspr/gBackShinySprite482Mismagius.png differ diff --git a/graphics/backspr/gBackShinySprite483Honchkrow.png b/graphics/backspr/gBackShinySprite483Honchkrow.png new file mode 100644 index 0000000..d89fb7d Binary files /dev/null and b/graphics/backspr/gBackShinySprite483Honchkrow.png differ diff --git a/graphics/backspr/gBackShinySprite484Glameow.png b/graphics/backspr/gBackShinySprite484Glameow.png new file mode 100644 index 0000000..33650c9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite484Glameow.png differ diff --git a/graphics/backspr/gBackShinySprite485Purugly.png b/graphics/backspr/gBackShinySprite485Purugly.png new file mode 100644 index 0000000..efae030 Binary files /dev/null and b/graphics/backspr/gBackShinySprite485Purugly.png differ diff --git a/graphics/backspr/gBackShinySprite486Chingling.png b/graphics/backspr/gBackShinySprite486Chingling.png new file mode 100644 index 0000000..8590c52 Binary files /dev/null and b/graphics/backspr/gBackShinySprite486Chingling.png differ diff --git a/graphics/backspr/gBackShinySprite487Stunky.png b/graphics/backspr/gBackShinySprite487Stunky.png new file mode 100644 index 0000000..e4167a1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite487Stunky.png differ diff --git a/graphics/backspr/gBackShinySprite488Skuntank.png b/graphics/backspr/gBackShinySprite488Skuntank.png new file mode 100644 index 0000000..80685b2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite488Skuntank.png differ diff --git a/graphics/backspr/gBackShinySprite489Bronzor.png b/graphics/backspr/gBackShinySprite489Bronzor.png new file mode 100644 index 0000000..589974c Binary files /dev/null and b/graphics/backspr/gBackShinySprite489Bronzor.png differ diff --git a/graphics/backspr/gBackShinySprite490Bronzong.png b/graphics/backspr/gBackShinySprite490Bronzong.png new file mode 100644 index 0000000..0cbc8ef Binary files /dev/null and b/graphics/backspr/gBackShinySprite490Bronzong.png differ diff --git a/graphics/backspr/gBackShinySprite491Bonsly.png b/graphics/backspr/gBackShinySprite491Bonsly.png new file mode 100644 index 0000000..cf2c36f Binary files /dev/null and b/graphics/backspr/gBackShinySprite491Bonsly.png differ diff --git a/graphics/backspr/gBackShinySprite492MimeJr.png b/graphics/backspr/gBackShinySprite492MimeJr.png new file mode 100644 index 0000000..a2b4435 Binary files /dev/null and b/graphics/backspr/gBackShinySprite492MimeJr.png differ diff --git a/graphics/backspr/gBackShinySprite493Happiny.png b/graphics/backspr/gBackShinySprite493Happiny.png new file mode 100644 index 0000000..0e644ee Binary files /dev/null and b/graphics/backspr/gBackShinySprite493Happiny.png differ diff --git a/graphics/backspr/gBackShinySprite494Chatot.png b/graphics/backspr/gBackShinySprite494Chatot.png new file mode 100644 index 0000000..4daeb16 Binary files /dev/null and b/graphics/backspr/gBackShinySprite494Chatot.png differ diff --git a/graphics/backspr/gBackShinySprite495Spiritomb.png b/graphics/backspr/gBackShinySprite495Spiritomb.png new file mode 100644 index 0000000..16c51f4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite495Spiritomb.png differ diff --git a/graphics/backspr/gBackShinySprite496Gible.png b/graphics/backspr/gBackShinySprite496Gible.png new file mode 100644 index 0000000..1ff08b9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite496Gible.png differ diff --git a/graphics/backspr/gBackShinySprite497Gabite.png b/graphics/backspr/gBackShinySprite497Gabite.png new file mode 100644 index 0000000..44fd85b Binary files /dev/null and b/graphics/backspr/gBackShinySprite497Gabite.png differ diff --git a/graphics/backspr/gBackShinySprite498Garchomp.png b/graphics/backspr/gBackShinySprite498Garchomp.png new file mode 100644 index 0000000..95fc433 Binary files /dev/null and b/graphics/backspr/gBackShinySprite498Garchomp.png differ diff --git a/graphics/backspr/gBackShinySprite499Munchlax.png b/graphics/backspr/gBackShinySprite499Munchlax.png new file mode 100644 index 0000000..2adaaae Binary files /dev/null and b/graphics/backspr/gBackShinySprite499Munchlax.png differ diff --git a/graphics/backspr/gBackShinySprite500Riolu.png b/graphics/backspr/gBackShinySprite500Riolu.png new file mode 100644 index 0000000..7b579aa Binary files /dev/null and b/graphics/backspr/gBackShinySprite500Riolu.png differ diff --git a/graphics/backspr/gBackShinySprite501Lucario.png b/graphics/backspr/gBackShinySprite501Lucario.png new file mode 100644 index 0000000..278b09c Binary files /dev/null and b/graphics/backspr/gBackShinySprite501Lucario.png differ diff --git a/graphics/backspr/gBackShinySprite502Hippopotas.png b/graphics/backspr/gBackShinySprite502Hippopotas.png new file mode 100644 index 0000000..479f8a6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite502Hippopotas.png differ diff --git a/graphics/backspr/gBackShinySprite503Hippowdon.png b/graphics/backspr/gBackShinySprite503Hippowdon.png new file mode 100644 index 0000000..d4c9d86 Binary files /dev/null and b/graphics/backspr/gBackShinySprite503Hippowdon.png differ diff --git a/graphics/backspr/gBackShinySprite504Skorupi.png b/graphics/backspr/gBackShinySprite504Skorupi.png new file mode 100644 index 0000000..8b3a620 Binary files /dev/null and b/graphics/backspr/gBackShinySprite504Skorupi.png differ diff --git a/graphics/backspr/gBackShinySprite505Drapion.png b/graphics/backspr/gBackShinySprite505Drapion.png new file mode 100644 index 0000000..907ea77 Binary files /dev/null and b/graphics/backspr/gBackShinySprite505Drapion.png differ diff --git a/graphics/backspr/gBackShinySprite506Croagunk.png b/graphics/backspr/gBackShinySprite506Croagunk.png new file mode 100644 index 0000000..4187095 Binary files /dev/null and b/graphics/backspr/gBackShinySprite506Croagunk.png differ diff --git a/graphics/backspr/gBackShinySprite507Toxicroak.png b/graphics/backspr/gBackShinySprite507Toxicroak.png new file mode 100644 index 0000000..237a406 Binary files /dev/null and b/graphics/backspr/gBackShinySprite507Toxicroak.png differ diff --git a/graphics/backspr/gBackShinySprite508Carnivine.png b/graphics/backspr/gBackShinySprite508Carnivine.png new file mode 100644 index 0000000..d5a7b83 Binary files /dev/null and b/graphics/backspr/gBackShinySprite508Carnivine.png differ diff --git a/graphics/backspr/gBackShinySprite509Finneon.png b/graphics/backspr/gBackShinySprite509Finneon.png new file mode 100644 index 0000000..c889bed Binary files /dev/null and b/graphics/backspr/gBackShinySprite509Finneon.png differ diff --git a/graphics/backspr/gBackShinySprite510Lumineon.png b/graphics/backspr/gBackShinySprite510Lumineon.png new file mode 100644 index 0000000..04d3fd5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite510Lumineon.png differ diff --git a/graphics/backspr/gBackShinySprite511Mantyke.png b/graphics/backspr/gBackShinySprite511Mantyke.png new file mode 100644 index 0000000..6edc323 Binary files /dev/null and b/graphics/backspr/gBackShinySprite511Mantyke.png differ diff --git a/graphics/backspr/gBackShinySprite512Snover.png b/graphics/backspr/gBackShinySprite512Snover.png new file mode 100644 index 0000000..91baaab Binary files /dev/null and b/graphics/backspr/gBackShinySprite512Snover.png differ diff --git a/graphics/backspr/gBackShinySprite513Abomasnow.png b/graphics/backspr/gBackShinySprite513Abomasnow.png new file mode 100644 index 0000000..336cb9b Binary files /dev/null and b/graphics/backspr/gBackShinySprite513Abomasnow.png differ diff --git a/graphics/backspr/gBackShinySprite514Weavile.png b/graphics/backspr/gBackShinySprite514Weavile.png new file mode 100644 index 0000000..e9bf64a Binary files /dev/null and b/graphics/backspr/gBackShinySprite514Weavile.png differ diff --git a/graphics/backspr/gBackShinySprite515Magnezone.png b/graphics/backspr/gBackShinySprite515Magnezone.png new file mode 100644 index 0000000..b2f4f35 Binary files /dev/null and b/graphics/backspr/gBackShinySprite515Magnezone.png differ diff --git a/graphics/backspr/gBackShinySprite516Lickilicky.png b/graphics/backspr/gBackShinySprite516Lickilicky.png new file mode 100644 index 0000000..d73a082 Binary files /dev/null and b/graphics/backspr/gBackShinySprite516Lickilicky.png differ diff --git a/graphics/backspr/gBackShinySprite517Rhyperior.png b/graphics/backspr/gBackShinySprite517Rhyperior.png new file mode 100644 index 0000000..b70e997 Binary files /dev/null and b/graphics/backspr/gBackShinySprite517Rhyperior.png differ diff --git a/graphics/backspr/gBackShinySprite518Tangrowth.png b/graphics/backspr/gBackShinySprite518Tangrowth.png new file mode 100644 index 0000000..351d68e Binary files /dev/null and b/graphics/backspr/gBackShinySprite518Tangrowth.png differ diff --git a/graphics/backspr/gBackShinySprite519Electivire.png b/graphics/backspr/gBackShinySprite519Electivire.png new file mode 100644 index 0000000..59d243f Binary files /dev/null and b/graphics/backspr/gBackShinySprite519Electivire.png differ diff --git a/graphics/backspr/gBackShinySprite520Magmortar.png b/graphics/backspr/gBackShinySprite520Magmortar.png new file mode 100644 index 0000000..ded96cd Binary files /dev/null and b/graphics/backspr/gBackShinySprite520Magmortar.png differ diff --git a/graphics/backspr/gBackShinySprite521Togekiss.png b/graphics/backspr/gBackShinySprite521Togekiss.png new file mode 100644 index 0000000..f3308e8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite521Togekiss.png differ diff --git a/graphics/backspr/gBackShinySprite522Yanmega.png b/graphics/backspr/gBackShinySprite522Yanmega.png new file mode 100644 index 0000000..8d607a6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite522Yanmega.png differ diff --git a/graphics/backspr/gBackShinySprite523Leafeon.png b/graphics/backspr/gBackShinySprite523Leafeon.png new file mode 100644 index 0000000..3866d7b Binary files /dev/null and b/graphics/backspr/gBackShinySprite523Leafeon.png differ diff --git a/graphics/backspr/gBackShinySprite524Glaceon.png b/graphics/backspr/gBackShinySprite524Glaceon.png new file mode 100644 index 0000000..b43199e Binary files /dev/null and b/graphics/backspr/gBackShinySprite524Glaceon.png differ diff --git a/graphics/backspr/gBackShinySprite525Gliscor.png b/graphics/backspr/gBackShinySprite525Gliscor.png new file mode 100644 index 0000000..13c0798 Binary files /dev/null and b/graphics/backspr/gBackShinySprite525Gliscor.png differ diff --git a/graphics/backspr/gBackShinySprite526Mamoswine.png b/graphics/backspr/gBackShinySprite526Mamoswine.png new file mode 100644 index 0000000..3d1de53 Binary files /dev/null and b/graphics/backspr/gBackShinySprite526Mamoswine.png differ diff --git a/graphics/backspr/gBackShinySprite527PorygonZ.png b/graphics/backspr/gBackShinySprite527PorygonZ.png new file mode 100644 index 0000000..6c000b2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite527PorygonZ.png differ diff --git a/graphics/backspr/gBackShinySprite528Gallade.png b/graphics/backspr/gBackShinySprite528Gallade.png new file mode 100644 index 0000000..75eca4a Binary files /dev/null and b/graphics/backspr/gBackShinySprite528Gallade.png differ diff --git a/graphics/backspr/gBackShinySprite529Probopass.png b/graphics/backspr/gBackShinySprite529Probopass.png new file mode 100644 index 0000000..fb24334 Binary files /dev/null and b/graphics/backspr/gBackShinySprite529Probopass.png differ diff --git a/graphics/backspr/gBackShinySprite530Dusknoir.png b/graphics/backspr/gBackShinySprite530Dusknoir.png new file mode 100644 index 0000000..aaafa0e Binary files /dev/null and b/graphics/backspr/gBackShinySprite530Dusknoir.png differ diff --git a/graphics/backspr/gBackShinySprite531Froslass.png b/graphics/backspr/gBackShinySprite531Froslass.png new file mode 100644 index 0000000..8c00db5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite531Froslass.png differ diff --git a/graphics/backspr/gBackShinySprite532Rotom.png b/graphics/backspr/gBackShinySprite532Rotom.png new file mode 100644 index 0000000..f33a976 Binary files /dev/null and b/graphics/backspr/gBackShinySprite532Rotom.png differ diff --git a/graphics/backspr/gBackShinySprite533Uxie.png b/graphics/backspr/gBackShinySprite533Uxie.png new file mode 100644 index 0000000..b16303b Binary files /dev/null and b/graphics/backspr/gBackShinySprite533Uxie.png differ diff --git a/graphics/backspr/gBackShinySprite534Mesprit.png b/graphics/backspr/gBackShinySprite534Mesprit.png new file mode 100644 index 0000000..1b06a54 Binary files /dev/null and b/graphics/backspr/gBackShinySprite534Mesprit.png differ diff --git a/graphics/backspr/gBackShinySprite535Azelf.png b/graphics/backspr/gBackShinySprite535Azelf.png new file mode 100644 index 0000000..b0652a0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite535Azelf.png differ diff --git a/graphics/backspr/gBackShinySprite536Dialga.png b/graphics/backspr/gBackShinySprite536Dialga.png new file mode 100644 index 0000000..1aeac80 Binary files /dev/null and b/graphics/backspr/gBackShinySprite536Dialga.png differ diff --git a/graphics/backspr/gBackShinySprite537Palkia.png b/graphics/backspr/gBackShinySprite537Palkia.png new file mode 100644 index 0000000..a165921 Binary files /dev/null and b/graphics/backspr/gBackShinySprite537Palkia.png differ diff --git a/graphics/backspr/gBackShinySprite538Heatran.png b/graphics/backspr/gBackShinySprite538Heatran.png new file mode 100644 index 0000000..cc648aa Binary files /dev/null and b/graphics/backspr/gBackShinySprite538Heatran.png differ diff --git a/graphics/backspr/gBackShinySprite539Regigigas.png b/graphics/backspr/gBackShinySprite539Regigigas.png new file mode 100644 index 0000000..6f18aca Binary files /dev/null and b/graphics/backspr/gBackShinySprite539Regigigas.png differ diff --git a/graphics/backspr/gBackShinySprite540Giratina.png b/graphics/backspr/gBackShinySprite540Giratina.png new file mode 100644 index 0000000..f02b226 Binary files /dev/null and b/graphics/backspr/gBackShinySprite540Giratina.png differ diff --git a/graphics/backspr/gBackShinySprite541Cresselia.png b/graphics/backspr/gBackShinySprite541Cresselia.png new file mode 100644 index 0000000..05fd8c1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite541Cresselia.png differ diff --git a/graphics/backspr/gBackShinySprite542Phione.png b/graphics/backspr/gBackShinySprite542Phione.png new file mode 100644 index 0000000..fcb7f11 Binary files /dev/null and b/graphics/backspr/gBackShinySprite542Phione.png differ diff --git a/graphics/backspr/gBackShinySprite543Manaphy.png b/graphics/backspr/gBackShinySprite543Manaphy.png new file mode 100644 index 0000000..927a09d Binary files /dev/null and b/graphics/backspr/gBackShinySprite543Manaphy.png differ diff --git a/graphics/backspr/gBackShinySprite544Darkrai.png b/graphics/backspr/gBackShinySprite544Darkrai.png new file mode 100644 index 0000000..d1c9480 Binary files /dev/null and b/graphics/backspr/gBackShinySprite544Darkrai.png differ diff --git a/graphics/backspr/gBackShinySprite545Shaymin.png b/graphics/backspr/gBackShinySprite545Shaymin.png new file mode 100644 index 0000000..40de348 Binary files /dev/null and b/graphics/backspr/gBackShinySprite545Shaymin.png differ diff --git a/graphics/backspr/gBackShinySprite546Arceus.png b/graphics/backspr/gBackShinySprite546Arceus.png new file mode 100644 index 0000000..b02c33c Binary files /dev/null and b/graphics/backspr/gBackShinySprite546Arceus.png differ diff --git a/graphics/backspr/gBackShinySprite547Victini.png b/graphics/backspr/gBackShinySprite547Victini.png new file mode 100644 index 0000000..4964a76 Binary files /dev/null and b/graphics/backspr/gBackShinySprite547Victini.png differ diff --git a/graphics/backspr/gBackShinySprite548Snivy.png b/graphics/backspr/gBackShinySprite548Snivy.png new file mode 100644 index 0000000..4fbcb9e Binary files /dev/null and b/graphics/backspr/gBackShinySprite548Snivy.png differ diff --git a/graphics/backspr/gBackShinySprite549Servine.png b/graphics/backspr/gBackShinySprite549Servine.png new file mode 100644 index 0000000..7c74321 Binary files /dev/null and b/graphics/backspr/gBackShinySprite549Servine.png differ diff --git a/graphics/backspr/gBackShinySprite550Serperior.png b/graphics/backspr/gBackShinySprite550Serperior.png new file mode 100644 index 0000000..f8d366a Binary files /dev/null and b/graphics/backspr/gBackShinySprite550Serperior.png differ diff --git a/graphics/backspr/gBackShinySprite551Tepig.png b/graphics/backspr/gBackShinySprite551Tepig.png new file mode 100644 index 0000000..0f1ebe0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite551Tepig.png differ diff --git a/graphics/backspr/gBackShinySprite552Pignite.png b/graphics/backspr/gBackShinySprite552Pignite.png new file mode 100644 index 0000000..b48746f Binary files /dev/null and b/graphics/backspr/gBackShinySprite552Pignite.png differ diff --git a/graphics/backspr/gBackShinySprite553Emboar.png b/graphics/backspr/gBackShinySprite553Emboar.png new file mode 100644 index 0000000..d59b676 Binary files /dev/null and b/graphics/backspr/gBackShinySprite553Emboar.png differ diff --git a/graphics/backspr/gBackShinySprite554Oshawott.png b/graphics/backspr/gBackShinySprite554Oshawott.png new file mode 100644 index 0000000..8a1ba55 Binary files /dev/null and b/graphics/backspr/gBackShinySprite554Oshawott.png differ diff --git a/graphics/backspr/gBackShinySprite555Dewott.png b/graphics/backspr/gBackShinySprite555Dewott.png new file mode 100644 index 0000000..988e2aa Binary files /dev/null and b/graphics/backspr/gBackShinySprite555Dewott.png differ diff --git a/graphics/backspr/gBackShinySprite556Samurott.png b/graphics/backspr/gBackShinySprite556Samurott.png new file mode 100644 index 0000000..1ff18b0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite556Samurott.png differ diff --git a/graphics/backspr/gBackShinySprite557Patrat.png b/graphics/backspr/gBackShinySprite557Patrat.png new file mode 100644 index 0000000..e26339b Binary files /dev/null and b/graphics/backspr/gBackShinySprite557Patrat.png differ diff --git a/graphics/backspr/gBackShinySprite558Watchog.png b/graphics/backspr/gBackShinySprite558Watchog.png new file mode 100644 index 0000000..2e0cd23 Binary files /dev/null and b/graphics/backspr/gBackShinySprite558Watchog.png differ diff --git a/graphics/backspr/gBackShinySprite559Lillipup.png b/graphics/backspr/gBackShinySprite559Lillipup.png new file mode 100644 index 0000000..04360fb Binary files /dev/null and b/graphics/backspr/gBackShinySprite559Lillipup.png differ diff --git a/graphics/backspr/gBackShinySprite560Herdier.png b/graphics/backspr/gBackShinySprite560Herdier.png new file mode 100644 index 0000000..2b7ea3c Binary files /dev/null and b/graphics/backspr/gBackShinySprite560Herdier.png differ diff --git a/graphics/backspr/gBackShinySprite561Stoutland.png b/graphics/backspr/gBackShinySprite561Stoutland.png new file mode 100644 index 0000000..aa0f972 Binary files /dev/null and b/graphics/backspr/gBackShinySprite561Stoutland.png differ diff --git a/graphics/backspr/gBackShinySprite562Purrloin.png b/graphics/backspr/gBackShinySprite562Purrloin.png new file mode 100644 index 0000000..4239243 Binary files /dev/null and b/graphics/backspr/gBackShinySprite562Purrloin.png differ diff --git a/graphics/backspr/gBackShinySprite563Liepard.png b/graphics/backspr/gBackShinySprite563Liepard.png new file mode 100644 index 0000000..3742d7f Binary files /dev/null and b/graphics/backspr/gBackShinySprite563Liepard.png differ diff --git a/graphics/backspr/gBackShinySprite564Pansage.png b/graphics/backspr/gBackShinySprite564Pansage.png new file mode 100644 index 0000000..9039aa3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite564Pansage.png differ diff --git a/graphics/backspr/gBackShinySprite565Simisage.png b/graphics/backspr/gBackShinySprite565Simisage.png new file mode 100644 index 0000000..b8e4ee0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite565Simisage.png differ diff --git a/graphics/backspr/gBackShinySprite566Pansear.png b/graphics/backspr/gBackShinySprite566Pansear.png new file mode 100644 index 0000000..1aa070b Binary files /dev/null and b/graphics/backspr/gBackShinySprite566Pansear.png differ diff --git a/graphics/backspr/gBackShinySprite567Simisear.png b/graphics/backspr/gBackShinySprite567Simisear.png new file mode 100644 index 0000000..29a1fe1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite567Simisear.png differ diff --git a/graphics/backspr/gBackShinySprite568Panpour.png b/graphics/backspr/gBackShinySprite568Panpour.png new file mode 100644 index 0000000..1ca92ec Binary files /dev/null and b/graphics/backspr/gBackShinySprite568Panpour.png differ diff --git a/graphics/backspr/gBackShinySprite569Simipour.png b/graphics/backspr/gBackShinySprite569Simipour.png new file mode 100644 index 0000000..a841490 Binary files /dev/null and b/graphics/backspr/gBackShinySprite569Simipour.png differ diff --git a/graphics/backspr/gBackShinySprite570Munna.png b/graphics/backspr/gBackShinySprite570Munna.png new file mode 100644 index 0000000..c35b857 Binary files /dev/null and b/graphics/backspr/gBackShinySprite570Munna.png differ diff --git a/graphics/backspr/gBackShinySprite571Musharna.png b/graphics/backspr/gBackShinySprite571Musharna.png new file mode 100644 index 0000000..0ccc267 Binary files /dev/null and b/graphics/backspr/gBackShinySprite571Musharna.png differ diff --git a/graphics/backspr/gBackShinySprite572Pidove.png b/graphics/backspr/gBackShinySprite572Pidove.png new file mode 100644 index 0000000..d5ee475 Binary files /dev/null and b/graphics/backspr/gBackShinySprite572Pidove.png differ diff --git a/graphics/backspr/gBackShinySprite573Tranquill.png b/graphics/backspr/gBackShinySprite573Tranquill.png new file mode 100644 index 0000000..f1d57e1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite573Tranquill.png differ diff --git a/graphics/backspr/gBackShinySprite574Unfezant.png b/graphics/backspr/gBackShinySprite574Unfezant.png new file mode 100644 index 0000000..9809d3b Binary files /dev/null and b/graphics/backspr/gBackShinySprite574Unfezant.png differ diff --git a/graphics/backspr/gBackShinySprite575Blitzle.png b/graphics/backspr/gBackShinySprite575Blitzle.png new file mode 100644 index 0000000..a14d378 Binary files /dev/null and b/graphics/backspr/gBackShinySprite575Blitzle.png differ diff --git a/graphics/backspr/gBackShinySprite576Zebstrika.png b/graphics/backspr/gBackShinySprite576Zebstrika.png new file mode 100644 index 0000000..9c7df8e Binary files /dev/null and b/graphics/backspr/gBackShinySprite576Zebstrika.png differ diff --git a/graphics/backspr/gBackShinySprite577Roggenrola.png b/graphics/backspr/gBackShinySprite577Roggenrola.png new file mode 100644 index 0000000..a31c2e1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite577Roggenrola.png differ diff --git a/graphics/backspr/gBackShinySprite578Boldore.png b/graphics/backspr/gBackShinySprite578Boldore.png new file mode 100644 index 0000000..ae961c4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite578Boldore.png differ diff --git a/graphics/backspr/gBackShinySprite579Gigalith.png b/graphics/backspr/gBackShinySprite579Gigalith.png new file mode 100644 index 0000000..d8897ed Binary files /dev/null and b/graphics/backspr/gBackShinySprite579Gigalith.png differ diff --git a/graphics/backspr/gBackShinySprite580Woobat.png b/graphics/backspr/gBackShinySprite580Woobat.png new file mode 100644 index 0000000..21ff618 Binary files /dev/null and b/graphics/backspr/gBackShinySprite580Woobat.png differ diff --git a/graphics/backspr/gBackShinySprite581Swoobat.png b/graphics/backspr/gBackShinySprite581Swoobat.png new file mode 100644 index 0000000..59a69cc Binary files /dev/null and b/graphics/backspr/gBackShinySprite581Swoobat.png differ diff --git a/graphics/backspr/gBackShinySprite582Drilbur.png b/graphics/backspr/gBackShinySprite582Drilbur.png new file mode 100644 index 0000000..cefb5d9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite582Drilbur.png differ diff --git a/graphics/backspr/gBackShinySprite583Excadrill.png b/graphics/backspr/gBackShinySprite583Excadrill.png new file mode 100644 index 0000000..b8dfa80 Binary files /dev/null and b/graphics/backspr/gBackShinySprite583Excadrill.png differ diff --git a/graphics/backspr/gBackShinySprite584Audino.png b/graphics/backspr/gBackShinySprite584Audino.png new file mode 100644 index 0000000..c01cb3f Binary files /dev/null and b/graphics/backspr/gBackShinySprite584Audino.png differ diff --git a/graphics/backspr/gBackShinySprite585Timburr.png b/graphics/backspr/gBackShinySprite585Timburr.png new file mode 100644 index 0000000..ac76425 Binary files /dev/null and b/graphics/backspr/gBackShinySprite585Timburr.png differ diff --git a/graphics/backspr/gBackShinySprite586Gurdurr.png b/graphics/backspr/gBackShinySprite586Gurdurr.png new file mode 100644 index 0000000..ae39941 Binary files /dev/null and b/graphics/backspr/gBackShinySprite586Gurdurr.png differ diff --git a/graphics/backspr/gBackShinySprite587Conkeldurr.png b/graphics/backspr/gBackShinySprite587Conkeldurr.png new file mode 100644 index 0000000..03efd20 Binary files /dev/null and b/graphics/backspr/gBackShinySprite587Conkeldurr.png differ diff --git a/graphics/backspr/gBackShinySprite588Tympole.png b/graphics/backspr/gBackShinySprite588Tympole.png new file mode 100644 index 0000000..fb14844 Binary files /dev/null and b/graphics/backspr/gBackShinySprite588Tympole.png differ diff --git a/graphics/backspr/gBackShinySprite589Palpitoad.png b/graphics/backspr/gBackShinySprite589Palpitoad.png new file mode 100644 index 0000000..ba040b0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite589Palpitoad.png differ diff --git a/graphics/backspr/gBackShinySprite590Seismitoad.png b/graphics/backspr/gBackShinySprite590Seismitoad.png new file mode 100644 index 0000000..9a45d17 Binary files /dev/null and b/graphics/backspr/gBackShinySprite590Seismitoad.png differ diff --git a/graphics/backspr/gBackShinySprite591Throh.png b/graphics/backspr/gBackShinySprite591Throh.png new file mode 100644 index 0000000..df2758f Binary files /dev/null and b/graphics/backspr/gBackShinySprite591Throh.png differ diff --git a/graphics/backspr/gBackShinySprite592Sawk.png b/graphics/backspr/gBackShinySprite592Sawk.png new file mode 100644 index 0000000..ea131f2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite592Sawk.png differ diff --git a/graphics/backspr/gBackShinySprite593Sewaddle.png b/graphics/backspr/gBackShinySprite593Sewaddle.png new file mode 100644 index 0000000..822fbb8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite593Sewaddle.png differ diff --git a/graphics/backspr/gBackShinySprite594Swadloon.png b/graphics/backspr/gBackShinySprite594Swadloon.png new file mode 100644 index 0000000..f3a3967 Binary files /dev/null and b/graphics/backspr/gBackShinySprite594Swadloon.png differ diff --git a/graphics/backspr/gBackShinySprite595Leavanny.png b/graphics/backspr/gBackShinySprite595Leavanny.png new file mode 100644 index 0000000..09e2546 Binary files /dev/null and b/graphics/backspr/gBackShinySprite595Leavanny.png differ diff --git a/graphics/backspr/gBackShinySprite596Venipede.png b/graphics/backspr/gBackShinySprite596Venipede.png new file mode 100644 index 0000000..2dcc150 Binary files /dev/null and b/graphics/backspr/gBackShinySprite596Venipede.png differ diff --git a/graphics/backspr/gBackShinySprite597Whirlipede.png b/graphics/backspr/gBackShinySprite597Whirlipede.png new file mode 100644 index 0000000..300401d Binary files /dev/null and b/graphics/backspr/gBackShinySprite597Whirlipede.png differ diff --git a/graphics/backspr/gBackShinySprite598Scolipede.png b/graphics/backspr/gBackShinySprite598Scolipede.png new file mode 100644 index 0000000..73863e9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite598Scolipede.png differ diff --git a/graphics/backspr/gBackShinySprite599Cottonee.png b/graphics/backspr/gBackShinySprite599Cottonee.png new file mode 100644 index 0000000..2c1632b Binary files /dev/null and b/graphics/backspr/gBackShinySprite599Cottonee.png differ diff --git a/graphics/backspr/gBackShinySprite600Whimsicott.png b/graphics/backspr/gBackShinySprite600Whimsicott.png new file mode 100644 index 0000000..927e4a4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite600Whimsicott.png differ diff --git a/graphics/backspr/gBackShinySprite601Petilil.png b/graphics/backspr/gBackShinySprite601Petilil.png new file mode 100644 index 0000000..283ee9e Binary files /dev/null and b/graphics/backspr/gBackShinySprite601Petilil.png differ diff --git a/graphics/backspr/gBackShinySprite602Lilligant.png b/graphics/backspr/gBackShinySprite602Lilligant.png new file mode 100644 index 0000000..509082b Binary files /dev/null and b/graphics/backspr/gBackShinySprite602Lilligant.png differ diff --git a/graphics/backspr/gBackShinySprite603BasculinRed.png b/graphics/backspr/gBackShinySprite603BasculinRed.png new file mode 100644 index 0000000..4c78417 Binary files /dev/null and b/graphics/backspr/gBackShinySprite603BasculinRed.png differ diff --git a/graphics/backspr/gBackShinySprite604Sandile.png b/graphics/backspr/gBackShinySprite604Sandile.png new file mode 100644 index 0000000..ddee067 Binary files /dev/null and b/graphics/backspr/gBackShinySprite604Sandile.png differ diff --git a/graphics/backspr/gBackShinySprite605Krokorok.png b/graphics/backspr/gBackShinySprite605Krokorok.png new file mode 100644 index 0000000..1e1ecc8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite605Krokorok.png differ diff --git a/graphics/backspr/gBackShinySprite606Krookodile.png b/graphics/backspr/gBackShinySprite606Krookodile.png new file mode 100644 index 0000000..e33ed89 Binary files /dev/null and b/graphics/backspr/gBackShinySprite606Krookodile.png differ diff --git a/graphics/backspr/gBackShinySprite607Darumaka.png b/graphics/backspr/gBackShinySprite607Darumaka.png new file mode 100644 index 0000000..c6f2c37 Binary files /dev/null and b/graphics/backspr/gBackShinySprite607Darumaka.png differ diff --git a/graphics/backspr/gBackShinySprite608Darmanitan.png b/graphics/backspr/gBackShinySprite608Darmanitan.png new file mode 100644 index 0000000..2b8d501 Binary files /dev/null and b/graphics/backspr/gBackShinySprite608Darmanitan.png differ diff --git a/graphics/backspr/gBackShinySprite609Maractus.png b/graphics/backspr/gBackShinySprite609Maractus.png new file mode 100644 index 0000000..3fbde3a Binary files /dev/null and b/graphics/backspr/gBackShinySprite609Maractus.png differ diff --git a/graphics/backspr/gBackShinySprite610Dwebble.png b/graphics/backspr/gBackShinySprite610Dwebble.png new file mode 100644 index 0000000..0ca6b4b Binary files /dev/null and b/graphics/backspr/gBackShinySprite610Dwebble.png differ diff --git a/graphics/backspr/gBackShinySprite611Crustle.png b/graphics/backspr/gBackShinySprite611Crustle.png new file mode 100644 index 0000000..528d5c7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite611Crustle.png differ diff --git a/graphics/backspr/gBackShinySprite612Scraggy.png b/graphics/backspr/gBackShinySprite612Scraggy.png new file mode 100644 index 0000000..f6d8a16 Binary files /dev/null and b/graphics/backspr/gBackShinySprite612Scraggy.png differ diff --git a/graphics/backspr/gBackShinySprite613Scrafty.png b/graphics/backspr/gBackShinySprite613Scrafty.png new file mode 100644 index 0000000..2e008a2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite613Scrafty.png differ diff --git a/graphics/backspr/gBackShinySprite614Sigilyph.png b/graphics/backspr/gBackShinySprite614Sigilyph.png new file mode 100644 index 0000000..b13731d Binary files /dev/null and b/graphics/backspr/gBackShinySprite614Sigilyph.png differ diff --git a/graphics/backspr/gBackShinySprite615Yamask.png b/graphics/backspr/gBackShinySprite615Yamask.png new file mode 100644 index 0000000..9e86323 Binary files /dev/null and b/graphics/backspr/gBackShinySprite615Yamask.png differ diff --git a/graphics/backspr/gBackShinySprite616Cofagrigus.png b/graphics/backspr/gBackShinySprite616Cofagrigus.png new file mode 100644 index 0000000..6a9db83 Binary files /dev/null and b/graphics/backspr/gBackShinySprite616Cofagrigus.png differ diff --git a/graphics/backspr/gBackShinySprite617Tirtouga.png b/graphics/backspr/gBackShinySprite617Tirtouga.png new file mode 100644 index 0000000..1367024 Binary files /dev/null and b/graphics/backspr/gBackShinySprite617Tirtouga.png differ diff --git a/graphics/backspr/gBackShinySprite618Carracosta.png b/graphics/backspr/gBackShinySprite618Carracosta.png new file mode 100644 index 0000000..270678d Binary files /dev/null and b/graphics/backspr/gBackShinySprite618Carracosta.png differ diff --git a/graphics/backspr/gBackShinySprite619Archen.png b/graphics/backspr/gBackShinySprite619Archen.png new file mode 100644 index 0000000..383d0d5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite619Archen.png differ diff --git a/graphics/backspr/gBackShinySprite620Archeops.png b/graphics/backspr/gBackShinySprite620Archeops.png new file mode 100644 index 0000000..2fd59a1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite620Archeops.png differ diff --git a/graphics/backspr/gBackShinySprite621Trubbish.png b/graphics/backspr/gBackShinySprite621Trubbish.png new file mode 100644 index 0000000..37c81b2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite621Trubbish.png differ diff --git a/graphics/backspr/gBackShinySprite622Garbodor.png b/graphics/backspr/gBackShinySprite622Garbodor.png new file mode 100644 index 0000000..a311aff Binary files /dev/null and b/graphics/backspr/gBackShinySprite622Garbodor.png differ diff --git a/graphics/backspr/gBackShinySprite623Zorua.png b/graphics/backspr/gBackShinySprite623Zorua.png new file mode 100644 index 0000000..bbee1f2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite623Zorua.png differ diff --git a/graphics/backspr/gBackShinySprite624Zoroark.png b/graphics/backspr/gBackShinySprite624Zoroark.png new file mode 100644 index 0000000..6d9b3e0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite624Zoroark.png differ diff --git a/graphics/backspr/gBackShinySprite625Minccino.png b/graphics/backspr/gBackShinySprite625Minccino.png new file mode 100644 index 0000000..2279c09 Binary files /dev/null and b/graphics/backspr/gBackShinySprite625Minccino.png differ diff --git a/graphics/backspr/gBackShinySprite626Cinccino.png b/graphics/backspr/gBackShinySprite626Cinccino.png new file mode 100644 index 0000000..f00bb7b Binary files /dev/null and b/graphics/backspr/gBackShinySprite626Cinccino.png differ diff --git a/graphics/backspr/gBackShinySprite627Gothita.png b/graphics/backspr/gBackShinySprite627Gothita.png new file mode 100644 index 0000000..946ce1f Binary files /dev/null and b/graphics/backspr/gBackShinySprite627Gothita.png differ diff --git a/graphics/backspr/gBackShinySprite628Gothorita.png b/graphics/backspr/gBackShinySprite628Gothorita.png new file mode 100644 index 0000000..49449d9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite628Gothorita.png differ diff --git a/graphics/backspr/gBackShinySprite629Gothitelle.png b/graphics/backspr/gBackShinySprite629Gothitelle.png new file mode 100644 index 0000000..44a52ca Binary files /dev/null and b/graphics/backspr/gBackShinySprite629Gothitelle.png differ diff --git a/graphics/backspr/gBackShinySprite630Solosis.png b/graphics/backspr/gBackShinySprite630Solosis.png new file mode 100644 index 0000000..8240c7b Binary files /dev/null and b/graphics/backspr/gBackShinySprite630Solosis.png differ diff --git a/graphics/backspr/gBackShinySprite631Duosion.png b/graphics/backspr/gBackShinySprite631Duosion.png new file mode 100644 index 0000000..20825a2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite631Duosion.png differ diff --git a/graphics/backspr/gBackShinySprite632Reuniclus.png b/graphics/backspr/gBackShinySprite632Reuniclus.png new file mode 100644 index 0000000..ec61fff Binary files /dev/null and b/graphics/backspr/gBackShinySprite632Reuniclus.png differ diff --git a/graphics/backspr/gBackShinySprite633Ducklett.png b/graphics/backspr/gBackShinySprite633Ducklett.png new file mode 100644 index 0000000..c4a56b1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite633Ducklett.png differ diff --git a/graphics/backspr/gBackShinySprite634Swanna.png b/graphics/backspr/gBackShinySprite634Swanna.png new file mode 100644 index 0000000..c4dd8d5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite634Swanna.png differ diff --git a/graphics/backspr/gBackShinySprite635Vanillite.png b/graphics/backspr/gBackShinySprite635Vanillite.png new file mode 100644 index 0000000..7ec249a Binary files /dev/null and b/graphics/backspr/gBackShinySprite635Vanillite.png differ diff --git a/graphics/backspr/gBackShinySprite636Vanillish.png b/graphics/backspr/gBackShinySprite636Vanillish.png new file mode 100644 index 0000000..4f478cc Binary files /dev/null and b/graphics/backspr/gBackShinySprite636Vanillish.png differ diff --git a/graphics/backspr/gBackShinySprite637Vanilluxe.png b/graphics/backspr/gBackShinySprite637Vanilluxe.png new file mode 100644 index 0000000..f30836d Binary files /dev/null and b/graphics/backspr/gBackShinySprite637Vanilluxe.png differ diff --git a/graphics/backspr/gBackShinySprite638Deerling.png b/graphics/backspr/gBackShinySprite638Deerling.png new file mode 100644 index 0000000..390d8f6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite638Deerling.png differ diff --git a/graphics/backspr/gBackShinySprite639Sawsbuck.png b/graphics/backspr/gBackShinySprite639Sawsbuck.png new file mode 100644 index 0000000..1e34a58 Binary files /dev/null and b/graphics/backspr/gBackShinySprite639Sawsbuck.png differ diff --git a/graphics/backspr/gBackShinySprite640Emolga.png b/graphics/backspr/gBackShinySprite640Emolga.png new file mode 100644 index 0000000..2086bd8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite640Emolga.png differ diff --git a/graphics/backspr/gBackShinySprite641Karrablast.png b/graphics/backspr/gBackShinySprite641Karrablast.png new file mode 100644 index 0000000..f109a2d Binary files /dev/null and b/graphics/backspr/gBackShinySprite641Karrablast.png differ diff --git a/graphics/backspr/gBackShinySprite642Escavalier.png b/graphics/backspr/gBackShinySprite642Escavalier.png new file mode 100644 index 0000000..e392535 Binary files /dev/null and b/graphics/backspr/gBackShinySprite642Escavalier.png differ diff --git a/graphics/backspr/gBackShinySprite643Foongus.png b/graphics/backspr/gBackShinySprite643Foongus.png new file mode 100644 index 0000000..8b3f8ed Binary files /dev/null and b/graphics/backspr/gBackShinySprite643Foongus.png differ diff --git a/graphics/backspr/gBackShinySprite644Amoonguss.png b/graphics/backspr/gBackShinySprite644Amoonguss.png new file mode 100644 index 0000000..e66731b Binary files /dev/null and b/graphics/backspr/gBackShinySprite644Amoonguss.png differ diff --git a/graphics/backspr/gBackShinySprite645Frillish.png b/graphics/backspr/gBackShinySprite645Frillish.png new file mode 100644 index 0000000..8dc267f Binary files /dev/null and b/graphics/backspr/gBackShinySprite645Frillish.png differ diff --git a/graphics/backspr/gBackShinySprite646Jellicent.png b/graphics/backspr/gBackShinySprite646Jellicent.png new file mode 100644 index 0000000..643a1dc Binary files /dev/null and b/graphics/backspr/gBackShinySprite646Jellicent.png differ diff --git a/graphics/backspr/gBackShinySprite647Alomomola.png b/graphics/backspr/gBackShinySprite647Alomomola.png new file mode 100644 index 0000000..b04b950 Binary files /dev/null and b/graphics/backspr/gBackShinySprite647Alomomola.png differ diff --git a/graphics/backspr/gBackShinySprite648Joltik.png b/graphics/backspr/gBackShinySprite648Joltik.png new file mode 100644 index 0000000..e8dab14 Binary files /dev/null and b/graphics/backspr/gBackShinySprite648Joltik.png differ diff --git a/graphics/backspr/gBackShinySprite649Galvantula.png b/graphics/backspr/gBackShinySprite649Galvantula.png new file mode 100644 index 0000000..03870f7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite649Galvantula.png differ diff --git a/graphics/backspr/gBackShinySprite650Ferroseed.png b/graphics/backspr/gBackShinySprite650Ferroseed.png new file mode 100644 index 0000000..45ad068 Binary files /dev/null and b/graphics/backspr/gBackShinySprite650Ferroseed.png differ diff --git a/graphics/backspr/gBackShinySprite651Ferrothorn.png b/graphics/backspr/gBackShinySprite651Ferrothorn.png new file mode 100644 index 0000000..487680d Binary files /dev/null and b/graphics/backspr/gBackShinySprite651Ferrothorn.png differ diff --git a/graphics/backspr/gBackShinySprite652Klink.png b/graphics/backspr/gBackShinySprite652Klink.png new file mode 100644 index 0000000..41ff511 Binary files /dev/null and b/graphics/backspr/gBackShinySprite652Klink.png differ diff --git a/graphics/backspr/gBackShinySprite653Klang.png b/graphics/backspr/gBackShinySprite653Klang.png new file mode 100644 index 0000000..00f6b96 Binary files /dev/null and b/graphics/backspr/gBackShinySprite653Klang.png differ diff --git a/graphics/backspr/gBackShinySprite654Klinklang.png b/graphics/backspr/gBackShinySprite654Klinklang.png new file mode 100644 index 0000000..7dd5281 Binary files /dev/null and b/graphics/backspr/gBackShinySprite654Klinklang.png differ diff --git a/graphics/backspr/gBackShinySprite655Tynamo.png b/graphics/backspr/gBackShinySprite655Tynamo.png new file mode 100644 index 0000000..155e59a Binary files /dev/null and b/graphics/backspr/gBackShinySprite655Tynamo.png differ diff --git a/graphics/backspr/gBackShinySprite656Eelektrik.png b/graphics/backspr/gBackShinySprite656Eelektrik.png new file mode 100644 index 0000000..2c4360c Binary files /dev/null and b/graphics/backspr/gBackShinySprite656Eelektrik.png differ diff --git a/graphics/backspr/gBackShinySprite657Eelektross.png b/graphics/backspr/gBackShinySprite657Eelektross.png new file mode 100644 index 0000000..87e6995 Binary files /dev/null and b/graphics/backspr/gBackShinySprite657Eelektross.png differ diff --git a/graphics/backspr/gBackShinySprite658Elgyem.png b/graphics/backspr/gBackShinySprite658Elgyem.png new file mode 100644 index 0000000..4a1704d Binary files /dev/null and b/graphics/backspr/gBackShinySprite658Elgyem.png differ diff --git a/graphics/backspr/gBackShinySprite659Beheeyem.png b/graphics/backspr/gBackShinySprite659Beheeyem.png new file mode 100644 index 0000000..d12e014 Binary files /dev/null and b/graphics/backspr/gBackShinySprite659Beheeyem.png differ diff --git a/graphics/backspr/gBackShinySprite660Litwick.png b/graphics/backspr/gBackShinySprite660Litwick.png new file mode 100644 index 0000000..d91e9e3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite660Litwick.png differ diff --git a/graphics/backspr/gBackShinySprite661Lampent.png b/graphics/backspr/gBackShinySprite661Lampent.png new file mode 100644 index 0000000..5357e17 Binary files /dev/null and b/graphics/backspr/gBackShinySprite661Lampent.png differ diff --git a/graphics/backspr/gBackShinySprite662Chandelure.png b/graphics/backspr/gBackShinySprite662Chandelure.png new file mode 100644 index 0000000..aabdf56 Binary files /dev/null and b/graphics/backspr/gBackShinySprite662Chandelure.png differ diff --git a/graphics/backspr/gBackShinySprite663Axew.png b/graphics/backspr/gBackShinySprite663Axew.png new file mode 100644 index 0000000..b960c19 Binary files /dev/null and b/graphics/backspr/gBackShinySprite663Axew.png differ diff --git a/graphics/backspr/gBackShinySprite664Fraxure.png b/graphics/backspr/gBackShinySprite664Fraxure.png new file mode 100644 index 0000000..d441cdc Binary files /dev/null and b/graphics/backspr/gBackShinySprite664Fraxure.png differ diff --git a/graphics/backspr/gBackShinySprite665Haxorus.png b/graphics/backspr/gBackShinySprite665Haxorus.png new file mode 100644 index 0000000..f5eb4e0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite665Haxorus.png differ diff --git a/graphics/backspr/gBackShinySprite666Cubchoo.png b/graphics/backspr/gBackShinySprite666Cubchoo.png new file mode 100644 index 0000000..b8c2f26 Binary files /dev/null and b/graphics/backspr/gBackShinySprite666Cubchoo.png differ diff --git a/graphics/backspr/gBackShinySprite667Beartic.png b/graphics/backspr/gBackShinySprite667Beartic.png new file mode 100644 index 0000000..b67700d Binary files /dev/null and b/graphics/backspr/gBackShinySprite667Beartic.png differ diff --git a/graphics/backspr/gBackShinySprite668Cryogonal.png b/graphics/backspr/gBackShinySprite668Cryogonal.png new file mode 100644 index 0000000..197bf36 Binary files /dev/null and b/graphics/backspr/gBackShinySprite668Cryogonal.png differ diff --git a/graphics/backspr/gBackShinySprite669Shelmet.png b/graphics/backspr/gBackShinySprite669Shelmet.png new file mode 100644 index 0000000..9117654 Binary files /dev/null and b/graphics/backspr/gBackShinySprite669Shelmet.png differ diff --git a/graphics/backspr/gBackShinySprite670Accelgor.png b/graphics/backspr/gBackShinySprite670Accelgor.png new file mode 100644 index 0000000..06c68cd Binary files /dev/null and b/graphics/backspr/gBackShinySprite670Accelgor.png differ diff --git a/graphics/backspr/gBackShinySprite671Stunfisk.png b/graphics/backspr/gBackShinySprite671Stunfisk.png new file mode 100644 index 0000000..bb4cf42 Binary files /dev/null and b/graphics/backspr/gBackShinySprite671Stunfisk.png differ diff --git a/graphics/backspr/gBackShinySprite672Mienfoo.png b/graphics/backspr/gBackShinySprite672Mienfoo.png new file mode 100644 index 0000000..3bb69c4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite672Mienfoo.png differ diff --git a/graphics/backspr/gBackShinySprite673Mienshao.png b/graphics/backspr/gBackShinySprite673Mienshao.png new file mode 100644 index 0000000..474e279 Binary files /dev/null and b/graphics/backspr/gBackShinySprite673Mienshao.png differ diff --git a/graphics/backspr/gBackShinySprite674Druddigon.png b/graphics/backspr/gBackShinySprite674Druddigon.png new file mode 100644 index 0000000..c1a40bf Binary files /dev/null and b/graphics/backspr/gBackShinySprite674Druddigon.png differ diff --git a/graphics/backspr/gBackShinySprite675Golett.png b/graphics/backspr/gBackShinySprite675Golett.png new file mode 100644 index 0000000..a89025d Binary files /dev/null and b/graphics/backspr/gBackShinySprite675Golett.png differ diff --git a/graphics/backspr/gBackShinySprite676Golurk.png b/graphics/backspr/gBackShinySprite676Golurk.png new file mode 100644 index 0000000..8732bf5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite676Golurk.png differ diff --git a/graphics/backspr/gBackShinySprite677Pawniard.png b/graphics/backspr/gBackShinySprite677Pawniard.png new file mode 100644 index 0000000..c4c2e6c Binary files /dev/null and b/graphics/backspr/gBackShinySprite677Pawniard.png differ diff --git a/graphics/backspr/gBackShinySprite678Bisharp.png b/graphics/backspr/gBackShinySprite678Bisharp.png new file mode 100644 index 0000000..096a0fb Binary files /dev/null and b/graphics/backspr/gBackShinySprite678Bisharp.png differ diff --git a/graphics/backspr/gBackShinySprite679Bouffalant.png b/graphics/backspr/gBackShinySprite679Bouffalant.png new file mode 100644 index 0000000..06fc3fa Binary files /dev/null and b/graphics/backspr/gBackShinySprite679Bouffalant.png differ diff --git a/graphics/backspr/gBackShinySprite680Rufflet.png b/graphics/backspr/gBackShinySprite680Rufflet.png new file mode 100644 index 0000000..baccac4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite680Rufflet.png differ diff --git a/graphics/backspr/gBackShinySprite681Braviary.png b/graphics/backspr/gBackShinySprite681Braviary.png new file mode 100644 index 0000000..4525d99 Binary files /dev/null and b/graphics/backspr/gBackShinySprite681Braviary.png differ diff --git a/graphics/backspr/gBackShinySprite682Vullaby.png b/graphics/backspr/gBackShinySprite682Vullaby.png new file mode 100644 index 0000000..eab59ab Binary files /dev/null and b/graphics/backspr/gBackShinySprite682Vullaby.png differ diff --git a/graphics/backspr/gBackShinySprite683Mandibuzz.png b/graphics/backspr/gBackShinySprite683Mandibuzz.png new file mode 100644 index 0000000..17a494d Binary files /dev/null and b/graphics/backspr/gBackShinySprite683Mandibuzz.png differ diff --git a/graphics/backspr/gBackShinySprite684Heatmor.png b/graphics/backspr/gBackShinySprite684Heatmor.png new file mode 100644 index 0000000..28dfda2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite684Heatmor.png differ diff --git a/graphics/backspr/gBackShinySprite685Durant.png b/graphics/backspr/gBackShinySprite685Durant.png new file mode 100644 index 0000000..a98ef5b Binary files /dev/null and b/graphics/backspr/gBackShinySprite685Durant.png differ diff --git a/graphics/backspr/gBackShinySprite686Deino.png b/graphics/backspr/gBackShinySprite686Deino.png new file mode 100644 index 0000000..b1766fd Binary files /dev/null and b/graphics/backspr/gBackShinySprite686Deino.png differ diff --git a/graphics/backspr/gBackShinySprite687Zweilous.png b/graphics/backspr/gBackShinySprite687Zweilous.png new file mode 100644 index 0000000..3be5bf5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite687Zweilous.png differ diff --git a/graphics/backspr/gBackShinySprite688Hydreigon.png b/graphics/backspr/gBackShinySprite688Hydreigon.png new file mode 100644 index 0000000..21c56b5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite688Hydreigon.png differ diff --git a/graphics/backspr/gBackShinySprite689Larvesta.png b/graphics/backspr/gBackShinySprite689Larvesta.png new file mode 100644 index 0000000..2a570b0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite689Larvesta.png differ diff --git a/graphics/backspr/gBackShinySprite690Volcarona.png b/graphics/backspr/gBackShinySprite690Volcarona.png new file mode 100644 index 0000000..e4b3fc3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite690Volcarona.png differ diff --git a/graphics/backspr/gBackShinySprite691Cobalion.png b/graphics/backspr/gBackShinySprite691Cobalion.png new file mode 100644 index 0000000..4b226ad Binary files /dev/null and b/graphics/backspr/gBackShinySprite691Cobalion.png differ diff --git a/graphics/backspr/gBackShinySprite692Terrakion.png b/graphics/backspr/gBackShinySprite692Terrakion.png new file mode 100644 index 0000000..b76328e Binary files /dev/null and b/graphics/backspr/gBackShinySprite692Terrakion.png differ diff --git a/graphics/backspr/gBackShinySprite693Virizion.png b/graphics/backspr/gBackShinySprite693Virizion.png new file mode 100644 index 0000000..4fd3657 Binary files /dev/null and b/graphics/backspr/gBackShinySprite693Virizion.png differ diff --git a/graphics/backspr/gBackShinySprite694Tornadus.png b/graphics/backspr/gBackShinySprite694Tornadus.png new file mode 100644 index 0000000..544a9b5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite694Tornadus.png differ diff --git a/graphics/backspr/gBackShinySprite695Thundurus.png b/graphics/backspr/gBackShinySprite695Thundurus.png new file mode 100644 index 0000000..1ba54f3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite695Thundurus.png differ diff --git a/graphics/backspr/gBackShinySprite696Reshiram.png b/graphics/backspr/gBackShinySprite696Reshiram.png new file mode 100644 index 0000000..ed6b5c8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite696Reshiram.png differ diff --git a/graphics/backspr/gBackShinySprite697Zekrom.png b/graphics/backspr/gBackShinySprite697Zekrom.png new file mode 100644 index 0000000..9748c6d Binary files /dev/null and b/graphics/backspr/gBackShinySprite697Zekrom.png differ diff --git a/graphics/backspr/gBackShinySprite698Landorus.png b/graphics/backspr/gBackShinySprite698Landorus.png new file mode 100644 index 0000000..00525c6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite698Landorus.png differ diff --git a/graphics/backspr/gBackShinySprite699Kyurem.png b/graphics/backspr/gBackShinySprite699Kyurem.png new file mode 100644 index 0000000..30e680c Binary files /dev/null and b/graphics/backspr/gBackShinySprite699Kyurem.png differ diff --git a/graphics/backspr/gBackShinySprite700Keldeo.png b/graphics/backspr/gBackShinySprite700Keldeo.png new file mode 100644 index 0000000..f1968eb Binary files /dev/null and b/graphics/backspr/gBackShinySprite700Keldeo.png differ diff --git a/graphics/backspr/gBackShinySprite701Meloetta.png b/graphics/backspr/gBackShinySprite701Meloetta.png new file mode 100644 index 0000000..e1135ba Binary files /dev/null and b/graphics/backspr/gBackShinySprite701Meloetta.png differ diff --git a/graphics/backspr/gBackShinySprite702Genesect.png b/graphics/backspr/gBackShinySprite702Genesect.png new file mode 100644 index 0000000..9f12485 Binary files /dev/null and b/graphics/backspr/gBackShinySprite702Genesect.png differ diff --git a/graphics/backspr/gBackShinySprite703UnfezantF.png b/graphics/backspr/gBackShinySprite703UnfezantF.png new file mode 100644 index 0000000..dce19fb Binary files /dev/null and b/graphics/backspr/gBackShinySprite703UnfezantF.png differ diff --git a/graphics/backspr/gBackShinySprite704FrillishF.png b/graphics/backspr/gBackShinySprite704FrillishF.png new file mode 100644 index 0000000..f7a8e53 Binary files /dev/null and b/graphics/backspr/gBackShinySprite704FrillishF.png differ diff --git a/graphics/backspr/gBackShinySprite705JellicentF.png b/graphics/backspr/gBackShinySprite705JellicentF.png new file mode 100644 index 0000000..23fd699 Binary files /dev/null and b/graphics/backspr/gBackShinySprite705JellicentF.png differ diff --git a/graphics/backspr/gBackShinySprite707BurmySandy.png b/graphics/backspr/gBackShinySprite707BurmySandy.png new file mode 100644 index 0000000..1f5e258 Binary files /dev/null and b/graphics/backspr/gBackShinySprite707BurmySandy.png differ diff --git a/graphics/backspr/gBackShinySprite708BurmyTrash.png b/graphics/backspr/gBackShinySprite708BurmyTrash.png new file mode 100644 index 0000000..7ae6194 Binary files /dev/null and b/graphics/backspr/gBackShinySprite708BurmyTrash.png differ diff --git a/graphics/backspr/gBackShinySprite709WormadamSandy.png b/graphics/backspr/gBackShinySprite709WormadamSandy.png new file mode 100644 index 0000000..0ad9faf Binary files /dev/null and b/graphics/backspr/gBackShinySprite709WormadamSandy.png differ diff --git a/graphics/backspr/gBackShinySprite710WormadamTrash.png b/graphics/backspr/gBackShinySprite710WormadamTrash.png new file mode 100644 index 0000000..e0e2a51 Binary files /dev/null and b/graphics/backspr/gBackShinySprite710WormadamTrash.png differ diff --git a/graphics/backspr/gBackShinySprite711ShellosEast.png b/graphics/backspr/gBackShinySprite711ShellosEast.png new file mode 100644 index 0000000..4ee0c85 Binary files /dev/null and b/graphics/backspr/gBackShinySprite711ShellosEast.png differ diff --git a/graphics/backspr/gBackShinySprite712GastrodonEast.png b/graphics/backspr/gBackShinySprite712GastrodonEast.png new file mode 100644 index 0000000..6f91877 Binary files /dev/null and b/graphics/backspr/gBackShinySprite712GastrodonEast.png differ diff --git a/graphics/backspr/gBackShinySprite713RotomHeat.png b/graphics/backspr/gBackShinySprite713RotomHeat.png new file mode 100644 index 0000000..8adf7e9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite713RotomHeat.png differ diff --git a/graphics/backspr/gBackShinySprite714RotomWash.png b/graphics/backspr/gBackShinySprite714RotomWash.png new file mode 100644 index 0000000..ea43f97 Binary files /dev/null and b/graphics/backspr/gBackShinySprite714RotomWash.png differ diff --git a/graphics/backspr/gBackShinySprite715RotomFrost.png b/graphics/backspr/gBackShinySprite715RotomFrost.png new file mode 100644 index 0000000..bbd0ffc Binary files /dev/null and b/graphics/backspr/gBackShinySprite715RotomFrost.png differ diff --git a/graphics/backspr/gBackShinySprite716RotomFan.png b/graphics/backspr/gBackShinySprite716RotomFan.png new file mode 100644 index 0000000..2db5951 Binary files /dev/null and b/graphics/backspr/gBackShinySprite716RotomFan.png differ diff --git a/graphics/backspr/gBackShinySprite717RotomMow.png b/graphics/backspr/gBackShinySprite717RotomMow.png new file mode 100644 index 0000000..15c475a Binary files /dev/null and b/graphics/backspr/gBackShinySprite717RotomMow.png differ diff --git a/graphics/backspr/gBackShinySprite718GiratinaOrigin.png b/graphics/backspr/gBackShinySprite718GiratinaOrigin.png new file mode 100644 index 0000000..94c7b67 Binary files /dev/null and b/graphics/backspr/gBackShinySprite718GiratinaOrigin.png differ diff --git a/graphics/backspr/gBackShinySprite719ShayminSky.png b/graphics/backspr/gBackShinySprite719ShayminSky.png new file mode 100644 index 0000000..532b580 Binary files /dev/null and b/graphics/backspr/gBackShinySprite719ShayminSky.png differ diff --git a/graphics/backspr/gBackShinySprite720ArceusFight.png b/graphics/backspr/gBackShinySprite720ArceusFight.png new file mode 100644 index 0000000..1d5618a Binary files /dev/null and b/graphics/backspr/gBackShinySprite720ArceusFight.png differ diff --git a/graphics/backspr/gBackShinySprite721ArceusFlying.png b/graphics/backspr/gBackShinySprite721ArceusFlying.png new file mode 100644 index 0000000..10db6dd Binary files /dev/null and b/graphics/backspr/gBackShinySprite721ArceusFlying.png differ diff --git a/graphics/backspr/gBackShinySprite722ArceusPoison.png b/graphics/backspr/gBackShinySprite722ArceusPoison.png new file mode 100644 index 0000000..1724df0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite722ArceusPoison.png differ diff --git a/graphics/backspr/gBackShinySprite723ArceusGround.png b/graphics/backspr/gBackShinySprite723ArceusGround.png new file mode 100644 index 0000000..84118e1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite723ArceusGround.png differ diff --git a/graphics/backspr/gBackShinySprite724ArceusRock.png b/graphics/backspr/gBackShinySprite724ArceusRock.png new file mode 100644 index 0000000..9c4d714 Binary files /dev/null and b/graphics/backspr/gBackShinySprite724ArceusRock.png differ diff --git a/graphics/backspr/gBackShinySprite725ArceusBug.png b/graphics/backspr/gBackShinySprite725ArceusBug.png new file mode 100644 index 0000000..a79f8e9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite725ArceusBug.png differ diff --git a/graphics/backspr/gBackShinySprite726ArceusGhost.png b/graphics/backspr/gBackShinySprite726ArceusGhost.png new file mode 100644 index 0000000..ee4edd8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite726ArceusGhost.png differ diff --git a/graphics/backspr/gBackShinySprite727ArceusSteel.png b/graphics/backspr/gBackShinySprite727ArceusSteel.png new file mode 100644 index 0000000..684a785 Binary files /dev/null and b/graphics/backspr/gBackShinySprite727ArceusSteel.png differ diff --git a/graphics/backspr/gBackShinySprite728ArceusFire.png b/graphics/backspr/gBackShinySprite728ArceusFire.png new file mode 100644 index 0000000..26004a0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite728ArceusFire.png differ diff --git a/graphics/backspr/gBackShinySprite729ArceusWater.png b/graphics/backspr/gBackShinySprite729ArceusWater.png new file mode 100644 index 0000000..a266c10 Binary files /dev/null and b/graphics/backspr/gBackShinySprite729ArceusWater.png differ diff --git a/graphics/backspr/gBackShinySprite730ArceusGrass.png b/graphics/backspr/gBackShinySprite730ArceusGrass.png new file mode 100644 index 0000000..78bf436 Binary files /dev/null and b/graphics/backspr/gBackShinySprite730ArceusGrass.png differ diff --git a/graphics/backspr/gBackShinySprite731ArceusElectric.png b/graphics/backspr/gBackShinySprite731ArceusElectric.png new file mode 100644 index 0000000..bbc921d Binary files /dev/null and b/graphics/backspr/gBackShinySprite731ArceusElectric.png differ diff --git a/graphics/backspr/gBackShinySprite732ArceusPsychic.png b/graphics/backspr/gBackShinySprite732ArceusPsychic.png new file mode 100644 index 0000000..fb025ad Binary files /dev/null and b/graphics/backspr/gBackShinySprite732ArceusPsychic.png differ diff --git a/graphics/backspr/gBackShinySprite733ArceusIce.png b/graphics/backspr/gBackShinySprite733ArceusIce.png new file mode 100644 index 0000000..44d1124 Binary files /dev/null and b/graphics/backspr/gBackShinySprite733ArceusIce.png differ diff --git a/graphics/backspr/gBackShinySprite734ArceusDragon.png b/graphics/backspr/gBackShinySprite734ArceusDragon.png new file mode 100644 index 0000000..024d23e Binary files /dev/null and b/graphics/backspr/gBackShinySprite734ArceusDragon.png differ diff --git a/graphics/backspr/gBackShinySprite735ArceusDark.png b/graphics/backspr/gBackShinySprite735ArceusDark.png new file mode 100644 index 0000000..64ba724 Binary files /dev/null and b/graphics/backspr/gBackShinySprite735ArceusDark.png differ diff --git a/graphics/backspr/gBackShinySprite736BasculinBlue.png b/graphics/backspr/gBackShinySprite736BasculinBlue.png new file mode 100644 index 0000000..2a353a2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite736BasculinBlue.png differ diff --git a/graphics/backspr/gBackShinySprite737Darmanitanzen.png b/graphics/backspr/gBackShinySprite737Darmanitanzen.png new file mode 100644 index 0000000..c325066 Binary files /dev/null and b/graphics/backspr/gBackShinySprite737Darmanitanzen.png differ diff --git a/graphics/backspr/gBackShinySprite738DeerlingSummer.png b/graphics/backspr/gBackShinySprite738DeerlingSummer.png new file mode 100644 index 0000000..44bb7bd Binary files /dev/null and b/graphics/backspr/gBackShinySprite738DeerlingSummer.png differ diff --git a/graphics/backspr/gBackShinySprite739DeerlingAutumn.png b/graphics/backspr/gBackShinySprite739DeerlingAutumn.png new file mode 100644 index 0000000..b1b3225 Binary files /dev/null and b/graphics/backspr/gBackShinySprite739DeerlingAutumn.png differ diff --git a/graphics/backspr/gBackShinySprite740DeerlingWinter.png b/graphics/backspr/gBackShinySprite740DeerlingWinter.png new file mode 100644 index 0000000..2639930 Binary files /dev/null and b/graphics/backspr/gBackShinySprite740DeerlingWinter.png differ diff --git a/graphics/backspr/gBackShinySprite741SawsbuckSummer.png b/graphics/backspr/gBackShinySprite741SawsbuckSummer.png new file mode 100644 index 0000000..0b77473 Binary files /dev/null and b/graphics/backspr/gBackShinySprite741SawsbuckSummer.png differ diff --git a/graphics/backspr/gBackShinySprite742SawsbuckAutumn.png b/graphics/backspr/gBackShinySprite742SawsbuckAutumn.png new file mode 100644 index 0000000..9f63678 Binary files /dev/null and b/graphics/backspr/gBackShinySprite742SawsbuckAutumn.png differ diff --git a/graphics/backspr/gBackShinySprite743SawsbuckWinter.png b/graphics/backspr/gBackShinySprite743SawsbuckWinter.png new file mode 100644 index 0000000..607a9ee Binary files /dev/null and b/graphics/backspr/gBackShinySprite743SawsbuckWinter.png differ diff --git a/graphics/backspr/gBackShinySprite744HippopotasF.png b/graphics/backspr/gBackShinySprite744HippopotasF.png new file mode 100644 index 0000000..8811825 Binary files /dev/null and b/graphics/backspr/gBackShinySprite744HippopotasF.png differ diff --git a/graphics/backspr/gBackShinySprite745HippowdonF.png b/graphics/backspr/gBackShinySprite745HippowdonF.png new file mode 100644 index 0000000..2839079 Binary files /dev/null and b/graphics/backspr/gBackShinySprite745HippowdonF.png differ diff --git a/graphics/backspr/gBackShinySprite746MeloettaPirouette.png b/graphics/backspr/gBackShinySprite746MeloettaPirouette.png new file mode 100644 index 0000000..0f513a4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite746MeloettaPirouette.png differ diff --git a/graphics/backspr/gBackShinySprite747GenesectShock.png b/graphics/backspr/gBackShinySprite747GenesectShock.png new file mode 100644 index 0000000..bb96942 Binary files /dev/null and b/graphics/backspr/gBackShinySprite747GenesectShock.png differ diff --git a/graphics/backspr/gBackShinySprite748GenesectBurn.png b/graphics/backspr/gBackShinySprite748GenesectBurn.png new file mode 100644 index 0000000..77db96b Binary files /dev/null and b/graphics/backspr/gBackShinySprite748GenesectBurn.png differ diff --git a/graphics/backspr/gBackShinySprite749GenesectChill.png b/graphics/backspr/gBackShinySprite749GenesectChill.png new file mode 100644 index 0000000..4c6c596 Binary files /dev/null and b/graphics/backspr/gBackShinySprite749GenesectChill.png differ diff --git a/graphics/backspr/gBackShinySprite750GenesectDouse.png b/graphics/backspr/gBackShinySprite750GenesectDouse.png new file mode 100644 index 0000000..ef9daa1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite750GenesectDouse.png differ diff --git a/graphics/backspr/gBackShinySprite751CherrimSun.png b/graphics/backspr/gBackShinySprite751CherrimSun.png new file mode 100644 index 0000000..dac122b Binary files /dev/null and b/graphics/backspr/gBackShinySprite751CherrimSun.png differ diff --git a/graphics/backspr/gBackShinySprite752KyuremBlack.png b/graphics/backspr/gBackShinySprite752KyuremBlack.png new file mode 100644 index 0000000..f0b32a8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite752KyuremBlack.png differ diff --git a/graphics/backspr/gBackShinySprite753KyuremWhite.png b/graphics/backspr/gBackShinySprite753KyuremWhite.png new file mode 100644 index 0000000..2d58b13 Binary files /dev/null and b/graphics/backspr/gBackShinySprite753KyuremWhite.png differ diff --git a/graphics/backspr/gBackShinySprite754TornadusTherian.png b/graphics/backspr/gBackShinySprite754TornadusTherian.png new file mode 100644 index 0000000..5e55e3e Binary files /dev/null and b/graphics/backspr/gBackShinySprite754TornadusTherian.png differ diff --git a/graphics/backspr/gBackShinySprite755ThundurusTherian.png b/graphics/backspr/gBackShinySprite755ThundurusTherian.png new file mode 100644 index 0000000..29d4a30 Binary files /dev/null and b/graphics/backspr/gBackShinySprite755ThundurusTherian.png differ diff --git a/graphics/backspr/gBackShinySprite756LandorusTherian.png b/graphics/backspr/gBackShinySprite756LandorusTherian.png new file mode 100644 index 0000000..d07799d Binary files /dev/null and b/graphics/backspr/gBackShinySprite756LandorusTherian.png differ diff --git a/graphics/backspr/gBackShinySprite757KeldeoResolute.png b/graphics/backspr/gBackShinySprite757KeldeoResolute.png new file mode 100644 index 0000000..8610ed7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite757KeldeoResolute.png differ diff --git a/graphics/backspr/gBackShinySprite758Chespin.png b/graphics/backspr/gBackShinySprite758Chespin.png new file mode 100644 index 0000000..727fa32 Binary files /dev/null and b/graphics/backspr/gBackShinySprite758Chespin.png differ diff --git a/graphics/backspr/gBackShinySprite759Quilladin.png b/graphics/backspr/gBackShinySprite759Quilladin.png new file mode 100644 index 0000000..b0be4ad Binary files /dev/null and b/graphics/backspr/gBackShinySprite759Quilladin.png differ diff --git a/graphics/backspr/gBackShinySprite760Chesnaught.png b/graphics/backspr/gBackShinySprite760Chesnaught.png new file mode 100644 index 0000000..13cac0d Binary files /dev/null and b/graphics/backspr/gBackShinySprite760Chesnaught.png differ diff --git a/graphics/backspr/gBackShinySprite761Fennekin.png b/graphics/backspr/gBackShinySprite761Fennekin.png new file mode 100644 index 0000000..05f4e32 Binary files /dev/null and b/graphics/backspr/gBackShinySprite761Fennekin.png differ diff --git a/graphics/backspr/gBackShinySprite762Braixen.png b/graphics/backspr/gBackShinySprite762Braixen.png new file mode 100644 index 0000000..8ea02f5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite762Braixen.png differ diff --git a/graphics/backspr/gBackShinySprite763Delphox.png b/graphics/backspr/gBackShinySprite763Delphox.png new file mode 100644 index 0000000..3ee984b Binary files /dev/null and b/graphics/backspr/gBackShinySprite763Delphox.png differ diff --git a/graphics/backspr/gBackShinySprite764Froakie.png b/graphics/backspr/gBackShinySprite764Froakie.png new file mode 100644 index 0000000..0113247 Binary files /dev/null and b/graphics/backspr/gBackShinySprite764Froakie.png differ diff --git a/graphics/backspr/gBackShinySprite765Frogadier.png b/graphics/backspr/gBackShinySprite765Frogadier.png new file mode 100644 index 0000000..477f5ea Binary files /dev/null and b/graphics/backspr/gBackShinySprite765Frogadier.png differ diff --git a/graphics/backspr/gBackShinySprite766Greninja.png b/graphics/backspr/gBackShinySprite766Greninja.png new file mode 100644 index 0000000..6e7ef53 Binary files /dev/null and b/graphics/backspr/gBackShinySprite766Greninja.png differ diff --git a/graphics/backspr/gBackShinySprite767Bunnelby.png b/graphics/backspr/gBackShinySprite767Bunnelby.png new file mode 100644 index 0000000..97aa0e8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite767Bunnelby.png differ diff --git a/graphics/backspr/gBackShinySprite768Diggersby.png b/graphics/backspr/gBackShinySprite768Diggersby.png new file mode 100644 index 0000000..d16dda1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite768Diggersby.png differ diff --git a/graphics/backspr/gBackShinySprite769Fletchling.png b/graphics/backspr/gBackShinySprite769Fletchling.png new file mode 100644 index 0000000..6488cbc Binary files /dev/null and b/graphics/backspr/gBackShinySprite769Fletchling.png differ diff --git a/graphics/backspr/gBackShinySprite770Fletchinder.png b/graphics/backspr/gBackShinySprite770Fletchinder.png new file mode 100644 index 0000000..b04037d Binary files /dev/null and b/graphics/backspr/gBackShinySprite770Fletchinder.png differ diff --git a/graphics/backspr/gBackShinySprite771Talonflame.png b/graphics/backspr/gBackShinySprite771Talonflame.png new file mode 100644 index 0000000..a294718 Binary files /dev/null and b/graphics/backspr/gBackShinySprite771Talonflame.png differ diff --git a/graphics/backspr/gBackShinySprite772Scatterbug.png b/graphics/backspr/gBackShinySprite772Scatterbug.png new file mode 100644 index 0000000..b5ea150 Binary files /dev/null and b/graphics/backspr/gBackShinySprite772Scatterbug.png differ diff --git a/graphics/backspr/gBackShinySprite773Spewpa.png b/graphics/backspr/gBackShinySprite773Spewpa.png new file mode 100644 index 0000000..3739a61 Binary files /dev/null and b/graphics/backspr/gBackShinySprite773Spewpa.png differ diff --git a/graphics/backspr/gBackShinySprite774Vivillon.png b/graphics/backspr/gBackShinySprite774Vivillon.png new file mode 100644 index 0000000..64493b6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite774Vivillon.png differ diff --git a/graphics/backspr/gBackShinySprite775Litleo.png b/graphics/backspr/gBackShinySprite775Litleo.png new file mode 100644 index 0000000..b6b3e6e Binary files /dev/null and b/graphics/backspr/gBackShinySprite775Litleo.png differ diff --git a/graphics/backspr/gBackShinySprite776Pyroar.png b/graphics/backspr/gBackShinySprite776Pyroar.png new file mode 100644 index 0000000..96091fe Binary files /dev/null and b/graphics/backspr/gBackShinySprite776Pyroar.png differ diff --git a/graphics/backspr/gBackShinySprite777Flabebe.png b/graphics/backspr/gBackShinySprite777Flabebe.png new file mode 100644 index 0000000..2d58be6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite777Flabebe.png differ diff --git a/graphics/backspr/gBackShinySprite778Floette.png b/graphics/backspr/gBackShinySprite778Floette.png new file mode 100644 index 0000000..80679ab Binary files /dev/null and b/graphics/backspr/gBackShinySprite778Floette.png differ diff --git a/graphics/backspr/gBackShinySprite779Florges.png b/graphics/backspr/gBackShinySprite779Florges.png new file mode 100644 index 0000000..0325690 Binary files /dev/null and b/graphics/backspr/gBackShinySprite779Florges.png differ diff --git a/graphics/backspr/gBackShinySprite780Skiddo.png b/graphics/backspr/gBackShinySprite780Skiddo.png new file mode 100644 index 0000000..0cf9cac Binary files /dev/null and b/graphics/backspr/gBackShinySprite780Skiddo.png differ diff --git a/graphics/backspr/gBackShinySprite781Gogoat.png b/graphics/backspr/gBackShinySprite781Gogoat.png new file mode 100644 index 0000000..3af46c1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite781Gogoat.png differ diff --git a/graphics/backspr/gBackShinySprite782Pancham.png b/graphics/backspr/gBackShinySprite782Pancham.png new file mode 100644 index 0000000..f424e69 Binary files /dev/null and b/graphics/backspr/gBackShinySprite782Pancham.png differ diff --git a/graphics/backspr/gBackShinySprite783Pangoro.png b/graphics/backspr/gBackShinySprite783Pangoro.png new file mode 100644 index 0000000..eb143d6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite783Pangoro.png differ diff --git a/graphics/backspr/gBackShinySprite784Furfrou.png b/graphics/backspr/gBackShinySprite784Furfrou.png new file mode 100644 index 0000000..83c6a89 Binary files /dev/null and b/graphics/backspr/gBackShinySprite784Furfrou.png differ diff --git a/graphics/backspr/gBackShinySprite785Espurr.png b/graphics/backspr/gBackShinySprite785Espurr.png new file mode 100644 index 0000000..012ae0e Binary files /dev/null and b/graphics/backspr/gBackShinySprite785Espurr.png differ diff --git a/graphics/backspr/gBackShinySprite786Meowstic.png b/graphics/backspr/gBackShinySprite786Meowstic.png new file mode 100644 index 0000000..5ceaa81 Binary files /dev/null and b/graphics/backspr/gBackShinySprite786Meowstic.png differ diff --git a/graphics/backspr/gBackShinySprite787Honedge.png b/graphics/backspr/gBackShinySprite787Honedge.png new file mode 100644 index 0000000..297a87a Binary files /dev/null and b/graphics/backspr/gBackShinySprite787Honedge.png differ diff --git a/graphics/backspr/gBackShinySprite788Doublade.png b/graphics/backspr/gBackShinySprite788Doublade.png new file mode 100644 index 0000000..f278189 Binary files /dev/null and b/graphics/backspr/gBackShinySprite788Doublade.png differ diff --git a/graphics/backspr/gBackShinySprite789Aegislash.png b/graphics/backspr/gBackShinySprite789Aegislash.png new file mode 100644 index 0000000..1f8d806 Binary files /dev/null and b/graphics/backspr/gBackShinySprite789Aegislash.png differ diff --git a/graphics/backspr/gBackShinySprite790Spritzee.png b/graphics/backspr/gBackShinySprite790Spritzee.png new file mode 100644 index 0000000..b2d06ab Binary files /dev/null and b/graphics/backspr/gBackShinySprite790Spritzee.png differ diff --git a/graphics/backspr/gBackShinySprite791Aromatisse.png b/graphics/backspr/gBackShinySprite791Aromatisse.png new file mode 100644 index 0000000..104dc43 Binary files /dev/null and b/graphics/backspr/gBackShinySprite791Aromatisse.png differ diff --git a/graphics/backspr/gBackShinySprite792Swirlix.png b/graphics/backspr/gBackShinySprite792Swirlix.png new file mode 100644 index 0000000..caf4bcf Binary files /dev/null and b/graphics/backspr/gBackShinySprite792Swirlix.png differ diff --git a/graphics/backspr/gBackShinySprite793Slurpuff.png b/graphics/backspr/gBackShinySprite793Slurpuff.png new file mode 100644 index 0000000..f2d9cd8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite793Slurpuff.png differ diff --git a/graphics/backspr/gBackShinySprite794Inkay.png b/graphics/backspr/gBackShinySprite794Inkay.png new file mode 100644 index 0000000..369a056 Binary files /dev/null and b/graphics/backspr/gBackShinySprite794Inkay.png differ diff --git a/graphics/backspr/gBackShinySprite795Malamar.png b/graphics/backspr/gBackShinySprite795Malamar.png new file mode 100644 index 0000000..25e3896 Binary files /dev/null and b/graphics/backspr/gBackShinySprite795Malamar.png differ diff --git a/graphics/backspr/gBackShinySprite796Binacle.png b/graphics/backspr/gBackShinySprite796Binacle.png new file mode 100644 index 0000000..584e8df Binary files /dev/null and b/graphics/backspr/gBackShinySprite796Binacle.png differ diff --git a/graphics/backspr/gBackShinySprite797Barbaracle.png b/graphics/backspr/gBackShinySprite797Barbaracle.png new file mode 100644 index 0000000..3a390b9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite797Barbaracle.png differ diff --git a/graphics/backspr/gBackShinySprite798Skrelp.png b/graphics/backspr/gBackShinySprite798Skrelp.png new file mode 100644 index 0000000..8530110 Binary files /dev/null and b/graphics/backspr/gBackShinySprite798Skrelp.png differ diff --git a/graphics/backspr/gBackShinySprite799Dragalge.png b/graphics/backspr/gBackShinySprite799Dragalge.png new file mode 100644 index 0000000..9c03478 Binary files /dev/null and b/graphics/backspr/gBackShinySprite799Dragalge.png differ diff --git a/graphics/backspr/gBackShinySprite800Clauncher.png b/graphics/backspr/gBackShinySprite800Clauncher.png new file mode 100644 index 0000000..863bbe8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite800Clauncher.png differ diff --git a/graphics/backspr/gBackShinySprite801Clawitzer.png b/graphics/backspr/gBackShinySprite801Clawitzer.png new file mode 100644 index 0000000..97060e0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite801Clawitzer.png differ diff --git a/graphics/backspr/gBackShinySprite802Helioptile.png b/graphics/backspr/gBackShinySprite802Helioptile.png new file mode 100644 index 0000000..cbb9e5a Binary files /dev/null and b/graphics/backspr/gBackShinySprite802Helioptile.png differ diff --git a/graphics/backspr/gBackShinySprite803Heliolisk.png b/graphics/backspr/gBackShinySprite803Heliolisk.png new file mode 100644 index 0000000..cc05748 Binary files /dev/null and b/graphics/backspr/gBackShinySprite803Heliolisk.png differ diff --git a/graphics/backspr/gBackShinySprite804Tyrunt.png b/graphics/backspr/gBackShinySprite804Tyrunt.png new file mode 100644 index 0000000..d27f4c5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite804Tyrunt.png differ diff --git a/graphics/backspr/gBackShinySprite805Tyrantrum.png b/graphics/backspr/gBackShinySprite805Tyrantrum.png new file mode 100644 index 0000000..4f3d293 Binary files /dev/null and b/graphics/backspr/gBackShinySprite805Tyrantrum.png differ diff --git a/graphics/backspr/gBackShinySprite806Amaura.png b/graphics/backspr/gBackShinySprite806Amaura.png new file mode 100644 index 0000000..b53e658 Binary files /dev/null and b/graphics/backspr/gBackShinySprite806Amaura.png differ diff --git a/graphics/backspr/gBackShinySprite807Aurorus.png b/graphics/backspr/gBackShinySprite807Aurorus.png new file mode 100644 index 0000000..f5af04e Binary files /dev/null and b/graphics/backspr/gBackShinySprite807Aurorus.png differ diff --git a/graphics/backspr/gBackShinySprite808Sylveon.png b/graphics/backspr/gBackShinySprite808Sylveon.png new file mode 100644 index 0000000..181386b Binary files /dev/null and b/graphics/backspr/gBackShinySprite808Sylveon.png differ diff --git a/graphics/backspr/gBackShinySprite809Hawlucha.png b/graphics/backspr/gBackShinySprite809Hawlucha.png new file mode 100644 index 0000000..9ac6713 Binary files /dev/null and b/graphics/backspr/gBackShinySprite809Hawlucha.png differ diff --git a/graphics/backspr/gBackShinySprite810Dedenne.png b/graphics/backspr/gBackShinySprite810Dedenne.png new file mode 100644 index 0000000..6585d05 Binary files /dev/null and b/graphics/backspr/gBackShinySprite810Dedenne.png differ diff --git a/graphics/backspr/gBackShinySprite811Carbink.png b/graphics/backspr/gBackShinySprite811Carbink.png new file mode 100644 index 0000000..ddb1932 Binary files /dev/null and b/graphics/backspr/gBackShinySprite811Carbink.png differ diff --git a/graphics/backspr/gBackShinySprite812Goomy.png b/graphics/backspr/gBackShinySprite812Goomy.png new file mode 100644 index 0000000..2807db8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite812Goomy.png differ diff --git a/graphics/backspr/gBackShinySprite813Sliggoo.png b/graphics/backspr/gBackShinySprite813Sliggoo.png new file mode 100644 index 0000000..0565903 Binary files /dev/null and b/graphics/backspr/gBackShinySprite813Sliggoo.png differ diff --git a/graphics/backspr/gBackShinySprite814Goodra.png b/graphics/backspr/gBackShinySprite814Goodra.png new file mode 100644 index 0000000..d480265 Binary files /dev/null and b/graphics/backspr/gBackShinySprite814Goodra.png differ diff --git a/graphics/backspr/gBackShinySprite815Klefki.png b/graphics/backspr/gBackShinySprite815Klefki.png new file mode 100644 index 0000000..fe18394 Binary files /dev/null and b/graphics/backspr/gBackShinySprite815Klefki.png differ diff --git a/graphics/backspr/gBackShinySprite816Phantump.png b/graphics/backspr/gBackShinySprite816Phantump.png new file mode 100644 index 0000000..5b99a6b Binary files /dev/null and b/graphics/backspr/gBackShinySprite816Phantump.png differ diff --git a/graphics/backspr/gBackShinySprite817Trevenant.png b/graphics/backspr/gBackShinySprite817Trevenant.png new file mode 100644 index 0000000..a16598d Binary files /dev/null and b/graphics/backspr/gBackShinySprite817Trevenant.png differ diff --git a/graphics/backspr/gBackShinySprite818Pumpkaboo.png b/graphics/backspr/gBackShinySprite818Pumpkaboo.png new file mode 100644 index 0000000..b685ca3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite818Pumpkaboo.png differ diff --git a/graphics/backspr/gBackShinySprite819Gourgeist.png b/graphics/backspr/gBackShinySprite819Gourgeist.png new file mode 100644 index 0000000..ac901a0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite819Gourgeist.png differ diff --git a/graphics/backspr/gBackShinySprite820Bergmite.png b/graphics/backspr/gBackShinySprite820Bergmite.png new file mode 100644 index 0000000..89d937a Binary files /dev/null and b/graphics/backspr/gBackShinySprite820Bergmite.png differ diff --git a/graphics/backspr/gBackShinySprite821Avalugg.png b/graphics/backspr/gBackShinySprite821Avalugg.png new file mode 100644 index 0000000..3769143 Binary files /dev/null and b/graphics/backspr/gBackShinySprite821Avalugg.png differ diff --git a/graphics/backspr/gBackShinySprite822Noibat.png b/graphics/backspr/gBackShinySprite822Noibat.png new file mode 100644 index 0000000..ba05575 Binary files /dev/null and b/graphics/backspr/gBackShinySprite822Noibat.png differ diff --git a/graphics/backspr/gBackShinySprite823Noivern.png b/graphics/backspr/gBackShinySprite823Noivern.png new file mode 100644 index 0000000..fff6a4f Binary files /dev/null and b/graphics/backspr/gBackShinySprite823Noivern.png differ diff --git a/graphics/backspr/gBackShinySprite824Xerneas.png b/graphics/backspr/gBackShinySprite824Xerneas.png new file mode 100644 index 0000000..e467193 Binary files /dev/null and b/graphics/backspr/gBackShinySprite824Xerneas.png differ diff --git a/graphics/backspr/gBackShinySprite825Yveltal.png b/graphics/backspr/gBackShinySprite825Yveltal.png new file mode 100644 index 0000000..d653e1d Binary files /dev/null and b/graphics/backspr/gBackShinySprite825Yveltal.png differ diff --git a/graphics/backspr/gBackShinySprite826Zygarde.png b/graphics/backspr/gBackShinySprite826Zygarde.png new file mode 100644 index 0000000..948c8a6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite826Zygarde.png differ diff --git a/graphics/backspr/gBackShinySprite827Diancie.png b/graphics/backspr/gBackShinySprite827Diancie.png new file mode 100644 index 0000000..4d2657c Binary files /dev/null and b/graphics/backspr/gBackShinySprite827Diancie.png differ diff --git a/graphics/backspr/gBackShinySprite828Hoopa.png b/graphics/backspr/gBackShinySprite828Hoopa.png new file mode 100644 index 0000000..9153992 Binary files /dev/null and b/graphics/backspr/gBackShinySprite828Hoopa.png differ diff --git a/graphics/backspr/gBackShinySprite829HoopaUnbound.png b/graphics/backspr/gBackShinySprite829HoopaUnbound.png new file mode 100644 index 0000000..fe44596 Binary files /dev/null and b/graphics/backspr/gBackShinySprite829HoopaUnbound.png differ diff --git a/graphics/backspr/gBackShinySprite830Volcanion.png b/graphics/backspr/gBackShinySprite830Volcanion.png new file mode 100644 index 0000000..e0f4ae6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite830Volcanion.png differ diff --git a/graphics/backspr/gBackShinySprite831PyroarFemale.png b/graphics/backspr/gBackShinySprite831PyroarFemale.png new file mode 100644 index 0000000..9060865 Binary files /dev/null and b/graphics/backspr/gBackShinySprite831PyroarFemale.png differ diff --git a/graphics/backspr/gBackShinySprite832MeowsticFemale.png b/graphics/backspr/gBackShinySprite832MeowsticFemale.png new file mode 100644 index 0000000..34edaf3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite832MeowsticFemale.png differ diff --git a/graphics/backspr/gBackShinySprite833AegislashBlade.png b/graphics/backspr/gBackShinySprite833AegislashBlade.png new file mode 100644 index 0000000..eb99b80 Binary files /dev/null and b/graphics/backspr/gBackShinySprite833AegislashBlade.png differ diff --git a/graphics/backspr/gBackShinySprite834ArceusFairy.png b/graphics/backspr/gBackShinySprite834ArceusFairy.png new file mode 100644 index 0000000..b5f0b09 Binary files /dev/null and b/graphics/backspr/gBackShinySprite834ArceusFairy.png differ diff --git a/graphics/backspr/gBackShinySprite835ZygardeCell.png b/graphics/backspr/gBackShinySprite835ZygardeCell.png new file mode 100644 index 0000000..38b26f1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite835ZygardeCell.png differ diff --git a/graphics/backspr/gBackShinySprite836ZygardeCore.png b/graphics/backspr/gBackShinySprite836ZygardeCore.png new file mode 100644 index 0000000..681ebe8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite836ZygardeCore.png differ diff --git a/graphics/backspr/gBackShinySprite837Zygarde10.png b/graphics/backspr/gBackShinySprite837Zygarde10.png new file mode 100644 index 0000000..782993a Binary files /dev/null and b/graphics/backspr/gBackShinySprite837Zygarde10.png differ diff --git a/graphics/backspr/gBackShinySprite838ZygardeComplete.png b/graphics/backspr/gBackShinySprite838ZygardeComplete.png new file mode 100644 index 0000000..c2f9cbe Binary files /dev/null and b/graphics/backspr/gBackShinySprite838ZygardeComplete.png differ diff --git a/graphics/backspr/gBackShinySprite839Ashgreninja.png b/graphics/backspr/gBackShinySprite839Ashgreninja.png new file mode 100644 index 0000000..37dd068 Binary files /dev/null and b/graphics/backspr/gBackShinySprite839Ashgreninja.png differ diff --git a/graphics/backspr/gBackShinySprite840FlabebeBlue.png b/graphics/backspr/gBackShinySprite840FlabebeBlue.png new file mode 100644 index 0000000..9439f23 Binary files /dev/null and b/graphics/backspr/gBackShinySprite840FlabebeBlue.png differ diff --git a/graphics/backspr/gBackShinySprite841FlabebeOrange.png b/graphics/backspr/gBackShinySprite841FlabebeOrange.png new file mode 100644 index 0000000..f30e6b1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite841FlabebeOrange.png differ diff --git a/graphics/backspr/gBackShinySprite842FlabebeYellow.png b/graphics/backspr/gBackShinySprite842FlabebeYellow.png new file mode 100644 index 0000000..365f44b Binary files /dev/null and b/graphics/backspr/gBackShinySprite842FlabebeYellow.png differ diff --git a/graphics/backspr/gBackShinySprite843FlabebeWhite.png b/graphics/backspr/gBackShinySprite843FlabebeWhite.png new file mode 100644 index 0000000..6d91938 Binary files /dev/null and b/graphics/backspr/gBackShinySprite843FlabebeWhite.png differ diff --git a/graphics/backspr/gBackShinySprite844FloetteBlue.png b/graphics/backspr/gBackShinySprite844FloetteBlue.png new file mode 100644 index 0000000..ce9a950 Binary files /dev/null and b/graphics/backspr/gBackShinySprite844FloetteBlue.png differ diff --git a/graphics/backspr/gBackShinySprite845FloetteOrange.png b/graphics/backspr/gBackShinySprite845FloetteOrange.png new file mode 100644 index 0000000..79acd44 Binary files /dev/null and b/graphics/backspr/gBackShinySprite845FloetteOrange.png differ diff --git a/graphics/backspr/gBackShinySprite846FloetteYellow.png b/graphics/backspr/gBackShinySprite846FloetteYellow.png new file mode 100644 index 0000000..1671ddd Binary files /dev/null and b/graphics/backspr/gBackShinySprite846FloetteYellow.png differ diff --git a/graphics/backspr/gBackShinySprite847FloetteWhite.png b/graphics/backspr/gBackShinySprite847FloetteWhite.png new file mode 100644 index 0000000..e478bfd Binary files /dev/null and b/graphics/backspr/gBackShinySprite847FloetteWhite.png differ diff --git a/graphics/backspr/gBackShinySprite848FloetteEternal.png b/graphics/backspr/gBackShinySprite848FloetteEternal.png new file mode 100644 index 0000000..5baeabb Binary files /dev/null and b/graphics/backspr/gBackShinySprite848FloetteEternal.png differ diff --git a/graphics/backspr/gBackShinySprite849FlorgesBlue.png b/graphics/backspr/gBackShinySprite849FlorgesBlue.png new file mode 100644 index 0000000..a93264b Binary files /dev/null and b/graphics/backspr/gBackShinySprite849FlorgesBlue.png differ diff --git a/graphics/backspr/gBackShinySprite850FlorgesOrange.png b/graphics/backspr/gBackShinySprite850FlorgesOrange.png new file mode 100644 index 0000000..639a849 Binary files /dev/null and b/graphics/backspr/gBackShinySprite850FlorgesOrange.png differ diff --git a/graphics/backspr/gBackShinySprite851FlorgesYellow.png b/graphics/backspr/gBackShinySprite851FlorgesYellow.png new file mode 100644 index 0000000..d6b7de6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite851FlorgesYellow.png differ diff --git a/graphics/backspr/gBackShinySprite852FlorgesWhite.png b/graphics/backspr/gBackShinySprite852FlorgesWhite.png new file mode 100644 index 0000000..3f4bed2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite852FlorgesWhite.png differ diff --git a/graphics/backspr/gBackShinySprite853PumpkabooXl.png b/graphics/backspr/gBackShinySprite853PumpkabooXl.png new file mode 100644 index 0000000..53127b2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite853PumpkabooXl.png differ diff --git a/graphics/backspr/gBackShinySprite854PumpkabooL.png b/graphics/backspr/gBackShinySprite854PumpkabooL.png new file mode 100644 index 0000000..0858e2c Binary files /dev/null and b/graphics/backspr/gBackShinySprite854PumpkabooL.png differ diff --git a/graphics/backspr/gBackShinySprite855PumpkabooM.png b/graphics/backspr/gBackShinySprite855PumpkabooM.png new file mode 100644 index 0000000..ef38e6f Binary files /dev/null and b/graphics/backspr/gBackShinySprite855PumpkabooM.png differ diff --git a/graphics/backspr/gBackShinySprite856GourgeistXl.png b/graphics/backspr/gBackShinySprite856GourgeistXl.png new file mode 100644 index 0000000..be16aa7 Binary files /dev/null and b/graphics/backspr/gBackShinySprite856GourgeistXl.png differ diff --git a/graphics/backspr/gBackShinySprite857GourgeistL.png b/graphics/backspr/gBackShinySprite857GourgeistL.png new file mode 100644 index 0000000..5e912b5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite857GourgeistL.png differ diff --git a/graphics/backspr/gBackShinySprite858GourgeistM.png b/graphics/backspr/gBackShinySprite858GourgeistM.png new file mode 100644 index 0000000..a2d652f Binary files /dev/null and b/graphics/backspr/gBackShinySprite858GourgeistM.png differ diff --git a/graphics/backspr/gBackShinySprite859FurfrouHeart.png b/graphics/backspr/gBackShinySprite859FurfrouHeart.png new file mode 100644 index 0000000..8737d83 Binary files /dev/null and b/graphics/backspr/gBackShinySprite859FurfrouHeart.png differ diff --git a/graphics/backspr/gBackShinySprite860FurfrouDiamond.png b/graphics/backspr/gBackShinySprite860FurfrouDiamond.png new file mode 100644 index 0000000..6e3f7a1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite860FurfrouDiamond.png differ diff --git a/graphics/backspr/gBackShinySprite861FurfrouStar.png b/graphics/backspr/gBackShinySprite861FurfrouStar.png new file mode 100644 index 0000000..168cc2f Binary files /dev/null and b/graphics/backspr/gBackShinySprite861FurfrouStar.png differ diff --git a/graphics/backspr/gBackShinySprite862FurfrouPharoah.png b/graphics/backspr/gBackShinySprite862FurfrouPharoah.png new file mode 100644 index 0000000..c96384c Binary files /dev/null and b/graphics/backspr/gBackShinySprite862FurfrouPharoah.png differ diff --git a/graphics/backspr/gBackShinySprite863FurfrouKabuki.png b/graphics/backspr/gBackShinySprite863FurfrouKabuki.png new file mode 100644 index 0000000..a603646 Binary files /dev/null and b/graphics/backspr/gBackShinySprite863FurfrouKabuki.png differ diff --git a/graphics/backspr/gBackShinySprite864FurfrouLaReine.png b/graphics/backspr/gBackShinySprite864FurfrouLaReine.png new file mode 100644 index 0000000..21632ad Binary files /dev/null and b/graphics/backspr/gBackShinySprite864FurfrouLaReine.png differ diff --git a/graphics/backspr/gBackShinySprite865FurfrouMatron.png b/graphics/backspr/gBackShinySprite865FurfrouMatron.png new file mode 100644 index 0000000..05c973c Binary files /dev/null and b/graphics/backspr/gBackShinySprite865FurfrouMatron.png differ diff --git a/graphics/backspr/gBackShinySprite866FurfrouDandy.png b/graphics/backspr/gBackShinySprite866FurfrouDandy.png new file mode 100644 index 0000000..d264fcc Binary files /dev/null and b/graphics/backspr/gBackShinySprite866FurfrouDandy.png differ diff --git a/graphics/backspr/gBackShinySprite867FurfrouDebutante.png b/graphics/backspr/gBackShinySprite867FurfrouDebutante.png new file mode 100644 index 0000000..62e2ad0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite867FurfrouDebutante.png differ diff --git a/graphics/backspr/gBackShinySprite868VivillonFancy.png b/graphics/backspr/gBackShinySprite868VivillonFancy.png new file mode 100644 index 0000000..58cfc8e Binary files /dev/null and b/graphics/backspr/gBackShinySprite868VivillonFancy.png differ diff --git a/graphics/backspr/gBackShinySprite869VenusaurMega.png b/graphics/backspr/gBackShinySprite869VenusaurMega.png new file mode 100644 index 0000000..d58dcae Binary files /dev/null and b/graphics/backspr/gBackShinySprite869VenusaurMega.png differ diff --git a/graphics/backspr/gBackShinySprite870CharizardMegaX.png b/graphics/backspr/gBackShinySprite870CharizardMegaX.png new file mode 100644 index 0000000..9b855a5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite870CharizardMegaX.png differ diff --git a/graphics/backspr/gBackShinySprite871CharizardMegaY.png b/graphics/backspr/gBackShinySprite871CharizardMegaY.png new file mode 100644 index 0000000..78146b0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite871CharizardMegaY.png differ diff --git a/graphics/backspr/gBackShinySprite872BlastoiseMega.png b/graphics/backspr/gBackShinySprite872BlastoiseMega.png new file mode 100644 index 0000000..3118743 Binary files /dev/null and b/graphics/backspr/gBackShinySprite872BlastoiseMega.png differ diff --git a/graphics/backspr/gBackShinySprite873BeedrillMega.png b/graphics/backspr/gBackShinySprite873BeedrillMega.png new file mode 100644 index 0000000..61596a5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite873BeedrillMega.png differ diff --git a/graphics/backspr/gBackShinySprite874PidgeotMega.png b/graphics/backspr/gBackShinySprite874PidgeotMega.png new file mode 100644 index 0000000..0940f80 Binary files /dev/null and b/graphics/backspr/gBackShinySprite874PidgeotMega.png differ diff --git a/graphics/backspr/gBackShinySprite875AlakazamMega.png b/graphics/backspr/gBackShinySprite875AlakazamMega.png new file mode 100644 index 0000000..52bee99 Binary files /dev/null and b/graphics/backspr/gBackShinySprite875AlakazamMega.png differ diff --git a/graphics/backspr/gBackShinySprite876SlowbroMega.png b/graphics/backspr/gBackShinySprite876SlowbroMega.png new file mode 100644 index 0000000..ab10e8c Binary files /dev/null and b/graphics/backspr/gBackShinySprite876SlowbroMega.png differ diff --git a/graphics/backspr/gBackShinySprite877GengarMega.png b/graphics/backspr/gBackShinySprite877GengarMega.png new file mode 100644 index 0000000..5e45b7c Binary files /dev/null and b/graphics/backspr/gBackShinySprite877GengarMega.png differ diff --git a/graphics/backspr/gBackShinySprite878KangaskhanMega.png b/graphics/backspr/gBackShinySprite878KangaskhanMega.png new file mode 100644 index 0000000..8c4f092 Binary files /dev/null and b/graphics/backspr/gBackShinySprite878KangaskhanMega.png differ diff --git a/graphics/backspr/gBackShinySprite879PinsirMega.png b/graphics/backspr/gBackShinySprite879PinsirMega.png new file mode 100644 index 0000000..8ee33c1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite879PinsirMega.png differ diff --git a/graphics/backspr/gBackShinySprite880GyaradosMega.png b/graphics/backspr/gBackShinySprite880GyaradosMega.png new file mode 100644 index 0000000..976021c Binary files /dev/null and b/graphics/backspr/gBackShinySprite880GyaradosMega.png differ diff --git a/graphics/backspr/gBackShinySprite881AerodactylMega.png b/graphics/backspr/gBackShinySprite881AerodactylMega.png new file mode 100644 index 0000000..963a3c9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite881AerodactylMega.png differ diff --git a/graphics/backspr/gBackShinySprite882MewtwoMegaX.png b/graphics/backspr/gBackShinySprite882MewtwoMegaX.png new file mode 100644 index 0000000..e19a074 Binary files /dev/null and b/graphics/backspr/gBackShinySprite882MewtwoMegaX.png differ diff --git a/graphics/backspr/gBackShinySprite883MewtwoMegaY.png b/graphics/backspr/gBackShinySprite883MewtwoMegaY.png new file mode 100644 index 0000000..44e18f2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite883MewtwoMegaY.png differ diff --git a/graphics/backspr/gBackShinySprite884AmpharosMega.png b/graphics/backspr/gBackShinySprite884AmpharosMega.png new file mode 100644 index 0000000..84d2c5f Binary files /dev/null and b/graphics/backspr/gBackShinySprite884AmpharosMega.png differ diff --git a/graphics/backspr/gBackShinySprite885SteelixMega.png b/graphics/backspr/gBackShinySprite885SteelixMega.png new file mode 100644 index 0000000..9f29c96 Binary files /dev/null and b/graphics/backspr/gBackShinySprite885SteelixMega.png differ diff --git a/graphics/backspr/gBackShinySprite886ScizorMega.png b/graphics/backspr/gBackShinySprite886ScizorMega.png new file mode 100644 index 0000000..2b26e8f Binary files /dev/null and b/graphics/backspr/gBackShinySprite886ScizorMega.png differ diff --git a/graphics/backspr/gBackShinySprite887HeracrossMega.png b/graphics/backspr/gBackShinySprite887HeracrossMega.png new file mode 100644 index 0000000..d5e7df2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite887HeracrossMega.png differ diff --git a/graphics/backspr/gBackShinySprite888HoundoomMega.png b/graphics/backspr/gBackShinySprite888HoundoomMega.png new file mode 100644 index 0000000..9b6b35e Binary files /dev/null and b/graphics/backspr/gBackShinySprite888HoundoomMega.png differ diff --git a/graphics/backspr/gBackShinySprite889TyranitarMega.png b/graphics/backspr/gBackShinySprite889TyranitarMega.png new file mode 100644 index 0000000..bb3784b Binary files /dev/null and b/graphics/backspr/gBackShinySprite889TyranitarMega.png differ diff --git a/graphics/backspr/gBackShinySprite890SceptileMega.png b/graphics/backspr/gBackShinySprite890SceptileMega.png new file mode 100644 index 0000000..cbd620e Binary files /dev/null and b/graphics/backspr/gBackShinySprite890SceptileMega.png differ diff --git a/graphics/backspr/gBackShinySprite891BlazikenMega.png b/graphics/backspr/gBackShinySprite891BlazikenMega.png new file mode 100644 index 0000000..e730f9d Binary files /dev/null and b/graphics/backspr/gBackShinySprite891BlazikenMega.png differ diff --git a/graphics/backspr/gBackShinySprite892SwampertMega.png b/graphics/backspr/gBackShinySprite892SwampertMega.png new file mode 100644 index 0000000..6aa90c0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite892SwampertMega.png differ diff --git a/graphics/backspr/gBackShinySprite893GardevoirMega.png b/graphics/backspr/gBackShinySprite893GardevoirMega.png new file mode 100644 index 0000000..9bee9c9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite893GardevoirMega.png differ diff --git a/graphics/backspr/gBackShinySprite894SableyeMega.png b/graphics/backspr/gBackShinySprite894SableyeMega.png new file mode 100644 index 0000000..a7c7e0b Binary files /dev/null and b/graphics/backspr/gBackShinySprite894SableyeMega.png differ diff --git a/graphics/backspr/gBackShinySprite895MawileMega.png b/graphics/backspr/gBackShinySprite895MawileMega.png new file mode 100644 index 0000000..0f2f40c Binary files /dev/null and b/graphics/backspr/gBackShinySprite895MawileMega.png differ diff --git a/graphics/backspr/gBackShinySprite896AggronMega.png b/graphics/backspr/gBackShinySprite896AggronMega.png new file mode 100644 index 0000000..47d81f2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite896AggronMega.png differ diff --git a/graphics/backspr/gBackShinySprite897MedichamMega.png b/graphics/backspr/gBackShinySprite897MedichamMega.png new file mode 100644 index 0000000..8430499 Binary files /dev/null and b/graphics/backspr/gBackShinySprite897MedichamMega.png differ diff --git a/graphics/backspr/gBackShinySprite898ManectricMega.png b/graphics/backspr/gBackShinySprite898ManectricMega.png new file mode 100644 index 0000000..90ce1e6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite898ManectricMega.png differ diff --git a/graphics/backspr/gBackShinySprite899SharpedoMega.png b/graphics/backspr/gBackShinySprite899SharpedoMega.png new file mode 100644 index 0000000..c37f8d9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite899SharpedoMega.png differ diff --git a/graphics/backspr/gBackShinySprite900CameruptMega.png b/graphics/backspr/gBackShinySprite900CameruptMega.png new file mode 100644 index 0000000..b3c7584 Binary files /dev/null and b/graphics/backspr/gBackShinySprite900CameruptMega.png differ diff --git a/graphics/backspr/gBackShinySprite901AltariaMega.png b/graphics/backspr/gBackShinySprite901AltariaMega.png new file mode 100644 index 0000000..73107f6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite901AltariaMega.png differ diff --git a/graphics/backspr/gBackShinySprite902BanetteMega.png b/graphics/backspr/gBackShinySprite902BanetteMega.png new file mode 100644 index 0000000..bdaa3d2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite902BanetteMega.png differ diff --git a/graphics/backspr/gBackShinySprite903AbsolMega.png b/graphics/backspr/gBackShinySprite903AbsolMega.png new file mode 100644 index 0000000..b9791bd Binary files /dev/null and b/graphics/backspr/gBackShinySprite903AbsolMega.png differ diff --git a/graphics/backspr/gBackShinySprite904GlalieMega.png b/graphics/backspr/gBackShinySprite904GlalieMega.png new file mode 100644 index 0000000..f8e4ee5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite904GlalieMega.png differ diff --git a/graphics/backspr/gBackShinySprite905SalamenceMega.png b/graphics/backspr/gBackShinySprite905SalamenceMega.png new file mode 100644 index 0000000..423c650 Binary files /dev/null and b/graphics/backspr/gBackShinySprite905SalamenceMega.png differ diff --git a/graphics/backspr/gBackShinySprite906MetagrossMega.png b/graphics/backspr/gBackShinySprite906MetagrossMega.png new file mode 100644 index 0000000..9d0acde Binary files /dev/null and b/graphics/backspr/gBackShinySprite906MetagrossMega.png differ diff --git a/graphics/backspr/gBackShinySprite907LatiasMega.png b/graphics/backspr/gBackShinySprite907LatiasMega.png new file mode 100644 index 0000000..b10116f Binary files /dev/null and b/graphics/backspr/gBackShinySprite907LatiasMega.png differ diff --git a/graphics/backspr/gBackShinySprite908LatiosMega.png b/graphics/backspr/gBackShinySprite908LatiosMega.png new file mode 100644 index 0000000..0c3d96a Binary files /dev/null and b/graphics/backspr/gBackShinySprite908LatiosMega.png differ diff --git a/graphics/backspr/gBackShinySprite909GroudonPrimal.png b/graphics/backspr/gBackShinySprite909GroudonPrimal.png new file mode 100644 index 0000000..0bed429 Binary files /dev/null and b/graphics/backspr/gBackShinySprite909GroudonPrimal.png differ diff --git a/graphics/backspr/gBackShinySprite910KyogrePrimal.png b/graphics/backspr/gBackShinySprite910KyogrePrimal.png new file mode 100644 index 0000000..4bcc55c Binary files /dev/null and b/graphics/backspr/gBackShinySprite910KyogrePrimal.png differ diff --git a/graphics/backspr/gBackShinySprite911RayquazaMega.png b/graphics/backspr/gBackShinySprite911RayquazaMega.png new file mode 100644 index 0000000..cce547e Binary files /dev/null and b/graphics/backspr/gBackShinySprite911RayquazaMega.png differ diff --git a/graphics/backspr/gBackShinySprite912LopunnyMega.png b/graphics/backspr/gBackShinySprite912LopunnyMega.png new file mode 100644 index 0000000..d055f54 Binary files /dev/null and b/graphics/backspr/gBackShinySprite912LopunnyMega.png differ diff --git a/graphics/backspr/gBackShinySprite913GarchompMega.png b/graphics/backspr/gBackShinySprite913GarchompMega.png new file mode 100644 index 0000000..1de06d0 Binary files /dev/null and b/graphics/backspr/gBackShinySprite913GarchompMega.png differ diff --git a/graphics/backspr/gBackShinySprite914LucarioMega.png b/graphics/backspr/gBackShinySprite914LucarioMega.png new file mode 100644 index 0000000..a5030c1 Binary files /dev/null and b/graphics/backspr/gBackShinySprite914LucarioMega.png differ diff --git a/graphics/backspr/gBackShinySprite915AbomasnowMega.png b/graphics/backspr/gBackShinySprite915AbomasnowMega.png new file mode 100644 index 0000000..109d11d Binary files /dev/null and b/graphics/backspr/gBackShinySprite915AbomasnowMega.png differ diff --git a/graphics/backspr/gBackShinySprite916GalladeMega.png b/graphics/backspr/gBackShinySprite916GalladeMega.png new file mode 100644 index 0000000..4932751 Binary files /dev/null and b/graphics/backspr/gBackShinySprite916GalladeMega.png differ diff --git a/graphics/backspr/gBackShinySprite917AudinoMega.png b/graphics/backspr/gBackShinySprite917AudinoMega.png new file mode 100644 index 0000000..aeb6140 Binary files /dev/null and b/graphics/backspr/gBackShinySprite917AudinoMega.png differ diff --git a/graphics/backspr/gBackShinySprite918DiancieMega.png b/graphics/backspr/gBackShinySprite918DiancieMega.png new file mode 100644 index 0000000..cbce208 Binary files /dev/null and b/graphics/backspr/gBackShinySprite918DiancieMega.png differ diff --git a/graphics/backspr/gBackShinySprite919DialgaPrimal.png b/graphics/backspr/gBackShinySprite919DialgaPrimal.png new file mode 100644 index 0000000..0a43891 Binary files /dev/null and b/graphics/backspr/gBackShinySprite919DialgaPrimal.png differ diff --git a/graphics/backspr/gBackShinySprite921VivillonArchipelago.png b/graphics/backspr/gBackShinySprite921VivillonArchipelago.png new file mode 100644 index 0000000..029cda6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite921VivillonArchipelago.png differ diff --git a/graphics/backspr/gBackShinySprite922VivillonContinental.png b/graphics/backspr/gBackShinySprite922VivillonContinental.png new file mode 100644 index 0000000..768bc5f Binary files /dev/null and b/graphics/backspr/gBackShinySprite922VivillonContinental.png differ diff --git a/graphics/backspr/gBackShinySprite923VivillonElegant.png b/graphics/backspr/gBackShinySprite923VivillonElegant.png new file mode 100644 index 0000000..c444542 Binary files /dev/null and b/graphics/backspr/gBackShinySprite923VivillonElegant.png differ diff --git a/graphics/backspr/gBackShinySprite924VivillonGarden.png b/graphics/backspr/gBackShinySprite924VivillonGarden.png new file mode 100644 index 0000000..82f1717 Binary files /dev/null and b/graphics/backspr/gBackShinySprite924VivillonGarden.png differ diff --git a/graphics/backspr/gBackShinySprite925VivillonHighPlains.png b/graphics/backspr/gBackShinySprite925VivillonHighPlains.png new file mode 100644 index 0000000..7a029d6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite925VivillonHighPlains.png differ diff --git a/graphics/backspr/gBackShinySprite926VivillonIcySnow.png b/graphics/backspr/gBackShinySprite926VivillonIcySnow.png new file mode 100644 index 0000000..38fc2ac Binary files /dev/null and b/graphics/backspr/gBackShinySprite926VivillonIcySnow.png differ diff --git a/graphics/backspr/gBackShinySprite927VivillonJungle.png b/graphics/backspr/gBackShinySprite927VivillonJungle.png new file mode 100644 index 0000000..c1052b5 Binary files /dev/null and b/graphics/backspr/gBackShinySprite927VivillonJungle.png differ diff --git a/graphics/backspr/gBackShinySprite928VivillonMarine.png b/graphics/backspr/gBackShinySprite928VivillonMarine.png new file mode 100644 index 0000000..fe41410 Binary files /dev/null and b/graphics/backspr/gBackShinySprite928VivillonMarine.png differ diff --git a/graphics/backspr/gBackShinySprite929VivillonModern.png b/graphics/backspr/gBackShinySprite929VivillonModern.png new file mode 100644 index 0000000..1d6841c Binary files /dev/null and b/graphics/backspr/gBackShinySprite929VivillonModern.png differ diff --git a/graphics/backspr/gBackShinySprite930VivillonMonsoon.png b/graphics/backspr/gBackShinySprite930VivillonMonsoon.png new file mode 100644 index 0000000..375f19e Binary files /dev/null and b/graphics/backspr/gBackShinySprite930VivillonMonsoon.png differ diff --git a/graphics/backspr/gBackShinySprite931VivillonOcean.png b/graphics/backspr/gBackShinySprite931VivillonOcean.png new file mode 100644 index 0000000..3257392 Binary files /dev/null and b/graphics/backspr/gBackShinySprite931VivillonOcean.png differ diff --git a/graphics/backspr/gBackShinySprite932VivillonPokeball.png b/graphics/backspr/gBackShinySprite932VivillonPokeball.png new file mode 100644 index 0000000..67cef30 Binary files /dev/null and b/graphics/backspr/gBackShinySprite932VivillonPokeball.png differ diff --git a/graphics/backspr/gBackShinySprite933VivillonPolar.png b/graphics/backspr/gBackShinySprite933VivillonPolar.png new file mode 100644 index 0000000..1d286fb Binary files /dev/null and b/graphics/backspr/gBackShinySprite933VivillonPolar.png differ diff --git a/graphics/backspr/gBackShinySprite934VivillonRiver.png b/graphics/backspr/gBackShinySprite934VivillonRiver.png new file mode 100644 index 0000000..c230932 Binary files /dev/null and b/graphics/backspr/gBackShinySprite934VivillonRiver.png differ diff --git a/graphics/backspr/gBackShinySprite935VivillonSandstorm.png b/graphics/backspr/gBackShinySprite935VivillonSandstorm.png new file mode 100644 index 0000000..91941b9 Binary files /dev/null and b/graphics/backspr/gBackShinySprite935VivillonSandstorm.png differ diff --git a/graphics/backspr/gBackShinySprite936VivillonSavanna.png b/graphics/backspr/gBackShinySprite936VivillonSavanna.png new file mode 100644 index 0000000..b1c6734 Binary files /dev/null and b/graphics/backspr/gBackShinySprite936VivillonSavanna.png differ diff --git a/graphics/backspr/gBackShinySprite937VivillonSun.png b/graphics/backspr/gBackShinySprite937VivillonSun.png new file mode 100644 index 0000000..917afe3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite937VivillonSun.png differ diff --git a/graphics/backspr/gBackShinySprite938VivillonTundra.png b/graphics/backspr/gBackShinySprite938VivillonTundra.png new file mode 100644 index 0000000..e0870cf Binary files /dev/null and b/graphics/backspr/gBackShinySprite938VivillonTundra.png differ diff --git a/graphics/backspr/gBackShinySprite939Rowlet.png b/graphics/backspr/gBackShinySprite939Rowlet.png new file mode 100644 index 0000000..3087198 Binary files /dev/null and b/graphics/backspr/gBackShinySprite939Rowlet.png differ diff --git a/graphics/backspr/gBackShinySprite940Dartrix.png b/graphics/backspr/gBackShinySprite940Dartrix.png new file mode 100644 index 0000000..31e7eef Binary files /dev/null and b/graphics/backspr/gBackShinySprite940Dartrix.png differ diff --git a/graphics/backspr/gBackShinySprite941Decidueye.png b/graphics/backspr/gBackShinySprite941Decidueye.png new file mode 100644 index 0000000..358ea55 Binary files /dev/null and b/graphics/backspr/gBackShinySprite941Decidueye.png differ diff --git a/graphics/backspr/gBackShinySprite942Litten.png b/graphics/backspr/gBackShinySprite942Litten.png new file mode 100644 index 0000000..2649e71 Binary files /dev/null and b/graphics/backspr/gBackShinySprite942Litten.png differ diff --git a/graphics/backspr/gBackShinySprite943Torracat.png b/graphics/backspr/gBackShinySprite943Torracat.png new file mode 100644 index 0000000..4f7cdce Binary files /dev/null and b/graphics/backspr/gBackShinySprite943Torracat.png differ diff --git a/graphics/backspr/gBackShinySprite944Incineroar.png b/graphics/backspr/gBackShinySprite944Incineroar.png new file mode 100644 index 0000000..fd6b672 Binary files /dev/null and b/graphics/backspr/gBackShinySprite944Incineroar.png differ diff --git a/graphics/backspr/gBackShinySprite945Popplio.png b/graphics/backspr/gBackShinySprite945Popplio.png new file mode 100644 index 0000000..471182f Binary files /dev/null and b/graphics/backspr/gBackShinySprite945Popplio.png differ diff --git a/graphics/backspr/gBackShinySprite946Brionne.png b/graphics/backspr/gBackShinySprite946Brionne.png new file mode 100644 index 0000000..490a53d Binary files /dev/null and b/graphics/backspr/gBackShinySprite946Brionne.png differ diff --git a/graphics/backspr/gBackShinySprite947Primarina.png b/graphics/backspr/gBackShinySprite947Primarina.png new file mode 100644 index 0000000..72e73b3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite947Primarina.png differ diff --git a/graphics/backspr/gBackShinySprite948Pikipek.png b/graphics/backspr/gBackShinySprite948Pikipek.png new file mode 100644 index 0000000..a5d004a Binary files /dev/null and b/graphics/backspr/gBackShinySprite948Pikipek.png differ diff --git a/graphics/backspr/gBackShinySprite949Trumbeak.png b/graphics/backspr/gBackShinySprite949Trumbeak.png new file mode 100644 index 0000000..68365cd Binary files /dev/null and b/graphics/backspr/gBackShinySprite949Trumbeak.png differ diff --git a/graphics/backspr/gBackShinySprite950Toucannon.png b/graphics/backspr/gBackShinySprite950Toucannon.png new file mode 100644 index 0000000..7ae92f3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite950Toucannon.png differ diff --git a/graphics/backspr/gBackShinySprite951Yungoos.png b/graphics/backspr/gBackShinySprite951Yungoos.png new file mode 100644 index 0000000..29295e2 Binary files /dev/null and b/graphics/backspr/gBackShinySprite951Yungoos.png differ diff --git a/graphics/backspr/gBackShinySprite952Gumshoos.png b/graphics/backspr/gBackShinySprite952Gumshoos.png new file mode 100644 index 0000000..0047671 Binary files /dev/null and b/graphics/backspr/gBackShinySprite952Gumshoos.png differ diff --git a/graphics/backspr/gBackShinySprite953Grubbin.png b/graphics/backspr/gBackShinySprite953Grubbin.png new file mode 100644 index 0000000..f574cf4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite953Grubbin.png differ diff --git a/graphics/backspr/gBackShinySprite954Charjabug.png b/graphics/backspr/gBackShinySprite954Charjabug.png new file mode 100644 index 0000000..0c93f10 Binary files /dev/null and b/graphics/backspr/gBackShinySprite954Charjabug.png differ diff --git a/graphics/backspr/gBackShinySprite955Vikavolt.png b/graphics/backspr/gBackShinySprite955Vikavolt.png new file mode 100644 index 0000000..4e22a2a Binary files /dev/null and b/graphics/backspr/gBackShinySprite955Vikavolt.png differ diff --git a/graphics/backspr/gBackShinySprite956Crabrawler.png b/graphics/backspr/gBackShinySprite956Crabrawler.png new file mode 100644 index 0000000..d111608 Binary files /dev/null and b/graphics/backspr/gBackShinySprite956Crabrawler.png differ diff --git a/graphics/backspr/gBackShinySprite957Crabominable.png b/graphics/backspr/gBackShinySprite957Crabominable.png new file mode 100644 index 0000000..ecb2b2d Binary files /dev/null and b/graphics/backspr/gBackShinySprite957Crabominable.png differ diff --git a/graphics/backspr/gBackShinySprite958Oricorio.png b/graphics/backspr/gBackShinySprite958Oricorio.png new file mode 100644 index 0000000..a570a1d Binary files /dev/null and b/graphics/backspr/gBackShinySprite958Oricorio.png differ diff --git a/graphics/backspr/gBackShinySprite959Cutiefly.png b/graphics/backspr/gBackShinySprite959Cutiefly.png new file mode 100644 index 0000000..1964717 Binary files /dev/null and b/graphics/backspr/gBackShinySprite959Cutiefly.png differ diff --git a/graphics/backspr/gBackShinySprite960Ribombee.png b/graphics/backspr/gBackShinySprite960Ribombee.png new file mode 100644 index 0000000..181d026 Binary files /dev/null and b/graphics/backspr/gBackShinySprite960Ribombee.png differ diff --git a/graphics/backspr/gBackShinySprite961Rockruff.png b/graphics/backspr/gBackShinySprite961Rockruff.png new file mode 100644 index 0000000..a8617be Binary files /dev/null and b/graphics/backspr/gBackShinySprite961Rockruff.png differ diff --git a/graphics/backspr/gBackShinySprite962Lycanroc.png b/graphics/backspr/gBackShinySprite962Lycanroc.png new file mode 100644 index 0000000..aa0fde3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite962Lycanroc.png differ diff --git a/graphics/backspr/gBackShinySprite963Wishiwashi.png b/graphics/backspr/gBackShinySprite963Wishiwashi.png new file mode 100644 index 0000000..14cbbd4 Binary files /dev/null and b/graphics/backspr/gBackShinySprite963Wishiwashi.png differ diff --git a/graphics/backspr/gBackShinySprite964Mareanie.png b/graphics/backspr/gBackShinySprite964Mareanie.png new file mode 100644 index 0000000..cfe1cec Binary files /dev/null and b/graphics/backspr/gBackShinySprite964Mareanie.png differ diff --git a/graphics/backspr/gBackShinySprite965Toxapex.png b/graphics/backspr/gBackShinySprite965Toxapex.png new file mode 100644 index 0000000..383b877 Binary files /dev/null and b/graphics/backspr/gBackShinySprite965Toxapex.png differ diff --git a/graphics/backspr/gBackShinySprite966Mudbray.png b/graphics/backspr/gBackShinySprite966Mudbray.png new file mode 100644 index 0000000..709ff27 Binary files /dev/null and b/graphics/backspr/gBackShinySprite966Mudbray.png differ diff --git a/graphics/backspr/gBackShinySprite967Mudsdale.png b/graphics/backspr/gBackShinySprite967Mudsdale.png new file mode 100644 index 0000000..64e636f Binary files /dev/null and b/graphics/backspr/gBackShinySprite967Mudsdale.png differ diff --git a/graphics/backspr/gBackShinySprite968Dewpider.png b/graphics/backspr/gBackShinySprite968Dewpider.png new file mode 100644 index 0000000..e6f0ece Binary files /dev/null and b/graphics/backspr/gBackShinySprite968Dewpider.png differ diff --git a/graphics/backspr/gBackShinySprite969Araquanid.png b/graphics/backspr/gBackShinySprite969Araquanid.png new file mode 100644 index 0000000..d91dd05 Binary files /dev/null and b/graphics/backspr/gBackShinySprite969Araquanid.png differ diff --git a/graphics/backspr/gBackShinySprite970Fomantis.png b/graphics/backspr/gBackShinySprite970Fomantis.png new file mode 100644 index 0000000..a4f1013 Binary files /dev/null and b/graphics/backspr/gBackShinySprite970Fomantis.png differ diff --git a/graphics/backspr/gBackShinySprite971Lurantis.png b/graphics/backspr/gBackShinySprite971Lurantis.png new file mode 100644 index 0000000..3b1b556 Binary files /dev/null and b/graphics/backspr/gBackShinySprite971Lurantis.png differ diff --git a/graphics/backspr/gBackShinySprite972Morelull.png b/graphics/backspr/gBackShinySprite972Morelull.png new file mode 100644 index 0000000..370a851 Binary files /dev/null and b/graphics/backspr/gBackShinySprite972Morelull.png differ diff --git a/graphics/backspr/gBackShinySprite973Shiinotic.png b/graphics/backspr/gBackShinySprite973Shiinotic.png new file mode 100644 index 0000000..e6da835 Binary files /dev/null and b/graphics/backspr/gBackShinySprite973Shiinotic.png differ diff --git a/graphics/backspr/gBackShinySprite974Salandit.png b/graphics/backspr/gBackShinySprite974Salandit.png new file mode 100644 index 0000000..1b36fff Binary files /dev/null and b/graphics/backspr/gBackShinySprite974Salandit.png differ diff --git a/graphics/backspr/gBackShinySprite975Salazzle.png b/graphics/backspr/gBackShinySprite975Salazzle.png new file mode 100644 index 0000000..b1c34f8 Binary files /dev/null and b/graphics/backspr/gBackShinySprite975Salazzle.png differ diff --git a/graphics/backspr/gBackShinySprite976Stufful.png b/graphics/backspr/gBackShinySprite976Stufful.png new file mode 100644 index 0000000..b80f0f3 Binary files /dev/null and b/graphics/backspr/gBackShinySprite976Stufful.png differ diff --git a/graphics/backspr/gBackShinySprite977Bewear.png b/graphics/backspr/gBackShinySprite977Bewear.png new file mode 100644 index 0000000..a803089 Binary files /dev/null and b/graphics/backspr/gBackShinySprite977Bewear.png differ diff --git a/graphics/backspr/gBackShinySprite978Bounsweet.png b/graphics/backspr/gBackShinySprite978Bounsweet.png new file mode 100644 index 0000000..537672b Binary files /dev/null and b/graphics/backspr/gBackShinySprite978Bounsweet.png differ diff --git a/graphics/backspr/gBackShinySprite979Steenee.png b/graphics/backspr/gBackShinySprite979Steenee.png new file mode 100644 index 0000000..8b01280 Binary files /dev/null and b/graphics/backspr/gBackShinySprite979Steenee.png differ diff --git a/graphics/backspr/gBackShinySprite980Tsareena.png b/graphics/backspr/gBackShinySprite980Tsareena.png new file mode 100644 index 0000000..6918fc6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite980Tsareena.png differ diff --git a/graphics/backspr/gBackShinySprite981Comfey.png b/graphics/backspr/gBackShinySprite981Comfey.png new file mode 100644 index 0000000..bcb0d24 Binary files /dev/null and b/graphics/backspr/gBackShinySprite981Comfey.png differ diff --git a/graphics/backspr/gBackShinySprite982Oranguru.png b/graphics/backspr/gBackShinySprite982Oranguru.png new file mode 100644 index 0000000..d956cab Binary files /dev/null and b/graphics/backspr/gBackShinySprite982Oranguru.png differ diff --git a/graphics/backspr/gBackShinySprite983Passimian.png b/graphics/backspr/gBackShinySprite983Passimian.png new file mode 100644 index 0000000..a427841 Binary files /dev/null and b/graphics/backspr/gBackShinySprite983Passimian.png differ diff --git a/graphics/backspr/gBackShinySprite984Wimpod.png b/graphics/backspr/gBackShinySprite984Wimpod.png new file mode 100644 index 0000000..f5aa200 Binary files /dev/null and b/graphics/backspr/gBackShinySprite984Wimpod.png differ diff --git a/graphics/backspr/gBackShinySprite985Golisopod.png b/graphics/backspr/gBackShinySprite985Golisopod.png new file mode 100644 index 0000000..f01c86f Binary files /dev/null and b/graphics/backspr/gBackShinySprite985Golisopod.png differ diff --git a/graphics/backspr/gBackShinySprite986Sandygast.png b/graphics/backspr/gBackShinySprite986Sandygast.png new file mode 100644 index 0000000..3ea8cfd Binary files /dev/null and b/graphics/backspr/gBackShinySprite986Sandygast.png differ diff --git a/graphics/backspr/gBackShinySprite987Palossand.png b/graphics/backspr/gBackShinySprite987Palossand.png new file mode 100644 index 0000000..229aa17 Binary files /dev/null and b/graphics/backspr/gBackShinySprite987Palossand.png differ diff --git a/graphics/backspr/gBackShinySprite988Pyukumuku.png b/graphics/backspr/gBackShinySprite988Pyukumuku.png new file mode 100644 index 0000000..68d6467 Binary files /dev/null and b/graphics/backspr/gBackShinySprite988Pyukumuku.png differ diff --git a/graphics/backspr/gBackShinySprite989TypeNull.png b/graphics/backspr/gBackShinySprite989TypeNull.png new file mode 100644 index 0000000..31499ba Binary files /dev/null and b/graphics/backspr/gBackShinySprite989TypeNull.png differ diff --git a/graphics/backspr/gBackShinySprite990Silvally.png b/graphics/backspr/gBackShinySprite990Silvally.png new file mode 100644 index 0000000..88d59c6 Binary files /dev/null and b/graphics/backspr/gBackShinySprite990Silvally.png differ diff --git a/graphics/backspr/gBackShinySprite991MiniorShield.png b/graphics/backspr/gBackShinySprite991MiniorShield.png new file mode 100644 index 0000000..65b8892 Binary files /dev/null and b/graphics/backspr/gBackShinySprite991MiniorShield.png differ diff --git a/graphics/backspr/gBackShinySprite992Komala.png b/graphics/backspr/gBackShinySprite992Komala.png new file mode 100644 index 0000000..5270ada Binary files /dev/null and b/graphics/backspr/gBackShinySprite992Komala.png differ diff --git a/graphics/backspr/gBackShinySprite993Turtonator.png b/graphics/backspr/gBackShinySprite993Turtonator.png new file mode 100644 index 0000000..1ebb030 Binary files /dev/null and b/graphics/backspr/gBackShinySprite993Turtonator.png differ diff --git a/graphics/backspr/gBackShinySprite994Togedemaru.png b/graphics/backspr/gBackShinySprite994Togedemaru.png new file mode 100644 index 0000000..83f309f Binary files /dev/null and b/graphics/backspr/gBackShinySprite994Togedemaru.png differ diff --git a/graphics/backspr/gBackShinySprite995Mimikyu.png b/graphics/backspr/gBackShinySprite995Mimikyu.png new file mode 100644 index 0000000..9472637 Binary files /dev/null and b/graphics/backspr/gBackShinySprite995Mimikyu.png differ diff --git a/graphics/backspr/gBackShinySprite996Bruxish.png b/graphics/backspr/gBackShinySprite996Bruxish.png new file mode 100644 index 0000000..ebbea4d Binary files /dev/null and b/graphics/backspr/gBackShinySprite996Bruxish.png differ diff --git a/graphics/backspr/gBackShinySprite997Drampa.png b/graphics/backspr/gBackShinySprite997Drampa.png new file mode 100644 index 0000000..e649a6e Binary files /dev/null and b/graphics/backspr/gBackShinySprite997Drampa.png differ diff --git a/graphics/backspr/gBackShinySprite998Dhelmise.png b/graphics/backspr/gBackShinySprite998Dhelmise.png new file mode 100644 index 0000000..a3f8a66 Binary files /dev/null and b/graphics/backspr/gBackShinySprite998Dhelmise.png differ diff --git a/graphics/backspr/gBackShinySprite999JangmoO.png b/graphics/backspr/gBackShinySprite999JangmoO.png new file mode 100644 index 0000000..bd0ca30 Binary files /dev/null and b/graphics/backspr/gBackShinySprite999JangmoO.png differ diff --git a/graphics/backspriteflags.grit b/graphics/backspriteflags.grit new file mode 100644 index 0000000..0cf5fbc --- /dev/null +++ b/graphics/backspriteflags.grit @@ -0,0 +1 @@ +-gzl -gB4 -fts -fh -pe16 -pzlz77 -gu8 -fa -fh! \ No newline at end of file diff --git a/graphics/frontspr/gFrontSprite000None.png b/graphics/frontspr/gFrontSprite000None.png new file mode 100644 index 0000000..da697f8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite000None.png differ diff --git a/graphics/frontspr/gFrontSprite001Bulbasaur.png b/graphics/frontspr/gFrontSprite001Bulbasaur.png new file mode 100644 index 0000000..47f5986 Binary files /dev/null and b/graphics/frontspr/gFrontSprite001Bulbasaur.png differ diff --git a/graphics/frontspr/gFrontSprite002Ivysaur.png b/graphics/frontspr/gFrontSprite002Ivysaur.png new file mode 100644 index 0000000..8fd9904 Binary files /dev/null and b/graphics/frontspr/gFrontSprite002Ivysaur.png differ diff --git a/graphics/frontspr/gFrontSprite003Venusaur.png b/graphics/frontspr/gFrontSprite003Venusaur.png new file mode 100644 index 0000000..525b127 Binary files /dev/null and b/graphics/frontspr/gFrontSprite003Venusaur.png differ diff --git a/graphics/frontspr/gFrontSprite004Charmander.png b/graphics/frontspr/gFrontSprite004Charmander.png new file mode 100644 index 0000000..333011f Binary files /dev/null and b/graphics/frontspr/gFrontSprite004Charmander.png differ diff --git a/graphics/frontspr/gFrontSprite005Charmeleon.png b/graphics/frontspr/gFrontSprite005Charmeleon.png new file mode 100644 index 0000000..9af5099 Binary files /dev/null and b/graphics/frontspr/gFrontSprite005Charmeleon.png differ diff --git a/graphics/frontspr/gFrontSprite006Charizard.png b/graphics/frontspr/gFrontSprite006Charizard.png new file mode 100644 index 0000000..1379cbf Binary files /dev/null and b/graphics/frontspr/gFrontSprite006Charizard.png differ diff --git a/graphics/frontspr/gFrontSprite007Squirtle.png b/graphics/frontspr/gFrontSprite007Squirtle.png new file mode 100644 index 0000000..ac90d2c Binary files /dev/null and b/graphics/frontspr/gFrontSprite007Squirtle.png differ diff --git a/graphics/frontspr/gFrontSprite008Wartortle.png b/graphics/frontspr/gFrontSprite008Wartortle.png new file mode 100644 index 0000000..4c49b8f Binary files /dev/null and b/graphics/frontspr/gFrontSprite008Wartortle.png differ diff --git a/graphics/frontspr/gFrontSprite009Blastoise.png b/graphics/frontspr/gFrontSprite009Blastoise.png new file mode 100644 index 0000000..e1fd5b5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite009Blastoise.png differ diff --git a/graphics/frontspr/gFrontSprite010Caterpie.png b/graphics/frontspr/gFrontSprite010Caterpie.png new file mode 100644 index 0000000..7443f2e Binary files /dev/null and b/graphics/frontspr/gFrontSprite010Caterpie.png differ diff --git a/graphics/frontspr/gFrontSprite011Metapod.png b/graphics/frontspr/gFrontSprite011Metapod.png new file mode 100644 index 0000000..11c85a2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite011Metapod.png differ diff --git a/graphics/frontspr/gFrontSprite012Butterfree.png b/graphics/frontspr/gFrontSprite012Butterfree.png new file mode 100644 index 0000000..aa6ac58 Binary files /dev/null and b/graphics/frontspr/gFrontSprite012Butterfree.png differ diff --git a/graphics/frontspr/gFrontSprite013Weedle.png b/graphics/frontspr/gFrontSprite013Weedle.png new file mode 100644 index 0000000..bdfe6a0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite013Weedle.png differ diff --git a/graphics/frontspr/gFrontSprite014Kakuna.png b/graphics/frontspr/gFrontSprite014Kakuna.png new file mode 100644 index 0000000..6c1a49c Binary files /dev/null and b/graphics/frontspr/gFrontSprite014Kakuna.png differ diff --git a/graphics/frontspr/gFrontSprite015Beedrill.png b/graphics/frontspr/gFrontSprite015Beedrill.png new file mode 100644 index 0000000..4ee962b Binary files /dev/null and b/graphics/frontspr/gFrontSprite015Beedrill.png differ diff --git a/graphics/frontspr/gFrontSprite016Pidgey.png b/graphics/frontspr/gFrontSprite016Pidgey.png new file mode 100644 index 0000000..04dc8cc Binary files /dev/null and b/graphics/frontspr/gFrontSprite016Pidgey.png differ diff --git a/graphics/frontspr/gFrontSprite017Pidgeotto.png b/graphics/frontspr/gFrontSprite017Pidgeotto.png new file mode 100644 index 0000000..17a8333 Binary files /dev/null and b/graphics/frontspr/gFrontSprite017Pidgeotto.png differ diff --git a/graphics/frontspr/gFrontSprite018Pidgeot.png b/graphics/frontspr/gFrontSprite018Pidgeot.png new file mode 100644 index 0000000..40dae4e Binary files /dev/null and b/graphics/frontspr/gFrontSprite018Pidgeot.png differ diff --git a/graphics/frontspr/gFrontSprite019Rattata.png b/graphics/frontspr/gFrontSprite019Rattata.png new file mode 100644 index 0000000..e9b3d7d Binary files /dev/null and b/graphics/frontspr/gFrontSprite019Rattata.png differ diff --git a/graphics/frontspr/gFrontSprite020Raticate.png b/graphics/frontspr/gFrontSprite020Raticate.png new file mode 100644 index 0000000..166e1bd Binary files /dev/null and b/graphics/frontspr/gFrontSprite020Raticate.png differ diff --git a/graphics/frontspr/gFrontSprite021Spearow.png b/graphics/frontspr/gFrontSprite021Spearow.png new file mode 100644 index 0000000..0fa75a9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite021Spearow.png differ diff --git a/graphics/frontspr/gFrontSprite022Fearow.png b/graphics/frontspr/gFrontSprite022Fearow.png new file mode 100644 index 0000000..e932c5a Binary files /dev/null and b/graphics/frontspr/gFrontSprite022Fearow.png differ diff --git a/graphics/frontspr/gFrontSprite023Ekans.png b/graphics/frontspr/gFrontSprite023Ekans.png new file mode 100644 index 0000000..a1f8560 Binary files /dev/null and b/graphics/frontspr/gFrontSprite023Ekans.png differ diff --git a/graphics/frontspr/gFrontSprite024Arbok.png b/graphics/frontspr/gFrontSprite024Arbok.png new file mode 100644 index 0000000..dd16bc8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite024Arbok.png differ diff --git a/graphics/frontspr/gFrontSprite025Pikachu.png b/graphics/frontspr/gFrontSprite025Pikachu.png new file mode 100644 index 0000000..0662e4c Binary files /dev/null and b/graphics/frontspr/gFrontSprite025Pikachu.png differ diff --git a/graphics/frontspr/gFrontSprite026Raichu.png b/graphics/frontspr/gFrontSprite026Raichu.png new file mode 100644 index 0000000..e61d409 Binary files /dev/null and b/graphics/frontspr/gFrontSprite026Raichu.png differ diff --git a/graphics/frontspr/gFrontSprite027Sandshrew.png b/graphics/frontspr/gFrontSprite027Sandshrew.png new file mode 100644 index 0000000..2c4bdef Binary files /dev/null and b/graphics/frontspr/gFrontSprite027Sandshrew.png differ diff --git a/graphics/frontspr/gFrontSprite028Sandslash.png b/graphics/frontspr/gFrontSprite028Sandslash.png new file mode 100644 index 0000000..d99fc72 Binary files /dev/null and b/graphics/frontspr/gFrontSprite028Sandslash.png differ diff --git a/graphics/frontspr/gFrontSprite029NidoranF.png b/graphics/frontspr/gFrontSprite029NidoranF.png new file mode 100644 index 0000000..3c3a4ee Binary files /dev/null and b/graphics/frontspr/gFrontSprite029NidoranF.png differ diff --git a/graphics/frontspr/gFrontSprite030Nidorina.png b/graphics/frontspr/gFrontSprite030Nidorina.png new file mode 100644 index 0000000..67dbafc Binary files /dev/null and b/graphics/frontspr/gFrontSprite030Nidorina.png differ diff --git a/graphics/frontspr/gFrontSprite031Nidoqueen.png b/graphics/frontspr/gFrontSprite031Nidoqueen.png new file mode 100644 index 0000000..f6cd18d Binary files /dev/null and b/graphics/frontspr/gFrontSprite031Nidoqueen.png differ diff --git a/graphics/frontspr/gFrontSprite032NidoranM.png b/graphics/frontspr/gFrontSprite032NidoranM.png new file mode 100644 index 0000000..a8b9acd Binary files /dev/null and b/graphics/frontspr/gFrontSprite032NidoranM.png differ diff --git a/graphics/frontspr/gFrontSprite033Nidorino.png b/graphics/frontspr/gFrontSprite033Nidorino.png new file mode 100644 index 0000000..9f47c0c Binary files /dev/null and b/graphics/frontspr/gFrontSprite033Nidorino.png differ diff --git a/graphics/frontspr/gFrontSprite034Nidoking.png b/graphics/frontspr/gFrontSprite034Nidoking.png new file mode 100644 index 0000000..2bdc7e8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite034Nidoking.png differ diff --git a/graphics/frontspr/gFrontSprite035Clefairy.png b/graphics/frontspr/gFrontSprite035Clefairy.png new file mode 100644 index 0000000..eb93e5e Binary files /dev/null and b/graphics/frontspr/gFrontSprite035Clefairy.png differ diff --git a/graphics/frontspr/gFrontSprite036Clefable.png b/graphics/frontspr/gFrontSprite036Clefable.png new file mode 100644 index 0000000..4ccb704 Binary files /dev/null and b/graphics/frontspr/gFrontSprite036Clefable.png differ diff --git a/graphics/frontspr/gFrontSprite037Vulpix.png b/graphics/frontspr/gFrontSprite037Vulpix.png new file mode 100644 index 0000000..dfbbdea Binary files /dev/null and b/graphics/frontspr/gFrontSprite037Vulpix.png differ diff --git a/graphics/frontspr/gFrontSprite038Ninetales.png b/graphics/frontspr/gFrontSprite038Ninetales.png new file mode 100644 index 0000000..0c34bc7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite038Ninetales.png differ diff --git a/graphics/frontspr/gFrontSprite039Jigglypuff.png b/graphics/frontspr/gFrontSprite039Jigglypuff.png new file mode 100644 index 0000000..9b9968b Binary files /dev/null and b/graphics/frontspr/gFrontSprite039Jigglypuff.png differ diff --git a/graphics/frontspr/gFrontSprite040Wigglytuff.png b/graphics/frontspr/gFrontSprite040Wigglytuff.png new file mode 100644 index 0000000..124f241 Binary files /dev/null and b/graphics/frontspr/gFrontSprite040Wigglytuff.png differ diff --git a/graphics/frontspr/gFrontSprite041Zubat.png b/graphics/frontspr/gFrontSprite041Zubat.png new file mode 100644 index 0000000..8d2d3a6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite041Zubat.png differ diff --git a/graphics/frontspr/gFrontSprite042Golbat.png b/graphics/frontspr/gFrontSprite042Golbat.png new file mode 100644 index 0000000..939083d Binary files /dev/null and b/graphics/frontspr/gFrontSprite042Golbat.png differ diff --git a/graphics/frontspr/gFrontSprite043Oddish.png b/graphics/frontspr/gFrontSprite043Oddish.png new file mode 100644 index 0000000..414f483 Binary files /dev/null and b/graphics/frontspr/gFrontSprite043Oddish.png differ diff --git a/graphics/frontspr/gFrontSprite044Gloom.png b/graphics/frontspr/gFrontSprite044Gloom.png new file mode 100644 index 0000000..0e870b6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite044Gloom.png differ diff --git a/graphics/frontspr/gFrontSprite045Vileplume.png b/graphics/frontspr/gFrontSprite045Vileplume.png new file mode 100644 index 0000000..54fa656 Binary files /dev/null and b/graphics/frontspr/gFrontSprite045Vileplume.png differ diff --git a/graphics/frontspr/gFrontSprite046Paras.png b/graphics/frontspr/gFrontSprite046Paras.png new file mode 100644 index 0000000..840c0cb Binary files /dev/null and b/graphics/frontspr/gFrontSprite046Paras.png differ diff --git a/graphics/frontspr/gFrontSprite047Parasect.png b/graphics/frontspr/gFrontSprite047Parasect.png new file mode 100644 index 0000000..d3cee47 Binary files /dev/null and b/graphics/frontspr/gFrontSprite047Parasect.png differ diff --git a/graphics/frontspr/gFrontSprite048Venonat.png b/graphics/frontspr/gFrontSprite048Venonat.png new file mode 100644 index 0000000..2fd769a Binary files /dev/null and b/graphics/frontspr/gFrontSprite048Venonat.png differ diff --git a/graphics/frontspr/gFrontSprite049Venomoth.png b/graphics/frontspr/gFrontSprite049Venomoth.png new file mode 100644 index 0000000..146334f Binary files /dev/null and b/graphics/frontspr/gFrontSprite049Venomoth.png differ diff --git a/graphics/frontspr/gFrontSprite050Diglett.png b/graphics/frontspr/gFrontSprite050Diglett.png new file mode 100644 index 0000000..3e734b4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite050Diglett.png differ diff --git a/graphics/frontspr/gFrontSprite051Dugtrio.png b/graphics/frontspr/gFrontSprite051Dugtrio.png new file mode 100644 index 0000000..b7466fa Binary files /dev/null and b/graphics/frontspr/gFrontSprite051Dugtrio.png differ diff --git a/graphics/frontspr/gFrontSprite052Meowth.png b/graphics/frontspr/gFrontSprite052Meowth.png new file mode 100644 index 0000000..9c1de22 Binary files /dev/null and b/graphics/frontspr/gFrontSprite052Meowth.png differ diff --git a/graphics/frontspr/gFrontSprite053Persian.png b/graphics/frontspr/gFrontSprite053Persian.png new file mode 100644 index 0000000..1d8012e Binary files /dev/null and b/graphics/frontspr/gFrontSprite053Persian.png differ diff --git a/graphics/frontspr/gFrontSprite054Psyduck.png b/graphics/frontspr/gFrontSprite054Psyduck.png new file mode 100644 index 0000000..b5eccdf Binary files /dev/null and b/graphics/frontspr/gFrontSprite054Psyduck.png differ diff --git a/graphics/frontspr/gFrontSprite055Golduck.png b/graphics/frontspr/gFrontSprite055Golduck.png new file mode 100644 index 0000000..caa854f Binary files /dev/null and b/graphics/frontspr/gFrontSprite055Golduck.png differ diff --git a/graphics/frontspr/gFrontSprite056Mankey.png b/graphics/frontspr/gFrontSprite056Mankey.png new file mode 100644 index 0000000..f656e77 Binary files /dev/null and b/graphics/frontspr/gFrontSprite056Mankey.png differ diff --git a/graphics/frontspr/gFrontSprite057Primeape.png b/graphics/frontspr/gFrontSprite057Primeape.png new file mode 100644 index 0000000..612d1ae Binary files /dev/null and b/graphics/frontspr/gFrontSprite057Primeape.png differ diff --git a/graphics/frontspr/gFrontSprite058Growlithe.png b/graphics/frontspr/gFrontSprite058Growlithe.png new file mode 100644 index 0000000..240c411 Binary files /dev/null and b/graphics/frontspr/gFrontSprite058Growlithe.png differ diff --git a/graphics/frontspr/gFrontSprite059Arcanine.png b/graphics/frontspr/gFrontSprite059Arcanine.png new file mode 100644 index 0000000..db1c88c Binary files /dev/null and b/graphics/frontspr/gFrontSprite059Arcanine.png differ diff --git a/graphics/frontspr/gFrontSprite060Poliwag.png b/graphics/frontspr/gFrontSprite060Poliwag.png new file mode 100644 index 0000000..8cf762e Binary files /dev/null and b/graphics/frontspr/gFrontSprite060Poliwag.png differ diff --git a/graphics/frontspr/gFrontSprite061Poliwhirl.png b/graphics/frontspr/gFrontSprite061Poliwhirl.png new file mode 100644 index 0000000..18c2ab1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite061Poliwhirl.png differ diff --git a/graphics/frontspr/gFrontSprite062Poliwrath.png b/graphics/frontspr/gFrontSprite062Poliwrath.png new file mode 100644 index 0000000..495aa96 Binary files /dev/null and b/graphics/frontspr/gFrontSprite062Poliwrath.png differ diff --git a/graphics/frontspr/gFrontSprite063Abra.png b/graphics/frontspr/gFrontSprite063Abra.png new file mode 100644 index 0000000..6d7faa5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite063Abra.png differ diff --git a/graphics/frontspr/gFrontSprite064Kadabra.png b/graphics/frontspr/gFrontSprite064Kadabra.png new file mode 100644 index 0000000..9711789 Binary files /dev/null and b/graphics/frontspr/gFrontSprite064Kadabra.png differ diff --git a/graphics/frontspr/gFrontSprite065Alakazam.png b/graphics/frontspr/gFrontSprite065Alakazam.png new file mode 100644 index 0000000..7a34cfb Binary files /dev/null and b/graphics/frontspr/gFrontSprite065Alakazam.png differ diff --git a/graphics/frontspr/gFrontSprite066Machop.png b/graphics/frontspr/gFrontSprite066Machop.png new file mode 100644 index 0000000..8760133 Binary files /dev/null and b/graphics/frontspr/gFrontSprite066Machop.png differ diff --git a/graphics/frontspr/gFrontSprite067Machoke.png b/graphics/frontspr/gFrontSprite067Machoke.png new file mode 100644 index 0000000..a620595 Binary files /dev/null and b/graphics/frontspr/gFrontSprite067Machoke.png differ diff --git a/graphics/frontspr/gFrontSprite068Machamp.png b/graphics/frontspr/gFrontSprite068Machamp.png new file mode 100644 index 0000000..1db2615 Binary files /dev/null and b/graphics/frontspr/gFrontSprite068Machamp.png differ diff --git a/graphics/frontspr/gFrontSprite069Bellsprout.png b/graphics/frontspr/gFrontSprite069Bellsprout.png new file mode 100644 index 0000000..7239258 Binary files /dev/null and b/graphics/frontspr/gFrontSprite069Bellsprout.png differ diff --git a/graphics/frontspr/gFrontSprite070Weepinbell.png b/graphics/frontspr/gFrontSprite070Weepinbell.png new file mode 100644 index 0000000..9de9c8b Binary files /dev/null and b/graphics/frontspr/gFrontSprite070Weepinbell.png differ diff --git a/graphics/frontspr/gFrontSprite071Victreebel.png b/graphics/frontspr/gFrontSprite071Victreebel.png new file mode 100644 index 0000000..0a0b838 Binary files /dev/null and b/graphics/frontspr/gFrontSprite071Victreebel.png differ diff --git a/graphics/frontspr/gFrontSprite072Tentacool.png b/graphics/frontspr/gFrontSprite072Tentacool.png new file mode 100644 index 0000000..c6b89c1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite072Tentacool.png differ diff --git a/graphics/frontspr/gFrontSprite073Tentacruel.png b/graphics/frontspr/gFrontSprite073Tentacruel.png new file mode 100644 index 0000000..f0debc8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite073Tentacruel.png differ diff --git a/graphics/frontspr/gFrontSprite074Geodude.png b/graphics/frontspr/gFrontSprite074Geodude.png new file mode 100644 index 0000000..6878929 Binary files /dev/null and b/graphics/frontspr/gFrontSprite074Geodude.png differ diff --git a/graphics/frontspr/gFrontSprite075Graveler.png b/graphics/frontspr/gFrontSprite075Graveler.png new file mode 100644 index 0000000..4a7b6a4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite075Graveler.png differ diff --git a/graphics/frontspr/gFrontSprite076Golem.png b/graphics/frontspr/gFrontSprite076Golem.png new file mode 100644 index 0000000..ab59d77 Binary files /dev/null and b/graphics/frontspr/gFrontSprite076Golem.png differ diff --git a/graphics/frontspr/gFrontSprite077Ponyta.png b/graphics/frontspr/gFrontSprite077Ponyta.png new file mode 100644 index 0000000..cc4d01c Binary files /dev/null and b/graphics/frontspr/gFrontSprite077Ponyta.png differ diff --git a/graphics/frontspr/gFrontSprite078Rapidash.png b/graphics/frontspr/gFrontSprite078Rapidash.png new file mode 100644 index 0000000..8f27da8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite078Rapidash.png differ diff --git a/graphics/frontspr/gFrontSprite079Slowpoke.png b/graphics/frontspr/gFrontSprite079Slowpoke.png new file mode 100644 index 0000000..f20e72c Binary files /dev/null and b/graphics/frontspr/gFrontSprite079Slowpoke.png differ diff --git a/graphics/frontspr/gFrontSprite080Slowbro.png b/graphics/frontspr/gFrontSprite080Slowbro.png new file mode 100644 index 0000000..5755ec6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite080Slowbro.png differ diff --git a/graphics/frontspr/gFrontSprite081Magnemite.png b/graphics/frontspr/gFrontSprite081Magnemite.png new file mode 100644 index 0000000..88ebac3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite081Magnemite.png differ diff --git a/graphics/frontspr/gFrontSprite082Magneton.png b/graphics/frontspr/gFrontSprite082Magneton.png new file mode 100644 index 0000000..4dc30af Binary files /dev/null and b/graphics/frontspr/gFrontSprite082Magneton.png differ diff --git a/graphics/frontspr/gFrontSprite083Farfetchd.png b/graphics/frontspr/gFrontSprite083Farfetchd.png new file mode 100644 index 0000000..b905031 Binary files /dev/null and b/graphics/frontspr/gFrontSprite083Farfetchd.png differ diff --git a/graphics/frontspr/gFrontSprite084Doduo.png b/graphics/frontspr/gFrontSprite084Doduo.png new file mode 100644 index 0000000..2c6dbee Binary files /dev/null and b/graphics/frontspr/gFrontSprite084Doduo.png differ diff --git a/graphics/frontspr/gFrontSprite085Dodrio.png b/graphics/frontspr/gFrontSprite085Dodrio.png new file mode 100644 index 0000000..e077cf4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite085Dodrio.png differ diff --git a/graphics/frontspr/gFrontSprite086Seel.png b/graphics/frontspr/gFrontSprite086Seel.png new file mode 100644 index 0000000..2b449c8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite086Seel.png differ diff --git a/graphics/frontspr/gFrontSprite087Dewgong.png b/graphics/frontspr/gFrontSprite087Dewgong.png new file mode 100644 index 0000000..2844d3c Binary files /dev/null and b/graphics/frontspr/gFrontSprite087Dewgong.png differ diff --git a/graphics/frontspr/gFrontSprite088Grimer.png b/graphics/frontspr/gFrontSprite088Grimer.png new file mode 100644 index 0000000..1af53d6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite088Grimer.png differ diff --git a/graphics/frontspr/gFrontSprite089Muk.png b/graphics/frontspr/gFrontSprite089Muk.png new file mode 100644 index 0000000..a559b84 Binary files /dev/null and b/graphics/frontspr/gFrontSprite089Muk.png differ diff --git a/graphics/frontspr/gFrontSprite090Shellder.png b/graphics/frontspr/gFrontSprite090Shellder.png new file mode 100644 index 0000000..d326ebd Binary files /dev/null and b/graphics/frontspr/gFrontSprite090Shellder.png differ diff --git a/graphics/frontspr/gFrontSprite091Cloyster.png b/graphics/frontspr/gFrontSprite091Cloyster.png new file mode 100644 index 0000000..9ce7ddd Binary files /dev/null and b/graphics/frontspr/gFrontSprite091Cloyster.png differ diff --git a/graphics/frontspr/gFrontSprite092Gastly.png b/graphics/frontspr/gFrontSprite092Gastly.png new file mode 100644 index 0000000..1dfe808 Binary files /dev/null and b/graphics/frontspr/gFrontSprite092Gastly.png differ diff --git a/graphics/frontspr/gFrontSprite093Haunter.png b/graphics/frontspr/gFrontSprite093Haunter.png new file mode 100644 index 0000000..dd879e4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite093Haunter.png differ diff --git a/graphics/frontspr/gFrontSprite094Gengar.png b/graphics/frontspr/gFrontSprite094Gengar.png new file mode 100644 index 0000000..039c8af Binary files /dev/null and b/graphics/frontspr/gFrontSprite094Gengar.png differ diff --git a/graphics/frontspr/gFrontSprite095Onix.png b/graphics/frontspr/gFrontSprite095Onix.png new file mode 100644 index 0000000..2cb3945 Binary files /dev/null and b/graphics/frontspr/gFrontSprite095Onix.png differ diff --git a/graphics/frontspr/gFrontSprite096Drowzee.png b/graphics/frontspr/gFrontSprite096Drowzee.png new file mode 100644 index 0000000..9e10afb Binary files /dev/null and b/graphics/frontspr/gFrontSprite096Drowzee.png differ diff --git a/graphics/frontspr/gFrontSprite097Hypno.png b/graphics/frontspr/gFrontSprite097Hypno.png new file mode 100644 index 0000000..4f4ec65 Binary files /dev/null and b/graphics/frontspr/gFrontSprite097Hypno.png differ diff --git a/graphics/frontspr/gFrontSprite098Krabby.png b/graphics/frontspr/gFrontSprite098Krabby.png new file mode 100644 index 0000000..d84bca6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite098Krabby.png differ diff --git a/graphics/frontspr/gFrontSprite099Kingler.png b/graphics/frontspr/gFrontSprite099Kingler.png new file mode 100644 index 0000000..78a3508 Binary files /dev/null and b/graphics/frontspr/gFrontSprite099Kingler.png differ diff --git a/graphics/frontspr/gFrontSprite1000HakamoO.png b/graphics/frontspr/gFrontSprite1000HakamoO.png new file mode 100644 index 0000000..1ee955b Binary files /dev/null and b/graphics/frontspr/gFrontSprite1000HakamoO.png differ diff --git a/graphics/frontspr/gFrontSprite1001KommoO.png b/graphics/frontspr/gFrontSprite1001KommoO.png new file mode 100644 index 0000000..682162e Binary files /dev/null and b/graphics/frontspr/gFrontSprite1001KommoO.png differ diff --git a/graphics/frontspr/gFrontSprite1002TapuKoko.png b/graphics/frontspr/gFrontSprite1002TapuKoko.png new file mode 100644 index 0000000..6b14724 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1002TapuKoko.png differ diff --git a/graphics/frontspr/gFrontSprite1003TapuLele.png b/graphics/frontspr/gFrontSprite1003TapuLele.png new file mode 100644 index 0000000..1d098a2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1003TapuLele.png differ diff --git a/graphics/frontspr/gFrontSprite1004TapuBulu.png b/graphics/frontspr/gFrontSprite1004TapuBulu.png new file mode 100644 index 0000000..89a73fa Binary files /dev/null and b/graphics/frontspr/gFrontSprite1004TapuBulu.png differ diff --git a/graphics/frontspr/gFrontSprite1005TapuFini.png b/graphics/frontspr/gFrontSprite1005TapuFini.png new file mode 100644 index 0000000..5a99fbc Binary files /dev/null and b/graphics/frontspr/gFrontSprite1005TapuFini.png differ diff --git a/graphics/frontspr/gFrontSprite1006Cosmog.png b/graphics/frontspr/gFrontSprite1006Cosmog.png new file mode 100644 index 0000000..bddf209 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1006Cosmog.png differ diff --git a/graphics/frontspr/gFrontSprite1007Cosmoem.png b/graphics/frontspr/gFrontSprite1007Cosmoem.png new file mode 100644 index 0000000..f4c82fb Binary files /dev/null and b/graphics/frontspr/gFrontSprite1007Cosmoem.png differ diff --git a/graphics/frontspr/gFrontSprite1008Solgaleo.png b/graphics/frontspr/gFrontSprite1008Solgaleo.png new file mode 100644 index 0000000..360efc4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1008Solgaleo.png differ diff --git a/graphics/frontspr/gFrontSprite1009Lunala.png b/graphics/frontspr/gFrontSprite1009Lunala.png new file mode 100644 index 0000000..da10504 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1009Lunala.png differ diff --git a/graphics/frontspr/gFrontSprite100Voltorb.png b/graphics/frontspr/gFrontSprite100Voltorb.png new file mode 100644 index 0000000..c5b9cc7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite100Voltorb.png differ diff --git a/graphics/frontspr/gFrontSprite1010Nihilego.png b/graphics/frontspr/gFrontSprite1010Nihilego.png new file mode 100644 index 0000000..91f9c52 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1010Nihilego.png differ diff --git a/graphics/frontspr/gFrontSprite1011Buzzwole.png b/graphics/frontspr/gFrontSprite1011Buzzwole.png new file mode 100644 index 0000000..0f01b2e Binary files /dev/null and b/graphics/frontspr/gFrontSprite1011Buzzwole.png differ diff --git a/graphics/frontspr/gFrontSprite1012Pheromosa.png b/graphics/frontspr/gFrontSprite1012Pheromosa.png new file mode 100644 index 0000000..dfa184f Binary files /dev/null and b/graphics/frontspr/gFrontSprite1012Pheromosa.png differ diff --git a/graphics/frontspr/gFrontSprite1013Xurkitree.png b/graphics/frontspr/gFrontSprite1013Xurkitree.png new file mode 100644 index 0000000..b9793c9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1013Xurkitree.png differ diff --git a/graphics/frontspr/gFrontSprite1014Celesteela.png b/graphics/frontspr/gFrontSprite1014Celesteela.png new file mode 100644 index 0000000..3d06b9c Binary files /dev/null and b/graphics/frontspr/gFrontSprite1014Celesteela.png differ diff --git a/graphics/frontspr/gFrontSprite1015Kartana.png b/graphics/frontspr/gFrontSprite1015Kartana.png new file mode 100644 index 0000000..a12ccfc Binary files /dev/null and b/graphics/frontspr/gFrontSprite1015Kartana.png differ diff --git a/graphics/frontspr/gFrontSprite1016Guzzlord.png b/graphics/frontspr/gFrontSprite1016Guzzlord.png new file mode 100644 index 0000000..9ff795c Binary files /dev/null and b/graphics/frontspr/gFrontSprite1016Guzzlord.png differ diff --git a/graphics/frontspr/gFrontSprite1017Necrozma.png b/graphics/frontspr/gFrontSprite1017Necrozma.png new file mode 100644 index 0000000..e885799 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1017Necrozma.png differ diff --git a/graphics/frontspr/gFrontSprite1018Magearna.png b/graphics/frontspr/gFrontSprite1018Magearna.png new file mode 100644 index 0000000..c6c845a Binary files /dev/null and b/graphics/frontspr/gFrontSprite1018Magearna.png differ diff --git a/graphics/frontspr/gFrontSprite1019Marshadow.png b/graphics/frontspr/gFrontSprite1019Marshadow.png new file mode 100644 index 0000000..7b7e3ec Binary files /dev/null and b/graphics/frontspr/gFrontSprite1019Marshadow.png differ diff --git a/graphics/frontspr/gFrontSprite101Electrode.png b/graphics/frontspr/gFrontSprite101Electrode.png new file mode 100644 index 0000000..b1805a3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite101Electrode.png differ diff --git a/graphics/frontspr/gFrontSprite1020RattataA.png b/graphics/frontspr/gFrontSprite1020RattataA.png new file mode 100644 index 0000000..050331b Binary files /dev/null and b/graphics/frontspr/gFrontSprite1020RattataA.png differ diff --git a/graphics/frontspr/gFrontSprite1021RaticateA.png b/graphics/frontspr/gFrontSprite1021RaticateA.png new file mode 100644 index 0000000..e7d2abd Binary files /dev/null and b/graphics/frontspr/gFrontSprite1021RaticateA.png differ diff --git a/graphics/frontspr/gFrontSprite1022RaichuA.png b/graphics/frontspr/gFrontSprite1022RaichuA.png new file mode 100644 index 0000000..b199122 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1022RaichuA.png differ diff --git a/graphics/frontspr/gFrontSprite1023SandshrewA.png b/graphics/frontspr/gFrontSprite1023SandshrewA.png new file mode 100644 index 0000000..3671c3e Binary files /dev/null and b/graphics/frontspr/gFrontSprite1023SandshrewA.png differ diff --git a/graphics/frontspr/gFrontSprite1024SandslashA.png b/graphics/frontspr/gFrontSprite1024SandslashA.png new file mode 100644 index 0000000..a32b4ed Binary files /dev/null and b/graphics/frontspr/gFrontSprite1024SandslashA.png differ diff --git a/graphics/frontspr/gFrontSprite1025VulpixA.png b/graphics/frontspr/gFrontSprite1025VulpixA.png new file mode 100644 index 0000000..5e83a4f Binary files /dev/null and b/graphics/frontspr/gFrontSprite1025VulpixA.png differ diff --git a/graphics/frontspr/gFrontSprite1026NinetalesA.png b/graphics/frontspr/gFrontSprite1026NinetalesA.png new file mode 100644 index 0000000..f9f129b Binary files /dev/null and b/graphics/frontspr/gFrontSprite1026NinetalesA.png differ diff --git a/graphics/frontspr/gFrontSprite1027DiglettA.png b/graphics/frontspr/gFrontSprite1027DiglettA.png new file mode 100644 index 0000000..412b696 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1027DiglettA.png differ diff --git a/graphics/frontspr/gFrontSprite1028DugtrioA.png b/graphics/frontspr/gFrontSprite1028DugtrioA.png new file mode 100644 index 0000000..1f50e4a Binary files /dev/null and b/graphics/frontspr/gFrontSprite1028DugtrioA.png differ diff --git a/graphics/frontspr/gFrontSprite1029MeowthA.png b/graphics/frontspr/gFrontSprite1029MeowthA.png new file mode 100644 index 0000000..90065be Binary files /dev/null and b/graphics/frontspr/gFrontSprite1029MeowthA.png differ diff --git a/graphics/frontspr/gFrontSprite102Exeggcute.png b/graphics/frontspr/gFrontSprite102Exeggcute.png new file mode 100644 index 0000000..d53d830 Binary files /dev/null and b/graphics/frontspr/gFrontSprite102Exeggcute.png differ diff --git a/graphics/frontspr/gFrontSprite1030PersianA.png b/graphics/frontspr/gFrontSprite1030PersianA.png new file mode 100644 index 0000000..c6951a2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1030PersianA.png differ diff --git a/graphics/frontspr/gFrontSprite1031GeodudeA.png b/graphics/frontspr/gFrontSprite1031GeodudeA.png new file mode 100644 index 0000000..9e52c56 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1031GeodudeA.png differ diff --git a/graphics/frontspr/gFrontSprite1032GravelerA.png b/graphics/frontspr/gFrontSprite1032GravelerA.png new file mode 100644 index 0000000..d0a1cda Binary files /dev/null and b/graphics/frontspr/gFrontSprite1032GravelerA.png differ diff --git a/graphics/frontspr/gFrontSprite1033GolemA.png b/graphics/frontspr/gFrontSprite1033GolemA.png new file mode 100644 index 0000000..1eedf22 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1033GolemA.png differ diff --git a/graphics/frontspr/gFrontSprite1034GrimerA.png b/graphics/frontspr/gFrontSprite1034GrimerA.png new file mode 100644 index 0000000..4406467 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1034GrimerA.png differ diff --git a/graphics/frontspr/gFrontSprite1035MukA.png b/graphics/frontspr/gFrontSprite1035MukA.png new file mode 100644 index 0000000..eef5061 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1035MukA.png differ diff --git a/graphics/frontspr/gFrontSprite1036ExeggcuteA.png b/graphics/frontspr/gFrontSprite1036ExeggcuteA.png new file mode 100644 index 0000000..d53d830 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1036ExeggcuteA.png differ diff --git a/graphics/frontspr/gFrontSprite1037ExeggutorA.png b/graphics/frontspr/gFrontSprite1037ExeggutorA.png new file mode 100644 index 0000000..90bc4fe Binary files /dev/null and b/graphics/frontspr/gFrontSprite1037ExeggutorA.png differ diff --git a/graphics/frontspr/gFrontSprite1038CuboneA.png b/graphics/frontspr/gFrontSprite1038CuboneA.png new file mode 100644 index 0000000..40a39d6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1038CuboneA.png differ diff --git a/graphics/frontspr/gFrontSprite1039MarowakA.png b/graphics/frontspr/gFrontSprite1039MarowakA.png new file mode 100644 index 0000000..d91252f Binary files /dev/null and b/graphics/frontspr/gFrontSprite1039MarowakA.png differ diff --git a/graphics/frontspr/gFrontSprite103Exeggutor.png b/graphics/frontspr/gFrontSprite103Exeggutor.png new file mode 100644 index 0000000..cb8050d Binary files /dev/null and b/graphics/frontspr/gFrontSprite103Exeggutor.png differ diff --git a/graphics/frontspr/gFrontSprite1040DeoxysAttack.png b/graphics/frontspr/gFrontSprite1040DeoxysAttack.png new file mode 100644 index 0000000..36156d5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1040DeoxysAttack.png differ diff --git a/graphics/frontspr/gFrontSprite1041DeoxysDefense.png b/graphics/frontspr/gFrontSprite1041DeoxysDefense.png new file mode 100644 index 0000000..13c3717 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1041DeoxysDefense.png differ diff --git a/graphics/frontspr/gFrontSprite1042DeoxysSpeed.png b/graphics/frontspr/gFrontSprite1042DeoxysSpeed.png new file mode 100644 index 0000000..b339390 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1042DeoxysSpeed.png differ diff --git a/graphics/frontspr/gFrontSprite1043OricorioY.png b/graphics/frontspr/gFrontSprite1043OricorioY.png new file mode 100644 index 0000000..0b21552 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1043OricorioY.png differ diff --git a/graphics/frontspr/gFrontSprite1044OricorioP.png b/graphics/frontspr/gFrontSprite1044OricorioP.png new file mode 100644 index 0000000..1a00415 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1044OricorioP.png differ diff --git a/graphics/frontspr/gFrontSprite1045OricorioS.png b/graphics/frontspr/gFrontSprite1045OricorioS.png new file mode 100644 index 0000000..85fd092 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1045OricorioS.png differ diff --git a/graphics/frontspr/gFrontSprite1046LycanrocN.png b/graphics/frontspr/gFrontSprite1046LycanrocN.png new file mode 100644 index 0000000..9b525f6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1046LycanrocN.png differ diff --git a/graphics/frontspr/gFrontSprite1047WishiwashiS.png b/graphics/frontspr/gFrontSprite1047WishiwashiS.png new file mode 100644 index 0000000..bd1d650 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1047WishiwashiS.png differ diff --git a/graphics/frontspr/gFrontSprite1048SilvallyFight.png b/graphics/frontspr/gFrontSprite1048SilvallyFight.png new file mode 100644 index 0000000..bfc391b Binary files /dev/null and b/graphics/frontspr/gFrontSprite1048SilvallyFight.png differ diff --git a/graphics/frontspr/gFrontSprite1049SilvallyFlying.png b/graphics/frontspr/gFrontSprite1049SilvallyFlying.png new file mode 100644 index 0000000..6b5092b Binary files /dev/null and b/graphics/frontspr/gFrontSprite1049SilvallyFlying.png differ diff --git a/graphics/frontspr/gFrontSprite104Cubone.png b/graphics/frontspr/gFrontSprite104Cubone.png new file mode 100644 index 0000000..40a39d6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite104Cubone.png differ diff --git a/graphics/frontspr/gFrontSprite1050SilvallyPoison.png b/graphics/frontspr/gFrontSprite1050SilvallyPoison.png new file mode 100644 index 0000000..28ed923 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1050SilvallyPoison.png differ diff --git a/graphics/frontspr/gFrontSprite1051SilvallyGround.png b/graphics/frontspr/gFrontSprite1051SilvallyGround.png new file mode 100644 index 0000000..e2bb275 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1051SilvallyGround.png differ diff --git a/graphics/frontspr/gFrontSprite1052SilvallyRock.png b/graphics/frontspr/gFrontSprite1052SilvallyRock.png new file mode 100644 index 0000000..60b79f9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1052SilvallyRock.png differ diff --git a/graphics/frontspr/gFrontSprite1053SilvallyBug.png b/graphics/frontspr/gFrontSprite1053SilvallyBug.png new file mode 100644 index 0000000..38d3cf6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1053SilvallyBug.png differ diff --git a/graphics/frontspr/gFrontSprite1054SilvallyGhost.png b/graphics/frontspr/gFrontSprite1054SilvallyGhost.png new file mode 100644 index 0000000..e23e9fb Binary files /dev/null and b/graphics/frontspr/gFrontSprite1054SilvallyGhost.png differ diff --git a/graphics/frontspr/gFrontSprite1055SilvallySteel.png b/graphics/frontspr/gFrontSprite1055SilvallySteel.png new file mode 100644 index 0000000..5751ad5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1055SilvallySteel.png differ diff --git a/graphics/frontspr/gFrontSprite1056SilvallyFire.png b/graphics/frontspr/gFrontSprite1056SilvallyFire.png new file mode 100644 index 0000000..d172119 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1056SilvallyFire.png differ diff --git a/graphics/frontspr/gFrontSprite1057SilvallyWater.png b/graphics/frontspr/gFrontSprite1057SilvallyWater.png new file mode 100644 index 0000000..cb38ab3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1057SilvallyWater.png differ diff --git a/graphics/frontspr/gFrontSprite1058SilvallyGrass.png b/graphics/frontspr/gFrontSprite1058SilvallyGrass.png new file mode 100644 index 0000000..6be78e0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1058SilvallyGrass.png differ diff --git a/graphics/frontspr/gFrontSprite1059SilvallyElectric.png b/graphics/frontspr/gFrontSprite1059SilvallyElectric.png new file mode 100644 index 0000000..10fd715 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1059SilvallyElectric.png differ diff --git a/graphics/frontspr/gFrontSprite105Marowak.png b/graphics/frontspr/gFrontSprite105Marowak.png new file mode 100644 index 0000000..2837c93 Binary files /dev/null and b/graphics/frontspr/gFrontSprite105Marowak.png differ diff --git a/graphics/frontspr/gFrontSprite1060SilvallyPsychic.png b/graphics/frontspr/gFrontSprite1060SilvallyPsychic.png new file mode 100644 index 0000000..e83fae0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1060SilvallyPsychic.png differ diff --git a/graphics/frontspr/gFrontSprite1061SilvallyIce.png b/graphics/frontspr/gFrontSprite1061SilvallyIce.png new file mode 100644 index 0000000..1ffa97a Binary files /dev/null and b/graphics/frontspr/gFrontSprite1061SilvallyIce.png differ diff --git a/graphics/frontspr/gFrontSprite1062SilvallyDragon.png b/graphics/frontspr/gFrontSprite1062SilvallyDragon.png new file mode 100644 index 0000000..a52a296 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1062SilvallyDragon.png differ diff --git a/graphics/frontspr/gFrontSprite1063SilvallyDark.png b/graphics/frontspr/gFrontSprite1063SilvallyDark.png new file mode 100644 index 0000000..d7304e3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1063SilvallyDark.png differ diff --git a/graphics/frontspr/gFrontSprite1064SilvallyFairy.png b/graphics/frontspr/gFrontSprite1064SilvallyFairy.png new file mode 100644 index 0000000..30571f6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1064SilvallyFairy.png differ diff --git a/graphics/frontspr/gFrontSprite1065MiniorRed.png b/graphics/frontspr/gFrontSprite1065MiniorRed.png new file mode 100644 index 0000000..5839235 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1065MiniorRed.png differ diff --git a/graphics/frontspr/gFrontSprite1066MiniorBlue.png b/graphics/frontspr/gFrontSprite1066MiniorBlue.png new file mode 100644 index 0000000..4e32c7d Binary files /dev/null and b/graphics/frontspr/gFrontSprite1066MiniorBlue.png differ diff --git a/graphics/frontspr/gFrontSprite1067MiniorOrange.png b/graphics/frontspr/gFrontSprite1067MiniorOrange.png new file mode 100644 index 0000000..ea0a9aa Binary files /dev/null and b/graphics/frontspr/gFrontSprite1067MiniorOrange.png differ diff --git a/graphics/frontspr/gFrontSprite1068MiniorYellow.png b/graphics/frontspr/gFrontSprite1068MiniorYellow.png new file mode 100644 index 0000000..897aa7b Binary files /dev/null and b/graphics/frontspr/gFrontSprite1068MiniorYellow.png differ diff --git a/graphics/frontspr/gFrontSprite1069MiniorIndigo.png b/graphics/frontspr/gFrontSprite1069MiniorIndigo.png new file mode 100644 index 0000000..9e3af49 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1069MiniorIndigo.png differ diff --git a/graphics/frontspr/gFrontSprite106Hitmonlee.png b/graphics/frontspr/gFrontSprite106Hitmonlee.png new file mode 100644 index 0000000..01a0ddd Binary files /dev/null and b/graphics/frontspr/gFrontSprite106Hitmonlee.png differ diff --git a/graphics/frontspr/gFrontSprite1070MiniorGreen.png b/graphics/frontspr/gFrontSprite1070MiniorGreen.png new file mode 100644 index 0000000..004ed00 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1070MiniorGreen.png differ diff --git a/graphics/frontspr/gFrontSprite1071MiniorViolet.png b/graphics/frontspr/gFrontSprite1071MiniorViolet.png new file mode 100644 index 0000000..e88ce81 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1071MiniorViolet.png differ diff --git a/graphics/frontspr/gFrontSprite1072MimikyuBusted.png b/graphics/frontspr/gFrontSprite1072MimikyuBusted.png new file mode 100644 index 0000000..1392d7f Binary files /dev/null and b/graphics/frontspr/gFrontSprite1072MimikyuBusted.png differ diff --git a/graphics/frontspr/gFrontSprite1073MagearnaP.png b/graphics/frontspr/gFrontSprite1073MagearnaP.png new file mode 100644 index 0000000..91da566 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1073MagearnaP.png differ diff --git a/graphics/frontspr/gFrontSprite1074Poipole.png b/graphics/frontspr/gFrontSprite1074Poipole.png new file mode 100644 index 0000000..d86628a Binary files /dev/null and b/graphics/frontspr/gFrontSprite1074Poipole.png differ diff --git a/graphics/frontspr/gFrontSprite1075Naganadel.png b/graphics/frontspr/gFrontSprite1075Naganadel.png new file mode 100644 index 0000000..6d8f9a1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1075Naganadel.png differ diff --git a/graphics/frontspr/gFrontSprite1076Stakataka.png b/graphics/frontspr/gFrontSprite1076Stakataka.png new file mode 100644 index 0000000..7fb074b Binary files /dev/null and b/graphics/frontspr/gFrontSprite1076Stakataka.png differ diff --git a/graphics/frontspr/gFrontSprite1077Blacephalon.png b/graphics/frontspr/gFrontSprite1077Blacephalon.png new file mode 100644 index 0000000..9892a87 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1077Blacephalon.png differ diff --git a/graphics/frontspr/gFrontSprite1078Zeraora.png b/graphics/frontspr/gFrontSprite1078Zeraora.png new file mode 100644 index 0000000..4b292f8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1078Zeraora.png differ diff --git a/graphics/frontspr/gFrontSprite1079NecrozmaMane.png b/graphics/frontspr/gFrontSprite1079NecrozmaMane.png new file mode 100644 index 0000000..0152b7a Binary files /dev/null and b/graphics/frontspr/gFrontSprite1079NecrozmaMane.png differ diff --git a/graphics/frontspr/gFrontSprite107Hitmonchan.png b/graphics/frontspr/gFrontSprite107Hitmonchan.png new file mode 100644 index 0000000..1902095 Binary files /dev/null and b/graphics/frontspr/gFrontSprite107Hitmonchan.png differ diff --git a/graphics/frontspr/gFrontSprite1080NecrozmaWings.png b/graphics/frontspr/gFrontSprite1080NecrozmaWings.png new file mode 100644 index 0000000..35a2912 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1080NecrozmaWings.png differ diff --git a/graphics/frontspr/gFrontSprite1081NecrozmaUltra.png b/graphics/frontspr/gFrontSprite1081NecrozmaUltra.png new file mode 100644 index 0000000..c30e446 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1081NecrozmaUltra.png differ diff --git a/graphics/frontspr/gFrontSprite1082LycanrocDusk.png b/graphics/frontspr/gFrontSprite1082LycanrocDusk.png new file mode 100644 index 0000000..c37a88e Binary files /dev/null and b/graphics/frontspr/gFrontSprite1082LycanrocDusk.png differ diff --git a/graphics/frontspr/gFrontSprite1083Meltan.png b/graphics/frontspr/gFrontSprite1083Meltan.png new file mode 100644 index 0000000..256718c Binary files /dev/null and b/graphics/frontspr/gFrontSprite1083Meltan.png differ diff --git a/graphics/frontspr/gFrontSprite1084Melmetal.png b/graphics/frontspr/gFrontSprite1084Melmetal.png new file mode 100644 index 0000000..597f208 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1084Melmetal.png differ diff --git a/graphics/frontspr/gFrontSprite1085PikachuSurfing.png b/graphics/frontspr/gFrontSprite1085PikachuSurfing.png new file mode 100644 index 0000000..41c8d32 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1085PikachuSurfing.png differ diff --git a/graphics/frontspr/gFrontSprite1086PikachuFlying.png b/graphics/frontspr/gFrontSprite1086PikachuFlying.png new file mode 100644 index 0000000..abe79d8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1086PikachuFlying.png differ diff --git a/graphics/frontspr/gFrontSprite1087PikachuCosplay.png b/graphics/frontspr/gFrontSprite1087PikachuCosplay.png new file mode 100644 index 0000000..50f13b8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1087PikachuCosplay.png differ diff --git a/graphics/frontspr/gFrontSprite1088PikachuLibre.png b/graphics/frontspr/gFrontSprite1088PikachuLibre.png new file mode 100644 index 0000000..79cfe4a Binary files /dev/null and b/graphics/frontspr/gFrontSprite1088PikachuLibre.png differ diff --git a/graphics/frontspr/gFrontSprite1089PikachuPopStar.png b/graphics/frontspr/gFrontSprite1089PikachuPopStar.png new file mode 100644 index 0000000..adba3d0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1089PikachuPopStar.png differ diff --git a/graphics/frontspr/gFrontSprite108Lickitung.png b/graphics/frontspr/gFrontSprite108Lickitung.png new file mode 100644 index 0000000..b40c3a0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite108Lickitung.png differ diff --git a/graphics/frontspr/gFrontSprite1090PikachuRockStar.png b/graphics/frontspr/gFrontSprite1090PikachuRockStar.png new file mode 100644 index 0000000..bde16d0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1090PikachuRockStar.png differ diff --git a/graphics/frontspr/gFrontSprite1091PikachuBelle.png b/graphics/frontspr/gFrontSprite1091PikachuBelle.png new file mode 100644 index 0000000..9859092 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1091PikachuBelle.png differ diff --git a/graphics/frontspr/gFrontSprite1092PikachuPhd.png b/graphics/frontspr/gFrontSprite1092PikachuPhd.png new file mode 100644 index 0000000..cc46c78 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1092PikachuPhd.png differ diff --git a/graphics/frontspr/gFrontSprite1093PikachuCapOriginal.png b/graphics/frontspr/gFrontSprite1093PikachuCapOriginal.png new file mode 100644 index 0000000..9385bce Binary files /dev/null and b/graphics/frontspr/gFrontSprite1093PikachuCapOriginal.png differ diff --git a/graphics/frontspr/gFrontSprite1094PikachuCapHoenn.png b/graphics/frontspr/gFrontSprite1094PikachuCapHoenn.png new file mode 100644 index 0000000..539e607 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1094PikachuCapHoenn.png differ diff --git a/graphics/frontspr/gFrontSprite1095PikachuCapSinnoh.png b/graphics/frontspr/gFrontSprite1095PikachuCapSinnoh.png new file mode 100644 index 0000000..b70c0e3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1095PikachuCapSinnoh.png differ diff --git a/graphics/frontspr/gFrontSprite1096PikachuCapUnova.png b/graphics/frontspr/gFrontSprite1096PikachuCapUnova.png new file mode 100644 index 0000000..ad4820a Binary files /dev/null and b/graphics/frontspr/gFrontSprite1096PikachuCapUnova.png differ diff --git a/graphics/frontspr/gFrontSprite1097PikachuCapKalos.png b/graphics/frontspr/gFrontSprite1097PikachuCapKalos.png new file mode 100644 index 0000000..7cb8340 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1097PikachuCapKalos.png differ diff --git a/graphics/frontspr/gFrontSprite1098PikachuCapAlola.png b/graphics/frontspr/gFrontSprite1098PikachuCapAlola.png new file mode 100644 index 0000000..6d944ca Binary files /dev/null and b/graphics/frontspr/gFrontSprite1098PikachuCapAlola.png differ diff --git a/graphics/frontspr/gFrontSprite1099PikachuCapPartner.png b/graphics/frontspr/gFrontSprite1099PikachuCapPartner.png new file mode 100644 index 0000000..82277f3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1099PikachuCapPartner.png differ diff --git a/graphics/frontspr/gFrontSprite109Koffing.png b/graphics/frontspr/gFrontSprite109Koffing.png new file mode 100644 index 0000000..dddaec3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite109Koffing.png differ diff --git a/graphics/frontspr/gFrontSprite1100PichuSpiky.png b/graphics/frontspr/gFrontSprite1100PichuSpiky.png new file mode 100644 index 0000000..c7d6571 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1100PichuSpiky.png differ diff --git a/graphics/frontspr/gFrontSprite1101XerneasNatural.png b/graphics/frontspr/gFrontSprite1101XerneasNatural.png new file mode 100644 index 0000000..6267f60 Binary files /dev/null and b/graphics/frontspr/gFrontSprite1101XerneasNatural.png differ diff --git a/graphics/frontspr/gFrontSprite110Weezing.png b/graphics/frontspr/gFrontSprite110Weezing.png new file mode 100644 index 0000000..7ea60d7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite110Weezing.png differ diff --git a/graphics/frontspr/gFrontSprite111Rhyhorn.png b/graphics/frontspr/gFrontSprite111Rhyhorn.png new file mode 100644 index 0000000..07c2d7c Binary files /dev/null and b/graphics/frontspr/gFrontSprite111Rhyhorn.png differ diff --git a/graphics/frontspr/gFrontSprite112Rhydon.png b/graphics/frontspr/gFrontSprite112Rhydon.png new file mode 100644 index 0000000..036a643 Binary files /dev/null and b/graphics/frontspr/gFrontSprite112Rhydon.png differ diff --git a/graphics/frontspr/gFrontSprite113Chansey.png b/graphics/frontspr/gFrontSprite113Chansey.png new file mode 100644 index 0000000..a9ee6f3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite113Chansey.png differ diff --git a/graphics/frontspr/gFrontSprite114Tangela.png b/graphics/frontspr/gFrontSprite114Tangela.png new file mode 100644 index 0000000..3ab4cfd Binary files /dev/null and b/graphics/frontspr/gFrontSprite114Tangela.png differ diff --git a/graphics/frontspr/gFrontSprite115Kangaskhan.png b/graphics/frontspr/gFrontSprite115Kangaskhan.png new file mode 100644 index 0000000..da0b752 Binary files /dev/null and b/graphics/frontspr/gFrontSprite115Kangaskhan.png differ diff --git a/graphics/frontspr/gFrontSprite116Horsea.png b/graphics/frontspr/gFrontSprite116Horsea.png new file mode 100644 index 0000000..5f7a580 Binary files /dev/null and b/graphics/frontspr/gFrontSprite116Horsea.png differ diff --git a/graphics/frontspr/gFrontSprite117Seadra.png b/graphics/frontspr/gFrontSprite117Seadra.png new file mode 100644 index 0000000..d0cb6bd Binary files /dev/null and b/graphics/frontspr/gFrontSprite117Seadra.png differ diff --git a/graphics/frontspr/gFrontSprite118Goldeen.png b/graphics/frontspr/gFrontSprite118Goldeen.png new file mode 100644 index 0000000..7130b83 Binary files /dev/null and b/graphics/frontspr/gFrontSprite118Goldeen.png differ diff --git a/graphics/frontspr/gFrontSprite119Seaking.png b/graphics/frontspr/gFrontSprite119Seaking.png new file mode 100644 index 0000000..2526b72 Binary files /dev/null and b/graphics/frontspr/gFrontSprite119Seaking.png differ diff --git a/graphics/frontspr/gFrontSprite120Staryu.png b/graphics/frontspr/gFrontSprite120Staryu.png new file mode 100644 index 0000000..6f5b303 Binary files /dev/null and b/graphics/frontspr/gFrontSprite120Staryu.png differ diff --git a/graphics/frontspr/gFrontSprite121Starmie.png b/graphics/frontspr/gFrontSprite121Starmie.png new file mode 100644 index 0000000..8f618b5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite121Starmie.png differ diff --git a/graphics/frontspr/gFrontSprite122MrMime.png b/graphics/frontspr/gFrontSprite122MrMime.png new file mode 100644 index 0000000..a557556 Binary files /dev/null and b/graphics/frontspr/gFrontSprite122MrMime.png differ diff --git a/graphics/frontspr/gFrontSprite123Scyther.png b/graphics/frontspr/gFrontSprite123Scyther.png new file mode 100644 index 0000000..8be810b Binary files /dev/null and b/graphics/frontspr/gFrontSprite123Scyther.png differ diff --git a/graphics/frontspr/gFrontSprite124Jynx.png b/graphics/frontspr/gFrontSprite124Jynx.png new file mode 100644 index 0000000..15f6209 Binary files /dev/null and b/graphics/frontspr/gFrontSprite124Jynx.png differ diff --git a/graphics/frontspr/gFrontSprite125Electabuzz.png b/graphics/frontspr/gFrontSprite125Electabuzz.png new file mode 100644 index 0000000..bd8bd14 Binary files /dev/null and b/graphics/frontspr/gFrontSprite125Electabuzz.png differ diff --git a/graphics/frontspr/gFrontSprite126Magmar.png b/graphics/frontspr/gFrontSprite126Magmar.png new file mode 100644 index 0000000..2b54aea Binary files /dev/null and b/graphics/frontspr/gFrontSprite126Magmar.png differ diff --git a/graphics/frontspr/gFrontSprite127Pinsir.png b/graphics/frontspr/gFrontSprite127Pinsir.png new file mode 100644 index 0000000..f91244a Binary files /dev/null and b/graphics/frontspr/gFrontSprite127Pinsir.png differ diff --git a/graphics/frontspr/gFrontSprite128Tauros.png b/graphics/frontspr/gFrontSprite128Tauros.png new file mode 100644 index 0000000..e66c81f Binary files /dev/null and b/graphics/frontspr/gFrontSprite128Tauros.png differ diff --git a/graphics/frontspr/gFrontSprite129Magikarp.png b/graphics/frontspr/gFrontSprite129Magikarp.png new file mode 100644 index 0000000..f015a94 Binary files /dev/null and b/graphics/frontspr/gFrontSprite129Magikarp.png differ diff --git a/graphics/frontspr/gFrontSprite130Gyarados.png b/graphics/frontspr/gFrontSprite130Gyarados.png new file mode 100644 index 0000000..f051ee5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite130Gyarados.png differ diff --git a/graphics/frontspr/gFrontSprite131Lapras.png b/graphics/frontspr/gFrontSprite131Lapras.png new file mode 100644 index 0000000..ae7c000 Binary files /dev/null and b/graphics/frontspr/gFrontSprite131Lapras.png differ diff --git a/graphics/frontspr/gFrontSprite132Ditto.png b/graphics/frontspr/gFrontSprite132Ditto.png new file mode 100644 index 0000000..46167b0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite132Ditto.png differ diff --git a/graphics/frontspr/gFrontSprite133Eevee.png b/graphics/frontspr/gFrontSprite133Eevee.png new file mode 100644 index 0000000..b875985 Binary files /dev/null and b/graphics/frontspr/gFrontSprite133Eevee.png differ diff --git a/graphics/frontspr/gFrontSprite134Vaporeon.png b/graphics/frontspr/gFrontSprite134Vaporeon.png new file mode 100644 index 0000000..a471935 Binary files /dev/null and b/graphics/frontspr/gFrontSprite134Vaporeon.png differ diff --git a/graphics/frontspr/gFrontSprite135Jolteon.png b/graphics/frontspr/gFrontSprite135Jolteon.png new file mode 100644 index 0000000..4f9777a Binary files /dev/null and b/graphics/frontspr/gFrontSprite135Jolteon.png differ diff --git a/graphics/frontspr/gFrontSprite136Flareon.png b/graphics/frontspr/gFrontSprite136Flareon.png new file mode 100644 index 0000000..bfca63c Binary files /dev/null and b/graphics/frontspr/gFrontSprite136Flareon.png differ diff --git a/graphics/frontspr/gFrontSprite137Porygon.png b/graphics/frontspr/gFrontSprite137Porygon.png new file mode 100644 index 0000000..ccd3fd4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite137Porygon.png differ diff --git a/graphics/frontspr/gFrontSprite138Omanyte.png b/graphics/frontspr/gFrontSprite138Omanyte.png new file mode 100644 index 0000000..56cf9fa Binary files /dev/null and b/graphics/frontspr/gFrontSprite138Omanyte.png differ diff --git a/graphics/frontspr/gFrontSprite139Omastar.png b/graphics/frontspr/gFrontSprite139Omastar.png new file mode 100644 index 0000000..5dd7dfb Binary files /dev/null and b/graphics/frontspr/gFrontSprite139Omastar.png differ diff --git a/graphics/frontspr/gFrontSprite140Kabuto.png b/graphics/frontspr/gFrontSprite140Kabuto.png new file mode 100644 index 0000000..402b34e Binary files /dev/null and b/graphics/frontspr/gFrontSprite140Kabuto.png differ diff --git a/graphics/frontspr/gFrontSprite141Kabutops.png b/graphics/frontspr/gFrontSprite141Kabutops.png new file mode 100644 index 0000000..b5360b1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite141Kabutops.png differ diff --git a/graphics/frontspr/gFrontSprite142Aerodactyl.png b/graphics/frontspr/gFrontSprite142Aerodactyl.png new file mode 100644 index 0000000..3c77151 Binary files /dev/null and b/graphics/frontspr/gFrontSprite142Aerodactyl.png differ diff --git a/graphics/frontspr/gFrontSprite143Snorlax.png b/graphics/frontspr/gFrontSprite143Snorlax.png new file mode 100644 index 0000000..076a974 Binary files /dev/null and b/graphics/frontspr/gFrontSprite143Snorlax.png differ diff --git a/graphics/frontspr/gFrontSprite144Articuno.png b/graphics/frontspr/gFrontSprite144Articuno.png new file mode 100644 index 0000000..2bb0264 Binary files /dev/null and b/graphics/frontspr/gFrontSprite144Articuno.png differ diff --git a/graphics/frontspr/gFrontSprite145Zapdos.png b/graphics/frontspr/gFrontSprite145Zapdos.png new file mode 100644 index 0000000..2d29831 Binary files /dev/null and b/graphics/frontspr/gFrontSprite145Zapdos.png differ diff --git a/graphics/frontspr/gFrontSprite146Moltres.png b/graphics/frontspr/gFrontSprite146Moltres.png new file mode 100644 index 0000000..48db530 Binary files /dev/null and b/graphics/frontspr/gFrontSprite146Moltres.png differ diff --git a/graphics/frontspr/gFrontSprite147Dratini.png b/graphics/frontspr/gFrontSprite147Dratini.png new file mode 100644 index 0000000..fb78bb7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite147Dratini.png differ diff --git a/graphics/frontspr/gFrontSprite148Dragonair.png b/graphics/frontspr/gFrontSprite148Dragonair.png new file mode 100644 index 0000000..4990f60 Binary files /dev/null and b/graphics/frontspr/gFrontSprite148Dragonair.png differ diff --git a/graphics/frontspr/gFrontSprite149Dragonite.png b/graphics/frontspr/gFrontSprite149Dragonite.png new file mode 100644 index 0000000..b34274a Binary files /dev/null and b/graphics/frontspr/gFrontSprite149Dragonite.png differ diff --git a/graphics/frontspr/gFrontSprite150Mewtwo.png b/graphics/frontspr/gFrontSprite150Mewtwo.png new file mode 100644 index 0000000..54ec1c2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite150Mewtwo.png differ diff --git a/graphics/frontspr/gFrontSprite151Mew.png b/graphics/frontspr/gFrontSprite151Mew.png new file mode 100644 index 0000000..07700ca Binary files /dev/null and b/graphics/frontspr/gFrontSprite151Mew.png differ diff --git a/graphics/frontspr/gFrontSprite152Chikorita.png b/graphics/frontspr/gFrontSprite152Chikorita.png new file mode 100644 index 0000000..d7ae3e7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite152Chikorita.png differ diff --git a/graphics/frontspr/gFrontSprite153Bayleef.png b/graphics/frontspr/gFrontSprite153Bayleef.png new file mode 100644 index 0000000..99cf76a Binary files /dev/null and b/graphics/frontspr/gFrontSprite153Bayleef.png differ diff --git a/graphics/frontspr/gFrontSprite154Meganium.png b/graphics/frontspr/gFrontSprite154Meganium.png new file mode 100644 index 0000000..13b4016 Binary files /dev/null and b/graphics/frontspr/gFrontSprite154Meganium.png differ diff --git a/graphics/frontspr/gFrontSprite155Cyndaquil.png b/graphics/frontspr/gFrontSprite155Cyndaquil.png new file mode 100644 index 0000000..f04e9ea Binary files /dev/null and b/graphics/frontspr/gFrontSprite155Cyndaquil.png differ diff --git a/graphics/frontspr/gFrontSprite156Quilava.png b/graphics/frontspr/gFrontSprite156Quilava.png new file mode 100644 index 0000000..a6cadce Binary files /dev/null and b/graphics/frontspr/gFrontSprite156Quilava.png differ diff --git a/graphics/frontspr/gFrontSprite157Typhlosion.png b/graphics/frontspr/gFrontSprite157Typhlosion.png new file mode 100644 index 0000000..e741fa3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite157Typhlosion.png differ diff --git a/graphics/frontspr/gFrontSprite158Totodile.png b/graphics/frontspr/gFrontSprite158Totodile.png new file mode 100644 index 0000000..8bedf81 Binary files /dev/null and b/graphics/frontspr/gFrontSprite158Totodile.png differ diff --git a/graphics/frontspr/gFrontSprite159Croconaw.png b/graphics/frontspr/gFrontSprite159Croconaw.png new file mode 100644 index 0000000..5151031 Binary files /dev/null and b/graphics/frontspr/gFrontSprite159Croconaw.png differ diff --git a/graphics/frontspr/gFrontSprite160Feraligatr.png b/graphics/frontspr/gFrontSprite160Feraligatr.png new file mode 100644 index 0000000..d8c9da9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite160Feraligatr.png differ diff --git a/graphics/frontspr/gFrontSprite161Sentret.png b/graphics/frontspr/gFrontSprite161Sentret.png new file mode 100644 index 0000000..c3bbf3e Binary files /dev/null and b/graphics/frontspr/gFrontSprite161Sentret.png differ diff --git a/graphics/frontspr/gFrontSprite162Furret.png b/graphics/frontspr/gFrontSprite162Furret.png new file mode 100644 index 0000000..879225f Binary files /dev/null and b/graphics/frontspr/gFrontSprite162Furret.png differ diff --git a/graphics/frontspr/gFrontSprite163Hoothoot.png b/graphics/frontspr/gFrontSprite163Hoothoot.png new file mode 100644 index 0000000..7f1a3d4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite163Hoothoot.png differ diff --git a/graphics/frontspr/gFrontSprite164Noctowl.png b/graphics/frontspr/gFrontSprite164Noctowl.png new file mode 100644 index 0000000..e8fd1a4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite164Noctowl.png differ diff --git a/graphics/frontspr/gFrontSprite165Ledyba.png b/graphics/frontspr/gFrontSprite165Ledyba.png new file mode 100644 index 0000000..dd498b8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite165Ledyba.png differ diff --git a/graphics/frontspr/gFrontSprite166Ledian.png b/graphics/frontspr/gFrontSprite166Ledian.png new file mode 100644 index 0000000..b504de9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite166Ledian.png differ diff --git a/graphics/frontspr/gFrontSprite167Spinarak.png b/graphics/frontspr/gFrontSprite167Spinarak.png new file mode 100644 index 0000000..dea6b56 Binary files /dev/null and b/graphics/frontspr/gFrontSprite167Spinarak.png differ diff --git a/graphics/frontspr/gFrontSprite168Ariados.png b/graphics/frontspr/gFrontSprite168Ariados.png new file mode 100644 index 0000000..e0dfadd Binary files /dev/null and b/graphics/frontspr/gFrontSprite168Ariados.png differ diff --git a/graphics/frontspr/gFrontSprite169Crobat.png b/graphics/frontspr/gFrontSprite169Crobat.png new file mode 100644 index 0000000..868f2b9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite169Crobat.png differ diff --git a/graphics/frontspr/gFrontSprite170Chinchou.png b/graphics/frontspr/gFrontSprite170Chinchou.png new file mode 100644 index 0000000..4f7a05c Binary files /dev/null and b/graphics/frontspr/gFrontSprite170Chinchou.png differ diff --git a/graphics/frontspr/gFrontSprite171Lanturn.png b/graphics/frontspr/gFrontSprite171Lanturn.png new file mode 100644 index 0000000..4e70878 Binary files /dev/null and b/graphics/frontspr/gFrontSprite171Lanturn.png differ diff --git a/graphics/frontspr/gFrontSprite172Pichu.png b/graphics/frontspr/gFrontSprite172Pichu.png new file mode 100644 index 0000000..74f5c05 Binary files /dev/null and b/graphics/frontspr/gFrontSprite172Pichu.png differ diff --git a/graphics/frontspr/gFrontSprite173Cleffa.png b/graphics/frontspr/gFrontSprite173Cleffa.png new file mode 100644 index 0000000..65c9286 Binary files /dev/null and b/graphics/frontspr/gFrontSprite173Cleffa.png differ diff --git a/graphics/frontspr/gFrontSprite174Igglybuff.png b/graphics/frontspr/gFrontSprite174Igglybuff.png new file mode 100644 index 0000000..4f01d11 Binary files /dev/null and b/graphics/frontspr/gFrontSprite174Igglybuff.png differ diff --git a/graphics/frontspr/gFrontSprite175Togepi.png b/graphics/frontspr/gFrontSprite175Togepi.png new file mode 100644 index 0000000..4ce8dfd Binary files /dev/null and b/graphics/frontspr/gFrontSprite175Togepi.png differ diff --git a/graphics/frontspr/gFrontSprite176Togetic.png b/graphics/frontspr/gFrontSprite176Togetic.png new file mode 100644 index 0000000..c842ad0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite176Togetic.png differ diff --git a/graphics/frontspr/gFrontSprite177Natu.png b/graphics/frontspr/gFrontSprite177Natu.png new file mode 100644 index 0000000..e228872 Binary files /dev/null and b/graphics/frontspr/gFrontSprite177Natu.png differ diff --git a/graphics/frontspr/gFrontSprite178Xatu.png b/graphics/frontspr/gFrontSprite178Xatu.png new file mode 100644 index 0000000..be96db0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite178Xatu.png differ diff --git a/graphics/frontspr/gFrontSprite179Mareep.png b/graphics/frontspr/gFrontSprite179Mareep.png new file mode 100644 index 0000000..053b12e Binary files /dev/null and b/graphics/frontspr/gFrontSprite179Mareep.png differ diff --git a/graphics/frontspr/gFrontSprite180Flaaffy.png b/graphics/frontspr/gFrontSprite180Flaaffy.png new file mode 100644 index 0000000..b20714a Binary files /dev/null and b/graphics/frontspr/gFrontSprite180Flaaffy.png differ diff --git a/graphics/frontspr/gFrontSprite181Ampharos.png b/graphics/frontspr/gFrontSprite181Ampharos.png new file mode 100644 index 0000000..385afd4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite181Ampharos.png differ diff --git a/graphics/frontspr/gFrontSprite182Bellossom.png b/graphics/frontspr/gFrontSprite182Bellossom.png new file mode 100644 index 0000000..c01f01e Binary files /dev/null and b/graphics/frontspr/gFrontSprite182Bellossom.png differ diff --git a/graphics/frontspr/gFrontSprite183Marill.png b/graphics/frontspr/gFrontSprite183Marill.png new file mode 100644 index 0000000..cbf3c50 Binary files /dev/null and b/graphics/frontspr/gFrontSprite183Marill.png differ diff --git a/graphics/frontspr/gFrontSprite184Azumarill.png b/graphics/frontspr/gFrontSprite184Azumarill.png new file mode 100644 index 0000000..3777f55 Binary files /dev/null and b/graphics/frontspr/gFrontSprite184Azumarill.png differ diff --git a/graphics/frontspr/gFrontSprite185Sudowoodo.png b/graphics/frontspr/gFrontSprite185Sudowoodo.png new file mode 100644 index 0000000..e4a5622 Binary files /dev/null and b/graphics/frontspr/gFrontSprite185Sudowoodo.png differ diff --git a/graphics/frontspr/gFrontSprite186Politoed.png b/graphics/frontspr/gFrontSprite186Politoed.png new file mode 100644 index 0000000..442a7a0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite186Politoed.png differ diff --git a/graphics/frontspr/gFrontSprite187Hoppip.png b/graphics/frontspr/gFrontSprite187Hoppip.png new file mode 100644 index 0000000..a793ee4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite187Hoppip.png differ diff --git a/graphics/frontspr/gFrontSprite188Skiploom.png b/graphics/frontspr/gFrontSprite188Skiploom.png new file mode 100644 index 0000000..cafc58b Binary files /dev/null and b/graphics/frontspr/gFrontSprite188Skiploom.png differ diff --git a/graphics/frontspr/gFrontSprite189Jumpluff.png b/graphics/frontspr/gFrontSprite189Jumpluff.png new file mode 100644 index 0000000..d1d9348 Binary files /dev/null and b/graphics/frontspr/gFrontSprite189Jumpluff.png differ diff --git a/graphics/frontspr/gFrontSprite190Aipom.png b/graphics/frontspr/gFrontSprite190Aipom.png new file mode 100644 index 0000000..720180a Binary files /dev/null and b/graphics/frontspr/gFrontSprite190Aipom.png differ diff --git a/graphics/frontspr/gFrontSprite191Sunkern.png b/graphics/frontspr/gFrontSprite191Sunkern.png new file mode 100644 index 0000000..ffa9c42 Binary files /dev/null and b/graphics/frontspr/gFrontSprite191Sunkern.png differ diff --git a/graphics/frontspr/gFrontSprite192Sunflora.png b/graphics/frontspr/gFrontSprite192Sunflora.png new file mode 100644 index 0000000..6e82a61 Binary files /dev/null and b/graphics/frontspr/gFrontSprite192Sunflora.png differ diff --git a/graphics/frontspr/gFrontSprite193Yanma.png b/graphics/frontspr/gFrontSprite193Yanma.png new file mode 100644 index 0000000..96fee32 Binary files /dev/null and b/graphics/frontspr/gFrontSprite193Yanma.png differ diff --git a/graphics/frontspr/gFrontSprite194Wooper.png b/graphics/frontspr/gFrontSprite194Wooper.png new file mode 100644 index 0000000..ca55bda Binary files /dev/null and b/graphics/frontspr/gFrontSprite194Wooper.png differ diff --git a/graphics/frontspr/gFrontSprite195Quagsire.png b/graphics/frontspr/gFrontSprite195Quagsire.png new file mode 100644 index 0000000..5326906 Binary files /dev/null and b/graphics/frontspr/gFrontSprite195Quagsire.png differ diff --git a/graphics/frontspr/gFrontSprite196Espeon.png b/graphics/frontspr/gFrontSprite196Espeon.png new file mode 100644 index 0000000..e03d6cc Binary files /dev/null and b/graphics/frontspr/gFrontSprite196Espeon.png differ diff --git a/graphics/frontspr/gFrontSprite197Umbreon.png b/graphics/frontspr/gFrontSprite197Umbreon.png new file mode 100644 index 0000000..a53d975 Binary files /dev/null and b/graphics/frontspr/gFrontSprite197Umbreon.png differ diff --git a/graphics/frontspr/gFrontSprite198Murkrow.png b/graphics/frontspr/gFrontSprite198Murkrow.png new file mode 100644 index 0000000..0adaa5f Binary files /dev/null and b/graphics/frontspr/gFrontSprite198Murkrow.png differ diff --git a/graphics/frontspr/gFrontSprite199Slowking.png b/graphics/frontspr/gFrontSprite199Slowking.png new file mode 100644 index 0000000..2022d69 Binary files /dev/null and b/graphics/frontspr/gFrontSprite199Slowking.png differ diff --git a/graphics/frontspr/gFrontSprite200Misdreavus.png b/graphics/frontspr/gFrontSprite200Misdreavus.png new file mode 100644 index 0000000..b620777 Binary files /dev/null and b/graphics/frontspr/gFrontSprite200Misdreavus.png differ diff --git a/graphics/frontspr/gFrontSprite201Unown.png b/graphics/frontspr/gFrontSprite201Unown.png new file mode 100644 index 0000000..e5fec86 Binary files /dev/null and b/graphics/frontspr/gFrontSprite201Unown.png differ diff --git a/graphics/frontspr/gFrontSprite202Wobbuffet.png b/graphics/frontspr/gFrontSprite202Wobbuffet.png new file mode 100644 index 0000000..3f3abd5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite202Wobbuffet.png differ diff --git a/graphics/frontspr/gFrontSprite203Girafarig.png b/graphics/frontspr/gFrontSprite203Girafarig.png new file mode 100644 index 0000000..40e0c07 Binary files /dev/null and b/graphics/frontspr/gFrontSprite203Girafarig.png differ diff --git a/graphics/frontspr/gFrontSprite204Pineco.png b/graphics/frontspr/gFrontSprite204Pineco.png new file mode 100644 index 0000000..b9016df Binary files /dev/null and b/graphics/frontspr/gFrontSprite204Pineco.png differ diff --git a/graphics/frontspr/gFrontSprite205Forretress.png b/graphics/frontspr/gFrontSprite205Forretress.png new file mode 100644 index 0000000..eb59eb2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite205Forretress.png differ diff --git a/graphics/frontspr/gFrontSprite206Dunsparce.png b/graphics/frontspr/gFrontSprite206Dunsparce.png new file mode 100644 index 0000000..8aebe98 Binary files /dev/null and b/graphics/frontspr/gFrontSprite206Dunsparce.png differ diff --git a/graphics/frontspr/gFrontSprite207Gligar.png b/graphics/frontspr/gFrontSprite207Gligar.png new file mode 100644 index 0000000..b4d4411 Binary files /dev/null and b/graphics/frontspr/gFrontSprite207Gligar.png differ diff --git a/graphics/frontspr/gFrontSprite208Steelix.png b/graphics/frontspr/gFrontSprite208Steelix.png new file mode 100644 index 0000000..76182e6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite208Steelix.png differ diff --git a/graphics/frontspr/gFrontSprite209Snubbull.png b/graphics/frontspr/gFrontSprite209Snubbull.png new file mode 100644 index 0000000..a909236 Binary files /dev/null and b/graphics/frontspr/gFrontSprite209Snubbull.png differ diff --git a/graphics/frontspr/gFrontSprite210Granbull.png b/graphics/frontspr/gFrontSprite210Granbull.png new file mode 100644 index 0000000..f8135d0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite210Granbull.png differ diff --git a/graphics/frontspr/gFrontSprite211Qwilfish.png b/graphics/frontspr/gFrontSprite211Qwilfish.png new file mode 100644 index 0000000..cfb8c64 Binary files /dev/null and b/graphics/frontspr/gFrontSprite211Qwilfish.png differ diff --git a/graphics/frontspr/gFrontSprite212Scizor.png b/graphics/frontspr/gFrontSprite212Scizor.png new file mode 100644 index 0000000..37ce9b9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite212Scizor.png differ diff --git a/graphics/frontspr/gFrontSprite213Shuckle.png b/graphics/frontspr/gFrontSprite213Shuckle.png new file mode 100644 index 0000000..eee01a9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite213Shuckle.png differ diff --git a/graphics/frontspr/gFrontSprite214Heracross.png b/graphics/frontspr/gFrontSprite214Heracross.png new file mode 100644 index 0000000..f19915a Binary files /dev/null and b/graphics/frontspr/gFrontSprite214Heracross.png differ diff --git a/graphics/frontspr/gFrontSprite215Sneasel.png b/graphics/frontspr/gFrontSprite215Sneasel.png new file mode 100644 index 0000000..36fdfc2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite215Sneasel.png differ diff --git a/graphics/frontspr/gFrontSprite216Teddiursa.png b/graphics/frontspr/gFrontSprite216Teddiursa.png new file mode 100644 index 0000000..e6216c3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite216Teddiursa.png differ diff --git a/graphics/frontspr/gFrontSprite217Ursaring.png b/graphics/frontspr/gFrontSprite217Ursaring.png new file mode 100644 index 0000000..d9ac99c Binary files /dev/null and b/graphics/frontspr/gFrontSprite217Ursaring.png differ diff --git a/graphics/frontspr/gFrontSprite218Slugma.png b/graphics/frontspr/gFrontSprite218Slugma.png new file mode 100644 index 0000000..3888c5d Binary files /dev/null and b/graphics/frontspr/gFrontSprite218Slugma.png differ diff --git a/graphics/frontspr/gFrontSprite219Magcargo.png b/graphics/frontspr/gFrontSprite219Magcargo.png new file mode 100644 index 0000000..3654683 Binary files /dev/null and b/graphics/frontspr/gFrontSprite219Magcargo.png differ diff --git a/graphics/frontspr/gFrontSprite220Swinub.png b/graphics/frontspr/gFrontSprite220Swinub.png new file mode 100644 index 0000000..06fa6b1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite220Swinub.png differ diff --git a/graphics/frontspr/gFrontSprite221Piloswine.png b/graphics/frontspr/gFrontSprite221Piloswine.png new file mode 100644 index 0000000..2f3a23b Binary files /dev/null and b/graphics/frontspr/gFrontSprite221Piloswine.png differ diff --git a/graphics/frontspr/gFrontSprite222Corsola.png b/graphics/frontspr/gFrontSprite222Corsola.png new file mode 100644 index 0000000..c8ebeb7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite222Corsola.png differ diff --git a/graphics/frontspr/gFrontSprite223Remoraid.png b/graphics/frontspr/gFrontSprite223Remoraid.png new file mode 100644 index 0000000..a93e4f0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite223Remoraid.png differ diff --git a/graphics/frontspr/gFrontSprite224Octillery.png b/graphics/frontspr/gFrontSprite224Octillery.png new file mode 100644 index 0000000..12c29f7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite224Octillery.png differ diff --git a/graphics/frontspr/gFrontSprite225Delibird.png b/graphics/frontspr/gFrontSprite225Delibird.png new file mode 100644 index 0000000..4d073cc Binary files /dev/null and b/graphics/frontspr/gFrontSprite225Delibird.png differ diff --git a/graphics/frontspr/gFrontSprite226Mantine.png b/graphics/frontspr/gFrontSprite226Mantine.png new file mode 100644 index 0000000..de2095d Binary files /dev/null and b/graphics/frontspr/gFrontSprite226Mantine.png differ diff --git a/graphics/frontspr/gFrontSprite227Skarmory.png b/graphics/frontspr/gFrontSprite227Skarmory.png new file mode 100644 index 0000000..349b8c0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite227Skarmory.png differ diff --git a/graphics/frontspr/gFrontSprite228Houndour.png b/graphics/frontspr/gFrontSprite228Houndour.png new file mode 100644 index 0000000..ddc9b31 Binary files /dev/null and b/graphics/frontspr/gFrontSprite228Houndour.png differ diff --git a/graphics/frontspr/gFrontSprite229Houndoom.png b/graphics/frontspr/gFrontSprite229Houndoom.png new file mode 100644 index 0000000..37bef9b Binary files /dev/null and b/graphics/frontspr/gFrontSprite229Houndoom.png differ diff --git a/graphics/frontspr/gFrontSprite230Kingdra.png b/graphics/frontspr/gFrontSprite230Kingdra.png new file mode 100644 index 0000000..d1bbae5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite230Kingdra.png differ diff --git a/graphics/frontspr/gFrontSprite231Phanpy.png b/graphics/frontspr/gFrontSprite231Phanpy.png new file mode 100644 index 0000000..778baf1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite231Phanpy.png differ diff --git a/graphics/frontspr/gFrontSprite232Donphan.png b/graphics/frontspr/gFrontSprite232Donphan.png new file mode 100644 index 0000000..4a17821 Binary files /dev/null and b/graphics/frontspr/gFrontSprite232Donphan.png differ diff --git a/graphics/frontspr/gFrontSprite233Porygon2.png b/graphics/frontspr/gFrontSprite233Porygon2.png new file mode 100644 index 0000000..2357832 Binary files /dev/null and b/graphics/frontspr/gFrontSprite233Porygon2.png differ diff --git a/graphics/frontspr/gFrontSprite234Stantler.png b/graphics/frontspr/gFrontSprite234Stantler.png new file mode 100644 index 0000000..933f285 Binary files /dev/null and b/graphics/frontspr/gFrontSprite234Stantler.png differ diff --git a/graphics/frontspr/gFrontSprite235Smeargle.png b/graphics/frontspr/gFrontSprite235Smeargle.png new file mode 100644 index 0000000..e7c3ef8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite235Smeargle.png differ diff --git a/graphics/frontspr/gFrontSprite236Tyrogue.png b/graphics/frontspr/gFrontSprite236Tyrogue.png new file mode 100644 index 0000000..fb2fc1b Binary files /dev/null and b/graphics/frontspr/gFrontSprite236Tyrogue.png differ diff --git a/graphics/frontspr/gFrontSprite237Hitmontop.png b/graphics/frontspr/gFrontSprite237Hitmontop.png new file mode 100644 index 0000000..b186ff8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite237Hitmontop.png differ diff --git a/graphics/frontspr/gFrontSprite238Smoochum.png b/graphics/frontspr/gFrontSprite238Smoochum.png new file mode 100644 index 0000000..e07d9fb Binary files /dev/null and b/graphics/frontspr/gFrontSprite238Smoochum.png differ diff --git a/graphics/frontspr/gFrontSprite239Elekid.png b/graphics/frontspr/gFrontSprite239Elekid.png new file mode 100644 index 0000000..2316a70 Binary files /dev/null and b/graphics/frontspr/gFrontSprite239Elekid.png differ diff --git a/graphics/frontspr/gFrontSprite240Magby.png b/graphics/frontspr/gFrontSprite240Magby.png new file mode 100644 index 0000000..8be9c37 Binary files /dev/null and b/graphics/frontspr/gFrontSprite240Magby.png differ diff --git a/graphics/frontspr/gFrontSprite241Miltank.png b/graphics/frontspr/gFrontSprite241Miltank.png new file mode 100644 index 0000000..cd7db97 Binary files /dev/null and b/graphics/frontspr/gFrontSprite241Miltank.png differ diff --git a/graphics/frontspr/gFrontSprite242Blissey.png b/graphics/frontspr/gFrontSprite242Blissey.png new file mode 100644 index 0000000..55e4110 Binary files /dev/null and b/graphics/frontspr/gFrontSprite242Blissey.png differ diff --git a/graphics/frontspr/gFrontSprite243Raikou.png b/graphics/frontspr/gFrontSprite243Raikou.png new file mode 100644 index 0000000..ec7deaa Binary files /dev/null and b/graphics/frontspr/gFrontSprite243Raikou.png differ diff --git a/graphics/frontspr/gFrontSprite244Entei.png b/graphics/frontspr/gFrontSprite244Entei.png new file mode 100644 index 0000000..3d266e9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite244Entei.png differ diff --git a/graphics/frontspr/gFrontSprite245Suicune.png b/graphics/frontspr/gFrontSprite245Suicune.png new file mode 100644 index 0000000..2f8d532 Binary files /dev/null and b/graphics/frontspr/gFrontSprite245Suicune.png differ diff --git a/graphics/frontspr/gFrontSprite246Larvitar.png b/graphics/frontspr/gFrontSprite246Larvitar.png new file mode 100644 index 0000000..f6dc166 Binary files /dev/null and b/graphics/frontspr/gFrontSprite246Larvitar.png differ diff --git a/graphics/frontspr/gFrontSprite247Pupitar.png b/graphics/frontspr/gFrontSprite247Pupitar.png new file mode 100644 index 0000000..3a69393 Binary files /dev/null and b/graphics/frontspr/gFrontSprite247Pupitar.png differ diff --git a/graphics/frontspr/gFrontSprite248Tyranitar.png b/graphics/frontspr/gFrontSprite248Tyranitar.png new file mode 100644 index 0000000..642885e Binary files /dev/null and b/graphics/frontspr/gFrontSprite248Tyranitar.png differ diff --git a/graphics/frontspr/gFrontSprite249Lugia.png b/graphics/frontspr/gFrontSprite249Lugia.png new file mode 100644 index 0000000..c9e30e4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite249Lugia.png differ diff --git a/graphics/frontspr/gFrontSprite250HoOh.png b/graphics/frontspr/gFrontSprite250HoOh.png new file mode 100644 index 0000000..b86a657 Binary files /dev/null and b/graphics/frontspr/gFrontSprite250HoOh.png differ diff --git a/graphics/frontspr/gFrontSprite251Celebi.png b/graphics/frontspr/gFrontSprite251Celebi.png new file mode 100644 index 0000000..7d72436 Binary files /dev/null and b/graphics/frontspr/gFrontSprite251Celebi.png differ diff --git a/graphics/frontspr/gFrontSprite252.png b/graphics/frontspr/gFrontSprite252.png new file mode 100644 index 0000000..f03fa22 Binary files /dev/null and b/graphics/frontspr/gFrontSprite252.png differ diff --git a/graphics/frontspr/gFrontSprite277Treecko.png b/graphics/frontspr/gFrontSprite277Treecko.png new file mode 100644 index 0000000..3be2593 Binary files /dev/null and b/graphics/frontspr/gFrontSprite277Treecko.png differ diff --git a/graphics/frontspr/gFrontSprite278Grovyle.png b/graphics/frontspr/gFrontSprite278Grovyle.png new file mode 100644 index 0000000..5f3c68f Binary files /dev/null and b/graphics/frontspr/gFrontSprite278Grovyle.png differ diff --git a/graphics/frontspr/gFrontSprite279Sceptile.png b/graphics/frontspr/gFrontSprite279Sceptile.png new file mode 100644 index 0000000..3ffc8ec Binary files /dev/null and b/graphics/frontspr/gFrontSprite279Sceptile.png differ diff --git a/graphics/frontspr/gFrontSprite280Torchic.png b/graphics/frontspr/gFrontSprite280Torchic.png new file mode 100644 index 0000000..88ca1f1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite280Torchic.png differ diff --git a/graphics/frontspr/gFrontSprite281Combusken.png b/graphics/frontspr/gFrontSprite281Combusken.png new file mode 100644 index 0000000..eb7c9b7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite281Combusken.png differ diff --git a/graphics/frontspr/gFrontSprite282Blaziken.png b/graphics/frontspr/gFrontSprite282Blaziken.png new file mode 100644 index 0000000..e687604 Binary files /dev/null and b/graphics/frontspr/gFrontSprite282Blaziken.png differ diff --git a/graphics/frontspr/gFrontSprite283Mudkip.png b/graphics/frontspr/gFrontSprite283Mudkip.png new file mode 100644 index 0000000..4306df1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite283Mudkip.png differ diff --git a/graphics/frontspr/gFrontSprite284Marshtomp.png b/graphics/frontspr/gFrontSprite284Marshtomp.png new file mode 100644 index 0000000..d2c961b Binary files /dev/null and b/graphics/frontspr/gFrontSprite284Marshtomp.png differ diff --git a/graphics/frontspr/gFrontSprite285Swampert.png b/graphics/frontspr/gFrontSprite285Swampert.png new file mode 100644 index 0000000..902991c Binary files /dev/null and b/graphics/frontspr/gFrontSprite285Swampert.png differ diff --git a/graphics/frontspr/gFrontSprite286Poochyena.png b/graphics/frontspr/gFrontSprite286Poochyena.png new file mode 100644 index 0000000..0696cbf Binary files /dev/null and b/graphics/frontspr/gFrontSprite286Poochyena.png differ diff --git a/graphics/frontspr/gFrontSprite287Mightyena.png b/graphics/frontspr/gFrontSprite287Mightyena.png new file mode 100644 index 0000000..48f76ec Binary files /dev/null and b/graphics/frontspr/gFrontSprite287Mightyena.png differ diff --git a/graphics/frontspr/gFrontSprite288Zigzagoon.png b/graphics/frontspr/gFrontSprite288Zigzagoon.png new file mode 100644 index 0000000..37fac2f Binary files /dev/null and b/graphics/frontspr/gFrontSprite288Zigzagoon.png differ diff --git a/graphics/frontspr/gFrontSprite289Linoone.png b/graphics/frontspr/gFrontSprite289Linoone.png new file mode 100644 index 0000000..a17c52b Binary files /dev/null and b/graphics/frontspr/gFrontSprite289Linoone.png differ diff --git a/graphics/frontspr/gFrontSprite290Wurmple.png b/graphics/frontspr/gFrontSprite290Wurmple.png new file mode 100644 index 0000000..05c6e67 Binary files /dev/null and b/graphics/frontspr/gFrontSprite290Wurmple.png differ diff --git a/graphics/frontspr/gFrontSprite291Silcoon.png b/graphics/frontspr/gFrontSprite291Silcoon.png new file mode 100644 index 0000000..3ab6d1a Binary files /dev/null and b/graphics/frontspr/gFrontSprite291Silcoon.png differ diff --git a/graphics/frontspr/gFrontSprite292Beautifly.png b/graphics/frontspr/gFrontSprite292Beautifly.png new file mode 100644 index 0000000..61fa30a Binary files /dev/null and b/graphics/frontspr/gFrontSprite292Beautifly.png differ diff --git a/graphics/frontspr/gFrontSprite293Cascoon.png b/graphics/frontspr/gFrontSprite293Cascoon.png new file mode 100644 index 0000000..b4b333b Binary files /dev/null and b/graphics/frontspr/gFrontSprite293Cascoon.png differ diff --git a/graphics/frontspr/gFrontSprite294Dustox.png b/graphics/frontspr/gFrontSprite294Dustox.png new file mode 100644 index 0000000..5bbd869 Binary files /dev/null and b/graphics/frontspr/gFrontSprite294Dustox.png differ diff --git a/graphics/frontspr/gFrontSprite295Lotad.png b/graphics/frontspr/gFrontSprite295Lotad.png new file mode 100644 index 0000000..bac0914 Binary files /dev/null and b/graphics/frontspr/gFrontSprite295Lotad.png differ diff --git a/graphics/frontspr/gFrontSprite296Lombre.png b/graphics/frontspr/gFrontSprite296Lombre.png new file mode 100644 index 0000000..7c38873 Binary files /dev/null and b/graphics/frontspr/gFrontSprite296Lombre.png differ diff --git a/graphics/frontspr/gFrontSprite297Ludicolo.png b/graphics/frontspr/gFrontSprite297Ludicolo.png new file mode 100644 index 0000000..9866d87 Binary files /dev/null and b/graphics/frontspr/gFrontSprite297Ludicolo.png differ diff --git a/graphics/frontspr/gFrontSprite298Seedot.png b/graphics/frontspr/gFrontSprite298Seedot.png new file mode 100644 index 0000000..c924c30 Binary files /dev/null and b/graphics/frontspr/gFrontSprite298Seedot.png differ diff --git a/graphics/frontspr/gFrontSprite299Nuzleaf.png b/graphics/frontspr/gFrontSprite299Nuzleaf.png new file mode 100644 index 0000000..7edca56 Binary files /dev/null and b/graphics/frontspr/gFrontSprite299Nuzleaf.png differ diff --git a/graphics/frontspr/gFrontSprite300Shiftry.png b/graphics/frontspr/gFrontSprite300Shiftry.png new file mode 100644 index 0000000..9d0e542 Binary files /dev/null and b/graphics/frontspr/gFrontSprite300Shiftry.png differ diff --git a/graphics/frontspr/gFrontSprite301Nincada.png b/graphics/frontspr/gFrontSprite301Nincada.png new file mode 100644 index 0000000..9c0ac79 Binary files /dev/null and b/graphics/frontspr/gFrontSprite301Nincada.png differ diff --git a/graphics/frontspr/gFrontSprite302Ninjask.png b/graphics/frontspr/gFrontSprite302Ninjask.png new file mode 100644 index 0000000..bf9950c Binary files /dev/null and b/graphics/frontspr/gFrontSprite302Ninjask.png differ diff --git a/graphics/frontspr/gFrontSprite303Shedinja.png b/graphics/frontspr/gFrontSprite303Shedinja.png new file mode 100644 index 0000000..ad86c9f Binary files /dev/null and b/graphics/frontspr/gFrontSprite303Shedinja.png differ diff --git a/graphics/frontspr/gFrontSprite304Taillow.png b/graphics/frontspr/gFrontSprite304Taillow.png new file mode 100644 index 0000000..4f2062f Binary files /dev/null and b/graphics/frontspr/gFrontSprite304Taillow.png differ diff --git a/graphics/frontspr/gFrontSprite305Swellow.png b/graphics/frontspr/gFrontSprite305Swellow.png new file mode 100644 index 0000000..5f3b0ce Binary files /dev/null and b/graphics/frontspr/gFrontSprite305Swellow.png differ diff --git a/graphics/frontspr/gFrontSprite306Shroomish.png b/graphics/frontspr/gFrontSprite306Shroomish.png new file mode 100644 index 0000000..c98567f Binary files /dev/null and b/graphics/frontspr/gFrontSprite306Shroomish.png differ diff --git a/graphics/frontspr/gFrontSprite307Breloom.png b/graphics/frontspr/gFrontSprite307Breloom.png new file mode 100644 index 0000000..05897ce Binary files /dev/null and b/graphics/frontspr/gFrontSprite307Breloom.png differ diff --git a/graphics/frontspr/gFrontSprite308Spinda.png b/graphics/frontspr/gFrontSprite308Spinda.png new file mode 100644 index 0000000..88caaca Binary files /dev/null and b/graphics/frontspr/gFrontSprite308Spinda.png differ diff --git a/graphics/frontspr/gFrontSprite309Wingull.png b/graphics/frontspr/gFrontSprite309Wingull.png new file mode 100644 index 0000000..17d2ae5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite309Wingull.png differ diff --git a/graphics/frontspr/gFrontSprite310Pelipper.png b/graphics/frontspr/gFrontSprite310Pelipper.png new file mode 100644 index 0000000..8e242b1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite310Pelipper.png differ diff --git a/graphics/frontspr/gFrontSprite311Surskit.png b/graphics/frontspr/gFrontSprite311Surskit.png new file mode 100644 index 0000000..72986ff Binary files /dev/null and b/graphics/frontspr/gFrontSprite311Surskit.png differ diff --git a/graphics/frontspr/gFrontSprite312Masquerain.png b/graphics/frontspr/gFrontSprite312Masquerain.png new file mode 100644 index 0000000..d39ea75 Binary files /dev/null and b/graphics/frontspr/gFrontSprite312Masquerain.png differ diff --git a/graphics/frontspr/gFrontSprite313Wailmer.png b/graphics/frontspr/gFrontSprite313Wailmer.png new file mode 100644 index 0000000..787c414 Binary files /dev/null and b/graphics/frontspr/gFrontSprite313Wailmer.png differ diff --git a/graphics/frontspr/gFrontSprite314Wailord.png b/graphics/frontspr/gFrontSprite314Wailord.png new file mode 100644 index 0000000..ae15ea5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite314Wailord.png differ diff --git a/graphics/frontspr/gFrontSprite315Skitty.png b/graphics/frontspr/gFrontSprite315Skitty.png new file mode 100644 index 0000000..657f49c Binary files /dev/null and b/graphics/frontspr/gFrontSprite315Skitty.png differ diff --git a/graphics/frontspr/gFrontSprite316Delcatty.png b/graphics/frontspr/gFrontSprite316Delcatty.png new file mode 100644 index 0000000..b5d3cd7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite316Delcatty.png differ diff --git a/graphics/frontspr/gFrontSprite317Kecleon.png b/graphics/frontspr/gFrontSprite317Kecleon.png new file mode 100644 index 0000000..aa78caa Binary files /dev/null and b/graphics/frontspr/gFrontSprite317Kecleon.png differ diff --git a/graphics/frontspr/gFrontSprite318Baltoy.png b/graphics/frontspr/gFrontSprite318Baltoy.png new file mode 100644 index 0000000..f7fd57e Binary files /dev/null and b/graphics/frontspr/gFrontSprite318Baltoy.png differ diff --git a/graphics/frontspr/gFrontSprite319Claydol.png b/graphics/frontspr/gFrontSprite319Claydol.png new file mode 100644 index 0000000..ee4bd2c Binary files /dev/null and b/graphics/frontspr/gFrontSprite319Claydol.png differ diff --git a/graphics/frontspr/gFrontSprite320Nosepass.png b/graphics/frontspr/gFrontSprite320Nosepass.png new file mode 100644 index 0000000..77b608b Binary files /dev/null and b/graphics/frontspr/gFrontSprite320Nosepass.png differ diff --git a/graphics/frontspr/gFrontSprite321Torkoal.png b/graphics/frontspr/gFrontSprite321Torkoal.png new file mode 100644 index 0000000..5b02cab Binary files /dev/null and b/graphics/frontspr/gFrontSprite321Torkoal.png differ diff --git a/graphics/frontspr/gFrontSprite322Sableye.png b/graphics/frontspr/gFrontSprite322Sableye.png new file mode 100644 index 0000000..3a62a93 Binary files /dev/null and b/graphics/frontspr/gFrontSprite322Sableye.png differ diff --git a/graphics/frontspr/gFrontSprite323Barboach.png b/graphics/frontspr/gFrontSprite323Barboach.png new file mode 100644 index 0000000..ff5eadc Binary files /dev/null and b/graphics/frontspr/gFrontSprite323Barboach.png differ diff --git a/graphics/frontspr/gFrontSprite324Whiscash.png b/graphics/frontspr/gFrontSprite324Whiscash.png new file mode 100644 index 0000000..9361868 Binary files /dev/null and b/graphics/frontspr/gFrontSprite324Whiscash.png differ diff --git a/graphics/frontspr/gFrontSprite325Luvdisc.png b/graphics/frontspr/gFrontSprite325Luvdisc.png new file mode 100644 index 0000000..ce195e6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite325Luvdisc.png differ diff --git a/graphics/frontspr/gFrontSprite326Corphish.png b/graphics/frontspr/gFrontSprite326Corphish.png new file mode 100644 index 0000000..740d5ad Binary files /dev/null and b/graphics/frontspr/gFrontSprite326Corphish.png differ diff --git a/graphics/frontspr/gFrontSprite327Crawdaunt.png b/graphics/frontspr/gFrontSprite327Crawdaunt.png new file mode 100644 index 0000000..8609db1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite327Crawdaunt.png differ diff --git a/graphics/frontspr/gFrontSprite328Feebas.png b/graphics/frontspr/gFrontSprite328Feebas.png new file mode 100644 index 0000000..33836ce Binary files /dev/null and b/graphics/frontspr/gFrontSprite328Feebas.png differ diff --git a/graphics/frontspr/gFrontSprite329Milotic.png b/graphics/frontspr/gFrontSprite329Milotic.png new file mode 100644 index 0000000..831c2b9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite329Milotic.png differ diff --git a/graphics/frontspr/gFrontSprite330Carvanha.png b/graphics/frontspr/gFrontSprite330Carvanha.png new file mode 100644 index 0000000..51db135 Binary files /dev/null and b/graphics/frontspr/gFrontSprite330Carvanha.png differ diff --git a/graphics/frontspr/gFrontSprite331Sharpedo.png b/graphics/frontspr/gFrontSprite331Sharpedo.png new file mode 100644 index 0000000..a6758cf Binary files /dev/null and b/graphics/frontspr/gFrontSprite331Sharpedo.png differ diff --git a/graphics/frontspr/gFrontSprite332Trapinch.png b/graphics/frontspr/gFrontSprite332Trapinch.png new file mode 100644 index 0000000..0e87bd8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite332Trapinch.png differ diff --git a/graphics/frontspr/gFrontSprite333Vibrava.png b/graphics/frontspr/gFrontSprite333Vibrava.png new file mode 100644 index 0000000..f781a6f Binary files /dev/null and b/graphics/frontspr/gFrontSprite333Vibrava.png differ diff --git a/graphics/frontspr/gFrontSprite334Flygon.png b/graphics/frontspr/gFrontSprite334Flygon.png new file mode 100644 index 0000000..1b7704b Binary files /dev/null and b/graphics/frontspr/gFrontSprite334Flygon.png differ diff --git a/graphics/frontspr/gFrontSprite335Makuhita.png b/graphics/frontspr/gFrontSprite335Makuhita.png new file mode 100644 index 0000000..735fd17 Binary files /dev/null and b/graphics/frontspr/gFrontSprite335Makuhita.png differ diff --git a/graphics/frontspr/gFrontSprite336Hariyama.png b/graphics/frontspr/gFrontSprite336Hariyama.png new file mode 100644 index 0000000..9a9af4f Binary files /dev/null and b/graphics/frontspr/gFrontSprite336Hariyama.png differ diff --git a/graphics/frontspr/gFrontSprite337Electrike.png b/graphics/frontspr/gFrontSprite337Electrike.png new file mode 100644 index 0000000..98b7d42 Binary files /dev/null and b/graphics/frontspr/gFrontSprite337Electrike.png differ diff --git a/graphics/frontspr/gFrontSprite338Manectric.png b/graphics/frontspr/gFrontSprite338Manectric.png new file mode 100644 index 0000000..cd45a77 Binary files /dev/null and b/graphics/frontspr/gFrontSprite338Manectric.png differ diff --git a/graphics/frontspr/gFrontSprite339Numel.png b/graphics/frontspr/gFrontSprite339Numel.png new file mode 100644 index 0000000..6a2699d Binary files /dev/null and b/graphics/frontspr/gFrontSprite339Numel.png differ diff --git a/graphics/frontspr/gFrontSprite340Camerupt.png b/graphics/frontspr/gFrontSprite340Camerupt.png new file mode 100644 index 0000000..09a44b3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite340Camerupt.png differ diff --git a/graphics/frontspr/gFrontSprite341Spheal.png b/graphics/frontspr/gFrontSprite341Spheal.png new file mode 100644 index 0000000..1758b95 Binary files /dev/null and b/graphics/frontspr/gFrontSprite341Spheal.png differ diff --git a/graphics/frontspr/gFrontSprite342Sealeo.png b/graphics/frontspr/gFrontSprite342Sealeo.png new file mode 100644 index 0000000..8e4804c Binary files /dev/null and b/graphics/frontspr/gFrontSprite342Sealeo.png differ diff --git a/graphics/frontspr/gFrontSprite343Walrein.png b/graphics/frontspr/gFrontSprite343Walrein.png new file mode 100644 index 0000000..f376eb7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite343Walrein.png differ diff --git a/graphics/frontspr/gFrontSprite344Cacnea.png b/graphics/frontspr/gFrontSprite344Cacnea.png new file mode 100644 index 0000000..78a5787 Binary files /dev/null and b/graphics/frontspr/gFrontSprite344Cacnea.png differ diff --git a/graphics/frontspr/gFrontSprite345Cacturne.png b/graphics/frontspr/gFrontSprite345Cacturne.png new file mode 100644 index 0000000..582060d Binary files /dev/null and b/graphics/frontspr/gFrontSprite345Cacturne.png differ diff --git a/graphics/frontspr/gFrontSprite346Snorunt.png b/graphics/frontspr/gFrontSprite346Snorunt.png new file mode 100644 index 0000000..e2377e0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite346Snorunt.png differ diff --git a/graphics/frontspr/gFrontSprite347Glalie.png b/graphics/frontspr/gFrontSprite347Glalie.png new file mode 100644 index 0000000..a12f9b7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite347Glalie.png differ diff --git a/graphics/frontspr/gFrontSprite348Lunatone.png b/graphics/frontspr/gFrontSprite348Lunatone.png new file mode 100644 index 0000000..f9b0705 Binary files /dev/null and b/graphics/frontspr/gFrontSprite348Lunatone.png differ diff --git a/graphics/frontspr/gFrontSprite349Solrock.png b/graphics/frontspr/gFrontSprite349Solrock.png new file mode 100644 index 0000000..dc89efc Binary files /dev/null and b/graphics/frontspr/gFrontSprite349Solrock.png differ diff --git a/graphics/frontspr/gFrontSprite350Azurill.png b/graphics/frontspr/gFrontSprite350Azurill.png new file mode 100644 index 0000000..f3a289b Binary files /dev/null and b/graphics/frontspr/gFrontSprite350Azurill.png differ diff --git a/graphics/frontspr/gFrontSprite351Spoink.png b/graphics/frontspr/gFrontSprite351Spoink.png new file mode 100644 index 0000000..b60ea7a Binary files /dev/null and b/graphics/frontspr/gFrontSprite351Spoink.png differ diff --git a/graphics/frontspr/gFrontSprite352Grumpig.png b/graphics/frontspr/gFrontSprite352Grumpig.png new file mode 100644 index 0000000..87dd77b Binary files /dev/null and b/graphics/frontspr/gFrontSprite352Grumpig.png differ diff --git a/graphics/frontspr/gFrontSprite353Plusle.png b/graphics/frontspr/gFrontSprite353Plusle.png new file mode 100644 index 0000000..17214f9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite353Plusle.png differ diff --git a/graphics/frontspr/gFrontSprite354Minun.png b/graphics/frontspr/gFrontSprite354Minun.png new file mode 100644 index 0000000..77c70ce Binary files /dev/null and b/graphics/frontspr/gFrontSprite354Minun.png differ diff --git a/graphics/frontspr/gFrontSprite355Mawile.png b/graphics/frontspr/gFrontSprite355Mawile.png new file mode 100644 index 0000000..bb20a7f Binary files /dev/null and b/graphics/frontspr/gFrontSprite355Mawile.png differ diff --git a/graphics/frontspr/gFrontSprite356Meditite.png b/graphics/frontspr/gFrontSprite356Meditite.png new file mode 100644 index 0000000..678e689 Binary files /dev/null and b/graphics/frontspr/gFrontSprite356Meditite.png differ diff --git a/graphics/frontspr/gFrontSprite357Medicham.png b/graphics/frontspr/gFrontSprite357Medicham.png new file mode 100644 index 0000000..a48386f Binary files /dev/null and b/graphics/frontspr/gFrontSprite357Medicham.png differ diff --git a/graphics/frontspr/gFrontSprite358Swablu.png b/graphics/frontspr/gFrontSprite358Swablu.png new file mode 100644 index 0000000..2fc161b Binary files /dev/null and b/graphics/frontspr/gFrontSprite358Swablu.png differ diff --git a/graphics/frontspr/gFrontSprite359Altaria.png b/graphics/frontspr/gFrontSprite359Altaria.png new file mode 100644 index 0000000..55ed238 Binary files /dev/null and b/graphics/frontspr/gFrontSprite359Altaria.png differ diff --git a/graphics/frontspr/gFrontSprite360Wynaut.png b/graphics/frontspr/gFrontSprite360Wynaut.png new file mode 100644 index 0000000..0d60380 Binary files /dev/null and b/graphics/frontspr/gFrontSprite360Wynaut.png differ diff --git a/graphics/frontspr/gFrontSprite361Duskull.png b/graphics/frontspr/gFrontSprite361Duskull.png new file mode 100644 index 0000000..cbe4c93 Binary files /dev/null and b/graphics/frontspr/gFrontSprite361Duskull.png differ diff --git a/graphics/frontspr/gFrontSprite362Dusclops.png b/graphics/frontspr/gFrontSprite362Dusclops.png new file mode 100644 index 0000000..48cf9fd Binary files /dev/null and b/graphics/frontspr/gFrontSprite362Dusclops.png differ diff --git a/graphics/frontspr/gFrontSprite363Roselia.png b/graphics/frontspr/gFrontSprite363Roselia.png new file mode 100644 index 0000000..1a3810a Binary files /dev/null and b/graphics/frontspr/gFrontSprite363Roselia.png differ diff --git a/graphics/frontspr/gFrontSprite364Slakoth.png b/graphics/frontspr/gFrontSprite364Slakoth.png new file mode 100644 index 0000000..177fcde Binary files /dev/null and b/graphics/frontspr/gFrontSprite364Slakoth.png differ diff --git a/graphics/frontspr/gFrontSprite365Vigoroth.png b/graphics/frontspr/gFrontSprite365Vigoroth.png new file mode 100644 index 0000000..1f0dc57 Binary files /dev/null and b/graphics/frontspr/gFrontSprite365Vigoroth.png differ diff --git a/graphics/frontspr/gFrontSprite366Slaking.png b/graphics/frontspr/gFrontSprite366Slaking.png new file mode 100644 index 0000000..41f5fc9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite366Slaking.png differ diff --git a/graphics/frontspr/gFrontSprite367Gulpin.png b/graphics/frontspr/gFrontSprite367Gulpin.png new file mode 100644 index 0000000..731a407 Binary files /dev/null and b/graphics/frontspr/gFrontSprite367Gulpin.png differ diff --git a/graphics/frontspr/gFrontSprite368Swalot.png b/graphics/frontspr/gFrontSprite368Swalot.png new file mode 100644 index 0000000..3b994dd Binary files /dev/null and b/graphics/frontspr/gFrontSprite368Swalot.png differ diff --git a/graphics/frontspr/gFrontSprite369Tropius.png b/graphics/frontspr/gFrontSprite369Tropius.png new file mode 100644 index 0000000..02fde20 Binary files /dev/null and b/graphics/frontspr/gFrontSprite369Tropius.png differ diff --git a/graphics/frontspr/gFrontSprite370Whismur.png b/graphics/frontspr/gFrontSprite370Whismur.png new file mode 100644 index 0000000..e26e3eb Binary files /dev/null and b/graphics/frontspr/gFrontSprite370Whismur.png differ diff --git a/graphics/frontspr/gFrontSprite371Loudred.png b/graphics/frontspr/gFrontSprite371Loudred.png new file mode 100644 index 0000000..a2bf0f1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite371Loudred.png differ diff --git a/graphics/frontspr/gFrontSprite372Exploud.png b/graphics/frontspr/gFrontSprite372Exploud.png new file mode 100644 index 0000000..eee0d65 Binary files /dev/null and b/graphics/frontspr/gFrontSprite372Exploud.png differ diff --git a/graphics/frontspr/gFrontSprite373Clamperl.png b/graphics/frontspr/gFrontSprite373Clamperl.png new file mode 100644 index 0000000..5eb84df Binary files /dev/null and b/graphics/frontspr/gFrontSprite373Clamperl.png differ diff --git a/graphics/frontspr/gFrontSprite374Huntail.png b/graphics/frontspr/gFrontSprite374Huntail.png new file mode 100644 index 0000000..2354db1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite374Huntail.png differ diff --git a/graphics/frontspr/gFrontSprite375Gorebyss.png b/graphics/frontspr/gFrontSprite375Gorebyss.png new file mode 100644 index 0000000..8bc57a0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite375Gorebyss.png differ diff --git a/graphics/frontspr/gFrontSprite376Absol.png b/graphics/frontspr/gFrontSprite376Absol.png new file mode 100644 index 0000000..46847bb Binary files /dev/null and b/graphics/frontspr/gFrontSprite376Absol.png differ diff --git a/graphics/frontspr/gFrontSprite377Shuppet.png b/graphics/frontspr/gFrontSprite377Shuppet.png new file mode 100644 index 0000000..2be89fc Binary files /dev/null and b/graphics/frontspr/gFrontSprite377Shuppet.png differ diff --git a/graphics/frontspr/gFrontSprite378Banette.png b/graphics/frontspr/gFrontSprite378Banette.png new file mode 100644 index 0000000..a96e7a8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite378Banette.png differ diff --git a/graphics/frontspr/gFrontSprite379Seviper.png b/graphics/frontspr/gFrontSprite379Seviper.png new file mode 100644 index 0000000..596f62e Binary files /dev/null and b/graphics/frontspr/gFrontSprite379Seviper.png differ diff --git a/graphics/frontspr/gFrontSprite380Zangoose.png b/graphics/frontspr/gFrontSprite380Zangoose.png new file mode 100644 index 0000000..f545dc8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite380Zangoose.png differ diff --git a/graphics/frontspr/gFrontSprite381Relicanth.png b/graphics/frontspr/gFrontSprite381Relicanth.png new file mode 100644 index 0000000..4c9d643 Binary files /dev/null and b/graphics/frontspr/gFrontSprite381Relicanth.png differ diff --git a/graphics/frontspr/gFrontSprite382Aron.png b/graphics/frontspr/gFrontSprite382Aron.png new file mode 100644 index 0000000..84de4a2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite382Aron.png differ diff --git a/graphics/frontspr/gFrontSprite383Lairon.png b/graphics/frontspr/gFrontSprite383Lairon.png new file mode 100644 index 0000000..a3cb1a0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite383Lairon.png differ diff --git a/graphics/frontspr/gFrontSprite384Aggron.png b/graphics/frontspr/gFrontSprite384Aggron.png new file mode 100644 index 0000000..b8a67e6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite384Aggron.png differ diff --git a/graphics/frontspr/gFrontSprite385Castform.png b/graphics/frontspr/gFrontSprite385Castform.png new file mode 100644 index 0000000..8c51af3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite385Castform.png differ diff --git a/graphics/frontspr/gFrontSprite386Volbeat.png b/graphics/frontspr/gFrontSprite386Volbeat.png new file mode 100644 index 0000000..5a60f3b Binary files /dev/null and b/graphics/frontspr/gFrontSprite386Volbeat.png differ diff --git a/graphics/frontspr/gFrontSprite387Illumise.png b/graphics/frontspr/gFrontSprite387Illumise.png new file mode 100644 index 0000000..2f8909f Binary files /dev/null and b/graphics/frontspr/gFrontSprite387Illumise.png differ diff --git a/graphics/frontspr/gFrontSprite388Lileep.png b/graphics/frontspr/gFrontSprite388Lileep.png new file mode 100644 index 0000000..17c8ce5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite388Lileep.png differ diff --git a/graphics/frontspr/gFrontSprite389Cradily.png b/graphics/frontspr/gFrontSprite389Cradily.png new file mode 100644 index 0000000..2b81351 Binary files /dev/null and b/graphics/frontspr/gFrontSprite389Cradily.png differ diff --git a/graphics/frontspr/gFrontSprite390Anorith.png b/graphics/frontspr/gFrontSprite390Anorith.png new file mode 100644 index 0000000..a214f61 Binary files /dev/null and b/graphics/frontspr/gFrontSprite390Anorith.png differ diff --git a/graphics/frontspr/gFrontSprite391Armaldo.png b/graphics/frontspr/gFrontSprite391Armaldo.png new file mode 100644 index 0000000..3c2341d Binary files /dev/null and b/graphics/frontspr/gFrontSprite391Armaldo.png differ diff --git a/graphics/frontspr/gFrontSprite392Ralts.png b/graphics/frontspr/gFrontSprite392Ralts.png new file mode 100644 index 0000000..2077d7c Binary files /dev/null and b/graphics/frontspr/gFrontSprite392Ralts.png differ diff --git a/graphics/frontspr/gFrontSprite393Kirlia.png b/graphics/frontspr/gFrontSprite393Kirlia.png new file mode 100644 index 0000000..99dc82e Binary files /dev/null and b/graphics/frontspr/gFrontSprite393Kirlia.png differ diff --git a/graphics/frontspr/gFrontSprite394Gardevoir.png b/graphics/frontspr/gFrontSprite394Gardevoir.png new file mode 100644 index 0000000..724fdb8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite394Gardevoir.png differ diff --git a/graphics/frontspr/gFrontSprite395Bagon.png b/graphics/frontspr/gFrontSprite395Bagon.png new file mode 100644 index 0000000..af375af Binary files /dev/null and b/graphics/frontspr/gFrontSprite395Bagon.png differ diff --git a/graphics/frontspr/gFrontSprite396Shelgon.png b/graphics/frontspr/gFrontSprite396Shelgon.png new file mode 100644 index 0000000..a439b27 Binary files /dev/null and b/graphics/frontspr/gFrontSprite396Shelgon.png differ diff --git a/graphics/frontspr/gFrontSprite397Salamence.png b/graphics/frontspr/gFrontSprite397Salamence.png new file mode 100644 index 0000000..b2ad834 Binary files /dev/null and b/graphics/frontspr/gFrontSprite397Salamence.png differ diff --git a/graphics/frontspr/gFrontSprite398Beldum.png b/graphics/frontspr/gFrontSprite398Beldum.png new file mode 100644 index 0000000..36aba7b Binary files /dev/null and b/graphics/frontspr/gFrontSprite398Beldum.png differ diff --git a/graphics/frontspr/gFrontSprite399Metang.png b/graphics/frontspr/gFrontSprite399Metang.png new file mode 100644 index 0000000..3a58226 Binary files /dev/null and b/graphics/frontspr/gFrontSprite399Metang.png differ diff --git a/graphics/frontspr/gFrontSprite400Metagross.png b/graphics/frontspr/gFrontSprite400Metagross.png new file mode 100644 index 0000000..38c5007 Binary files /dev/null and b/graphics/frontspr/gFrontSprite400Metagross.png differ diff --git a/graphics/frontspr/gFrontSprite401Regirock.png b/graphics/frontspr/gFrontSprite401Regirock.png new file mode 100644 index 0000000..fb5f8aa Binary files /dev/null and b/graphics/frontspr/gFrontSprite401Regirock.png differ diff --git a/graphics/frontspr/gFrontSprite402Regice.png b/graphics/frontspr/gFrontSprite402Regice.png new file mode 100644 index 0000000..67f589f Binary files /dev/null and b/graphics/frontspr/gFrontSprite402Regice.png differ diff --git a/graphics/frontspr/gFrontSprite403Registeel.png b/graphics/frontspr/gFrontSprite403Registeel.png new file mode 100644 index 0000000..ae2523f Binary files /dev/null and b/graphics/frontspr/gFrontSprite403Registeel.png differ diff --git a/graphics/frontspr/gFrontSprite404Kyogre.png b/graphics/frontspr/gFrontSprite404Kyogre.png new file mode 100644 index 0000000..a373bfb Binary files /dev/null and b/graphics/frontspr/gFrontSprite404Kyogre.png differ diff --git a/graphics/frontspr/gFrontSprite405Groudon.png b/graphics/frontspr/gFrontSprite405Groudon.png new file mode 100644 index 0000000..b999429 Binary files /dev/null and b/graphics/frontspr/gFrontSprite405Groudon.png differ diff --git a/graphics/frontspr/gFrontSprite406Rayquaza.png b/graphics/frontspr/gFrontSprite406Rayquaza.png new file mode 100644 index 0000000..d3f3c0b Binary files /dev/null and b/graphics/frontspr/gFrontSprite406Rayquaza.png differ diff --git a/graphics/frontspr/gFrontSprite407Latias.png b/graphics/frontspr/gFrontSprite407Latias.png new file mode 100644 index 0000000..f56a3a9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite407Latias.png differ diff --git a/graphics/frontspr/gFrontSprite408Latios.png b/graphics/frontspr/gFrontSprite408Latios.png new file mode 100644 index 0000000..3a80d1c Binary files /dev/null and b/graphics/frontspr/gFrontSprite408Latios.png differ diff --git a/graphics/frontspr/gFrontSprite409Jirachi.png b/graphics/frontspr/gFrontSprite409Jirachi.png new file mode 100644 index 0000000..2c3fc20 Binary files /dev/null and b/graphics/frontspr/gFrontSprite409Jirachi.png differ diff --git a/graphics/frontspr/gFrontSprite410Deoxys.png b/graphics/frontspr/gFrontSprite410Deoxys.png new file mode 100644 index 0000000..9e04823 Binary files /dev/null and b/graphics/frontspr/gFrontSprite410Deoxys.png differ diff --git a/graphics/frontspr/gFrontSprite411Chimecho.png b/graphics/frontspr/gFrontSprite411Chimecho.png new file mode 100644 index 0000000..e4821c8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite411Chimecho.png differ diff --git a/graphics/frontspr/gFrontSprite412Egg.png b/graphics/frontspr/gFrontSprite412Egg.png new file mode 100644 index 0000000..6165690 Binary files /dev/null and b/graphics/frontspr/gFrontSprite412Egg.png differ diff --git a/graphics/frontspr/gFrontSprite413UnownB.png b/graphics/frontspr/gFrontSprite413UnownB.png new file mode 100644 index 0000000..44b795b Binary files /dev/null and b/graphics/frontspr/gFrontSprite413UnownB.png differ diff --git a/graphics/frontspr/gFrontSprite414UnownC.png b/graphics/frontspr/gFrontSprite414UnownC.png new file mode 100644 index 0000000..368c64f Binary files /dev/null and b/graphics/frontspr/gFrontSprite414UnownC.png differ diff --git a/graphics/frontspr/gFrontSprite415UnownD.png b/graphics/frontspr/gFrontSprite415UnownD.png new file mode 100644 index 0000000..b91c08a Binary files /dev/null and b/graphics/frontspr/gFrontSprite415UnownD.png differ diff --git a/graphics/frontspr/gFrontSprite416UnownE.png b/graphics/frontspr/gFrontSprite416UnownE.png new file mode 100644 index 0000000..9e7c710 Binary files /dev/null and b/graphics/frontspr/gFrontSprite416UnownE.png differ diff --git a/graphics/frontspr/gFrontSprite417UnownF.png b/graphics/frontspr/gFrontSprite417UnownF.png new file mode 100644 index 0000000..a22bec2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite417UnownF.png differ diff --git a/graphics/frontspr/gFrontSprite418UnownG.png b/graphics/frontspr/gFrontSprite418UnownG.png new file mode 100644 index 0000000..ea27218 Binary files /dev/null and b/graphics/frontspr/gFrontSprite418UnownG.png differ diff --git a/graphics/frontspr/gFrontSprite419UnownH.png b/graphics/frontspr/gFrontSprite419UnownH.png new file mode 100644 index 0000000..1639e58 Binary files /dev/null and b/graphics/frontspr/gFrontSprite419UnownH.png differ diff --git a/graphics/frontspr/gFrontSprite420UnownI.png b/graphics/frontspr/gFrontSprite420UnownI.png new file mode 100644 index 0000000..d2f5437 Binary files /dev/null and b/graphics/frontspr/gFrontSprite420UnownI.png differ diff --git a/graphics/frontspr/gFrontSprite421UnownJ.png b/graphics/frontspr/gFrontSprite421UnownJ.png new file mode 100644 index 0000000..659abd3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite421UnownJ.png differ diff --git a/graphics/frontspr/gFrontSprite422UnownK.png b/graphics/frontspr/gFrontSprite422UnownK.png new file mode 100644 index 0000000..0c3b959 Binary files /dev/null and b/graphics/frontspr/gFrontSprite422UnownK.png differ diff --git a/graphics/frontspr/gFrontSprite423UnownL.png b/graphics/frontspr/gFrontSprite423UnownL.png new file mode 100644 index 0000000..e663828 Binary files /dev/null and b/graphics/frontspr/gFrontSprite423UnownL.png differ diff --git a/graphics/frontspr/gFrontSprite424UnownM.png b/graphics/frontspr/gFrontSprite424UnownM.png new file mode 100644 index 0000000..8df29a4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite424UnownM.png differ diff --git a/graphics/frontspr/gFrontSprite425UnownN.png b/graphics/frontspr/gFrontSprite425UnownN.png new file mode 100644 index 0000000..114fdf5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite425UnownN.png differ diff --git a/graphics/frontspr/gFrontSprite426UnownO.png b/graphics/frontspr/gFrontSprite426UnownO.png new file mode 100644 index 0000000..12c208a Binary files /dev/null and b/graphics/frontspr/gFrontSprite426UnownO.png differ diff --git a/graphics/frontspr/gFrontSprite427UnownP.png b/graphics/frontspr/gFrontSprite427UnownP.png new file mode 100644 index 0000000..2388f6c Binary files /dev/null and b/graphics/frontspr/gFrontSprite427UnownP.png differ diff --git a/graphics/frontspr/gFrontSprite428UnownQ.png b/graphics/frontspr/gFrontSprite428UnownQ.png new file mode 100644 index 0000000..6b8f343 Binary files /dev/null and b/graphics/frontspr/gFrontSprite428UnownQ.png differ diff --git a/graphics/frontspr/gFrontSprite429UnownR.png b/graphics/frontspr/gFrontSprite429UnownR.png new file mode 100644 index 0000000..1a91e2d Binary files /dev/null and b/graphics/frontspr/gFrontSprite429UnownR.png differ diff --git a/graphics/frontspr/gFrontSprite430UnownS.png b/graphics/frontspr/gFrontSprite430UnownS.png new file mode 100644 index 0000000..327a301 Binary files /dev/null and b/graphics/frontspr/gFrontSprite430UnownS.png differ diff --git a/graphics/frontspr/gFrontSprite431UnownT.png b/graphics/frontspr/gFrontSprite431UnownT.png new file mode 100644 index 0000000..b4f4d37 Binary files /dev/null and b/graphics/frontspr/gFrontSprite431UnownT.png differ diff --git a/graphics/frontspr/gFrontSprite432UnownU.png b/graphics/frontspr/gFrontSprite432UnownU.png new file mode 100644 index 0000000..c77b6d4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite432UnownU.png differ diff --git a/graphics/frontspr/gFrontSprite433UnownV.png b/graphics/frontspr/gFrontSprite433UnownV.png new file mode 100644 index 0000000..5c3fd2f Binary files /dev/null and b/graphics/frontspr/gFrontSprite433UnownV.png differ diff --git a/graphics/frontspr/gFrontSprite434UnownW.png b/graphics/frontspr/gFrontSprite434UnownW.png new file mode 100644 index 0000000..2b2dd34 Binary files /dev/null and b/graphics/frontspr/gFrontSprite434UnownW.png differ diff --git a/graphics/frontspr/gFrontSprite435UnownX.png b/graphics/frontspr/gFrontSprite435UnownX.png new file mode 100644 index 0000000..941c016 Binary files /dev/null and b/graphics/frontspr/gFrontSprite435UnownX.png differ diff --git a/graphics/frontspr/gFrontSprite436UnownY.png b/graphics/frontspr/gFrontSprite436UnownY.png new file mode 100644 index 0000000..0fd98e2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite436UnownY.png differ diff --git a/graphics/frontspr/gFrontSprite437UnownZ.png b/graphics/frontspr/gFrontSprite437UnownZ.png new file mode 100644 index 0000000..86bc073 Binary files /dev/null and b/graphics/frontspr/gFrontSprite437UnownZ.png differ diff --git a/graphics/frontspr/gFrontSprite438UnownExclamation.png b/graphics/frontspr/gFrontSprite438UnownExclamation.png new file mode 100644 index 0000000..8cce745 Binary files /dev/null and b/graphics/frontspr/gFrontSprite438UnownExclamation.png differ diff --git a/graphics/frontspr/gFrontSprite439UnownQuestion.png b/graphics/frontspr/gFrontSprite439UnownQuestion.png new file mode 100644 index 0000000..f5dbb53 Binary files /dev/null and b/graphics/frontspr/gFrontSprite439UnownQuestion.png differ diff --git a/graphics/frontspr/gFrontSprite440Turtwig.png b/graphics/frontspr/gFrontSprite440Turtwig.png new file mode 100644 index 0000000..1c31057 Binary files /dev/null and b/graphics/frontspr/gFrontSprite440Turtwig.png differ diff --git a/graphics/frontspr/gFrontSprite441Grotle.png b/graphics/frontspr/gFrontSprite441Grotle.png new file mode 100644 index 0000000..a2810dd Binary files /dev/null and b/graphics/frontspr/gFrontSprite441Grotle.png differ diff --git a/graphics/frontspr/gFrontSprite442Torterra.png b/graphics/frontspr/gFrontSprite442Torterra.png new file mode 100644 index 0000000..eefc7ef Binary files /dev/null and b/graphics/frontspr/gFrontSprite442Torterra.png differ diff --git a/graphics/frontspr/gFrontSprite443Chimchar.png b/graphics/frontspr/gFrontSprite443Chimchar.png new file mode 100644 index 0000000..04c4867 Binary files /dev/null and b/graphics/frontspr/gFrontSprite443Chimchar.png differ diff --git a/graphics/frontspr/gFrontSprite444Monferno.png b/graphics/frontspr/gFrontSprite444Monferno.png new file mode 100644 index 0000000..5938322 Binary files /dev/null and b/graphics/frontspr/gFrontSprite444Monferno.png differ diff --git a/graphics/frontspr/gFrontSprite445Infernape.png b/graphics/frontspr/gFrontSprite445Infernape.png new file mode 100644 index 0000000..6853435 Binary files /dev/null and b/graphics/frontspr/gFrontSprite445Infernape.png differ diff --git a/graphics/frontspr/gFrontSprite446Piplup.png b/graphics/frontspr/gFrontSprite446Piplup.png new file mode 100644 index 0000000..eb9a431 Binary files /dev/null and b/graphics/frontspr/gFrontSprite446Piplup.png differ diff --git a/graphics/frontspr/gFrontSprite447Prinplup.png b/graphics/frontspr/gFrontSprite447Prinplup.png new file mode 100644 index 0000000..82602c8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite447Prinplup.png differ diff --git a/graphics/frontspr/gFrontSprite448Empoleon.png b/graphics/frontspr/gFrontSprite448Empoleon.png new file mode 100644 index 0000000..fce3cbd Binary files /dev/null and b/graphics/frontspr/gFrontSprite448Empoleon.png differ diff --git a/graphics/frontspr/gFrontSprite449Starly.png b/graphics/frontspr/gFrontSprite449Starly.png new file mode 100644 index 0000000..1cda4bf Binary files /dev/null and b/graphics/frontspr/gFrontSprite449Starly.png differ diff --git a/graphics/frontspr/gFrontSprite450Staravia.png b/graphics/frontspr/gFrontSprite450Staravia.png new file mode 100644 index 0000000..6c597f2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite450Staravia.png differ diff --git a/graphics/frontspr/gFrontSprite451Staraptor.png b/graphics/frontspr/gFrontSprite451Staraptor.png new file mode 100644 index 0000000..06a06df Binary files /dev/null and b/graphics/frontspr/gFrontSprite451Staraptor.png differ diff --git a/graphics/frontspr/gFrontSprite452Bidoof.png b/graphics/frontspr/gFrontSprite452Bidoof.png new file mode 100644 index 0000000..e4d8c94 Binary files /dev/null and b/graphics/frontspr/gFrontSprite452Bidoof.png differ diff --git a/graphics/frontspr/gFrontSprite453Bibarel.png b/graphics/frontspr/gFrontSprite453Bibarel.png new file mode 100644 index 0000000..2bda48f Binary files /dev/null and b/graphics/frontspr/gFrontSprite453Bibarel.png differ diff --git a/graphics/frontspr/gFrontSprite454Kricketot.png b/graphics/frontspr/gFrontSprite454Kricketot.png new file mode 100644 index 0000000..9c34873 Binary files /dev/null and b/graphics/frontspr/gFrontSprite454Kricketot.png differ diff --git a/graphics/frontspr/gFrontSprite455Kricketune.png b/graphics/frontspr/gFrontSprite455Kricketune.png new file mode 100644 index 0000000..ac278ff Binary files /dev/null and b/graphics/frontspr/gFrontSprite455Kricketune.png differ diff --git a/graphics/frontspr/gFrontSprite456Shinx.png b/graphics/frontspr/gFrontSprite456Shinx.png new file mode 100644 index 0000000..a4868a5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite456Shinx.png differ diff --git a/graphics/frontspr/gFrontSprite457Luxio.png b/graphics/frontspr/gFrontSprite457Luxio.png new file mode 100644 index 0000000..214f2ed Binary files /dev/null and b/graphics/frontspr/gFrontSprite457Luxio.png differ diff --git a/graphics/frontspr/gFrontSprite458Luxray.png b/graphics/frontspr/gFrontSprite458Luxray.png new file mode 100644 index 0000000..577f3cc Binary files /dev/null and b/graphics/frontspr/gFrontSprite458Luxray.png differ diff --git a/graphics/frontspr/gFrontSprite459Budew.png b/graphics/frontspr/gFrontSprite459Budew.png new file mode 100644 index 0000000..68a478f Binary files /dev/null and b/graphics/frontspr/gFrontSprite459Budew.png differ diff --git a/graphics/frontspr/gFrontSprite460Roserade.png b/graphics/frontspr/gFrontSprite460Roserade.png new file mode 100644 index 0000000..1aa4b22 Binary files /dev/null and b/graphics/frontspr/gFrontSprite460Roserade.png differ diff --git a/graphics/frontspr/gFrontSprite461Cranidos.png b/graphics/frontspr/gFrontSprite461Cranidos.png new file mode 100644 index 0000000..986d107 Binary files /dev/null and b/graphics/frontspr/gFrontSprite461Cranidos.png differ diff --git a/graphics/frontspr/gFrontSprite462Rampardos.png b/graphics/frontspr/gFrontSprite462Rampardos.png new file mode 100644 index 0000000..2fccfd4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite462Rampardos.png differ diff --git a/graphics/frontspr/gFrontSprite463Shieldon.png b/graphics/frontspr/gFrontSprite463Shieldon.png new file mode 100644 index 0000000..3e1e0d6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite463Shieldon.png differ diff --git a/graphics/frontspr/gFrontSprite464Bastiodon.png b/graphics/frontspr/gFrontSprite464Bastiodon.png new file mode 100644 index 0000000..1d3b1a5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite464Bastiodon.png differ diff --git a/graphics/frontspr/gFrontSprite465Burmy.png b/graphics/frontspr/gFrontSprite465Burmy.png new file mode 100644 index 0000000..05627b1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite465Burmy.png differ diff --git a/graphics/frontspr/gFrontSprite466Wormadam.png b/graphics/frontspr/gFrontSprite466Wormadam.png new file mode 100644 index 0000000..2e90c31 Binary files /dev/null and b/graphics/frontspr/gFrontSprite466Wormadam.png differ diff --git a/graphics/frontspr/gFrontSprite467Mothim.png b/graphics/frontspr/gFrontSprite467Mothim.png new file mode 100644 index 0000000..b05406e Binary files /dev/null and b/graphics/frontspr/gFrontSprite467Mothim.png differ diff --git a/graphics/frontspr/gFrontSprite468Combee.png b/graphics/frontspr/gFrontSprite468Combee.png new file mode 100644 index 0000000..7130f76 Binary files /dev/null and b/graphics/frontspr/gFrontSprite468Combee.png differ diff --git a/graphics/frontspr/gFrontSprite469Vespiquen.png b/graphics/frontspr/gFrontSprite469Vespiquen.png new file mode 100644 index 0000000..cd84369 Binary files /dev/null and b/graphics/frontspr/gFrontSprite469Vespiquen.png differ diff --git a/graphics/frontspr/gFrontSprite470Pachirisu.png b/graphics/frontspr/gFrontSprite470Pachirisu.png new file mode 100644 index 0000000..285407e Binary files /dev/null and b/graphics/frontspr/gFrontSprite470Pachirisu.png differ diff --git a/graphics/frontspr/gFrontSprite471Buizel.png b/graphics/frontspr/gFrontSprite471Buizel.png new file mode 100644 index 0000000..1ab6318 Binary files /dev/null and b/graphics/frontspr/gFrontSprite471Buizel.png differ diff --git a/graphics/frontspr/gFrontSprite472Floatzel.png b/graphics/frontspr/gFrontSprite472Floatzel.png new file mode 100644 index 0000000..473a376 Binary files /dev/null and b/graphics/frontspr/gFrontSprite472Floatzel.png differ diff --git a/graphics/frontspr/gFrontSprite473Cherubi.png b/graphics/frontspr/gFrontSprite473Cherubi.png new file mode 100644 index 0000000..6600bd6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite473Cherubi.png differ diff --git a/graphics/frontspr/gFrontSprite474Cherrim.png b/graphics/frontspr/gFrontSprite474Cherrim.png new file mode 100644 index 0000000..b6f7b23 Binary files /dev/null and b/graphics/frontspr/gFrontSprite474Cherrim.png differ diff --git a/graphics/frontspr/gFrontSprite475Shellos.png b/graphics/frontspr/gFrontSprite475Shellos.png new file mode 100644 index 0000000..5f9ab18 Binary files /dev/null and b/graphics/frontspr/gFrontSprite475Shellos.png differ diff --git a/graphics/frontspr/gFrontSprite476Gastrodon.png b/graphics/frontspr/gFrontSprite476Gastrodon.png new file mode 100644 index 0000000..4448d87 Binary files /dev/null and b/graphics/frontspr/gFrontSprite476Gastrodon.png differ diff --git a/graphics/frontspr/gFrontSprite477Ambipom.png b/graphics/frontspr/gFrontSprite477Ambipom.png new file mode 100644 index 0000000..4670d69 Binary files /dev/null and b/graphics/frontspr/gFrontSprite477Ambipom.png differ diff --git a/graphics/frontspr/gFrontSprite478Drifloon.png b/graphics/frontspr/gFrontSprite478Drifloon.png new file mode 100644 index 0000000..a0eec65 Binary files /dev/null and b/graphics/frontspr/gFrontSprite478Drifloon.png differ diff --git a/graphics/frontspr/gFrontSprite479Drifblim.png b/graphics/frontspr/gFrontSprite479Drifblim.png new file mode 100644 index 0000000..4405a95 Binary files /dev/null and b/graphics/frontspr/gFrontSprite479Drifblim.png differ diff --git a/graphics/frontspr/gFrontSprite480Buneary.png b/graphics/frontspr/gFrontSprite480Buneary.png new file mode 100644 index 0000000..233ad9b Binary files /dev/null and b/graphics/frontspr/gFrontSprite480Buneary.png differ diff --git a/graphics/frontspr/gFrontSprite481Lopunny.png b/graphics/frontspr/gFrontSprite481Lopunny.png new file mode 100644 index 0000000..8c0432e Binary files /dev/null and b/graphics/frontspr/gFrontSprite481Lopunny.png differ diff --git a/graphics/frontspr/gFrontSprite482Mismagius.png b/graphics/frontspr/gFrontSprite482Mismagius.png new file mode 100644 index 0000000..e018c92 Binary files /dev/null and b/graphics/frontspr/gFrontSprite482Mismagius.png differ diff --git a/graphics/frontspr/gFrontSprite483Honchkrow.png b/graphics/frontspr/gFrontSprite483Honchkrow.png new file mode 100644 index 0000000..b3ca586 Binary files /dev/null and b/graphics/frontspr/gFrontSprite483Honchkrow.png differ diff --git a/graphics/frontspr/gFrontSprite484Glameow.png b/graphics/frontspr/gFrontSprite484Glameow.png new file mode 100644 index 0000000..20ea295 Binary files /dev/null and b/graphics/frontspr/gFrontSprite484Glameow.png differ diff --git a/graphics/frontspr/gFrontSprite485Purugly.png b/graphics/frontspr/gFrontSprite485Purugly.png new file mode 100644 index 0000000..e011185 Binary files /dev/null and b/graphics/frontspr/gFrontSprite485Purugly.png differ diff --git a/graphics/frontspr/gFrontSprite486Chingling.png b/graphics/frontspr/gFrontSprite486Chingling.png new file mode 100644 index 0000000..3a328a3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite486Chingling.png differ diff --git a/graphics/frontspr/gFrontSprite487Stunky.png b/graphics/frontspr/gFrontSprite487Stunky.png new file mode 100644 index 0000000..5d357be Binary files /dev/null and b/graphics/frontspr/gFrontSprite487Stunky.png differ diff --git a/graphics/frontspr/gFrontSprite488Skuntank.png b/graphics/frontspr/gFrontSprite488Skuntank.png new file mode 100644 index 0000000..6aa8942 Binary files /dev/null and b/graphics/frontspr/gFrontSprite488Skuntank.png differ diff --git a/graphics/frontspr/gFrontSprite489Bronzor.png b/graphics/frontspr/gFrontSprite489Bronzor.png new file mode 100644 index 0000000..f4281ca Binary files /dev/null and b/graphics/frontspr/gFrontSprite489Bronzor.png differ diff --git a/graphics/frontspr/gFrontSprite490Bronzong.png b/graphics/frontspr/gFrontSprite490Bronzong.png new file mode 100644 index 0000000..6ef26dc Binary files /dev/null and b/graphics/frontspr/gFrontSprite490Bronzong.png differ diff --git a/graphics/frontspr/gFrontSprite491Bonsly.png b/graphics/frontspr/gFrontSprite491Bonsly.png new file mode 100644 index 0000000..40741ff Binary files /dev/null and b/graphics/frontspr/gFrontSprite491Bonsly.png differ diff --git a/graphics/frontspr/gFrontSprite492MimeJr.png b/graphics/frontspr/gFrontSprite492MimeJr.png new file mode 100644 index 0000000..a4e26df Binary files /dev/null and b/graphics/frontspr/gFrontSprite492MimeJr.png differ diff --git a/graphics/frontspr/gFrontSprite493Happiny.png b/graphics/frontspr/gFrontSprite493Happiny.png new file mode 100644 index 0000000..d64837f Binary files /dev/null and b/graphics/frontspr/gFrontSprite493Happiny.png differ diff --git a/graphics/frontspr/gFrontSprite494Chatot.png b/graphics/frontspr/gFrontSprite494Chatot.png new file mode 100644 index 0000000..6a1a914 Binary files /dev/null and b/graphics/frontspr/gFrontSprite494Chatot.png differ diff --git a/graphics/frontspr/gFrontSprite495Spiritomb.png b/graphics/frontspr/gFrontSprite495Spiritomb.png new file mode 100644 index 0000000..6893422 Binary files /dev/null and b/graphics/frontspr/gFrontSprite495Spiritomb.png differ diff --git a/graphics/frontspr/gFrontSprite496Gible.png b/graphics/frontspr/gFrontSprite496Gible.png new file mode 100644 index 0000000..e97f351 Binary files /dev/null and b/graphics/frontspr/gFrontSprite496Gible.png differ diff --git a/graphics/frontspr/gFrontSprite497Gabite.png b/graphics/frontspr/gFrontSprite497Gabite.png new file mode 100644 index 0000000..9ae0a32 Binary files /dev/null and b/graphics/frontspr/gFrontSprite497Gabite.png differ diff --git a/graphics/frontspr/gFrontSprite498Garchomp.png b/graphics/frontspr/gFrontSprite498Garchomp.png new file mode 100644 index 0000000..7bd37d6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite498Garchomp.png differ diff --git a/graphics/frontspr/gFrontSprite499Munchlax.png b/graphics/frontspr/gFrontSprite499Munchlax.png new file mode 100644 index 0000000..7c241e5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite499Munchlax.png differ diff --git a/graphics/frontspr/gFrontSprite500Riolu.png b/graphics/frontspr/gFrontSprite500Riolu.png new file mode 100644 index 0000000..86d13cb Binary files /dev/null and b/graphics/frontspr/gFrontSprite500Riolu.png differ diff --git a/graphics/frontspr/gFrontSprite501Lucario.png b/graphics/frontspr/gFrontSprite501Lucario.png new file mode 100644 index 0000000..d53b91a Binary files /dev/null and b/graphics/frontspr/gFrontSprite501Lucario.png differ diff --git a/graphics/frontspr/gFrontSprite502Hippopotas.png b/graphics/frontspr/gFrontSprite502Hippopotas.png new file mode 100644 index 0000000..ec714c7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite502Hippopotas.png differ diff --git a/graphics/frontspr/gFrontSprite503Hippowdon.png b/graphics/frontspr/gFrontSprite503Hippowdon.png new file mode 100644 index 0000000..753fa3d Binary files /dev/null and b/graphics/frontspr/gFrontSprite503Hippowdon.png differ diff --git a/graphics/frontspr/gFrontSprite504Skorupi.png b/graphics/frontspr/gFrontSprite504Skorupi.png new file mode 100644 index 0000000..aefb0bf Binary files /dev/null and b/graphics/frontspr/gFrontSprite504Skorupi.png differ diff --git a/graphics/frontspr/gFrontSprite505Drapion.png b/graphics/frontspr/gFrontSprite505Drapion.png new file mode 100644 index 0000000..0664a69 Binary files /dev/null and b/graphics/frontspr/gFrontSprite505Drapion.png differ diff --git a/graphics/frontspr/gFrontSprite506Croagunk.png b/graphics/frontspr/gFrontSprite506Croagunk.png new file mode 100644 index 0000000..245594d Binary files /dev/null and b/graphics/frontspr/gFrontSprite506Croagunk.png differ diff --git a/graphics/frontspr/gFrontSprite507Toxicroak.png b/graphics/frontspr/gFrontSprite507Toxicroak.png new file mode 100644 index 0000000..88eb445 Binary files /dev/null and b/graphics/frontspr/gFrontSprite507Toxicroak.png differ diff --git a/graphics/frontspr/gFrontSprite508Carnivine.png b/graphics/frontspr/gFrontSprite508Carnivine.png new file mode 100644 index 0000000..7214c72 Binary files /dev/null and b/graphics/frontspr/gFrontSprite508Carnivine.png differ diff --git a/graphics/frontspr/gFrontSprite509Finneon.png b/graphics/frontspr/gFrontSprite509Finneon.png new file mode 100644 index 0000000..bca8571 Binary files /dev/null and b/graphics/frontspr/gFrontSprite509Finneon.png differ diff --git a/graphics/frontspr/gFrontSprite510Lumineon.png b/graphics/frontspr/gFrontSprite510Lumineon.png new file mode 100644 index 0000000..6ae3341 Binary files /dev/null and b/graphics/frontspr/gFrontSprite510Lumineon.png differ diff --git a/graphics/frontspr/gFrontSprite511Mantyke.png b/graphics/frontspr/gFrontSprite511Mantyke.png new file mode 100644 index 0000000..147f040 Binary files /dev/null and b/graphics/frontspr/gFrontSprite511Mantyke.png differ diff --git a/graphics/frontspr/gFrontSprite512Snover.png b/graphics/frontspr/gFrontSprite512Snover.png new file mode 100644 index 0000000..2e9a91a Binary files /dev/null and b/graphics/frontspr/gFrontSprite512Snover.png differ diff --git a/graphics/frontspr/gFrontSprite513Abomasnow.png b/graphics/frontspr/gFrontSprite513Abomasnow.png new file mode 100644 index 0000000..03b959e Binary files /dev/null and b/graphics/frontspr/gFrontSprite513Abomasnow.png differ diff --git a/graphics/frontspr/gFrontSprite514Weavile.png b/graphics/frontspr/gFrontSprite514Weavile.png new file mode 100644 index 0000000..a4334ee Binary files /dev/null and b/graphics/frontspr/gFrontSprite514Weavile.png differ diff --git a/graphics/frontspr/gFrontSprite515Magnezone.png b/graphics/frontspr/gFrontSprite515Magnezone.png new file mode 100644 index 0000000..3fd4eb4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite515Magnezone.png differ diff --git a/graphics/frontspr/gFrontSprite516Lickilicky.png b/graphics/frontspr/gFrontSprite516Lickilicky.png new file mode 100644 index 0000000..59410b0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite516Lickilicky.png differ diff --git a/graphics/frontspr/gFrontSprite517Rhyperior.png b/graphics/frontspr/gFrontSprite517Rhyperior.png new file mode 100644 index 0000000..4c92ad6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite517Rhyperior.png differ diff --git a/graphics/frontspr/gFrontSprite518Tangrowth.png b/graphics/frontspr/gFrontSprite518Tangrowth.png new file mode 100644 index 0000000..a8fb2ef Binary files /dev/null and b/graphics/frontspr/gFrontSprite518Tangrowth.png differ diff --git a/graphics/frontspr/gFrontSprite519Electivire.png b/graphics/frontspr/gFrontSprite519Electivire.png new file mode 100644 index 0000000..fbce019 Binary files /dev/null and b/graphics/frontspr/gFrontSprite519Electivire.png differ diff --git a/graphics/frontspr/gFrontSprite520Magmortar.png b/graphics/frontspr/gFrontSprite520Magmortar.png new file mode 100644 index 0000000..ed9fcaf Binary files /dev/null and b/graphics/frontspr/gFrontSprite520Magmortar.png differ diff --git a/graphics/frontspr/gFrontSprite521Togekiss.png b/graphics/frontspr/gFrontSprite521Togekiss.png new file mode 100644 index 0000000..fc30961 Binary files /dev/null and b/graphics/frontspr/gFrontSprite521Togekiss.png differ diff --git a/graphics/frontspr/gFrontSprite522Yanmega.png b/graphics/frontspr/gFrontSprite522Yanmega.png new file mode 100644 index 0000000..e9772fb Binary files /dev/null and b/graphics/frontspr/gFrontSprite522Yanmega.png differ diff --git a/graphics/frontspr/gFrontSprite523Leafeon.png b/graphics/frontspr/gFrontSprite523Leafeon.png new file mode 100644 index 0000000..c4c0f07 Binary files /dev/null and b/graphics/frontspr/gFrontSprite523Leafeon.png differ diff --git a/graphics/frontspr/gFrontSprite524Glaceon.png b/graphics/frontspr/gFrontSprite524Glaceon.png new file mode 100644 index 0000000..c5cf269 Binary files /dev/null and b/graphics/frontspr/gFrontSprite524Glaceon.png differ diff --git a/graphics/frontspr/gFrontSprite525Gliscor.png b/graphics/frontspr/gFrontSprite525Gliscor.png new file mode 100644 index 0000000..0312058 Binary files /dev/null and b/graphics/frontspr/gFrontSprite525Gliscor.png differ diff --git a/graphics/frontspr/gFrontSprite526Mamoswine.png b/graphics/frontspr/gFrontSprite526Mamoswine.png new file mode 100644 index 0000000..62901f6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite526Mamoswine.png differ diff --git a/graphics/frontspr/gFrontSprite527PorygonZ.png b/graphics/frontspr/gFrontSprite527PorygonZ.png new file mode 100644 index 0000000..bfd5a82 Binary files /dev/null and b/graphics/frontspr/gFrontSprite527PorygonZ.png differ diff --git a/graphics/frontspr/gFrontSprite528Gallade.png b/graphics/frontspr/gFrontSprite528Gallade.png new file mode 100644 index 0000000..3f77333 Binary files /dev/null and b/graphics/frontspr/gFrontSprite528Gallade.png differ diff --git a/graphics/frontspr/gFrontSprite529Probopass.png b/graphics/frontspr/gFrontSprite529Probopass.png new file mode 100644 index 0000000..5102592 Binary files /dev/null and b/graphics/frontspr/gFrontSprite529Probopass.png differ diff --git a/graphics/frontspr/gFrontSprite530Dusknoir.png b/graphics/frontspr/gFrontSprite530Dusknoir.png new file mode 100644 index 0000000..21fa7bb Binary files /dev/null and b/graphics/frontspr/gFrontSprite530Dusknoir.png differ diff --git a/graphics/frontspr/gFrontSprite531Froslass.png b/graphics/frontspr/gFrontSprite531Froslass.png new file mode 100644 index 0000000..dd87fa4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite531Froslass.png differ diff --git a/graphics/frontspr/gFrontSprite532Rotom.png b/graphics/frontspr/gFrontSprite532Rotom.png new file mode 100644 index 0000000..ceeb6f0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite532Rotom.png differ diff --git a/graphics/frontspr/gFrontSprite533Uxie.png b/graphics/frontspr/gFrontSprite533Uxie.png new file mode 100644 index 0000000..2ee9f79 Binary files /dev/null and b/graphics/frontspr/gFrontSprite533Uxie.png differ diff --git a/graphics/frontspr/gFrontSprite534Mesprit.png b/graphics/frontspr/gFrontSprite534Mesprit.png new file mode 100644 index 0000000..85e1050 Binary files /dev/null and b/graphics/frontspr/gFrontSprite534Mesprit.png differ diff --git a/graphics/frontspr/gFrontSprite535Azelf.png b/graphics/frontspr/gFrontSprite535Azelf.png new file mode 100644 index 0000000..11cc6c2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite535Azelf.png differ diff --git a/graphics/frontspr/gFrontSprite536Dialga.png b/graphics/frontspr/gFrontSprite536Dialga.png new file mode 100644 index 0000000..f83f12b Binary files /dev/null and b/graphics/frontspr/gFrontSprite536Dialga.png differ diff --git a/graphics/frontspr/gFrontSprite537Palkia.png b/graphics/frontspr/gFrontSprite537Palkia.png new file mode 100644 index 0000000..03c1d31 Binary files /dev/null and b/graphics/frontspr/gFrontSprite537Palkia.png differ diff --git a/graphics/frontspr/gFrontSprite538Heatran.png b/graphics/frontspr/gFrontSprite538Heatran.png new file mode 100644 index 0000000..d9b1b53 Binary files /dev/null and b/graphics/frontspr/gFrontSprite538Heatran.png differ diff --git a/graphics/frontspr/gFrontSprite539Regigigas.png b/graphics/frontspr/gFrontSprite539Regigigas.png new file mode 100644 index 0000000..7cad2b8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite539Regigigas.png differ diff --git a/graphics/frontspr/gFrontSprite540Giratina.png b/graphics/frontspr/gFrontSprite540Giratina.png new file mode 100644 index 0000000..e95486f Binary files /dev/null and b/graphics/frontspr/gFrontSprite540Giratina.png differ diff --git a/graphics/frontspr/gFrontSprite541Cresselia.png b/graphics/frontspr/gFrontSprite541Cresselia.png new file mode 100644 index 0000000..744c316 Binary files /dev/null and b/graphics/frontspr/gFrontSprite541Cresselia.png differ diff --git a/graphics/frontspr/gFrontSprite542Phione.png b/graphics/frontspr/gFrontSprite542Phione.png new file mode 100644 index 0000000..657c4e2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite542Phione.png differ diff --git a/graphics/frontspr/gFrontSprite543Manaphy.png b/graphics/frontspr/gFrontSprite543Manaphy.png new file mode 100644 index 0000000..4f0c231 Binary files /dev/null and b/graphics/frontspr/gFrontSprite543Manaphy.png differ diff --git a/graphics/frontspr/gFrontSprite544Darkrai.png b/graphics/frontspr/gFrontSprite544Darkrai.png new file mode 100644 index 0000000..269d790 Binary files /dev/null and b/graphics/frontspr/gFrontSprite544Darkrai.png differ diff --git a/graphics/frontspr/gFrontSprite545Shaymin.png b/graphics/frontspr/gFrontSprite545Shaymin.png new file mode 100644 index 0000000..18affaa Binary files /dev/null and b/graphics/frontspr/gFrontSprite545Shaymin.png differ diff --git a/graphics/frontspr/gFrontSprite546Arceus.png b/graphics/frontspr/gFrontSprite546Arceus.png new file mode 100644 index 0000000..8ebe5b5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite546Arceus.png differ diff --git a/graphics/frontspr/gFrontSprite547Victini.png b/graphics/frontspr/gFrontSprite547Victini.png new file mode 100644 index 0000000..5aac2cb Binary files /dev/null and b/graphics/frontspr/gFrontSprite547Victini.png differ diff --git a/graphics/frontspr/gFrontSprite548Snivy.png b/graphics/frontspr/gFrontSprite548Snivy.png new file mode 100644 index 0000000..b9d0fff Binary files /dev/null and b/graphics/frontspr/gFrontSprite548Snivy.png differ diff --git a/graphics/frontspr/gFrontSprite549Servine.png b/graphics/frontspr/gFrontSprite549Servine.png new file mode 100644 index 0000000..670f6c6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite549Servine.png differ diff --git a/graphics/frontspr/gFrontSprite550Serperior.png b/graphics/frontspr/gFrontSprite550Serperior.png new file mode 100644 index 0000000..66d7d03 Binary files /dev/null and b/graphics/frontspr/gFrontSprite550Serperior.png differ diff --git a/graphics/frontspr/gFrontSprite551Tepig.png b/graphics/frontspr/gFrontSprite551Tepig.png new file mode 100644 index 0000000..86f292b Binary files /dev/null and b/graphics/frontspr/gFrontSprite551Tepig.png differ diff --git a/graphics/frontspr/gFrontSprite552Pignite.png b/graphics/frontspr/gFrontSprite552Pignite.png new file mode 100644 index 0000000..ede290e Binary files /dev/null and b/graphics/frontspr/gFrontSprite552Pignite.png differ diff --git a/graphics/frontspr/gFrontSprite553Emboar.png b/graphics/frontspr/gFrontSprite553Emboar.png new file mode 100644 index 0000000..f200f6e Binary files /dev/null and b/graphics/frontspr/gFrontSprite553Emboar.png differ diff --git a/graphics/frontspr/gFrontSprite554Oshawott.png b/graphics/frontspr/gFrontSprite554Oshawott.png new file mode 100644 index 0000000..9b1148d Binary files /dev/null and b/graphics/frontspr/gFrontSprite554Oshawott.png differ diff --git a/graphics/frontspr/gFrontSprite555Dewott.png b/graphics/frontspr/gFrontSprite555Dewott.png new file mode 100644 index 0000000..5607f3c Binary files /dev/null and b/graphics/frontspr/gFrontSprite555Dewott.png differ diff --git a/graphics/frontspr/gFrontSprite556Samurott.png b/graphics/frontspr/gFrontSprite556Samurott.png new file mode 100644 index 0000000..2acfc09 Binary files /dev/null and b/graphics/frontspr/gFrontSprite556Samurott.png differ diff --git a/graphics/frontspr/gFrontSprite557Patrat.png b/graphics/frontspr/gFrontSprite557Patrat.png new file mode 100644 index 0000000..1de3193 Binary files /dev/null and b/graphics/frontspr/gFrontSprite557Patrat.png differ diff --git a/graphics/frontspr/gFrontSprite558Watchog.png b/graphics/frontspr/gFrontSprite558Watchog.png new file mode 100644 index 0000000..a942596 Binary files /dev/null and b/graphics/frontspr/gFrontSprite558Watchog.png differ diff --git a/graphics/frontspr/gFrontSprite559Lillipup.png b/graphics/frontspr/gFrontSprite559Lillipup.png new file mode 100644 index 0000000..cdb688b Binary files /dev/null and b/graphics/frontspr/gFrontSprite559Lillipup.png differ diff --git a/graphics/frontspr/gFrontSprite560Herdier.png b/graphics/frontspr/gFrontSprite560Herdier.png new file mode 100644 index 0000000..34380d8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite560Herdier.png differ diff --git a/graphics/frontspr/gFrontSprite561Stoutland.png b/graphics/frontspr/gFrontSprite561Stoutland.png new file mode 100644 index 0000000..7ce8fee Binary files /dev/null and b/graphics/frontspr/gFrontSprite561Stoutland.png differ diff --git a/graphics/frontspr/gFrontSprite562Purrloin.png b/graphics/frontspr/gFrontSprite562Purrloin.png new file mode 100644 index 0000000..cd5f65a Binary files /dev/null and b/graphics/frontspr/gFrontSprite562Purrloin.png differ diff --git a/graphics/frontspr/gFrontSprite563Liepard.png b/graphics/frontspr/gFrontSprite563Liepard.png new file mode 100644 index 0000000..c417b6c Binary files /dev/null and b/graphics/frontspr/gFrontSprite563Liepard.png differ diff --git a/graphics/frontspr/gFrontSprite564Pansage.png b/graphics/frontspr/gFrontSprite564Pansage.png new file mode 100644 index 0000000..fa58b42 Binary files /dev/null and b/graphics/frontspr/gFrontSprite564Pansage.png differ diff --git a/graphics/frontspr/gFrontSprite565Simisage.png b/graphics/frontspr/gFrontSprite565Simisage.png new file mode 100644 index 0000000..83810ee Binary files /dev/null and b/graphics/frontspr/gFrontSprite565Simisage.png differ diff --git a/graphics/frontspr/gFrontSprite566Pansear.png b/graphics/frontspr/gFrontSprite566Pansear.png new file mode 100644 index 0000000..e7497ab Binary files /dev/null and b/graphics/frontspr/gFrontSprite566Pansear.png differ diff --git a/graphics/frontspr/gFrontSprite567Simisear.png b/graphics/frontspr/gFrontSprite567Simisear.png new file mode 100644 index 0000000..81b3a75 Binary files /dev/null and b/graphics/frontspr/gFrontSprite567Simisear.png differ diff --git a/graphics/frontspr/gFrontSprite568Panpour.png b/graphics/frontspr/gFrontSprite568Panpour.png new file mode 100644 index 0000000..a5c7c56 Binary files /dev/null and b/graphics/frontspr/gFrontSprite568Panpour.png differ diff --git a/graphics/frontspr/gFrontSprite569Simipour.png b/graphics/frontspr/gFrontSprite569Simipour.png new file mode 100644 index 0000000..9e5f027 Binary files /dev/null and b/graphics/frontspr/gFrontSprite569Simipour.png differ diff --git a/graphics/frontspr/gFrontSprite570Munna.png b/graphics/frontspr/gFrontSprite570Munna.png new file mode 100644 index 0000000..5c822e0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite570Munna.png differ diff --git a/graphics/frontspr/gFrontSprite571Musharna.png b/graphics/frontspr/gFrontSprite571Musharna.png new file mode 100644 index 0000000..bf14590 Binary files /dev/null and b/graphics/frontspr/gFrontSprite571Musharna.png differ diff --git a/graphics/frontspr/gFrontSprite572Pidove.png b/graphics/frontspr/gFrontSprite572Pidove.png new file mode 100644 index 0000000..0b23879 Binary files /dev/null and b/graphics/frontspr/gFrontSprite572Pidove.png differ diff --git a/graphics/frontspr/gFrontSprite573Tranquill.png b/graphics/frontspr/gFrontSprite573Tranquill.png new file mode 100644 index 0000000..178b8a5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite573Tranquill.png differ diff --git a/graphics/frontspr/gFrontSprite574Unfezant.png b/graphics/frontspr/gFrontSprite574Unfezant.png new file mode 100644 index 0000000..064bccf Binary files /dev/null and b/graphics/frontspr/gFrontSprite574Unfezant.png differ diff --git a/graphics/frontspr/gFrontSprite575Blitzle.png b/graphics/frontspr/gFrontSprite575Blitzle.png new file mode 100644 index 0000000..10a5c82 Binary files /dev/null and b/graphics/frontspr/gFrontSprite575Blitzle.png differ diff --git a/graphics/frontspr/gFrontSprite576Zebstrika.png b/graphics/frontspr/gFrontSprite576Zebstrika.png new file mode 100644 index 0000000..23d715f Binary files /dev/null and b/graphics/frontspr/gFrontSprite576Zebstrika.png differ diff --git a/graphics/frontspr/gFrontSprite577Roggenrola.png b/graphics/frontspr/gFrontSprite577Roggenrola.png new file mode 100644 index 0000000..ce58da2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite577Roggenrola.png differ diff --git a/graphics/frontspr/gFrontSprite578Boldore.png b/graphics/frontspr/gFrontSprite578Boldore.png new file mode 100644 index 0000000..6d4d24c Binary files /dev/null and b/graphics/frontspr/gFrontSprite578Boldore.png differ diff --git a/graphics/frontspr/gFrontSprite579Gigalith.png b/graphics/frontspr/gFrontSprite579Gigalith.png new file mode 100644 index 0000000..ebf3951 Binary files /dev/null and b/graphics/frontspr/gFrontSprite579Gigalith.png differ diff --git a/graphics/frontspr/gFrontSprite580Woobat.png b/graphics/frontspr/gFrontSprite580Woobat.png new file mode 100644 index 0000000..5801270 Binary files /dev/null and b/graphics/frontspr/gFrontSprite580Woobat.png differ diff --git a/graphics/frontspr/gFrontSprite581Swoobat.png b/graphics/frontspr/gFrontSprite581Swoobat.png new file mode 100644 index 0000000..eb4e1c7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite581Swoobat.png differ diff --git a/graphics/frontspr/gFrontSprite582Drilbur.png b/graphics/frontspr/gFrontSprite582Drilbur.png new file mode 100644 index 0000000..d8f165d Binary files /dev/null and b/graphics/frontspr/gFrontSprite582Drilbur.png differ diff --git a/graphics/frontspr/gFrontSprite583Excadrill.png b/graphics/frontspr/gFrontSprite583Excadrill.png new file mode 100644 index 0000000..c39b87c Binary files /dev/null and b/graphics/frontspr/gFrontSprite583Excadrill.png differ diff --git a/graphics/frontspr/gFrontSprite584Audino.png b/graphics/frontspr/gFrontSprite584Audino.png new file mode 100644 index 0000000..6c957d9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite584Audino.png differ diff --git a/graphics/frontspr/gFrontSprite585Timburr.png b/graphics/frontspr/gFrontSprite585Timburr.png new file mode 100644 index 0000000..e201c51 Binary files /dev/null and b/graphics/frontspr/gFrontSprite585Timburr.png differ diff --git a/graphics/frontspr/gFrontSprite586Gurdurr.png b/graphics/frontspr/gFrontSprite586Gurdurr.png new file mode 100644 index 0000000..3556af7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite586Gurdurr.png differ diff --git a/graphics/frontspr/gFrontSprite587Conkeldurr.png b/graphics/frontspr/gFrontSprite587Conkeldurr.png new file mode 100644 index 0000000..16a5931 Binary files /dev/null and b/graphics/frontspr/gFrontSprite587Conkeldurr.png differ diff --git a/graphics/frontspr/gFrontSprite588Tympole.png b/graphics/frontspr/gFrontSprite588Tympole.png new file mode 100644 index 0000000..3a0d4c3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite588Tympole.png differ diff --git a/graphics/frontspr/gFrontSprite589Palpitoad.png b/graphics/frontspr/gFrontSprite589Palpitoad.png new file mode 100644 index 0000000..441fc73 Binary files /dev/null and b/graphics/frontspr/gFrontSprite589Palpitoad.png differ diff --git a/graphics/frontspr/gFrontSprite590Seismitoad.png b/graphics/frontspr/gFrontSprite590Seismitoad.png new file mode 100644 index 0000000..6b2cf3d Binary files /dev/null and b/graphics/frontspr/gFrontSprite590Seismitoad.png differ diff --git a/graphics/frontspr/gFrontSprite591Throh.png b/graphics/frontspr/gFrontSprite591Throh.png new file mode 100644 index 0000000..d896e5b Binary files /dev/null and b/graphics/frontspr/gFrontSprite591Throh.png differ diff --git a/graphics/frontspr/gFrontSprite592Sawk.png b/graphics/frontspr/gFrontSprite592Sawk.png new file mode 100644 index 0000000..c73db81 Binary files /dev/null and b/graphics/frontspr/gFrontSprite592Sawk.png differ diff --git a/graphics/frontspr/gFrontSprite593Sewaddle.png b/graphics/frontspr/gFrontSprite593Sewaddle.png new file mode 100644 index 0000000..c1239f1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite593Sewaddle.png differ diff --git a/graphics/frontspr/gFrontSprite594Swadloon.png b/graphics/frontspr/gFrontSprite594Swadloon.png new file mode 100644 index 0000000..7508bf9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite594Swadloon.png differ diff --git a/graphics/frontspr/gFrontSprite595Leavanny.png b/graphics/frontspr/gFrontSprite595Leavanny.png new file mode 100644 index 0000000..5b8bb2b Binary files /dev/null and b/graphics/frontspr/gFrontSprite595Leavanny.png differ diff --git a/graphics/frontspr/gFrontSprite596Venipede.png b/graphics/frontspr/gFrontSprite596Venipede.png new file mode 100644 index 0000000..cb69c22 Binary files /dev/null and b/graphics/frontspr/gFrontSprite596Venipede.png differ diff --git a/graphics/frontspr/gFrontSprite597Whirlipede.png b/graphics/frontspr/gFrontSprite597Whirlipede.png new file mode 100644 index 0000000..b5ad29a Binary files /dev/null and b/graphics/frontspr/gFrontSprite597Whirlipede.png differ diff --git a/graphics/frontspr/gFrontSprite598Scolipede.png b/graphics/frontspr/gFrontSprite598Scolipede.png new file mode 100644 index 0000000..8dc6aa2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite598Scolipede.png differ diff --git a/graphics/frontspr/gFrontSprite599Cottonee.png b/graphics/frontspr/gFrontSprite599Cottonee.png new file mode 100644 index 0000000..ae8738b Binary files /dev/null and b/graphics/frontspr/gFrontSprite599Cottonee.png differ diff --git a/graphics/frontspr/gFrontSprite600Whimsicott.png b/graphics/frontspr/gFrontSprite600Whimsicott.png new file mode 100644 index 0000000..c40c7a9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite600Whimsicott.png differ diff --git a/graphics/frontspr/gFrontSprite601Petilil.png b/graphics/frontspr/gFrontSprite601Petilil.png new file mode 100644 index 0000000..74a6adf Binary files /dev/null and b/graphics/frontspr/gFrontSprite601Petilil.png differ diff --git a/graphics/frontspr/gFrontSprite602Lilligant.png b/graphics/frontspr/gFrontSprite602Lilligant.png new file mode 100644 index 0000000..4152f95 Binary files /dev/null and b/graphics/frontspr/gFrontSprite602Lilligant.png differ diff --git a/graphics/frontspr/gFrontSprite603BasculinRed.png b/graphics/frontspr/gFrontSprite603BasculinRed.png new file mode 100644 index 0000000..218bd03 Binary files /dev/null and b/graphics/frontspr/gFrontSprite603BasculinRed.png differ diff --git a/graphics/frontspr/gFrontSprite604Sandile.png b/graphics/frontspr/gFrontSprite604Sandile.png new file mode 100644 index 0000000..be3bf2b Binary files /dev/null and b/graphics/frontspr/gFrontSprite604Sandile.png differ diff --git a/graphics/frontspr/gFrontSprite605Krokorok.png b/graphics/frontspr/gFrontSprite605Krokorok.png new file mode 100644 index 0000000..9845b8e Binary files /dev/null and b/graphics/frontspr/gFrontSprite605Krokorok.png differ diff --git a/graphics/frontspr/gFrontSprite606Krookodile.png b/graphics/frontspr/gFrontSprite606Krookodile.png new file mode 100644 index 0000000..650e5c4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite606Krookodile.png differ diff --git a/graphics/frontspr/gFrontSprite607Darumaka.png b/graphics/frontspr/gFrontSprite607Darumaka.png new file mode 100644 index 0000000..2df44f1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite607Darumaka.png differ diff --git a/graphics/frontspr/gFrontSprite608Darmanitan.png b/graphics/frontspr/gFrontSprite608Darmanitan.png new file mode 100644 index 0000000..c1a8f8b Binary files /dev/null and b/graphics/frontspr/gFrontSprite608Darmanitan.png differ diff --git a/graphics/frontspr/gFrontSprite609Maractus.png b/graphics/frontspr/gFrontSprite609Maractus.png new file mode 100644 index 0000000..ec5cb73 Binary files /dev/null and b/graphics/frontspr/gFrontSprite609Maractus.png differ diff --git a/graphics/frontspr/gFrontSprite610Dwebble.png b/graphics/frontspr/gFrontSprite610Dwebble.png new file mode 100644 index 0000000..cd303ce Binary files /dev/null and b/graphics/frontspr/gFrontSprite610Dwebble.png differ diff --git a/graphics/frontspr/gFrontSprite611Crustle.png b/graphics/frontspr/gFrontSprite611Crustle.png new file mode 100644 index 0000000..c40b917 Binary files /dev/null and b/graphics/frontspr/gFrontSprite611Crustle.png differ diff --git a/graphics/frontspr/gFrontSprite612Scraggy.png b/graphics/frontspr/gFrontSprite612Scraggy.png new file mode 100644 index 0000000..8a3b897 Binary files /dev/null and b/graphics/frontspr/gFrontSprite612Scraggy.png differ diff --git a/graphics/frontspr/gFrontSprite613Scrafty.png b/graphics/frontspr/gFrontSprite613Scrafty.png new file mode 100644 index 0000000..6c2fb5c Binary files /dev/null and b/graphics/frontspr/gFrontSprite613Scrafty.png differ diff --git a/graphics/frontspr/gFrontSprite614Sigilyph.png b/graphics/frontspr/gFrontSprite614Sigilyph.png new file mode 100644 index 0000000..4acfb67 Binary files /dev/null and b/graphics/frontspr/gFrontSprite614Sigilyph.png differ diff --git a/graphics/frontspr/gFrontSprite615Yamask.png b/graphics/frontspr/gFrontSprite615Yamask.png new file mode 100644 index 0000000..8d2741a Binary files /dev/null and b/graphics/frontspr/gFrontSprite615Yamask.png differ diff --git a/graphics/frontspr/gFrontSprite616Cofagrigus.png b/graphics/frontspr/gFrontSprite616Cofagrigus.png new file mode 100644 index 0000000..8fff1f4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite616Cofagrigus.png differ diff --git a/graphics/frontspr/gFrontSprite617Tirtouga.png b/graphics/frontspr/gFrontSprite617Tirtouga.png new file mode 100644 index 0000000..a2cb8c5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite617Tirtouga.png differ diff --git a/graphics/frontspr/gFrontSprite618Carracosta.png b/graphics/frontspr/gFrontSprite618Carracosta.png new file mode 100644 index 0000000..b906acb Binary files /dev/null and b/graphics/frontspr/gFrontSprite618Carracosta.png differ diff --git a/graphics/frontspr/gFrontSprite619Archen.png b/graphics/frontspr/gFrontSprite619Archen.png new file mode 100644 index 0000000..5030592 Binary files /dev/null and b/graphics/frontspr/gFrontSprite619Archen.png differ diff --git a/graphics/frontspr/gFrontSprite620Archeops.png b/graphics/frontspr/gFrontSprite620Archeops.png new file mode 100644 index 0000000..05d8550 Binary files /dev/null and b/graphics/frontspr/gFrontSprite620Archeops.png differ diff --git a/graphics/frontspr/gFrontSprite621Trubbish.png b/graphics/frontspr/gFrontSprite621Trubbish.png new file mode 100644 index 0000000..0ea41ea Binary files /dev/null and b/graphics/frontspr/gFrontSprite621Trubbish.png differ diff --git a/graphics/frontspr/gFrontSprite622Garbodor.png b/graphics/frontspr/gFrontSprite622Garbodor.png new file mode 100644 index 0000000..acc7e85 Binary files /dev/null and b/graphics/frontspr/gFrontSprite622Garbodor.png differ diff --git a/graphics/frontspr/gFrontSprite623Zorua.png b/graphics/frontspr/gFrontSprite623Zorua.png new file mode 100644 index 0000000..3d5c566 Binary files /dev/null and b/graphics/frontspr/gFrontSprite623Zorua.png differ diff --git a/graphics/frontspr/gFrontSprite624Zoroark.png b/graphics/frontspr/gFrontSprite624Zoroark.png new file mode 100644 index 0000000..27c7cdf Binary files /dev/null and b/graphics/frontspr/gFrontSprite624Zoroark.png differ diff --git a/graphics/frontspr/gFrontSprite625Minccino.png b/graphics/frontspr/gFrontSprite625Minccino.png new file mode 100644 index 0000000..ab1c9d6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite625Minccino.png differ diff --git a/graphics/frontspr/gFrontSprite626Cinccino.png b/graphics/frontspr/gFrontSprite626Cinccino.png new file mode 100644 index 0000000..3d3c643 Binary files /dev/null and b/graphics/frontspr/gFrontSprite626Cinccino.png differ diff --git a/graphics/frontspr/gFrontSprite627Gothita.png b/graphics/frontspr/gFrontSprite627Gothita.png new file mode 100644 index 0000000..5707539 Binary files /dev/null and b/graphics/frontspr/gFrontSprite627Gothita.png differ diff --git a/graphics/frontspr/gFrontSprite628Gothorita.png b/graphics/frontspr/gFrontSprite628Gothorita.png new file mode 100644 index 0000000..f9ab455 Binary files /dev/null and b/graphics/frontspr/gFrontSprite628Gothorita.png differ diff --git a/graphics/frontspr/gFrontSprite629Gothitelle.png b/graphics/frontspr/gFrontSprite629Gothitelle.png new file mode 100644 index 0000000..01a2461 Binary files /dev/null and b/graphics/frontspr/gFrontSprite629Gothitelle.png differ diff --git a/graphics/frontspr/gFrontSprite630Solosis.png b/graphics/frontspr/gFrontSprite630Solosis.png new file mode 100644 index 0000000..4dfe976 Binary files /dev/null and b/graphics/frontspr/gFrontSprite630Solosis.png differ diff --git a/graphics/frontspr/gFrontSprite631Duosion.png b/graphics/frontspr/gFrontSprite631Duosion.png new file mode 100644 index 0000000..bc69152 Binary files /dev/null and b/graphics/frontspr/gFrontSprite631Duosion.png differ diff --git a/graphics/frontspr/gFrontSprite632Reuniclus.png b/graphics/frontspr/gFrontSprite632Reuniclus.png new file mode 100644 index 0000000..658f7be Binary files /dev/null and b/graphics/frontspr/gFrontSprite632Reuniclus.png differ diff --git a/graphics/frontspr/gFrontSprite633Ducklett.png b/graphics/frontspr/gFrontSprite633Ducklett.png new file mode 100644 index 0000000..6af3ff3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite633Ducklett.png differ diff --git a/graphics/frontspr/gFrontSprite634Swanna.png b/graphics/frontspr/gFrontSprite634Swanna.png new file mode 100644 index 0000000..b66f8b3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite634Swanna.png differ diff --git a/graphics/frontspr/gFrontSprite635Vanillite.png b/graphics/frontspr/gFrontSprite635Vanillite.png new file mode 100644 index 0000000..0fdc67b Binary files /dev/null and b/graphics/frontspr/gFrontSprite635Vanillite.png differ diff --git a/graphics/frontspr/gFrontSprite636Vanillish.png b/graphics/frontspr/gFrontSprite636Vanillish.png new file mode 100644 index 0000000..6c37c0d Binary files /dev/null and b/graphics/frontspr/gFrontSprite636Vanillish.png differ diff --git a/graphics/frontspr/gFrontSprite637Vanilluxe.png b/graphics/frontspr/gFrontSprite637Vanilluxe.png new file mode 100644 index 0000000..348c304 Binary files /dev/null and b/graphics/frontspr/gFrontSprite637Vanilluxe.png differ diff --git a/graphics/frontspr/gFrontSprite638Deerling.png b/graphics/frontspr/gFrontSprite638Deerling.png new file mode 100644 index 0000000..f27e059 Binary files /dev/null and b/graphics/frontspr/gFrontSprite638Deerling.png differ diff --git a/graphics/frontspr/gFrontSprite639Sawsbuck.png b/graphics/frontspr/gFrontSprite639Sawsbuck.png new file mode 100644 index 0000000..ba8bd2e Binary files /dev/null and b/graphics/frontspr/gFrontSprite639Sawsbuck.png differ diff --git a/graphics/frontspr/gFrontSprite640Emolga.png b/graphics/frontspr/gFrontSprite640Emolga.png new file mode 100644 index 0000000..2907a27 Binary files /dev/null and b/graphics/frontspr/gFrontSprite640Emolga.png differ diff --git a/graphics/frontspr/gFrontSprite641Karrablast.png b/graphics/frontspr/gFrontSprite641Karrablast.png new file mode 100644 index 0000000..50b7c61 Binary files /dev/null and b/graphics/frontspr/gFrontSprite641Karrablast.png differ diff --git a/graphics/frontspr/gFrontSprite642Escavalier.png b/graphics/frontspr/gFrontSprite642Escavalier.png new file mode 100644 index 0000000..486930e Binary files /dev/null and b/graphics/frontspr/gFrontSprite642Escavalier.png differ diff --git a/graphics/frontspr/gFrontSprite643Foongus.png b/graphics/frontspr/gFrontSprite643Foongus.png new file mode 100644 index 0000000..a3ec6e5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite643Foongus.png differ diff --git a/graphics/frontspr/gFrontSprite644Amoonguss.png b/graphics/frontspr/gFrontSprite644Amoonguss.png new file mode 100644 index 0000000..eaf2e2e Binary files /dev/null and b/graphics/frontspr/gFrontSprite644Amoonguss.png differ diff --git a/graphics/frontspr/gFrontSprite645Frillish.png b/graphics/frontspr/gFrontSprite645Frillish.png new file mode 100644 index 0000000..0fef371 Binary files /dev/null and b/graphics/frontspr/gFrontSprite645Frillish.png differ diff --git a/graphics/frontspr/gFrontSprite646Jellicent.png b/graphics/frontspr/gFrontSprite646Jellicent.png new file mode 100644 index 0000000..b76f865 Binary files /dev/null and b/graphics/frontspr/gFrontSprite646Jellicent.png differ diff --git a/graphics/frontspr/gFrontSprite647Alomomola.png b/graphics/frontspr/gFrontSprite647Alomomola.png new file mode 100644 index 0000000..c7a2143 Binary files /dev/null and b/graphics/frontspr/gFrontSprite647Alomomola.png differ diff --git a/graphics/frontspr/gFrontSprite648Joltik.png b/graphics/frontspr/gFrontSprite648Joltik.png new file mode 100644 index 0000000..2257c9b Binary files /dev/null and b/graphics/frontspr/gFrontSprite648Joltik.png differ diff --git a/graphics/frontspr/gFrontSprite649Galvantula.png b/graphics/frontspr/gFrontSprite649Galvantula.png new file mode 100644 index 0000000..cd72885 Binary files /dev/null and b/graphics/frontspr/gFrontSprite649Galvantula.png differ diff --git a/graphics/frontspr/gFrontSprite650Ferroseed.png b/graphics/frontspr/gFrontSprite650Ferroseed.png new file mode 100644 index 0000000..f35ccb5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite650Ferroseed.png differ diff --git a/graphics/frontspr/gFrontSprite651Ferrothorn.png b/graphics/frontspr/gFrontSprite651Ferrothorn.png new file mode 100644 index 0000000..57ff204 Binary files /dev/null and b/graphics/frontspr/gFrontSprite651Ferrothorn.png differ diff --git a/graphics/frontspr/gFrontSprite652Klink.png b/graphics/frontspr/gFrontSprite652Klink.png new file mode 100644 index 0000000..7ff92d9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite652Klink.png differ diff --git a/graphics/frontspr/gFrontSprite653Klang.png b/graphics/frontspr/gFrontSprite653Klang.png new file mode 100644 index 0000000..ff2234c Binary files /dev/null and b/graphics/frontspr/gFrontSprite653Klang.png differ diff --git a/graphics/frontspr/gFrontSprite654Klinklang.png b/graphics/frontspr/gFrontSprite654Klinklang.png new file mode 100644 index 0000000..c239ee6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite654Klinklang.png differ diff --git a/graphics/frontspr/gFrontSprite655Tynamo.png b/graphics/frontspr/gFrontSprite655Tynamo.png new file mode 100644 index 0000000..adb6853 Binary files /dev/null and b/graphics/frontspr/gFrontSprite655Tynamo.png differ diff --git a/graphics/frontspr/gFrontSprite656Eelektrik.png b/graphics/frontspr/gFrontSprite656Eelektrik.png new file mode 100644 index 0000000..fda1567 Binary files /dev/null and b/graphics/frontspr/gFrontSprite656Eelektrik.png differ diff --git a/graphics/frontspr/gFrontSprite657Eelektross.png b/graphics/frontspr/gFrontSprite657Eelektross.png new file mode 100644 index 0000000..46cda6a Binary files /dev/null and b/graphics/frontspr/gFrontSprite657Eelektross.png differ diff --git a/graphics/frontspr/gFrontSprite658Elgyem.png b/graphics/frontspr/gFrontSprite658Elgyem.png new file mode 100644 index 0000000..cb089f4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite658Elgyem.png differ diff --git a/graphics/frontspr/gFrontSprite659Beheeyem.png b/graphics/frontspr/gFrontSprite659Beheeyem.png new file mode 100644 index 0000000..27da8aa Binary files /dev/null and b/graphics/frontspr/gFrontSprite659Beheeyem.png differ diff --git a/graphics/frontspr/gFrontSprite660Litwick.png b/graphics/frontspr/gFrontSprite660Litwick.png new file mode 100644 index 0000000..a9919a9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite660Litwick.png differ diff --git a/graphics/frontspr/gFrontSprite661Lampent.png b/graphics/frontspr/gFrontSprite661Lampent.png new file mode 100644 index 0000000..5fada1b Binary files /dev/null and b/graphics/frontspr/gFrontSprite661Lampent.png differ diff --git a/graphics/frontspr/gFrontSprite662Chandelure.png b/graphics/frontspr/gFrontSprite662Chandelure.png new file mode 100644 index 0000000..7796a6a Binary files /dev/null and b/graphics/frontspr/gFrontSprite662Chandelure.png differ diff --git a/graphics/frontspr/gFrontSprite663Axew.png b/graphics/frontspr/gFrontSprite663Axew.png new file mode 100644 index 0000000..1519810 Binary files /dev/null and b/graphics/frontspr/gFrontSprite663Axew.png differ diff --git a/graphics/frontspr/gFrontSprite664Fraxure.png b/graphics/frontspr/gFrontSprite664Fraxure.png new file mode 100644 index 0000000..429beb7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite664Fraxure.png differ diff --git a/graphics/frontspr/gFrontSprite665Haxorus.png b/graphics/frontspr/gFrontSprite665Haxorus.png new file mode 100644 index 0000000..8ef3eee Binary files /dev/null and b/graphics/frontspr/gFrontSprite665Haxorus.png differ diff --git a/graphics/frontspr/gFrontSprite666Cubchoo.png b/graphics/frontspr/gFrontSprite666Cubchoo.png new file mode 100644 index 0000000..4585309 Binary files /dev/null and b/graphics/frontspr/gFrontSprite666Cubchoo.png differ diff --git a/graphics/frontspr/gFrontSprite667Beartic.png b/graphics/frontspr/gFrontSprite667Beartic.png new file mode 100644 index 0000000..c4a8ef4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite667Beartic.png differ diff --git a/graphics/frontspr/gFrontSprite668Cryogonal.png b/graphics/frontspr/gFrontSprite668Cryogonal.png new file mode 100644 index 0000000..4f4856a Binary files /dev/null and b/graphics/frontspr/gFrontSprite668Cryogonal.png differ diff --git a/graphics/frontspr/gFrontSprite669Shelmet.png b/graphics/frontspr/gFrontSprite669Shelmet.png new file mode 100644 index 0000000..7f04d08 Binary files /dev/null and b/graphics/frontspr/gFrontSprite669Shelmet.png differ diff --git a/graphics/frontspr/gFrontSprite670Accelgor.png b/graphics/frontspr/gFrontSprite670Accelgor.png new file mode 100644 index 0000000..c7a6240 Binary files /dev/null and b/graphics/frontspr/gFrontSprite670Accelgor.png differ diff --git a/graphics/frontspr/gFrontSprite671Stunfisk.png b/graphics/frontspr/gFrontSprite671Stunfisk.png new file mode 100644 index 0000000..4dc64ef Binary files /dev/null and b/graphics/frontspr/gFrontSprite671Stunfisk.png differ diff --git a/graphics/frontspr/gFrontSprite672Mienfoo.png b/graphics/frontspr/gFrontSprite672Mienfoo.png new file mode 100644 index 0000000..837f321 Binary files /dev/null and b/graphics/frontspr/gFrontSprite672Mienfoo.png differ diff --git a/graphics/frontspr/gFrontSprite673Mienshao.png b/graphics/frontspr/gFrontSprite673Mienshao.png new file mode 100644 index 0000000..2373167 Binary files /dev/null and b/graphics/frontspr/gFrontSprite673Mienshao.png differ diff --git a/graphics/frontspr/gFrontSprite674Druddigon.png b/graphics/frontspr/gFrontSprite674Druddigon.png new file mode 100644 index 0000000..a4ee8ac Binary files /dev/null and b/graphics/frontspr/gFrontSprite674Druddigon.png differ diff --git a/graphics/frontspr/gFrontSprite675Golett.png b/graphics/frontspr/gFrontSprite675Golett.png new file mode 100644 index 0000000..7ae354c Binary files /dev/null and b/graphics/frontspr/gFrontSprite675Golett.png differ diff --git a/graphics/frontspr/gFrontSprite676Golurk.png b/graphics/frontspr/gFrontSprite676Golurk.png new file mode 100644 index 0000000..f58f739 Binary files /dev/null and b/graphics/frontspr/gFrontSprite676Golurk.png differ diff --git a/graphics/frontspr/gFrontSprite677Pawniard.png b/graphics/frontspr/gFrontSprite677Pawniard.png new file mode 100644 index 0000000..cb9631b Binary files /dev/null and b/graphics/frontspr/gFrontSprite677Pawniard.png differ diff --git a/graphics/frontspr/gFrontSprite678Bisharp.png b/graphics/frontspr/gFrontSprite678Bisharp.png new file mode 100644 index 0000000..24efbbb Binary files /dev/null and b/graphics/frontspr/gFrontSprite678Bisharp.png differ diff --git a/graphics/frontspr/gFrontSprite679Bouffalant.png b/graphics/frontspr/gFrontSprite679Bouffalant.png new file mode 100644 index 0000000..55f6307 Binary files /dev/null and b/graphics/frontspr/gFrontSprite679Bouffalant.png differ diff --git a/graphics/frontspr/gFrontSprite680Rufflet.png b/graphics/frontspr/gFrontSprite680Rufflet.png new file mode 100644 index 0000000..b66d749 Binary files /dev/null and b/graphics/frontspr/gFrontSprite680Rufflet.png differ diff --git a/graphics/frontspr/gFrontSprite681Braviary.png b/graphics/frontspr/gFrontSprite681Braviary.png new file mode 100644 index 0000000..81b7031 Binary files /dev/null and b/graphics/frontspr/gFrontSprite681Braviary.png differ diff --git a/graphics/frontspr/gFrontSprite682Vullaby.png b/graphics/frontspr/gFrontSprite682Vullaby.png new file mode 100644 index 0000000..e7e87bf Binary files /dev/null and b/graphics/frontspr/gFrontSprite682Vullaby.png differ diff --git a/graphics/frontspr/gFrontSprite683Mandibuzz.png b/graphics/frontspr/gFrontSprite683Mandibuzz.png new file mode 100644 index 0000000..e3e9f6a Binary files /dev/null and b/graphics/frontspr/gFrontSprite683Mandibuzz.png differ diff --git a/graphics/frontspr/gFrontSprite684Heatmor.png b/graphics/frontspr/gFrontSprite684Heatmor.png new file mode 100644 index 0000000..328573f Binary files /dev/null and b/graphics/frontspr/gFrontSprite684Heatmor.png differ diff --git a/graphics/frontspr/gFrontSprite685Durant.png b/graphics/frontspr/gFrontSprite685Durant.png new file mode 100644 index 0000000..85e602f Binary files /dev/null and b/graphics/frontspr/gFrontSprite685Durant.png differ diff --git a/graphics/frontspr/gFrontSprite686Deino.png b/graphics/frontspr/gFrontSprite686Deino.png new file mode 100644 index 0000000..16b5553 Binary files /dev/null and b/graphics/frontspr/gFrontSprite686Deino.png differ diff --git a/graphics/frontspr/gFrontSprite687Zweilous.png b/graphics/frontspr/gFrontSprite687Zweilous.png new file mode 100644 index 0000000..d1665d4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite687Zweilous.png differ diff --git a/graphics/frontspr/gFrontSprite688Hydreigon.png b/graphics/frontspr/gFrontSprite688Hydreigon.png new file mode 100644 index 0000000..39ccfc0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite688Hydreigon.png differ diff --git a/graphics/frontspr/gFrontSprite689Larvesta.png b/graphics/frontspr/gFrontSprite689Larvesta.png new file mode 100644 index 0000000..1448e2a Binary files /dev/null and b/graphics/frontspr/gFrontSprite689Larvesta.png differ diff --git a/graphics/frontspr/gFrontSprite690Volcarona.png b/graphics/frontspr/gFrontSprite690Volcarona.png new file mode 100644 index 0000000..7fff64d Binary files /dev/null and b/graphics/frontspr/gFrontSprite690Volcarona.png differ diff --git a/graphics/frontspr/gFrontSprite691Cobalion.png b/graphics/frontspr/gFrontSprite691Cobalion.png new file mode 100644 index 0000000..d5c426f Binary files /dev/null and b/graphics/frontspr/gFrontSprite691Cobalion.png differ diff --git a/graphics/frontspr/gFrontSprite692Terrakion.png b/graphics/frontspr/gFrontSprite692Terrakion.png new file mode 100644 index 0000000..8891eae Binary files /dev/null and b/graphics/frontspr/gFrontSprite692Terrakion.png differ diff --git a/graphics/frontspr/gFrontSprite693Virizion.png b/graphics/frontspr/gFrontSprite693Virizion.png new file mode 100644 index 0000000..28dd098 Binary files /dev/null and b/graphics/frontspr/gFrontSprite693Virizion.png differ diff --git a/graphics/frontspr/gFrontSprite694Tornadus.png b/graphics/frontspr/gFrontSprite694Tornadus.png new file mode 100644 index 0000000..9a7af5e Binary files /dev/null and b/graphics/frontspr/gFrontSprite694Tornadus.png differ diff --git a/graphics/frontspr/gFrontSprite695Thundurus.png b/graphics/frontspr/gFrontSprite695Thundurus.png new file mode 100644 index 0000000..6f49835 Binary files /dev/null and b/graphics/frontspr/gFrontSprite695Thundurus.png differ diff --git a/graphics/frontspr/gFrontSprite696Reshiram.png b/graphics/frontspr/gFrontSprite696Reshiram.png new file mode 100644 index 0000000..879f05d Binary files /dev/null and b/graphics/frontspr/gFrontSprite696Reshiram.png differ diff --git a/graphics/frontspr/gFrontSprite697Zekrom.png b/graphics/frontspr/gFrontSprite697Zekrom.png new file mode 100644 index 0000000..dc302f2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite697Zekrom.png differ diff --git a/graphics/frontspr/gFrontSprite698Landorus.png b/graphics/frontspr/gFrontSprite698Landorus.png new file mode 100644 index 0000000..15b4640 Binary files /dev/null and b/graphics/frontspr/gFrontSprite698Landorus.png differ diff --git a/graphics/frontspr/gFrontSprite699Kyurem.png b/graphics/frontspr/gFrontSprite699Kyurem.png new file mode 100644 index 0000000..a3c77ca Binary files /dev/null and b/graphics/frontspr/gFrontSprite699Kyurem.png differ diff --git a/graphics/frontspr/gFrontSprite700Keldeo.png b/graphics/frontspr/gFrontSprite700Keldeo.png new file mode 100644 index 0000000..193523c Binary files /dev/null and b/graphics/frontspr/gFrontSprite700Keldeo.png differ diff --git a/graphics/frontspr/gFrontSprite701Meloetta.png b/graphics/frontspr/gFrontSprite701Meloetta.png new file mode 100644 index 0000000..1b31781 Binary files /dev/null and b/graphics/frontspr/gFrontSprite701Meloetta.png differ diff --git a/graphics/frontspr/gFrontSprite702Genesect.png b/graphics/frontspr/gFrontSprite702Genesect.png new file mode 100644 index 0000000..480e3a7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite702Genesect.png differ diff --git a/graphics/frontspr/gFrontSprite703UnfezantF.png b/graphics/frontspr/gFrontSprite703UnfezantF.png new file mode 100644 index 0000000..8674f79 Binary files /dev/null and b/graphics/frontspr/gFrontSprite703UnfezantF.png differ diff --git a/graphics/frontspr/gFrontSprite704FrillishF.png b/graphics/frontspr/gFrontSprite704FrillishF.png new file mode 100644 index 0000000..d91bae4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite704FrillishF.png differ diff --git a/graphics/frontspr/gFrontSprite705JellicentF.png b/graphics/frontspr/gFrontSprite705JellicentF.png new file mode 100644 index 0000000..2b326c9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite705JellicentF.png differ diff --git a/graphics/frontspr/gFrontSprite707BurmySandy.png b/graphics/frontspr/gFrontSprite707BurmySandy.png new file mode 100644 index 0000000..b7c67ad Binary files /dev/null and b/graphics/frontspr/gFrontSprite707BurmySandy.png differ diff --git a/graphics/frontspr/gFrontSprite708BurmyTrash.png b/graphics/frontspr/gFrontSprite708BurmyTrash.png new file mode 100644 index 0000000..3886dea Binary files /dev/null and b/graphics/frontspr/gFrontSprite708BurmyTrash.png differ diff --git a/graphics/frontspr/gFrontSprite709WormadamSandy.png b/graphics/frontspr/gFrontSprite709WormadamSandy.png new file mode 100644 index 0000000..bf2fc00 Binary files /dev/null and b/graphics/frontspr/gFrontSprite709WormadamSandy.png differ diff --git a/graphics/frontspr/gFrontSprite710WormadamTrash.png b/graphics/frontspr/gFrontSprite710WormadamTrash.png new file mode 100644 index 0000000..c2060db Binary files /dev/null and b/graphics/frontspr/gFrontSprite710WormadamTrash.png differ diff --git a/graphics/frontspr/gFrontSprite711ShellosEast.png b/graphics/frontspr/gFrontSprite711ShellosEast.png new file mode 100644 index 0000000..d4cd348 Binary files /dev/null and b/graphics/frontspr/gFrontSprite711ShellosEast.png differ diff --git a/graphics/frontspr/gFrontSprite712GastrodonEast.png b/graphics/frontspr/gFrontSprite712GastrodonEast.png new file mode 100644 index 0000000..ab4c150 Binary files /dev/null and b/graphics/frontspr/gFrontSprite712GastrodonEast.png differ diff --git a/graphics/frontspr/gFrontSprite713RotomHeat.png b/graphics/frontspr/gFrontSprite713RotomHeat.png new file mode 100644 index 0000000..1491921 Binary files /dev/null and b/graphics/frontspr/gFrontSprite713RotomHeat.png differ diff --git a/graphics/frontspr/gFrontSprite714RotomWash.png b/graphics/frontspr/gFrontSprite714RotomWash.png new file mode 100644 index 0000000..d55d416 Binary files /dev/null and b/graphics/frontspr/gFrontSprite714RotomWash.png differ diff --git a/graphics/frontspr/gFrontSprite715RotomFrost.png b/graphics/frontspr/gFrontSprite715RotomFrost.png new file mode 100644 index 0000000..3e114f4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite715RotomFrost.png differ diff --git a/graphics/frontspr/gFrontSprite716RotomFan.png b/graphics/frontspr/gFrontSprite716RotomFan.png new file mode 100644 index 0000000..ea7eef2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite716RotomFan.png differ diff --git a/graphics/frontspr/gFrontSprite717RotomMow.png b/graphics/frontspr/gFrontSprite717RotomMow.png new file mode 100644 index 0000000..98a2cd0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite717RotomMow.png differ diff --git a/graphics/frontspr/gFrontSprite718GiratinaOrigin.png b/graphics/frontspr/gFrontSprite718GiratinaOrigin.png new file mode 100644 index 0000000..730bf6d Binary files /dev/null and b/graphics/frontspr/gFrontSprite718GiratinaOrigin.png differ diff --git a/graphics/frontspr/gFrontSprite719ShayminSky.png b/graphics/frontspr/gFrontSprite719ShayminSky.png new file mode 100644 index 0000000..3ac6720 Binary files /dev/null and b/graphics/frontspr/gFrontSprite719ShayminSky.png differ diff --git a/graphics/frontspr/gFrontSprite720ArceusFight.png b/graphics/frontspr/gFrontSprite720ArceusFight.png new file mode 100644 index 0000000..8efd45c Binary files /dev/null and b/graphics/frontspr/gFrontSprite720ArceusFight.png differ diff --git a/graphics/frontspr/gFrontSprite721ArceusFlying.png b/graphics/frontspr/gFrontSprite721ArceusFlying.png new file mode 100644 index 0000000..9b04f93 Binary files /dev/null and b/graphics/frontspr/gFrontSprite721ArceusFlying.png differ diff --git a/graphics/frontspr/gFrontSprite722ArceusPoison.png b/graphics/frontspr/gFrontSprite722ArceusPoison.png new file mode 100644 index 0000000..d2fb616 Binary files /dev/null and b/graphics/frontspr/gFrontSprite722ArceusPoison.png differ diff --git a/graphics/frontspr/gFrontSprite723ArceusGround.png b/graphics/frontspr/gFrontSprite723ArceusGround.png new file mode 100644 index 0000000..e41f6ae Binary files /dev/null and b/graphics/frontspr/gFrontSprite723ArceusGround.png differ diff --git a/graphics/frontspr/gFrontSprite724ArceusRock.png b/graphics/frontspr/gFrontSprite724ArceusRock.png new file mode 100644 index 0000000..1ebb57d Binary files /dev/null and b/graphics/frontspr/gFrontSprite724ArceusRock.png differ diff --git a/graphics/frontspr/gFrontSprite725ArceusBug.png b/graphics/frontspr/gFrontSprite725ArceusBug.png new file mode 100644 index 0000000..388bacf Binary files /dev/null and b/graphics/frontspr/gFrontSprite725ArceusBug.png differ diff --git a/graphics/frontspr/gFrontSprite726ArceusGhost.png b/graphics/frontspr/gFrontSprite726ArceusGhost.png new file mode 100644 index 0000000..b749f75 Binary files /dev/null and b/graphics/frontspr/gFrontSprite726ArceusGhost.png differ diff --git a/graphics/frontspr/gFrontSprite727ArceusSteel.png b/graphics/frontspr/gFrontSprite727ArceusSteel.png new file mode 100644 index 0000000..cc6935d Binary files /dev/null and b/graphics/frontspr/gFrontSprite727ArceusSteel.png differ diff --git a/graphics/frontspr/gFrontSprite728ArceusFire.png b/graphics/frontspr/gFrontSprite728ArceusFire.png new file mode 100644 index 0000000..b65e637 Binary files /dev/null and b/graphics/frontspr/gFrontSprite728ArceusFire.png differ diff --git a/graphics/frontspr/gFrontSprite729ArceusWater.png b/graphics/frontspr/gFrontSprite729ArceusWater.png new file mode 100644 index 0000000..9cd48c3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite729ArceusWater.png differ diff --git a/graphics/frontspr/gFrontSprite730ArceusGrass.png b/graphics/frontspr/gFrontSprite730ArceusGrass.png new file mode 100644 index 0000000..3f8ff4a Binary files /dev/null and b/graphics/frontspr/gFrontSprite730ArceusGrass.png differ diff --git a/graphics/frontspr/gFrontSprite731ArceusElectric.png b/graphics/frontspr/gFrontSprite731ArceusElectric.png new file mode 100644 index 0000000..dc4cd70 Binary files /dev/null and b/graphics/frontspr/gFrontSprite731ArceusElectric.png differ diff --git a/graphics/frontspr/gFrontSprite732ArceusPsychic.png b/graphics/frontspr/gFrontSprite732ArceusPsychic.png new file mode 100644 index 0000000..e394e89 Binary files /dev/null and b/graphics/frontspr/gFrontSprite732ArceusPsychic.png differ diff --git a/graphics/frontspr/gFrontSprite733ArceusIce.png b/graphics/frontspr/gFrontSprite733ArceusIce.png new file mode 100644 index 0000000..445c66f Binary files /dev/null and b/graphics/frontspr/gFrontSprite733ArceusIce.png differ diff --git a/graphics/frontspr/gFrontSprite734ArceusDragon.png b/graphics/frontspr/gFrontSprite734ArceusDragon.png new file mode 100644 index 0000000..4514c10 Binary files /dev/null and b/graphics/frontspr/gFrontSprite734ArceusDragon.png differ diff --git a/graphics/frontspr/gFrontSprite735ArceusDark.png b/graphics/frontspr/gFrontSprite735ArceusDark.png new file mode 100644 index 0000000..df872f3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite735ArceusDark.png differ diff --git a/graphics/frontspr/gFrontSprite736BasculinBlue.png b/graphics/frontspr/gFrontSprite736BasculinBlue.png new file mode 100644 index 0000000..738cb4a Binary files /dev/null and b/graphics/frontspr/gFrontSprite736BasculinBlue.png differ diff --git a/graphics/frontspr/gFrontSprite737Darmanitanzen.png b/graphics/frontspr/gFrontSprite737Darmanitanzen.png new file mode 100644 index 0000000..4061542 Binary files /dev/null and b/graphics/frontspr/gFrontSprite737Darmanitanzen.png differ diff --git a/graphics/frontspr/gFrontSprite738DeerlingSummer.png b/graphics/frontspr/gFrontSprite738DeerlingSummer.png new file mode 100644 index 0000000..6b2e808 Binary files /dev/null and b/graphics/frontspr/gFrontSprite738DeerlingSummer.png differ diff --git a/graphics/frontspr/gFrontSprite739DeerlingAutumn.png b/graphics/frontspr/gFrontSprite739DeerlingAutumn.png new file mode 100644 index 0000000..4cb7477 Binary files /dev/null and b/graphics/frontspr/gFrontSprite739DeerlingAutumn.png differ diff --git a/graphics/frontspr/gFrontSprite740DeerlingWinter.png b/graphics/frontspr/gFrontSprite740DeerlingWinter.png new file mode 100644 index 0000000..6cd0bf2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite740DeerlingWinter.png differ diff --git a/graphics/frontspr/gFrontSprite741SawsbuckSummer.png b/graphics/frontspr/gFrontSprite741SawsbuckSummer.png new file mode 100644 index 0000000..345080c Binary files /dev/null and b/graphics/frontspr/gFrontSprite741SawsbuckSummer.png differ diff --git a/graphics/frontspr/gFrontSprite742SawsbuckAutumn.png b/graphics/frontspr/gFrontSprite742SawsbuckAutumn.png new file mode 100644 index 0000000..34cd825 Binary files /dev/null and b/graphics/frontspr/gFrontSprite742SawsbuckAutumn.png differ diff --git a/graphics/frontspr/gFrontSprite743SawsbuckWinter.png b/graphics/frontspr/gFrontSprite743SawsbuckWinter.png new file mode 100644 index 0000000..d97aa2a Binary files /dev/null and b/graphics/frontspr/gFrontSprite743SawsbuckWinter.png differ diff --git a/graphics/frontspr/gFrontSprite744HippopotasF.png b/graphics/frontspr/gFrontSprite744HippopotasF.png new file mode 100644 index 0000000..7aeb40d Binary files /dev/null and b/graphics/frontspr/gFrontSprite744HippopotasF.png differ diff --git a/graphics/frontspr/gFrontSprite745HippowdonF.png b/graphics/frontspr/gFrontSprite745HippowdonF.png new file mode 100644 index 0000000..5791bee Binary files /dev/null and b/graphics/frontspr/gFrontSprite745HippowdonF.png differ diff --git a/graphics/frontspr/gFrontSprite746MeloettaPirouette.png b/graphics/frontspr/gFrontSprite746MeloettaPirouette.png new file mode 100644 index 0000000..808627e Binary files /dev/null and b/graphics/frontspr/gFrontSprite746MeloettaPirouette.png differ diff --git a/graphics/frontspr/gFrontSprite747GenesectShock.png b/graphics/frontspr/gFrontSprite747GenesectShock.png new file mode 100644 index 0000000..c99a9f1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite747GenesectShock.png differ diff --git a/graphics/frontspr/gFrontSprite748GenesectBurn.png b/graphics/frontspr/gFrontSprite748GenesectBurn.png new file mode 100644 index 0000000..0244a7f Binary files /dev/null and b/graphics/frontspr/gFrontSprite748GenesectBurn.png differ diff --git a/graphics/frontspr/gFrontSprite749GenesectChill.png b/graphics/frontspr/gFrontSprite749GenesectChill.png new file mode 100644 index 0000000..5e06faf Binary files /dev/null and b/graphics/frontspr/gFrontSprite749GenesectChill.png differ diff --git a/graphics/frontspr/gFrontSprite750GenesectDouse.png b/graphics/frontspr/gFrontSprite750GenesectDouse.png new file mode 100644 index 0000000..8a61c0a Binary files /dev/null and b/graphics/frontspr/gFrontSprite750GenesectDouse.png differ diff --git a/graphics/frontspr/gFrontSprite751CherrimSun.png b/graphics/frontspr/gFrontSprite751CherrimSun.png new file mode 100644 index 0000000..93f0922 Binary files /dev/null and b/graphics/frontspr/gFrontSprite751CherrimSun.png differ diff --git a/graphics/frontspr/gFrontSprite752KyuremBlack.png b/graphics/frontspr/gFrontSprite752KyuremBlack.png new file mode 100644 index 0000000..c9e3af0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite752KyuremBlack.png differ diff --git a/graphics/frontspr/gFrontSprite753KyuremWhite.png b/graphics/frontspr/gFrontSprite753KyuremWhite.png new file mode 100644 index 0000000..11426d3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite753KyuremWhite.png differ diff --git a/graphics/frontspr/gFrontSprite754TornadusTherian.png b/graphics/frontspr/gFrontSprite754TornadusTherian.png new file mode 100644 index 0000000..24bf0d3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite754TornadusTherian.png differ diff --git a/graphics/frontspr/gFrontSprite755ThundurusTherian.png b/graphics/frontspr/gFrontSprite755ThundurusTherian.png new file mode 100644 index 0000000..6ad5bfc Binary files /dev/null and b/graphics/frontspr/gFrontSprite755ThundurusTherian.png differ diff --git a/graphics/frontspr/gFrontSprite756LandorusTherian.png b/graphics/frontspr/gFrontSprite756LandorusTherian.png new file mode 100644 index 0000000..b39d701 Binary files /dev/null and b/graphics/frontspr/gFrontSprite756LandorusTherian.png differ diff --git a/graphics/frontspr/gFrontSprite757KeldeoResolute.png b/graphics/frontspr/gFrontSprite757KeldeoResolute.png new file mode 100644 index 0000000..3883dc4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite757KeldeoResolute.png differ diff --git a/graphics/frontspr/gFrontSprite758Chespin.png b/graphics/frontspr/gFrontSprite758Chespin.png new file mode 100644 index 0000000..50af98a Binary files /dev/null and b/graphics/frontspr/gFrontSprite758Chespin.png differ diff --git a/graphics/frontspr/gFrontSprite759Quilladin.png b/graphics/frontspr/gFrontSprite759Quilladin.png new file mode 100644 index 0000000..ea30cde Binary files /dev/null and b/graphics/frontspr/gFrontSprite759Quilladin.png differ diff --git a/graphics/frontspr/gFrontSprite760Chesnaught.png b/graphics/frontspr/gFrontSprite760Chesnaught.png new file mode 100644 index 0000000..6d6e5d0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite760Chesnaught.png differ diff --git a/graphics/frontspr/gFrontSprite761Fennekin.png b/graphics/frontspr/gFrontSprite761Fennekin.png new file mode 100644 index 0000000..d4f1e3b Binary files /dev/null and b/graphics/frontspr/gFrontSprite761Fennekin.png differ diff --git a/graphics/frontspr/gFrontSprite762Braixen.png b/graphics/frontspr/gFrontSprite762Braixen.png new file mode 100644 index 0000000..33b2722 Binary files /dev/null and b/graphics/frontspr/gFrontSprite762Braixen.png differ diff --git a/graphics/frontspr/gFrontSprite763Delphox.png b/graphics/frontspr/gFrontSprite763Delphox.png new file mode 100644 index 0000000..10c57b9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite763Delphox.png differ diff --git a/graphics/frontspr/gFrontSprite764Froakie.png b/graphics/frontspr/gFrontSprite764Froakie.png new file mode 100644 index 0000000..5119691 Binary files /dev/null and b/graphics/frontspr/gFrontSprite764Froakie.png differ diff --git a/graphics/frontspr/gFrontSprite765Frogadier.png b/graphics/frontspr/gFrontSprite765Frogadier.png new file mode 100644 index 0000000..842bb1a Binary files /dev/null and b/graphics/frontspr/gFrontSprite765Frogadier.png differ diff --git a/graphics/frontspr/gFrontSprite766Greninja.png b/graphics/frontspr/gFrontSprite766Greninja.png new file mode 100644 index 0000000..16b2feb Binary files /dev/null and b/graphics/frontspr/gFrontSprite766Greninja.png differ diff --git a/graphics/frontspr/gFrontSprite767Bunnelby.png b/graphics/frontspr/gFrontSprite767Bunnelby.png new file mode 100644 index 0000000..a288f5b Binary files /dev/null and b/graphics/frontspr/gFrontSprite767Bunnelby.png differ diff --git a/graphics/frontspr/gFrontSprite768Diggersby.png b/graphics/frontspr/gFrontSprite768Diggersby.png new file mode 100644 index 0000000..542644e Binary files /dev/null and b/graphics/frontspr/gFrontSprite768Diggersby.png differ diff --git a/graphics/frontspr/gFrontSprite769Fletchling.png b/graphics/frontspr/gFrontSprite769Fletchling.png new file mode 100644 index 0000000..0f5ba46 Binary files /dev/null and b/graphics/frontspr/gFrontSprite769Fletchling.png differ diff --git a/graphics/frontspr/gFrontSprite770Fletchinder.png b/graphics/frontspr/gFrontSprite770Fletchinder.png new file mode 100644 index 0000000..7dd660e Binary files /dev/null and b/graphics/frontspr/gFrontSprite770Fletchinder.png differ diff --git a/graphics/frontspr/gFrontSprite771Talonflame.png b/graphics/frontspr/gFrontSprite771Talonflame.png new file mode 100644 index 0000000..4c8177d Binary files /dev/null and b/graphics/frontspr/gFrontSprite771Talonflame.png differ diff --git a/graphics/frontspr/gFrontSprite772Scatterbug.png b/graphics/frontspr/gFrontSprite772Scatterbug.png new file mode 100644 index 0000000..99664d4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite772Scatterbug.png differ diff --git a/graphics/frontspr/gFrontSprite773Spewpa.png b/graphics/frontspr/gFrontSprite773Spewpa.png new file mode 100644 index 0000000..548752e Binary files /dev/null and b/graphics/frontspr/gFrontSprite773Spewpa.png differ diff --git a/graphics/frontspr/gFrontSprite774Vivillon.png b/graphics/frontspr/gFrontSprite774Vivillon.png new file mode 100644 index 0000000..8f81f39 Binary files /dev/null and b/graphics/frontspr/gFrontSprite774Vivillon.png differ diff --git a/graphics/frontspr/gFrontSprite775Litleo.png b/graphics/frontspr/gFrontSprite775Litleo.png new file mode 100644 index 0000000..8b3e46f Binary files /dev/null and b/graphics/frontspr/gFrontSprite775Litleo.png differ diff --git a/graphics/frontspr/gFrontSprite776Pyroar.png b/graphics/frontspr/gFrontSprite776Pyroar.png new file mode 100644 index 0000000..b0b566d Binary files /dev/null and b/graphics/frontspr/gFrontSprite776Pyroar.png differ diff --git a/graphics/frontspr/gFrontSprite777Flabebe.png b/graphics/frontspr/gFrontSprite777Flabebe.png new file mode 100644 index 0000000..0549349 Binary files /dev/null and b/graphics/frontspr/gFrontSprite777Flabebe.png differ diff --git a/graphics/frontspr/gFrontSprite778Floette.png b/graphics/frontspr/gFrontSprite778Floette.png new file mode 100644 index 0000000..99798a0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite778Floette.png differ diff --git a/graphics/frontspr/gFrontSprite779Florges.png b/graphics/frontspr/gFrontSprite779Florges.png new file mode 100644 index 0000000..5c06b9a Binary files /dev/null and b/graphics/frontspr/gFrontSprite779Florges.png differ diff --git a/graphics/frontspr/gFrontSprite780Skiddo.png b/graphics/frontspr/gFrontSprite780Skiddo.png new file mode 100644 index 0000000..bbefc28 Binary files /dev/null and b/graphics/frontspr/gFrontSprite780Skiddo.png differ diff --git a/graphics/frontspr/gFrontSprite781Gogoat.png b/graphics/frontspr/gFrontSprite781Gogoat.png new file mode 100644 index 0000000..f5400bc Binary files /dev/null and b/graphics/frontspr/gFrontSprite781Gogoat.png differ diff --git a/graphics/frontspr/gFrontSprite782Pancham.png b/graphics/frontspr/gFrontSprite782Pancham.png new file mode 100644 index 0000000..84c07ce Binary files /dev/null and b/graphics/frontspr/gFrontSprite782Pancham.png differ diff --git a/graphics/frontspr/gFrontSprite783Pangoro.png b/graphics/frontspr/gFrontSprite783Pangoro.png new file mode 100644 index 0000000..c8db93b Binary files /dev/null and b/graphics/frontspr/gFrontSprite783Pangoro.png differ diff --git a/graphics/frontspr/gFrontSprite784Furfrou.png b/graphics/frontspr/gFrontSprite784Furfrou.png new file mode 100644 index 0000000..8f036ee Binary files /dev/null and b/graphics/frontspr/gFrontSprite784Furfrou.png differ diff --git a/graphics/frontspr/gFrontSprite785Espurr.png b/graphics/frontspr/gFrontSprite785Espurr.png new file mode 100644 index 0000000..a35c538 Binary files /dev/null and b/graphics/frontspr/gFrontSprite785Espurr.png differ diff --git a/graphics/frontspr/gFrontSprite786Meowstic.png b/graphics/frontspr/gFrontSprite786Meowstic.png new file mode 100644 index 0000000..99a26f6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite786Meowstic.png differ diff --git a/graphics/frontspr/gFrontSprite787Honedge.png b/graphics/frontspr/gFrontSprite787Honedge.png new file mode 100644 index 0000000..3ec87dd Binary files /dev/null and b/graphics/frontspr/gFrontSprite787Honedge.png differ diff --git a/graphics/frontspr/gFrontSprite788Doublade.png b/graphics/frontspr/gFrontSprite788Doublade.png new file mode 100644 index 0000000..28a7346 Binary files /dev/null and b/graphics/frontspr/gFrontSprite788Doublade.png differ diff --git a/graphics/frontspr/gFrontSprite789Aegislash.png b/graphics/frontspr/gFrontSprite789Aegislash.png new file mode 100644 index 0000000..675a714 Binary files /dev/null and b/graphics/frontspr/gFrontSprite789Aegislash.png differ diff --git a/graphics/frontspr/gFrontSprite790Spritzee.png b/graphics/frontspr/gFrontSprite790Spritzee.png new file mode 100644 index 0000000..6eeb350 Binary files /dev/null and b/graphics/frontspr/gFrontSprite790Spritzee.png differ diff --git a/graphics/frontspr/gFrontSprite791Aromatisse.png b/graphics/frontspr/gFrontSprite791Aromatisse.png new file mode 100644 index 0000000..61533eb Binary files /dev/null and b/graphics/frontspr/gFrontSprite791Aromatisse.png differ diff --git a/graphics/frontspr/gFrontSprite792Swirlix.png b/graphics/frontspr/gFrontSprite792Swirlix.png new file mode 100644 index 0000000..54cad1e Binary files /dev/null and b/graphics/frontspr/gFrontSprite792Swirlix.png differ diff --git a/graphics/frontspr/gFrontSprite793Slurpuff.png b/graphics/frontspr/gFrontSprite793Slurpuff.png new file mode 100644 index 0000000..5e57117 Binary files /dev/null and b/graphics/frontspr/gFrontSprite793Slurpuff.png differ diff --git a/graphics/frontspr/gFrontSprite794Inkay.png b/graphics/frontspr/gFrontSprite794Inkay.png new file mode 100644 index 0000000..1406052 Binary files /dev/null and b/graphics/frontspr/gFrontSprite794Inkay.png differ diff --git a/graphics/frontspr/gFrontSprite795Malamar.png b/graphics/frontspr/gFrontSprite795Malamar.png new file mode 100644 index 0000000..56fef7d Binary files /dev/null and b/graphics/frontspr/gFrontSprite795Malamar.png differ diff --git a/graphics/frontspr/gFrontSprite796Binacle.png b/graphics/frontspr/gFrontSprite796Binacle.png new file mode 100644 index 0000000..5cbf653 Binary files /dev/null and b/graphics/frontspr/gFrontSprite796Binacle.png differ diff --git a/graphics/frontspr/gFrontSprite797Barbaracle.png b/graphics/frontspr/gFrontSprite797Barbaracle.png new file mode 100644 index 0000000..e29a3e9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite797Barbaracle.png differ diff --git a/graphics/frontspr/gFrontSprite798Skrelp.png b/graphics/frontspr/gFrontSprite798Skrelp.png new file mode 100644 index 0000000..f4e6e78 Binary files /dev/null and b/graphics/frontspr/gFrontSprite798Skrelp.png differ diff --git a/graphics/frontspr/gFrontSprite799Dragalge.png b/graphics/frontspr/gFrontSprite799Dragalge.png new file mode 100644 index 0000000..7c5c938 Binary files /dev/null and b/graphics/frontspr/gFrontSprite799Dragalge.png differ diff --git a/graphics/frontspr/gFrontSprite800Clauncher.png b/graphics/frontspr/gFrontSprite800Clauncher.png new file mode 100644 index 0000000..c9b8ef3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite800Clauncher.png differ diff --git a/graphics/frontspr/gFrontSprite801Clawitzer.png b/graphics/frontspr/gFrontSprite801Clawitzer.png new file mode 100644 index 0000000..4d9792b Binary files /dev/null and b/graphics/frontspr/gFrontSprite801Clawitzer.png differ diff --git a/graphics/frontspr/gFrontSprite802Helioptile.png b/graphics/frontspr/gFrontSprite802Helioptile.png new file mode 100644 index 0000000..cfc71ca Binary files /dev/null and b/graphics/frontspr/gFrontSprite802Helioptile.png differ diff --git a/graphics/frontspr/gFrontSprite803Heliolisk.png b/graphics/frontspr/gFrontSprite803Heliolisk.png new file mode 100644 index 0000000..1582f4c Binary files /dev/null and b/graphics/frontspr/gFrontSprite803Heliolisk.png differ diff --git a/graphics/frontspr/gFrontSprite804Tyrunt.png b/graphics/frontspr/gFrontSprite804Tyrunt.png new file mode 100644 index 0000000..433ba52 Binary files /dev/null and b/graphics/frontspr/gFrontSprite804Tyrunt.png differ diff --git a/graphics/frontspr/gFrontSprite805Tyrantrum.png b/graphics/frontspr/gFrontSprite805Tyrantrum.png new file mode 100644 index 0000000..6e4f5a2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite805Tyrantrum.png differ diff --git a/graphics/frontspr/gFrontSprite806Amaura.png b/graphics/frontspr/gFrontSprite806Amaura.png new file mode 100644 index 0000000..132627a Binary files /dev/null and b/graphics/frontspr/gFrontSprite806Amaura.png differ diff --git a/graphics/frontspr/gFrontSprite807Aurorus.png b/graphics/frontspr/gFrontSprite807Aurorus.png new file mode 100644 index 0000000..bdae7b2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite807Aurorus.png differ diff --git a/graphics/frontspr/gFrontSprite808Sylveon.png b/graphics/frontspr/gFrontSprite808Sylveon.png new file mode 100644 index 0000000..570d67e Binary files /dev/null and b/graphics/frontspr/gFrontSprite808Sylveon.png differ diff --git a/graphics/frontspr/gFrontSprite809Hawlucha.png b/graphics/frontspr/gFrontSprite809Hawlucha.png new file mode 100644 index 0000000..80dd6a8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite809Hawlucha.png differ diff --git a/graphics/frontspr/gFrontSprite810Dedenne.png b/graphics/frontspr/gFrontSprite810Dedenne.png new file mode 100644 index 0000000..adb4750 Binary files /dev/null and b/graphics/frontspr/gFrontSprite810Dedenne.png differ diff --git a/graphics/frontspr/gFrontSprite811Carbink.png b/graphics/frontspr/gFrontSprite811Carbink.png new file mode 100644 index 0000000..976f270 Binary files /dev/null and b/graphics/frontspr/gFrontSprite811Carbink.png differ diff --git a/graphics/frontspr/gFrontSprite812Goomy.png b/graphics/frontspr/gFrontSprite812Goomy.png new file mode 100644 index 0000000..3bf2e51 Binary files /dev/null and b/graphics/frontspr/gFrontSprite812Goomy.png differ diff --git a/graphics/frontspr/gFrontSprite813Sliggoo.png b/graphics/frontspr/gFrontSprite813Sliggoo.png new file mode 100644 index 0000000..95dc4ff Binary files /dev/null and b/graphics/frontspr/gFrontSprite813Sliggoo.png differ diff --git a/graphics/frontspr/gFrontSprite814Goodra.png b/graphics/frontspr/gFrontSprite814Goodra.png new file mode 100644 index 0000000..470c63b Binary files /dev/null and b/graphics/frontspr/gFrontSprite814Goodra.png differ diff --git a/graphics/frontspr/gFrontSprite815Klefki.png b/graphics/frontspr/gFrontSprite815Klefki.png new file mode 100644 index 0000000..4b4c718 Binary files /dev/null and b/graphics/frontspr/gFrontSprite815Klefki.png differ diff --git a/graphics/frontspr/gFrontSprite816Phantump.png b/graphics/frontspr/gFrontSprite816Phantump.png new file mode 100644 index 0000000..eb8353f Binary files /dev/null and b/graphics/frontspr/gFrontSprite816Phantump.png differ diff --git a/graphics/frontspr/gFrontSprite817Trevenant.png b/graphics/frontspr/gFrontSprite817Trevenant.png new file mode 100644 index 0000000..77bcfc3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite817Trevenant.png differ diff --git a/graphics/frontspr/gFrontSprite818Pumpkaboo.png b/graphics/frontspr/gFrontSprite818Pumpkaboo.png new file mode 100644 index 0000000..3b3f4e4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite818Pumpkaboo.png differ diff --git a/graphics/frontspr/gFrontSprite819Gourgeist.png b/graphics/frontspr/gFrontSprite819Gourgeist.png new file mode 100644 index 0000000..db24ac1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite819Gourgeist.png differ diff --git a/graphics/frontspr/gFrontSprite820Bergmite.png b/graphics/frontspr/gFrontSprite820Bergmite.png new file mode 100644 index 0000000..9610c40 Binary files /dev/null and b/graphics/frontspr/gFrontSprite820Bergmite.png differ diff --git a/graphics/frontspr/gFrontSprite821Avalugg.png b/graphics/frontspr/gFrontSprite821Avalugg.png new file mode 100644 index 0000000..e6f55ab Binary files /dev/null and b/graphics/frontspr/gFrontSprite821Avalugg.png differ diff --git a/graphics/frontspr/gFrontSprite822Noibat.png b/graphics/frontspr/gFrontSprite822Noibat.png new file mode 100644 index 0000000..3b489c5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite822Noibat.png differ diff --git a/graphics/frontspr/gFrontSprite823Noivern.png b/graphics/frontspr/gFrontSprite823Noivern.png new file mode 100644 index 0000000..5f2c638 Binary files /dev/null and b/graphics/frontspr/gFrontSprite823Noivern.png differ diff --git a/graphics/frontspr/gFrontSprite824Xerneas.png b/graphics/frontspr/gFrontSprite824Xerneas.png new file mode 100644 index 0000000..cd4e9ac Binary files /dev/null and b/graphics/frontspr/gFrontSprite824Xerneas.png differ diff --git a/graphics/frontspr/gFrontSprite825Yveltal.png b/graphics/frontspr/gFrontSprite825Yveltal.png new file mode 100644 index 0000000..d1c263c Binary files /dev/null and b/graphics/frontspr/gFrontSprite825Yveltal.png differ diff --git a/graphics/frontspr/gFrontSprite826Zygarde.png b/graphics/frontspr/gFrontSprite826Zygarde.png new file mode 100644 index 0000000..b2ca36d Binary files /dev/null and b/graphics/frontspr/gFrontSprite826Zygarde.png differ diff --git a/graphics/frontspr/gFrontSprite827Diancie.png b/graphics/frontspr/gFrontSprite827Diancie.png new file mode 100644 index 0000000..8edab42 Binary files /dev/null and b/graphics/frontspr/gFrontSprite827Diancie.png differ diff --git a/graphics/frontspr/gFrontSprite828Hoopa.png b/graphics/frontspr/gFrontSprite828Hoopa.png new file mode 100644 index 0000000..e45ddf0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite828Hoopa.png differ diff --git a/graphics/frontspr/gFrontSprite829HoopaUnbound.png b/graphics/frontspr/gFrontSprite829HoopaUnbound.png new file mode 100644 index 0000000..56630dd Binary files /dev/null and b/graphics/frontspr/gFrontSprite829HoopaUnbound.png differ diff --git a/graphics/frontspr/gFrontSprite830Volcanion.png b/graphics/frontspr/gFrontSprite830Volcanion.png new file mode 100644 index 0000000..ceea6bd Binary files /dev/null and b/graphics/frontspr/gFrontSprite830Volcanion.png differ diff --git a/graphics/frontspr/gFrontSprite831PyroarFemale.png b/graphics/frontspr/gFrontSprite831PyroarFemale.png new file mode 100644 index 0000000..1bb13ee Binary files /dev/null and b/graphics/frontspr/gFrontSprite831PyroarFemale.png differ diff --git a/graphics/frontspr/gFrontSprite832MeowsticFemale.png b/graphics/frontspr/gFrontSprite832MeowsticFemale.png new file mode 100644 index 0000000..a88b9ca Binary files /dev/null and b/graphics/frontspr/gFrontSprite832MeowsticFemale.png differ diff --git a/graphics/frontspr/gFrontSprite833AegislashBlade.png b/graphics/frontspr/gFrontSprite833AegislashBlade.png new file mode 100644 index 0000000..66c1b4d Binary files /dev/null and b/graphics/frontspr/gFrontSprite833AegislashBlade.png differ diff --git a/graphics/frontspr/gFrontSprite834ArceusFairy.png b/graphics/frontspr/gFrontSprite834ArceusFairy.png new file mode 100644 index 0000000..a36546f Binary files /dev/null and b/graphics/frontspr/gFrontSprite834ArceusFairy.png differ diff --git a/graphics/frontspr/gFrontSprite835ZygardeCell.png b/graphics/frontspr/gFrontSprite835ZygardeCell.png new file mode 100644 index 0000000..e4947cd Binary files /dev/null and b/graphics/frontspr/gFrontSprite835ZygardeCell.png differ diff --git a/graphics/frontspr/gFrontSprite836ZygardeCore.png b/graphics/frontspr/gFrontSprite836ZygardeCore.png new file mode 100644 index 0000000..1d0281c Binary files /dev/null and b/graphics/frontspr/gFrontSprite836ZygardeCore.png differ diff --git a/graphics/frontspr/gFrontSprite837Zygarde10.png b/graphics/frontspr/gFrontSprite837Zygarde10.png new file mode 100644 index 0000000..4d87a44 Binary files /dev/null and b/graphics/frontspr/gFrontSprite837Zygarde10.png differ diff --git a/graphics/frontspr/gFrontSprite838ZygardeComplete.png b/graphics/frontspr/gFrontSprite838ZygardeComplete.png new file mode 100644 index 0000000..bb790ed Binary files /dev/null and b/graphics/frontspr/gFrontSprite838ZygardeComplete.png differ diff --git a/graphics/frontspr/gFrontSprite839Ashgreninja.png b/graphics/frontspr/gFrontSprite839Ashgreninja.png new file mode 100644 index 0000000..5096be7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite839Ashgreninja.png differ diff --git a/graphics/frontspr/gFrontSprite840FlabebeBlue.png b/graphics/frontspr/gFrontSprite840FlabebeBlue.png new file mode 100644 index 0000000..e61190a Binary files /dev/null and b/graphics/frontspr/gFrontSprite840FlabebeBlue.png differ diff --git a/graphics/frontspr/gFrontSprite841FlabebeOrange.png b/graphics/frontspr/gFrontSprite841FlabebeOrange.png new file mode 100644 index 0000000..c1bc4cb Binary files /dev/null and b/graphics/frontspr/gFrontSprite841FlabebeOrange.png differ diff --git a/graphics/frontspr/gFrontSprite842FlabebeYellow.png b/graphics/frontspr/gFrontSprite842FlabebeYellow.png new file mode 100644 index 0000000..8760302 Binary files /dev/null and b/graphics/frontspr/gFrontSprite842FlabebeYellow.png differ diff --git a/graphics/frontspr/gFrontSprite843FlabebeWhite.png b/graphics/frontspr/gFrontSprite843FlabebeWhite.png new file mode 100644 index 0000000..799f291 Binary files /dev/null and b/graphics/frontspr/gFrontSprite843FlabebeWhite.png differ diff --git a/graphics/frontspr/gFrontSprite844FloetteBlue.png b/graphics/frontspr/gFrontSprite844FloetteBlue.png new file mode 100644 index 0000000..7a47a77 Binary files /dev/null and b/graphics/frontspr/gFrontSprite844FloetteBlue.png differ diff --git a/graphics/frontspr/gFrontSprite845FloetteOrange.png b/graphics/frontspr/gFrontSprite845FloetteOrange.png new file mode 100644 index 0000000..0251535 Binary files /dev/null and b/graphics/frontspr/gFrontSprite845FloetteOrange.png differ diff --git a/graphics/frontspr/gFrontSprite846FloetteYellow.png b/graphics/frontspr/gFrontSprite846FloetteYellow.png new file mode 100644 index 0000000..700a2cc Binary files /dev/null and b/graphics/frontspr/gFrontSprite846FloetteYellow.png differ diff --git a/graphics/frontspr/gFrontSprite847FloetteWhite.png b/graphics/frontspr/gFrontSprite847FloetteWhite.png new file mode 100644 index 0000000..e0edd2a Binary files /dev/null and b/graphics/frontspr/gFrontSprite847FloetteWhite.png differ diff --git a/graphics/frontspr/gFrontSprite848FloetteEternal.png b/graphics/frontspr/gFrontSprite848FloetteEternal.png new file mode 100644 index 0000000..6fa9b58 Binary files /dev/null and b/graphics/frontspr/gFrontSprite848FloetteEternal.png differ diff --git a/graphics/frontspr/gFrontSprite849FlorgesBlue.png b/graphics/frontspr/gFrontSprite849FlorgesBlue.png new file mode 100644 index 0000000..d177f41 Binary files /dev/null and b/graphics/frontspr/gFrontSprite849FlorgesBlue.png differ diff --git a/graphics/frontspr/gFrontSprite850FlorgesOrange.png b/graphics/frontspr/gFrontSprite850FlorgesOrange.png new file mode 100644 index 0000000..de248a7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite850FlorgesOrange.png differ diff --git a/graphics/frontspr/gFrontSprite851FlorgesYellow.png b/graphics/frontspr/gFrontSprite851FlorgesYellow.png new file mode 100644 index 0000000..9b8575e Binary files /dev/null and b/graphics/frontspr/gFrontSprite851FlorgesYellow.png differ diff --git a/graphics/frontspr/gFrontSprite852FlorgesWhite.png b/graphics/frontspr/gFrontSprite852FlorgesWhite.png new file mode 100644 index 0000000..3ec9107 Binary files /dev/null and b/graphics/frontspr/gFrontSprite852FlorgesWhite.png differ diff --git a/graphics/frontspr/gFrontSprite853PumpkabooXl.png b/graphics/frontspr/gFrontSprite853PumpkabooXl.png new file mode 100644 index 0000000..6ec9d71 Binary files /dev/null and b/graphics/frontspr/gFrontSprite853PumpkabooXl.png differ diff --git a/graphics/frontspr/gFrontSprite854PumpkabooL.png b/graphics/frontspr/gFrontSprite854PumpkabooL.png new file mode 100644 index 0000000..24dab9b Binary files /dev/null and b/graphics/frontspr/gFrontSprite854PumpkabooL.png differ diff --git a/graphics/frontspr/gFrontSprite855PumpkabooM.png b/graphics/frontspr/gFrontSprite855PumpkabooM.png new file mode 100644 index 0000000..732223d Binary files /dev/null and b/graphics/frontspr/gFrontSprite855PumpkabooM.png differ diff --git a/graphics/frontspr/gFrontSprite856GourgeistXl.png b/graphics/frontspr/gFrontSprite856GourgeistXl.png new file mode 100644 index 0000000..b0bef26 Binary files /dev/null and b/graphics/frontspr/gFrontSprite856GourgeistXl.png differ diff --git a/graphics/frontspr/gFrontSprite857GourgeistL.png b/graphics/frontspr/gFrontSprite857GourgeistL.png new file mode 100644 index 0000000..ab3e938 Binary files /dev/null and b/graphics/frontspr/gFrontSprite857GourgeistL.png differ diff --git a/graphics/frontspr/gFrontSprite858GourgeistM.png b/graphics/frontspr/gFrontSprite858GourgeistM.png new file mode 100644 index 0000000..c028df9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite858GourgeistM.png differ diff --git a/graphics/frontspr/gFrontSprite859FurfrouHeart.png b/graphics/frontspr/gFrontSprite859FurfrouHeart.png new file mode 100644 index 0000000..b60194f Binary files /dev/null and b/graphics/frontspr/gFrontSprite859FurfrouHeart.png differ diff --git a/graphics/frontspr/gFrontSprite860FurfrouDiamond.png b/graphics/frontspr/gFrontSprite860FurfrouDiamond.png new file mode 100644 index 0000000..5c50e82 Binary files /dev/null and b/graphics/frontspr/gFrontSprite860FurfrouDiamond.png differ diff --git a/graphics/frontspr/gFrontSprite861FurfrouStar.png b/graphics/frontspr/gFrontSprite861FurfrouStar.png new file mode 100644 index 0000000..f711961 Binary files /dev/null and b/graphics/frontspr/gFrontSprite861FurfrouStar.png differ diff --git a/graphics/frontspr/gFrontSprite862FurfrouPharoah.png b/graphics/frontspr/gFrontSprite862FurfrouPharoah.png new file mode 100644 index 0000000..2a15c2a Binary files /dev/null and b/graphics/frontspr/gFrontSprite862FurfrouPharoah.png differ diff --git a/graphics/frontspr/gFrontSprite863FurfrouKabuki.png b/graphics/frontspr/gFrontSprite863FurfrouKabuki.png new file mode 100644 index 0000000..156184f Binary files /dev/null and b/graphics/frontspr/gFrontSprite863FurfrouKabuki.png differ diff --git a/graphics/frontspr/gFrontSprite864FurfrouLaReine.png b/graphics/frontspr/gFrontSprite864FurfrouLaReine.png new file mode 100644 index 0000000..91613aa Binary files /dev/null and b/graphics/frontspr/gFrontSprite864FurfrouLaReine.png differ diff --git a/graphics/frontspr/gFrontSprite865FurfrouMatron.png b/graphics/frontspr/gFrontSprite865FurfrouMatron.png new file mode 100644 index 0000000..072ace1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite865FurfrouMatron.png differ diff --git a/graphics/frontspr/gFrontSprite866FurfrouDandy.png b/graphics/frontspr/gFrontSprite866FurfrouDandy.png new file mode 100644 index 0000000..3d0ba9a Binary files /dev/null and b/graphics/frontspr/gFrontSprite866FurfrouDandy.png differ diff --git a/graphics/frontspr/gFrontSprite867FurfrouDebutante.png b/graphics/frontspr/gFrontSprite867FurfrouDebutante.png new file mode 100644 index 0000000..9f304e4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite867FurfrouDebutante.png differ diff --git a/graphics/frontspr/gFrontSprite868VivillonFancy.png b/graphics/frontspr/gFrontSprite868VivillonFancy.png new file mode 100644 index 0000000..a972599 Binary files /dev/null and b/graphics/frontspr/gFrontSprite868VivillonFancy.png differ diff --git a/graphics/frontspr/gFrontSprite869VenusaurMega.png b/graphics/frontspr/gFrontSprite869VenusaurMega.png new file mode 100644 index 0000000..46bbfa2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite869VenusaurMega.png differ diff --git a/graphics/frontspr/gFrontSprite870CharizardMegaX.png b/graphics/frontspr/gFrontSprite870CharizardMegaX.png new file mode 100644 index 0000000..b298f50 Binary files /dev/null and b/graphics/frontspr/gFrontSprite870CharizardMegaX.png differ diff --git a/graphics/frontspr/gFrontSprite871CharizardMegaY.png b/graphics/frontspr/gFrontSprite871CharizardMegaY.png new file mode 100644 index 0000000..8400667 Binary files /dev/null and b/graphics/frontspr/gFrontSprite871CharizardMegaY.png differ diff --git a/graphics/frontspr/gFrontSprite872BlastoiseMega.png b/graphics/frontspr/gFrontSprite872BlastoiseMega.png new file mode 100644 index 0000000..69329c9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite872BlastoiseMega.png differ diff --git a/graphics/frontspr/gFrontSprite873BeedrillMega.png b/graphics/frontspr/gFrontSprite873BeedrillMega.png new file mode 100644 index 0000000..4600ae0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite873BeedrillMega.png differ diff --git a/graphics/frontspr/gFrontSprite874PidgeotMega.png b/graphics/frontspr/gFrontSprite874PidgeotMega.png new file mode 100644 index 0000000..515fd35 Binary files /dev/null and b/graphics/frontspr/gFrontSprite874PidgeotMega.png differ diff --git a/graphics/frontspr/gFrontSprite875AlakazamMega.png b/graphics/frontspr/gFrontSprite875AlakazamMega.png new file mode 100644 index 0000000..61fd639 Binary files /dev/null and b/graphics/frontspr/gFrontSprite875AlakazamMega.png differ diff --git a/graphics/frontspr/gFrontSprite876SlowbroMega.png b/graphics/frontspr/gFrontSprite876SlowbroMega.png new file mode 100644 index 0000000..224e7d3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite876SlowbroMega.png differ diff --git a/graphics/frontspr/gFrontSprite877GengarMega.png b/graphics/frontspr/gFrontSprite877GengarMega.png new file mode 100644 index 0000000..5c58427 Binary files /dev/null and b/graphics/frontspr/gFrontSprite877GengarMega.png differ diff --git a/graphics/frontspr/gFrontSprite878KangaskhanMega.png b/graphics/frontspr/gFrontSprite878KangaskhanMega.png new file mode 100644 index 0000000..2b421d0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite878KangaskhanMega.png differ diff --git a/graphics/frontspr/gFrontSprite879PinsirMega.png b/graphics/frontspr/gFrontSprite879PinsirMega.png new file mode 100644 index 0000000..2fa7161 Binary files /dev/null and b/graphics/frontspr/gFrontSprite879PinsirMega.png differ diff --git a/graphics/frontspr/gFrontSprite880GyaradosMega.png b/graphics/frontspr/gFrontSprite880GyaradosMega.png new file mode 100644 index 0000000..b16ae80 Binary files /dev/null and b/graphics/frontspr/gFrontSprite880GyaradosMega.png differ diff --git a/graphics/frontspr/gFrontSprite881AerodactylMega.png b/graphics/frontspr/gFrontSprite881AerodactylMega.png new file mode 100644 index 0000000..8db5f23 Binary files /dev/null and b/graphics/frontspr/gFrontSprite881AerodactylMega.png differ diff --git a/graphics/frontspr/gFrontSprite882MewtwoMegaX.png b/graphics/frontspr/gFrontSprite882MewtwoMegaX.png new file mode 100644 index 0000000..1f13907 Binary files /dev/null and b/graphics/frontspr/gFrontSprite882MewtwoMegaX.png differ diff --git a/graphics/frontspr/gFrontSprite883MewtwoMegaY.png b/graphics/frontspr/gFrontSprite883MewtwoMegaY.png new file mode 100644 index 0000000..79f46ff Binary files /dev/null and b/graphics/frontspr/gFrontSprite883MewtwoMegaY.png differ diff --git a/graphics/frontspr/gFrontSprite884AmpharosMega.png b/graphics/frontspr/gFrontSprite884AmpharosMega.png new file mode 100644 index 0000000..774cc4a Binary files /dev/null and b/graphics/frontspr/gFrontSprite884AmpharosMega.png differ diff --git a/graphics/frontspr/gFrontSprite885SteelixMega.png b/graphics/frontspr/gFrontSprite885SteelixMega.png new file mode 100644 index 0000000..cef988a Binary files /dev/null and b/graphics/frontspr/gFrontSprite885SteelixMega.png differ diff --git a/graphics/frontspr/gFrontSprite886ScizorMega.png b/graphics/frontspr/gFrontSprite886ScizorMega.png new file mode 100644 index 0000000..f6b0635 Binary files /dev/null and b/graphics/frontspr/gFrontSprite886ScizorMega.png differ diff --git a/graphics/frontspr/gFrontSprite887HeracrossMega.png b/graphics/frontspr/gFrontSprite887HeracrossMega.png new file mode 100644 index 0000000..05e067d Binary files /dev/null and b/graphics/frontspr/gFrontSprite887HeracrossMega.png differ diff --git a/graphics/frontspr/gFrontSprite888HoundoomMega.png b/graphics/frontspr/gFrontSprite888HoundoomMega.png new file mode 100644 index 0000000..9ebff79 Binary files /dev/null and b/graphics/frontspr/gFrontSprite888HoundoomMega.png differ diff --git a/graphics/frontspr/gFrontSprite889TyranitarMega.png b/graphics/frontspr/gFrontSprite889TyranitarMega.png new file mode 100644 index 0000000..14886a4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite889TyranitarMega.png differ diff --git a/graphics/frontspr/gFrontSprite890SceptileMega.png b/graphics/frontspr/gFrontSprite890SceptileMega.png new file mode 100644 index 0000000..c946aee Binary files /dev/null and b/graphics/frontspr/gFrontSprite890SceptileMega.png differ diff --git a/graphics/frontspr/gFrontSprite891BlazikenMega.png b/graphics/frontspr/gFrontSprite891BlazikenMega.png new file mode 100644 index 0000000..cdf829f Binary files /dev/null and b/graphics/frontspr/gFrontSprite891BlazikenMega.png differ diff --git a/graphics/frontspr/gFrontSprite892SwampertMega.png b/graphics/frontspr/gFrontSprite892SwampertMega.png new file mode 100644 index 0000000..056c093 Binary files /dev/null and b/graphics/frontspr/gFrontSprite892SwampertMega.png differ diff --git a/graphics/frontspr/gFrontSprite893GardevoirMega.png b/graphics/frontspr/gFrontSprite893GardevoirMega.png new file mode 100644 index 0000000..b3404f9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite893GardevoirMega.png differ diff --git a/graphics/frontspr/gFrontSprite894SableyeMega.png b/graphics/frontspr/gFrontSprite894SableyeMega.png new file mode 100644 index 0000000..5517d84 Binary files /dev/null and b/graphics/frontspr/gFrontSprite894SableyeMega.png differ diff --git a/graphics/frontspr/gFrontSprite895MawileMega.png b/graphics/frontspr/gFrontSprite895MawileMega.png new file mode 100644 index 0000000..2363e28 Binary files /dev/null and b/graphics/frontspr/gFrontSprite895MawileMega.png differ diff --git a/graphics/frontspr/gFrontSprite896AggronMega.png b/graphics/frontspr/gFrontSprite896AggronMega.png new file mode 100644 index 0000000..e1b074a Binary files /dev/null and b/graphics/frontspr/gFrontSprite896AggronMega.png differ diff --git a/graphics/frontspr/gFrontSprite897MedichamMega.png b/graphics/frontspr/gFrontSprite897MedichamMega.png new file mode 100644 index 0000000..c7c1ff7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite897MedichamMega.png differ diff --git a/graphics/frontspr/gFrontSprite898ManectricMega.png b/graphics/frontspr/gFrontSprite898ManectricMega.png new file mode 100644 index 0000000..f304fec Binary files /dev/null and b/graphics/frontspr/gFrontSprite898ManectricMega.png differ diff --git a/graphics/frontspr/gFrontSprite899SharpedoMega.png b/graphics/frontspr/gFrontSprite899SharpedoMega.png new file mode 100644 index 0000000..e2e9051 Binary files /dev/null and b/graphics/frontspr/gFrontSprite899SharpedoMega.png differ diff --git a/graphics/frontspr/gFrontSprite900CameruptMega.png b/graphics/frontspr/gFrontSprite900CameruptMega.png new file mode 100644 index 0000000..e871c6e Binary files /dev/null and b/graphics/frontspr/gFrontSprite900CameruptMega.png differ diff --git a/graphics/frontspr/gFrontSprite901AltariaMega.png b/graphics/frontspr/gFrontSprite901AltariaMega.png new file mode 100644 index 0000000..77d63d4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite901AltariaMega.png differ diff --git a/graphics/frontspr/gFrontSprite902BanetteMega.png b/graphics/frontspr/gFrontSprite902BanetteMega.png new file mode 100644 index 0000000..5f65d5e Binary files /dev/null and b/graphics/frontspr/gFrontSprite902BanetteMega.png differ diff --git a/graphics/frontspr/gFrontSprite903AbsolMega.png b/graphics/frontspr/gFrontSprite903AbsolMega.png new file mode 100644 index 0000000..a4f2340 Binary files /dev/null and b/graphics/frontspr/gFrontSprite903AbsolMega.png differ diff --git a/graphics/frontspr/gFrontSprite904GlalieMega.png b/graphics/frontspr/gFrontSprite904GlalieMega.png new file mode 100644 index 0000000..c1c88bc Binary files /dev/null and b/graphics/frontspr/gFrontSprite904GlalieMega.png differ diff --git a/graphics/frontspr/gFrontSprite905SalamenceMega.png b/graphics/frontspr/gFrontSprite905SalamenceMega.png new file mode 100644 index 0000000..70eed34 Binary files /dev/null and b/graphics/frontspr/gFrontSprite905SalamenceMega.png differ diff --git a/graphics/frontspr/gFrontSprite906MetagrossMega.png b/graphics/frontspr/gFrontSprite906MetagrossMega.png new file mode 100644 index 0000000..552b244 Binary files /dev/null and b/graphics/frontspr/gFrontSprite906MetagrossMega.png differ diff --git a/graphics/frontspr/gFrontSprite907LatiasMega.png b/graphics/frontspr/gFrontSprite907LatiasMega.png new file mode 100644 index 0000000..0846111 Binary files /dev/null and b/graphics/frontspr/gFrontSprite907LatiasMega.png differ diff --git a/graphics/frontspr/gFrontSprite908LatiosMega.png b/graphics/frontspr/gFrontSprite908LatiosMega.png new file mode 100644 index 0000000..cd7fc5a Binary files /dev/null and b/graphics/frontspr/gFrontSprite908LatiosMega.png differ diff --git a/graphics/frontspr/gFrontSprite909GroudonPrimal.png b/graphics/frontspr/gFrontSprite909GroudonPrimal.png new file mode 100644 index 0000000..4f82870 Binary files /dev/null and b/graphics/frontspr/gFrontSprite909GroudonPrimal.png differ diff --git a/graphics/frontspr/gFrontSprite910KyogrePrimal.png b/graphics/frontspr/gFrontSprite910KyogrePrimal.png new file mode 100644 index 0000000..edd6bbb Binary files /dev/null and b/graphics/frontspr/gFrontSprite910KyogrePrimal.png differ diff --git a/graphics/frontspr/gFrontSprite911RayquazaMega.png b/graphics/frontspr/gFrontSprite911RayquazaMega.png new file mode 100644 index 0000000..701322f Binary files /dev/null and b/graphics/frontspr/gFrontSprite911RayquazaMega.png differ diff --git a/graphics/frontspr/gFrontSprite912LopunnyMega.png b/graphics/frontspr/gFrontSprite912LopunnyMega.png new file mode 100644 index 0000000..48d088a Binary files /dev/null and b/graphics/frontspr/gFrontSprite912LopunnyMega.png differ diff --git a/graphics/frontspr/gFrontSprite913GarchompMega.png b/graphics/frontspr/gFrontSprite913GarchompMega.png new file mode 100644 index 0000000..06af0f1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite913GarchompMega.png differ diff --git a/graphics/frontspr/gFrontSprite914LucarioMega.png b/graphics/frontspr/gFrontSprite914LucarioMega.png new file mode 100644 index 0000000..bfca71f Binary files /dev/null and b/graphics/frontspr/gFrontSprite914LucarioMega.png differ diff --git a/graphics/frontspr/gFrontSprite915AbomasnowMega.png b/graphics/frontspr/gFrontSprite915AbomasnowMega.png new file mode 100644 index 0000000..9e58de5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite915AbomasnowMega.png differ diff --git a/graphics/frontspr/gFrontSprite916GalladeMega.png b/graphics/frontspr/gFrontSprite916GalladeMega.png new file mode 100644 index 0000000..cdcfbf8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite916GalladeMega.png differ diff --git a/graphics/frontspr/gFrontSprite917AudinoMega.png b/graphics/frontspr/gFrontSprite917AudinoMega.png new file mode 100644 index 0000000..a1ade43 Binary files /dev/null and b/graphics/frontspr/gFrontSprite917AudinoMega.png differ diff --git a/graphics/frontspr/gFrontSprite918DiancieMega.png b/graphics/frontspr/gFrontSprite918DiancieMega.png new file mode 100644 index 0000000..8e48ae8 Binary files /dev/null and b/graphics/frontspr/gFrontSprite918DiancieMega.png differ diff --git a/graphics/frontspr/gFrontSprite919DialgaPrimal.png b/graphics/frontspr/gFrontSprite919DialgaPrimal.png new file mode 100644 index 0000000..6d7b449 Binary files /dev/null and b/graphics/frontspr/gFrontSprite919DialgaPrimal.png differ diff --git a/graphics/frontspr/gFrontSprite921VivillonArchipelago.png b/graphics/frontspr/gFrontSprite921VivillonArchipelago.png new file mode 100644 index 0000000..8fb84ae Binary files /dev/null and b/graphics/frontspr/gFrontSprite921VivillonArchipelago.png differ diff --git a/graphics/frontspr/gFrontSprite922VivillonContinental.png b/graphics/frontspr/gFrontSprite922VivillonContinental.png new file mode 100644 index 0000000..bfd21a0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite922VivillonContinental.png differ diff --git a/graphics/frontspr/gFrontSprite923VivillonElegant.png b/graphics/frontspr/gFrontSprite923VivillonElegant.png new file mode 100644 index 0000000..47aa696 Binary files /dev/null and b/graphics/frontspr/gFrontSprite923VivillonElegant.png differ diff --git a/graphics/frontspr/gFrontSprite924VivillonGarden.png b/graphics/frontspr/gFrontSprite924VivillonGarden.png new file mode 100644 index 0000000..7ecbd1d Binary files /dev/null and b/graphics/frontspr/gFrontSprite924VivillonGarden.png differ diff --git a/graphics/frontspr/gFrontSprite925VivillonHighPlains.png b/graphics/frontspr/gFrontSprite925VivillonHighPlains.png new file mode 100644 index 0000000..6c71b12 Binary files /dev/null and b/graphics/frontspr/gFrontSprite925VivillonHighPlains.png differ diff --git a/graphics/frontspr/gFrontSprite926VivillonIcySnow.png b/graphics/frontspr/gFrontSprite926VivillonIcySnow.png new file mode 100644 index 0000000..93664db Binary files /dev/null and b/graphics/frontspr/gFrontSprite926VivillonIcySnow.png differ diff --git a/graphics/frontspr/gFrontSprite927VivillonJungle.png b/graphics/frontspr/gFrontSprite927VivillonJungle.png new file mode 100644 index 0000000..7d69cbe Binary files /dev/null and b/graphics/frontspr/gFrontSprite927VivillonJungle.png differ diff --git a/graphics/frontspr/gFrontSprite928VivillonMarine.png b/graphics/frontspr/gFrontSprite928VivillonMarine.png new file mode 100644 index 0000000..b9e26e4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite928VivillonMarine.png differ diff --git a/graphics/frontspr/gFrontSprite929VivillonModern.png b/graphics/frontspr/gFrontSprite929VivillonModern.png new file mode 100644 index 0000000..bf3db69 Binary files /dev/null and b/graphics/frontspr/gFrontSprite929VivillonModern.png differ diff --git a/graphics/frontspr/gFrontSprite930VivillonMonsoon.png b/graphics/frontspr/gFrontSprite930VivillonMonsoon.png new file mode 100644 index 0000000..f20ab75 Binary files /dev/null and b/graphics/frontspr/gFrontSprite930VivillonMonsoon.png differ diff --git a/graphics/frontspr/gFrontSprite931VivillonOcean.png b/graphics/frontspr/gFrontSprite931VivillonOcean.png new file mode 100644 index 0000000..c4f137e Binary files /dev/null and b/graphics/frontspr/gFrontSprite931VivillonOcean.png differ diff --git a/graphics/frontspr/gFrontSprite932VivillonPokeball.png b/graphics/frontspr/gFrontSprite932VivillonPokeball.png new file mode 100644 index 0000000..d67690e Binary files /dev/null and b/graphics/frontspr/gFrontSprite932VivillonPokeball.png differ diff --git a/graphics/frontspr/gFrontSprite933VivillonPolar.png b/graphics/frontspr/gFrontSprite933VivillonPolar.png new file mode 100644 index 0000000..f6714f4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite933VivillonPolar.png differ diff --git a/graphics/frontspr/gFrontSprite934VivillonRiver.png b/graphics/frontspr/gFrontSprite934VivillonRiver.png new file mode 100644 index 0000000..a38bcba Binary files /dev/null and b/graphics/frontspr/gFrontSprite934VivillonRiver.png differ diff --git a/graphics/frontspr/gFrontSprite935VivillonSandstorm.png b/graphics/frontspr/gFrontSprite935VivillonSandstorm.png new file mode 100644 index 0000000..c5bce8b Binary files /dev/null and b/graphics/frontspr/gFrontSprite935VivillonSandstorm.png differ diff --git a/graphics/frontspr/gFrontSprite936VivillonSavanna.png b/graphics/frontspr/gFrontSprite936VivillonSavanna.png new file mode 100644 index 0000000..42b1aa9 Binary files /dev/null and b/graphics/frontspr/gFrontSprite936VivillonSavanna.png differ diff --git a/graphics/frontspr/gFrontSprite937VivillonSun.png b/graphics/frontspr/gFrontSprite937VivillonSun.png new file mode 100644 index 0000000..20aaa53 Binary files /dev/null and b/graphics/frontspr/gFrontSprite937VivillonSun.png differ diff --git a/graphics/frontspr/gFrontSprite938VivillonTundra.png b/graphics/frontspr/gFrontSprite938VivillonTundra.png new file mode 100644 index 0000000..bf45903 Binary files /dev/null and b/graphics/frontspr/gFrontSprite938VivillonTundra.png differ diff --git a/graphics/frontspr/gFrontSprite939Rowlet.png b/graphics/frontspr/gFrontSprite939Rowlet.png new file mode 100644 index 0000000..7644664 Binary files /dev/null and b/graphics/frontspr/gFrontSprite939Rowlet.png differ diff --git a/graphics/frontspr/gFrontSprite940Dartrix.png b/graphics/frontspr/gFrontSprite940Dartrix.png new file mode 100644 index 0000000..db187da Binary files /dev/null and b/graphics/frontspr/gFrontSprite940Dartrix.png differ diff --git a/graphics/frontspr/gFrontSprite941Decidueye.png b/graphics/frontspr/gFrontSprite941Decidueye.png new file mode 100644 index 0000000..dac52d2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite941Decidueye.png differ diff --git a/graphics/frontspr/gFrontSprite942Litten.png b/graphics/frontspr/gFrontSprite942Litten.png new file mode 100644 index 0000000..a57dba3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite942Litten.png differ diff --git a/graphics/frontspr/gFrontSprite943Torracat.png b/graphics/frontspr/gFrontSprite943Torracat.png new file mode 100644 index 0000000..d32b381 Binary files /dev/null and b/graphics/frontspr/gFrontSprite943Torracat.png differ diff --git a/graphics/frontspr/gFrontSprite944Incineroar.png b/graphics/frontspr/gFrontSprite944Incineroar.png new file mode 100644 index 0000000..2f79bbd Binary files /dev/null and b/graphics/frontspr/gFrontSprite944Incineroar.png differ diff --git a/graphics/frontspr/gFrontSprite945Popplio.png b/graphics/frontspr/gFrontSprite945Popplio.png new file mode 100644 index 0000000..5fabd13 Binary files /dev/null and b/graphics/frontspr/gFrontSprite945Popplio.png differ diff --git a/graphics/frontspr/gFrontSprite946Brionne.png b/graphics/frontspr/gFrontSprite946Brionne.png new file mode 100644 index 0000000..a0b9833 Binary files /dev/null and b/graphics/frontspr/gFrontSprite946Brionne.png differ diff --git a/graphics/frontspr/gFrontSprite947Primarina.png b/graphics/frontspr/gFrontSprite947Primarina.png new file mode 100644 index 0000000..a8e60e7 Binary files /dev/null and b/graphics/frontspr/gFrontSprite947Primarina.png differ diff --git a/graphics/frontspr/gFrontSprite948Pikipek.png b/graphics/frontspr/gFrontSprite948Pikipek.png new file mode 100644 index 0000000..b779af0 Binary files /dev/null and b/graphics/frontspr/gFrontSprite948Pikipek.png differ diff --git a/graphics/frontspr/gFrontSprite949Trumbeak.png b/graphics/frontspr/gFrontSprite949Trumbeak.png new file mode 100644 index 0000000..cc023da Binary files /dev/null and b/graphics/frontspr/gFrontSprite949Trumbeak.png differ diff --git a/graphics/frontspr/gFrontSprite950Toucannon.png b/graphics/frontspr/gFrontSprite950Toucannon.png new file mode 100644 index 0000000..46112b6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite950Toucannon.png differ diff --git a/graphics/frontspr/gFrontSprite951Yungoos.png b/graphics/frontspr/gFrontSprite951Yungoos.png new file mode 100644 index 0000000..6d4faae Binary files /dev/null and b/graphics/frontspr/gFrontSprite951Yungoos.png differ diff --git a/graphics/frontspr/gFrontSprite952Gumshoos.png b/graphics/frontspr/gFrontSprite952Gumshoos.png new file mode 100644 index 0000000..e0a9664 Binary files /dev/null and b/graphics/frontspr/gFrontSprite952Gumshoos.png differ diff --git a/graphics/frontspr/gFrontSprite953Grubbin.png b/graphics/frontspr/gFrontSprite953Grubbin.png new file mode 100644 index 0000000..bf29dbf Binary files /dev/null and b/graphics/frontspr/gFrontSprite953Grubbin.png differ diff --git a/graphics/frontspr/gFrontSprite954Charjabug.png b/graphics/frontspr/gFrontSprite954Charjabug.png new file mode 100644 index 0000000..db0c16c Binary files /dev/null and b/graphics/frontspr/gFrontSprite954Charjabug.png differ diff --git a/graphics/frontspr/gFrontSprite955Vikavolt.png b/graphics/frontspr/gFrontSprite955Vikavolt.png new file mode 100644 index 0000000..33a496b Binary files /dev/null and b/graphics/frontspr/gFrontSprite955Vikavolt.png differ diff --git a/graphics/frontspr/gFrontSprite956Crabrawler.png b/graphics/frontspr/gFrontSprite956Crabrawler.png new file mode 100644 index 0000000..17ccdc6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite956Crabrawler.png differ diff --git a/graphics/frontspr/gFrontSprite957Crabominable.png b/graphics/frontspr/gFrontSprite957Crabominable.png new file mode 100644 index 0000000..bd94231 Binary files /dev/null and b/graphics/frontspr/gFrontSprite957Crabominable.png differ diff --git a/graphics/frontspr/gFrontSprite958Oricorio.png b/graphics/frontspr/gFrontSprite958Oricorio.png new file mode 100644 index 0000000..b9d368f Binary files /dev/null and b/graphics/frontspr/gFrontSprite958Oricorio.png differ diff --git a/graphics/frontspr/gFrontSprite959Cutiefly.png b/graphics/frontspr/gFrontSprite959Cutiefly.png new file mode 100644 index 0000000..00c56d1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite959Cutiefly.png differ diff --git a/graphics/frontspr/gFrontSprite960Ribombee.png b/graphics/frontspr/gFrontSprite960Ribombee.png new file mode 100644 index 0000000..31378d3 Binary files /dev/null and b/graphics/frontspr/gFrontSprite960Ribombee.png differ diff --git a/graphics/frontspr/gFrontSprite961Rockruff.png b/graphics/frontspr/gFrontSprite961Rockruff.png new file mode 100644 index 0000000..7ffef71 Binary files /dev/null and b/graphics/frontspr/gFrontSprite961Rockruff.png differ diff --git a/graphics/frontspr/gFrontSprite962Lycanroc.png b/graphics/frontspr/gFrontSprite962Lycanroc.png new file mode 100644 index 0000000..2a50620 Binary files /dev/null and b/graphics/frontspr/gFrontSprite962Lycanroc.png differ diff --git a/graphics/frontspr/gFrontSprite963Wishiwashi.png b/graphics/frontspr/gFrontSprite963Wishiwashi.png new file mode 100644 index 0000000..cd6bdeb Binary files /dev/null and b/graphics/frontspr/gFrontSprite963Wishiwashi.png differ diff --git a/graphics/frontspr/gFrontSprite964Mareanie.png b/graphics/frontspr/gFrontSprite964Mareanie.png new file mode 100644 index 0000000..6704295 Binary files /dev/null and b/graphics/frontspr/gFrontSprite964Mareanie.png differ diff --git a/graphics/frontspr/gFrontSprite965Toxapex.png b/graphics/frontspr/gFrontSprite965Toxapex.png new file mode 100644 index 0000000..586618a Binary files /dev/null and b/graphics/frontspr/gFrontSprite965Toxapex.png differ diff --git a/graphics/frontspr/gFrontSprite966Mudbray.png b/graphics/frontspr/gFrontSprite966Mudbray.png new file mode 100644 index 0000000..72a5655 Binary files /dev/null and b/graphics/frontspr/gFrontSprite966Mudbray.png differ diff --git a/graphics/frontspr/gFrontSprite967Mudsdale.png b/graphics/frontspr/gFrontSprite967Mudsdale.png new file mode 100644 index 0000000..65ba1a6 Binary files /dev/null and b/graphics/frontspr/gFrontSprite967Mudsdale.png differ diff --git a/graphics/frontspr/gFrontSprite968Dewpider.png b/graphics/frontspr/gFrontSprite968Dewpider.png new file mode 100644 index 0000000..ecc924a Binary files /dev/null and b/graphics/frontspr/gFrontSprite968Dewpider.png differ diff --git a/graphics/frontspr/gFrontSprite969Araquanid.png b/graphics/frontspr/gFrontSprite969Araquanid.png new file mode 100644 index 0000000..848c6ab Binary files /dev/null and b/graphics/frontspr/gFrontSprite969Araquanid.png differ diff --git a/graphics/frontspr/gFrontSprite970Fomantis.png b/graphics/frontspr/gFrontSprite970Fomantis.png new file mode 100644 index 0000000..669185f Binary files /dev/null and b/graphics/frontspr/gFrontSprite970Fomantis.png differ diff --git a/graphics/frontspr/gFrontSprite971Lurantis.png b/graphics/frontspr/gFrontSprite971Lurantis.png new file mode 100644 index 0000000..afe54c5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite971Lurantis.png differ diff --git a/graphics/frontspr/gFrontSprite972Morelull.png b/graphics/frontspr/gFrontSprite972Morelull.png new file mode 100644 index 0000000..7bdec71 Binary files /dev/null and b/graphics/frontspr/gFrontSprite972Morelull.png differ diff --git a/graphics/frontspr/gFrontSprite973Shiinotic.png b/graphics/frontspr/gFrontSprite973Shiinotic.png new file mode 100644 index 0000000..e0891e2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite973Shiinotic.png differ diff --git a/graphics/frontspr/gFrontSprite974Salandit.png b/graphics/frontspr/gFrontSprite974Salandit.png new file mode 100644 index 0000000..b32e837 Binary files /dev/null and b/graphics/frontspr/gFrontSprite974Salandit.png differ diff --git a/graphics/frontspr/gFrontSprite975Salazzle.png b/graphics/frontspr/gFrontSprite975Salazzle.png new file mode 100644 index 0000000..88c72f1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite975Salazzle.png differ diff --git a/graphics/frontspr/gFrontSprite976Stufful.png b/graphics/frontspr/gFrontSprite976Stufful.png new file mode 100644 index 0000000..3153274 Binary files /dev/null and b/graphics/frontspr/gFrontSprite976Stufful.png differ diff --git a/graphics/frontspr/gFrontSprite977Bewear.png b/graphics/frontspr/gFrontSprite977Bewear.png new file mode 100644 index 0000000..3a8929d Binary files /dev/null and b/graphics/frontspr/gFrontSprite977Bewear.png differ diff --git a/graphics/frontspr/gFrontSprite978Bounsweet.png b/graphics/frontspr/gFrontSprite978Bounsweet.png new file mode 100644 index 0000000..3eb1dd1 Binary files /dev/null and b/graphics/frontspr/gFrontSprite978Bounsweet.png differ diff --git a/graphics/frontspr/gFrontSprite979Steenee.png b/graphics/frontspr/gFrontSprite979Steenee.png new file mode 100644 index 0000000..d175178 Binary files /dev/null and b/graphics/frontspr/gFrontSprite979Steenee.png differ diff --git a/graphics/frontspr/gFrontSprite980Tsareena.png b/graphics/frontspr/gFrontSprite980Tsareena.png new file mode 100644 index 0000000..bea923d Binary files /dev/null and b/graphics/frontspr/gFrontSprite980Tsareena.png differ diff --git a/graphics/frontspr/gFrontSprite981Comfey.png b/graphics/frontspr/gFrontSprite981Comfey.png new file mode 100644 index 0000000..8b9400b Binary files /dev/null and b/graphics/frontspr/gFrontSprite981Comfey.png differ diff --git a/graphics/frontspr/gFrontSprite982Oranguru.png b/graphics/frontspr/gFrontSprite982Oranguru.png new file mode 100644 index 0000000..01a1fe2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite982Oranguru.png differ diff --git a/graphics/frontspr/gFrontSprite983Passimian.png b/graphics/frontspr/gFrontSprite983Passimian.png new file mode 100644 index 0000000..63aa81b Binary files /dev/null and b/graphics/frontspr/gFrontSprite983Passimian.png differ diff --git a/graphics/frontspr/gFrontSprite984Wimpod.png b/graphics/frontspr/gFrontSprite984Wimpod.png new file mode 100644 index 0000000..b53023b Binary files /dev/null and b/graphics/frontspr/gFrontSprite984Wimpod.png differ diff --git a/graphics/frontspr/gFrontSprite985Golisopod.png b/graphics/frontspr/gFrontSprite985Golisopod.png new file mode 100644 index 0000000..f2539fe Binary files /dev/null and b/graphics/frontspr/gFrontSprite985Golisopod.png differ diff --git a/graphics/frontspr/gFrontSprite986Sandygast.png b/graphics/frontspr/gFrontSprite986Sandygast.png new file mode 100644 index 0000000..88de936 Binary files /dev/null and b/graphics/frontspr/gFrontSprite986Sandygast.png differ diff --git a/graphics/frontspr/gFrontSprite987Palossand.png b/graphics/frontspr/gFrontSprite987Palossand.png new file mode 100644 index 0000000..ed86208 Binary files /dev/null and b/graphics/frontspr/gFrontSprite987Palossand.png differ diff --git a/graphics/frontspr/gFrontSprite988Pyukumuku.png b/graphics/frontspr/gFrontSprite988Pyukumuku.png new file mode 100644 index 0000000..18e4923 Binary files /dev/null and b/graphics/frontspr/gFrontSprite988Pyukumuku.png differ diff --git a/graphics/frontspr/gFrontSprite989TypeNull.png b/graphics/frontspr/gFrontSprite989TypeNull.png new file mode 100644 index 0000000..d8398ef Binary files /dev/null and b/graphics/frontspr/gFrontSprite989TypeNull.png differ diff --git a/graphics/frontspr/gFrontSprite990Silvally.png b/graphics/frontspr/gFrontSprite990Silvally.png new file mode 100644 index 0000000..70acab5 Binary files /dev/null and b/graphics/frontspr/gFrontSprite990Silvally.png differ diff --git a/graphics/frontspr/gFrontSprite991MiniorShield.png b/graphics/frontspr/gFrontSprite991MiniorShield.png new file mode 100644 index 0000000..5067dc2 Binary files /dev/null and b/graphics/frontspr/gFrontSprite991MiniorShield.png differ diff --git a/graphics/frontspr/gFrontSprite992Komala.png b/graphics/frontspr/gFrontSprite992Komala.png new file mode 100644 index 0000000..c0c6b91 Binary files /dev/null and b/graphics/frontspr/gFrontSprite992Komala.png differ diff --git a/graphics/frontspr/gFrontSprite993Turtonator.png b/graphics/frontspr/gFrontSprite993Turtonator.png new file mode 100644 index 0000000..ad7950b Binary files /dev/null and b/graphics/frontspr/gFrontSprite993Turtonator.png differ diff --git a/graphics/frontspr/gFrontSprite994Togedemaru.png b/graphics/frontspr/gFrontSprite994Togedemaru.png new file mode 100644 index 0000000..620322b Binary files /dev/null and b/graphics/frontspr/gFrontSprite994Togedemaru.png differ diff --git a/graphics/frontspr/gFrontSprite995Mimikyu.png b/graphics/frontspr/gFrontSprite995Mimikyu.png new file mode 100644 index 0000000..1e84f88 Binary files /dev/null and b/graphics/frontspr/gFrontSprite995Mimikyu.png differ diff --git a/graphics/frontspr/gFrontSprite996Bruxish.png b/graphics/frontspr/gFrontSprite996Bruxish.png new file mode 100644 index 0000000..20487cb Binary files /dev/null and b/graphics/frontspr/gFrontSprite996Bruxish.png differ diff --git a/graphics/frontspr/gFrontSprite997Drampa.png b/graphics/frontspr/gFrontSprite997Drampa.png new file mode 100644 index 0000000..f6a9ca4 Binary files /dev/null and b/graphics/frontspr/gFrontSprite997Drampa.png differ diff --git a/graphics/frontspr/gFrontSprite998Dhelmise.png b/graphics/frontspr/gFrontSprite998Dhelmise.png new file mode 100644 index 0000000..6f98d42 Binary files /dev/null and b/graphics/frontspr/gFrontSprite998Dhelmise.png differ diff --git a/graphics/frontspr/gFrontSprite999JangmoO.png b/graphics/frontspr/gFrontSprite999JangmoO.png new file mode 100644 index 0000000..2ed1831 Binary files /dev/null and b/graphics/frontspr/gFrontSprite999JangmoO.png differ diff --git a/graphics/frontspriteflags.grit b/graphics/frontspriteflags.grit new file mode 100644 index 0000000..0cf5fbc --- /dev/null +++ b/graphics/frontspriteflags.grit @@ -0,0 +1 @@ +-gzl -gB4 -fts -fh -pe16 -pzlz77 -gu8 -fa -fh! \ No newline at end of file diff --git a/include/graphics.h b/include/graphics.h index 771e842..d693704 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -17,14 +17,14 @@ struct MonCoords struct CompressedSpriteSheet { - u32 data; //const u8* data; // LZ77 compressed pixel data + const u8* data; // LZ77 compressed pixel data u16 size; // Uncompressed size of pixel data u16 tag; }; struct CompressedSpritePalette { - u32 data; //const u8* data; // LZ77 compressed palette data + const u8* data; // LZ77 compressed palette data u16 tag; u16 unused; }; diff --git a/include/sprite_data.h b/include/sprite_data.h new file mode 100644 index 0000000..6eb1cfa --- /dev/null +++ b/include/sprite_data.h @@ -0,0 +1,4319 @@ +#pragma once + +extern const u8 gFrontSprite000NoneTiles[]; +extern const u8 gFrontSprite001BulbasaurTiles[]; +extern const u8 gFrontSprite002IvysaurTiles[]; +extern const u8 gFrontSprite003VenusaurTiles[]; +extern const u8 gFrontSprite004CharmanderTiles[]; +extern const u8 gFrontSprite005CharmeleonTiles[]; +extern const u8 gFrontSprite006CharizardTiles[]; +extern const u8 gFrontSprite007SquirtleTiles[]; +extern const u8 gFrontSprite008WartortleTiles[]; +extern const u8 gFrontSprite009BlastoiseTiles[]; +extern const u8 gFrontSprite010CaterpieTiles[]; +extern const u8 gFrontSprite011MetapodTiles[]; +extern const u8 gFrontSprite012ButterfreeTiles[]; +extern const u8 gFrontSprite013WeedleTiles[]; +extern const u8 gFrontSprite014KakunaTiles[]; +extern const u8 gFrontSprite015BeedrillTiles[]; +extern const u8 gFrontSprite016PidgeyTiles[]; +extern const u8 gFrontSprite017PidgeottoTiles[]; +extern const u8 gFrontSprite018PidgeotTiles[]; +extern const u8 gFrontSprite019RattataTiles[]; +extern const u8 gFrontSprite020RaticateTiles[]; +extern const u8 gFrontSprite021SpearowTiles[]; +extern const u8 gFrontSprite022FearowTiles[]; +extern const u8 gFrontSprite023EkansTiles[]; +extern const u8 gFrontSprite024ArbokTiles[]; +extern const u8 gFrontSprite025PikachuTiles[]; +extern const u8 gFrontSprite026RaichuTiles[]; +extern const u8 gFrontSprite027SandshrewTiles[]; +extern const u8 gFrontSprite028SandslashTiles[]; +extern const u8 gFrontSprite029NidoranFTiles[]; +extern const u8 gFrontSprite030NidorinaTiles[]; +extern const u8 gFrontSprite031NidoqueenTiles[]; +extern const u8 gFrontSprite032NidoranMTiles[]; +extern const u8 gFrontSprite033NidorinoTiles[]; +extern const u8 gFrontSprite034NidokingTiles[]; +extern const u8 gFrontSprite035ClefairyTiles[]; +extern const u8 gFrontSprite036ClefableTiles[]; +extern const u8 gFrontSprite037VulpixTiles[]; +extern const u8 gFrontSprite038NinetalesTiles[]; +extern const u8 gFrontSprite039JigglypuffTiles[]; +extern const u8 gFrontSprite040WigglytuffTiles[]; +extern const u8 gFrontSprite041ZubatTiles[]; +extern const u8 gFrontSprite042GolbatTiles[]; +extern const u8 gFrontSprite043OddishTiles[]; +extern const u8 gFrontSprite044GloomTiles[]; +extern const u8 gFrontSprite045VileplumeTiles[]; +extern const u8 gFrontSprite046ParasTiles[]; +extern const u8 gFrontSprite047ParasectTiles[]; +extern const u8 gFrontSprite048VenonatTiles[]; +extern const u8 gFrontSprite049VenomothTiles[]; +extern const u8 gFrontSprite050DiglettTiles[]; +extern const u8 gFrontSprite051DugtrioTiles[]; +extern const u8 gFrontSprite052MeowthTiles[]; +extern const u8 gFrontSprite053PersianTiles[]; +extern const u8 gFrontSprite054PsyduckTiles[]; +extern const u8 gFrontSprite055GolduckTiles[]; +extern const u8 gFrontSprite056MankeyTiles[]; +extern const u8 gFrontSprite057PrimeapeTiles[]; +extern const u8 gFrontSprite058GrowlitheTiles[]; +extern const u8 gFrontSprite059ArcanineTiles[]; +extern const u8 gFrontSprite060PoliwagTiles[]; +extern const u8 gFrontSprite061PoliwhirlTiles[]; +extern const u8 gFrontSprite062PoliwrathTiles[]; +extern const u8 gFrontSprite063AbraTiles[]; +extern const u8 gFrontSprite064KadabraTiles[]; +extern const u8 gFrontSprite065AlakazamTiles[]; +extern const u8 gFrontSprite066MachopTiles[]; +extern const u8 gFrontSprite067MachokeTiles[]; +extern const u8 gFrontSprite068MachampTiles[]; +extern const u8 gFrontSprite069BellsproutTiles[]; +extern const u8 gFrontSprite070WeepinbellTiles[]; +extern const u8 gFrontSprite071VictreebelTiles[]; +extern const u8 gFrontSprite072TentacoolTiles[]; +extern const u8 gFrontSprite073TentacruelTiles[]; +extern const u8 gFrontSprite074GeodudeTiles[]; +extern const u8 gFrontSprite075GravelerTiles[]; +extern const u8 gFrontSprite076GolemTiles[]; +extern const u8 gFrontSprite077PonytaTiles[]; +extern const u8 gFrontSprite078RapidashTiles[]; +extern const u8 gFrontSprite079SlowpokeTiles[]; +extern const u8 gFrontSprite080SlowbroTiles[]; +extern const u8 gFrontSprite081MagnemiteTiles[]; +extern const u8 gFrontSprite082MagnetonTiles[]; +extern const u8 gFrontSprite083FarfetchdTiles[]; +extern const u8 gFrontSprite084DoduoTiles[]; +extern const u8 gFrontSprite085DodrioTiles[]; +extern const u8 gFrontSprite086SeelTiles[]; +extern const u8 gFrontSprite087DewgongTiles[]; +extern const u8 gFrontSprite088GrimerTiles[]; +extern const u8 gFrontSprite089MukTiles[]; +extern const u8 gFrontSprite090ShellderTiles[]; +extern const u8 gFrontSprite091CloysterTiles[]; +extern const u8 gFrontSprite092GastlyTiles[]; +extern const u8 gFrontSprite093HaunterTiles[]; +extern const u8 gFrontSprite094GengarTiles[]; +extern const u8 gFrontSprite095OnixTiles[]; +extern const u8 gFrontSprite096DrowzeeTiles[]; +extern const u8 gFrontSprite097HypnoTiles[]; +extern const u8 gFrontSprite098KrabbyTiles[]; +extern const u8 gFrontSprite099KinglerTiles[]; +extern const u8 gFrontSprite100VoltorbTiles[]; +extern const u8 gFrontSprite101ElectrodeTiles[]; +extern const u8 gFrontSprite102ExeggcuteTiles[]; +extern const u8 gFrontSprite103ExeggutorTiles[]; +extern const u8 gFrontSprite104CuboneTiles[]; +extern const u8 gFrontSprite105MarowakTiles[]; +extern const u8 gFrontSprite106HitmonleeTiles[]; +extern const u8 gFrontSprite107HitmonchanTiles[]; +extern const u8 gFrontSprite108LickitungTiles[]; +extern const u8 gFrontSprite109KoffingTiles[]; +extern const u8 gFrontSprite110WeezingTiles[]; +extern const u8 gFrontSprite111RhyhornTiles[]; +extern const u8 gFrontSprite112RhydonTiles[]; +extern const u8 gFrontSprite113ChanseyTiles[]; +extern const u8 gFrontSprite114TangelaTiles[]; +extern const u8 gFrontSprite115KangaskhanTiles[]; +extern const u8 gFrontSprite116HorseaTiles[]; +extern const u8 gFrontSprite117SeadraTiles[]; +extern const u8 gFrontSprite118GoldeenTiles[]; +extern const u8 gFrontSprite119SeakingTiles[]; +extern const u8 gFrontSprite120StaryuTiles[]; +extern const u8 gFrontSprite121StarmieTiles[]; +extern const u8 gFrontSprite122MrMimeTiles[]; +extern const u8 gFrontSprite123ScytherTiles[]; +extern const u8 gFrontSprite124JynxTiles[]; +extern const u8 gFrontSprite125ElectabuzzTiles[]; +extern const u8 gFrontSprite126MagmarTiles[]; +extern const u8 gFrontSprite127PinsirTiles[]; +extern const u8 gFrontSprite128TaurosTiles[]; +extern const u8 gFrontSprite129MagikarpTiles[]; +extern const u8 gFrontSprite130GyaradosTiles[]; +extern const u8 gFrontSprite131LaprasTiles[]; +extern const u8 gFrontSprite132DittoTiles[]; +extern const u8 gFrontSprite133EeveeTiles[]; +extern const u8 gFrontSprite134VaporeonTiles[]; +extern const u8 gFrontSprite135JolteonTiles[]; +extern const u8 gFrontSprite136FlareonTiles[]; +extern const u8 gFrontSprite137PorygonTiles[]; +extern const u8 gFrontSprite138OmanyteTiles[]; +extern const u8 gFrontSprite139OmastarTiles[]; +extern const u8 gFrontSprite140KabutoTiles[]; +extern const u8 gFrontSprite141KabutopsTiles[]; +extern const u8 gFrontSprite142AerodactylTiles[]; +extern const u8 gFrontSprite143SnorlaxTiles[]; +extern const u8 gFrontSprite144ArticunoTiles[]; +extern const u8 gFrontSprite145ZapdosTiles[]; +extern const u8 gFrontSprite146MoltresTiles[]; +extern const u8 gFrontSprite147DratiniTiles[]; +extern const u8 gFrontSprite148DragonairTiles[]; +extern const u8 gFrontSprite149DragoniteTiles[]; +extern const u8 gFrontSprite150MewtwoTiles[]; +extern const u8 gFrontSprite151MewTiles[]; +extern const u8 gFrontSprite152ChikoritaTiles[]; +extern const u8 gFrontSprite153BayleefTiles[]; +extern const u8 gFrontSprite154MeganiumTiles[]; +extern const u8 gFrontSprite155CyndaquilTiles[]; +extern const u8 gFrontSprite156QuilavaTiles[]; +extern const u8 gFrontSprite157TyphlosionTiles[]; +extern const u8 gFrontSprite158TotodileTiles[]; +extern const u8 gFrontSprite159CroconawTiles[]; +extern const u8 gFrontSprite160FeraligatrTiles[]; +extern const u8 gFrontSprite161SentretTiles[]; +extern const u8 gFrontSprite162FurretTiles[]; +extern const u8 gFrontSprite163HoothootTiles[]; +extern const u8 gFrontSprite164NoctowlTiles[]; +extern const u8 gFrontSprite165LedybaTiles[]; +extern const u8 gFrontSprite166LedianTiles[]; +extern const u8 gFrontSprite167SpinarakTiles[]; +extern const u8 gFrontSprite168AriadosTiles[]; +extern const u8 gFrontSprite169CrobatTiles[]; +extern const u8 gFrontSprite170ChinchouTiles[]; +extern const u8 gFrontSprite171LanturnTiles[]; +extern const u8 gFrontSprite172PichuTiles[]; +extern const u8 gFrontSprite173CleffaTiles[]; +extern const u8 gFrontSprite174IgglybuffTiles[]; +extern const u8 gFrontSprite175TogepiTiles[]; +extern const u8 gFrontSprite176TogeticTiles[]; +extern const u8 gFrontSprite177NatuTiles[]; +extern const u8 gFrontSprite178XatuTiles[]; +extern const u8 gFrontSprite179MareepTiles[]; +extern const u8 gFrontSprite180FlaaffyTiles[]; +extern const u8 gFrontSprite181AmpharosTiles[]; +extern const u8 gFrontSprite182BellossomTiles[]; +extern const u8 gFrontSprite183MarillTiles[]; +extern const u8 gFrontSprite184AzumarillTiles[]; +extern const u8 gFrontSprite185SudowoodoTiles[]; +extern const u8 gFrontSprite186PolitoedTiles[]; +extern const u8 gFrontSprite187HoppipTiles[]; +extern const u8 gFrontSprite188SkiploomTiles[]; +extern const u8 gFrontSprite189JumpluffTiles[]; +extern const u8 gFrontSprite190AipomTiles[]; +extern const u8 gFrontSprite191SunkernTiles[]; +extern const u8 gFrontSprite192SunfloraTiles[]; +extern const u8 gFrontSprite193YanmaTiles[]; +extern const u8 gFrontSprite194WooperTiles[]; +extern const u8 gFrontSprite195QuagsireTiles[]; +extern const u8 gFrontSprite196EspeonTiles[]; +extern const u8 gFrontSprite197UmbreonTiles[]; +extern const u8 gFrontSprite198MurkrowTiles[]; +extern const u8 gFrontSprite199SlowkingTiles[]; +extern const u8 gFrontSprite200MisdreavusTiles[]; +extern const u8 gFrontSprite201UnownTiles[]; +extern const u8 gFrontSprite202WobbuffetTiles[]; +extern const u8 gFrontSprite203GirafarigTiles[]; +extern const u8 gFrontSprite204PinecoTiles[]; +extern const u8 gFrontSprite205ForretressTiles[]; +extern const u8 gFrontSprite206DunsparceTiles[]; +extern const u8 gFrontSprite207GligarTiles[]; +extern const u8 gFrontSprite208SteelixTiles[]; +extern const u8 gFrontSprite209SnubbullTiles[]; +extern const u8 gFrontSprite210GranbullTiles[]; +extern const u8 gFrontSprite211QwilfishTiles[]; +extern const u8 gFrontSprite212ScizorTiles[]; +extern const u8 gFrontSprite213ShuckleTiles[]; +extern const u8 gFrontSprite214HeracrossTiles[]; +extern const u8 gFrontSprite215SneaselTiles[]; +extern const u8 gFrontSprite216TeddiursaTiles[]; +extern const u8 gFrontSprite217UrsaringTiles[]; +extern const u8 gFrontSprite218SlugmaTiles[]; +extern const u8 gFrontSprite219MagcargoTiles[]; +extern const u8 gFrontSprite220SwinubTiles[]; +extern const u8 gFrontSprite221PiloswineTiles[]; +extern const u8 gFrontSprite222CorsolaTiles[]; +extern const u8 gFrontSprite223RemoraidTiles[]; +extern const u8 gFrontSprite224OctilleryTiles[]; +extern const u8 gFrontSprite225DelibirdTiles[]; +extern const u8 gFrontSprite226MantineTiles[]; +extern const u8 gFrontSprite227SkarmoryTiles[]; +extern const u8 gFrontSprite228HoundourTiles[]; +extern const u8 gFrontSprite229HoundoomTiles[]; +extern const u8 gFrontSprite230KingdraTiles[]; +extern const u8 gFrontSprite231PhanpyTiles[]; +extern const u8 gFrontSprite232DonphanTiles[]; +extern const u8 gFrontSprite233Porygon2Tiles[]; +extern const u8 gFrontSprite234StantlerTiles[]; +extern const u8 gFrontSprite235SmeargleTiles[]; +extern const u8 gFrontSprite236TyrogueTiles[]; +extern const u8 gFrontSprite237HitmontopTiles[]; +extern const u8 gFrontSprite238SmoochumTiles[]; +extern const u8 gFrontSprite239ElekidTiles[]; +extern const u8 gFrontSprite240MagbyTiles[]; +extern const u8 gFrontSprite241MiltankTiles[]; +extern const u8 gFrontSprite242BlisseyTiles[]; +extern const u8 gFrontSprite243RaikouTiles[]; +extern const u8 gFrontSprite244EnteiTiles[]; +extern const u8 gFrontSprite245SuicuneTiles[]; +extern const u8 gFrontSprite246LarvitarTiles[]; +extern const u8 gFrontSprite247PupitarTiles[]; +extern const u8 gFrontSprite248TyranitarTiles[]; +extern const u8 gFrontSprite249LugiaTiles[]; +extern const u8 gFrontSprite250HoOhTiles[]; +extern const u8 gFrontSprite251CelebiTiles[]; +extern const u8 gFrontSprite277TreeckoTiles[]; +extern const u8 gFrontSprite278GrovyleTiles[]; +extern const u8 gFrontSprite279SceptileTiles[]; +extern const u8 gFrontSprite280TorchicTiles[]; +extern const u8 gFrontSprite281CombuskenTiles[]; +extern const u8 gFrontSprite282BlazikenTiles[]; +extern const u8 gFrontSprite283MudkipTiles[]; +extern const u8 gFrontSprite284MarshtompTiles[]; +extern const u8 gFrontSprite285SwampertTiles[]; +extern const u8 gFrontSprite286PoochyenaTiles[]; +extern const u8 gFrontSprite287MightyenaTiles[]; +extern const u8 gFrontSprite288ZigzagoonTiles[]; +extern const u8 gFrontSprite289LinooneTiles[]; +extern const u8 gFrontSprite290WurmpleTiles[]; +extern const u8 gFrontSprite291SilcoonTiles[]; +extern const u8 gFrontSprite292BeautiflyTiles[]; +extern const u8 gFrontSprite293CascoonTiles[]; +extern const u8 gFrontSprite294DustoxTiles[]; +extern const u8 gFrontSprite295LotadTiles[]; +extern const u8 gFrontSprite296LombreTiles[]; +extern const u8 gFrontSprite297LudicoloTiles[]; +extern const u8 gFrontSprite298SeedotTiles[]; +extern const u8 gFrontSprite299NuzleafTiles[]; +extern const u8 gFrontSprite300ShiftryTiles[]; +extern const u8 gFrontSprite301NincadaTiles[]; +extern const u8 gFrontSprite302NinjaskTiles[]; +extern const u8 gFrontSprite303ShedinjaTiles[]; +extern const u8 gFrontSprite304TaillowTiles[]; +extern const u8 gFrontSprite305SwellowTiles[]; +extern const u8 gFrontSprite306ShroomishTiles[]; +extern const u8 gFrontSprite307BreloomTiles[]; +extern const u8 gFrontSprite308SpindaTiles[]; +extern const u8 gFrontSprite309WingullTiles[]; +extern const u8 gFrontSprite310PelipperTiles[]; +extern const u8 gFrontSprite311SurskitTiles[]; +extern const u8 gFrontSprite312MasquerainTiles[]; +extern const u8 gFrontSprite313WailmerTiles[]; +extern const u8 gFrontSprite314WailordTiles[]; +extern const u8 gFrontSprite315SkittyTiles[]; +extern const u8 gFrontSprite316DelcattyTiles[]; +extern const u8 gFrontSprite317KecleonTiles[]; +extern const u8 gFrontSprite318BaltoyTiles[]; +extern const u8 gFrontSprite319ClaydolTiles[]; +extern const u8 gFrontSprite320NosepassTiles[]; +extern const u8 gFrontSprite321TorkoalTiles[]; +extern const u8 gFrontSprite322SableyeTiles[]; +extern const u8 gFrontSprite323BarboachTiles[]; +extern const u8 gFrontSprite324WhiscashTiles[]; +extern const u8 gFrontSprite325LuvdiscTiles[]; +extern const u8 gFrontSprite326CorphishTiles[]; +extern const u8 gFrontSprite327CrawdauntTiles[]; +extern const u8 gFrontSprite328FeebasTiles[]; +extern const u8 gFrontSprite329MiloticTiles[]; +extern const u8 gFrontSprite330CarvanhaTiles[]; +extern const u8 gFrontSprite331SharpedoTiles[]; +extern const u8 gFrontSprite332TrapinchTiles[]; +extern const u8 gFrontSprite333VibravaTiles[]; +extern const u8 gFrontSprite334FlygonTiles[]; +extern const u8 gFrontSprite335MakuhitaTiles[]; +extern const u8 gFrontSprite336HariyamaTiles[]; +extern const u8 gFrontSprite337ElectrikeTiles[]; +extern const u8 gFrontSprite338ManectricTiles[]; +extern const u8 gFrontSprite339NumelTiles[]; +extern const u8 gFrontSprite340CameruptTiles[]; +extern const u8 gFrontSprite341SphealTiles[]; +extern const u8 gFrontSprite342SealeoTiles[]; +extern const u8 gFrontSprite343WalreinTiles[]; +extern const u8 gFrontSprite344CacneaTiles[]; +extern const u8 gFrontSprite345CacturneTiles[]; +extern const u8 gFrontSprite346SnoruntTiles[]; +extern const u8 gFrontSprite347GlalieTiles[]; +extern const u8 gFrontSprite348LunatoneTiles[]; +extern const u8 gFrontSprite349SolrockTiles[]; +extern const u8 gFrontSprite350AzurillTiles[]; +extern const u8 gFrontSprite351SpoinkTiles[]; +extern const u8 gFrontSprite352GrumpigTiles[]; +extern const u8 gFrontSprite353PlusleTiles[]; +extern const u8 gFrontSprite354MinunTiles[]; +extern const u8 gFrontSprite355MawileTiles[]; +extern const u8 gFrontSprite356MedititeTiles[]; +extern const u8 gFrontSprite357MedichamTiles[]; +extern const u8 gFrontSprite358SwabluTiles[]; +extern const u8 gFrontSprite359AltariaTiles[]; +extern const u8 gFrontSprite360WynautTiles[]; +extern const u8 gFrontSprite361DuskullTiles[]; +extern const u8 gFrontSprite362DusclopsTiles[]; +extern const u8 gFrontSprite363RoseliaTiles[]; +extern const u8 gFrontSprite364SlakothTiles[]; +extern const u8 gFrontSprite365VigorothTiles[]; +extern const u8 gFrontSprite366SlakingTiles[]; +extern const u8 gFrontSprite367GulpinTiles[]; +extern const u8 gFrontSprite368SwalotTiles[]; +extern const u8 gFrontSprite369TropiusTiles[]; +extern const u8 gFrontSprite370WhismurTiles[]; +extern const u8 gFrontSprite371LoudredTiles[]; +extern const u8 gFrontSprite372ExploudTiles[]; +extern const u8 gFrontSprite373ClamperlTiles[]; +extern const u8 gFrontSprite374HuntailTiles[]; +extern const u8 gFrontSprite375GorebyssTiles[]; +extern const u8 gFrontSprite376AbsolTiles[]; +extern const u8 gFrontSprite377ShuppetTiles[]; +extern const u8 gFrontSprite378BanetteTiles[]; +extern const u8 gFrontSprite379SeviperTiles[]; +extern const u8 gFrontSprite380ZangooseTiles[]; +extern const u8 gFrontSprite381RelicanthTiles[]; +extern const u8 gFrontSprite382AronTiles[]; +extern const u8 gFrontSprite383LaironTiles[]; +extern const u8 gFrontSprite384AggronTiles[]; +extern const u8 gFrontSprite385CastformTiles[]; +extern const u8 gFrontSprite386VolbeatTiles[]; +extern const u8 gFrontSprite387IllumiseTiles[]; +extern const u8 gFrontSprite388LileepTiles[]; +extern const u8 gFrontSprite389CradilyTiles[]; +extern const u8 gFrontSprite390AnorithTiles[]; +extern const u8 gFrontSprite391ArmaldoTiles[]; +extern const u8 gFrontSprite392RaltsTiles[]; +extern const u8 gFrontSprite393KirliaTiles[]; +extern const u8 gFrontSprite394GardevoirTiles[]; +extern const u8 gFrontSprite395BagonTiles[]; +extern const u8 gFrontSprite396ShelgonTiles[]; +extern const u8 gFrontSprite397SalamenceTiles[]; +extern const u8 gFrontSprite398BeldumTiles[]; +extern const u8 gFrontSprite399MetangTiles[]; +extern const u8 gFrontSprite400MetagrossTiles[]; +extern const u8 gFrontSprite401RegirockTiles[]; +extern const u8 gFrontSprite402RegiceTiles[]; +extern const u8 gFrontSprite403RegisteelTiles[]; +extern const u8 gFrontSprite404KyogreTiles[]; +extern const u8 gFrontSprite405GroudonTiles[]; +extern const u8 gFrontSprite406RayquazaTiles[]; +extern const u8 gFrontSprite407LatiasTiles[]; +extern const u8 gFrontSprite408LatiosTiles[]; +extern const u8 gFrontSprite409JirachiTiles[]; +extern const u8 gFrontSprite410DeoxysTiles[]; +extern const u8 gFrontSprite411ChimechoTiles[]; +extern const u8 gFrontSprite412EggTiles[]; +extern const u8 gFrontSprite413UnownBTiles[]; +extern const u8 gFrontSprite414UnownCTiles[]; +extern const u8 gFrontSprite415UnownDTiles[]; +extern const u8 gFrontSprite416UnownETiles[]; +extern const u8 gFrontSprite417UnownFTiles[]; +extern const u8 gFrontSprite418UnownGTiles[]; +extern const u8 gFrontSprite419UnownHTiles[]; +extern const u8 gFrontSprite420UnownITiles[]; +extern const u8 gFrontSprite421UnownJTiles[]; +extern const u8 gFrontSprite422UnownKTiles[]; +extern const u8 gFrontSprite423UnownLTiles[]; +extern const u8 gFrontSprite424UnownMTiles[]; +extern const u8 gFrontSprite425UnownNTiles[]; +extern const u8 gFrontSprite426UnownOTiles[]; +extern const u8 gFrontSprite427UnownPTiles[]; +extern const u8 gFrontSprite428UnownQTiles[]; +extern const u8 gFrontSprite429UnownRTiles[]; +extern const u8 gFrontSprite430UnownSTiles[]; +extern const u8 gFrontSprite431UnownTTiles[]; +extern const u8 gFrontSprite432UnownUTiles[]; +extern const u8 gFrontSprite433UnownVTiles[]; +extern const u8 gFrontSprite434UnownWTiles[]; +extern const u8 gFrontSprite435UnownXTiles[]; +extern const u8 gFrontSprite436UnownYTiles[]; +extern const u8 gFrontSprite437UnownZTiles[]; +extern const u8 gFrontSprite438UnownExclamationTiles[]; +extern const u8 gFrontSprite439UnownQuestionTiles[]; +extern const u8 gFrontSprite440TurtwigTiles[]; +extern const u8 gFrontSprite441GrotleTiles[]; +extern const u8 gFrontSprite442TorterraTiles[]; +extern const u8 gFrontSprite443ChimcharTiles[]; +extern const u8 gFrontSprite444MonfernoTiles[]; +extern const u8 gFrontSprite445InfernapeTiles[]; +extern const u8 gFrontSprite446PiplupTiles[]; +extern const u8 gFrontSprite447PrinplupTiles[]; +extern const u8 gFrontSprite448EmpoleonTiles[]; +extern const u8 gFrontSprite449StarlyTiles[]; +extern const u8 gFrontSprite450StaraviaTiles[]; +extern const u8 gFrontSprite451StaraptorTiles[]; +extern const u8 gFrontSprite452BidoofTiles[]; +extern const u8 gFrontSprite453BibarelTiles[]; +extern const u8 gFrontSprite454KricketotTiles[]; +extern const u8 gFrontSprite455KricketuneTiles[]; +extern const u8 gFrontSprite456ShinxTiles[]; +extern const u8 gFrontSprite457LuxioTiles[]; +extern const u8 gFrontSprite458LuxrayTiles[]; +extern const u8 gFrontSprite459BudewTiles[]; +extern const u8 gFrontSprite460RoseradeTiles[]; +extern const u8 gFrontSprite461CranidosTiles[]; +extern const u8 gFrontSprite462RampardosTiles[]; +extern const u8 gFrontSprite463ShieldonTiles[]; +extern const u8 gFrontSprite464BastiodonTiles[]; +extern const u8 gFrontSprite465BurmyTiles[]; +extern const u8 gFrontSprite466WormadamTiles[]; +extern const u8 gFrontSprite467MothimTiles[]; +extern const u8 gFrontSprite468CombeeTiles[]; +extern const u8 gFrontSprite469VespiquenTiles[]; +extern const u8 gFrontSprite470PachirisuTiles[]; +extern const u8 gFrontSprite471BuizelTiles[]; +extern const u8 gFrontSprite472FloatzelTiles[]; +extern const u8 gFrontSprite473CherubiTiles[]; +extern const u8 gFrontSprite474CherrimTiles[]; +extern const u8 gFrontSprite475ShellosTiles[]; +extern const u8 gFrontSprite476GastrodonTiles[]; +extern const u8 gFrontSprite477AmbipomTiles[]; +extern const u8 gFrontSprite478DrifloonTiles[]; +extern const u8 gFrontSprite479DrifblimTiles[]; +extern const u8 gFrontSprite480BunearyTiles[]; +extern const u8 gFrontSprite481LopunnyTiles[]; +extern const u8 gFrontSprite482MismagiusTiles[]; +extern const u8 gFrontSprite483HonchkrowTiles[]; +extern const u8 gFrontSprite484GlameowTiles[]; +extern const u8 gFrontSprite485PuruglyTiles[]; +extern const u8 gFrontSprite486ChinglingTiles[]; +extern const u8 gFrontSprite487StunkyTiles[]; +extern const u8 gFrontSprite488SkuntankTiles[]; +extern const u8 gFrontSprite489BronzorTiles[]; +extern const u8 gFrontSprite490BronzongTiles[]; +extern const u8 gFrontSprite491BonslyTiles[]; +extern const u8 gFrontSprite492MimeJrTiles[]; +extern const u8 gFrontSprite493HappinyTiles[]; +extern const u8 gFrontSprite494ChatotTiles[]; +extern const u8 gFrontSprite495SpiritombTiles[]; +extern const u8 gFrontSprite496GibleTiles[]; +extern const u8 gFrontSprite497GabiteTiles[]; +extern const u8 gFrontSprite498GarchompTiles[]; +extern const u8 gFrontSprite499MunchlaxTiles[]; +extern const u8 gFrontSprite500RioluTiles[]; +extern const u8 gFrontSprite501LucarioTiles[]; +extern const u8 gFrontSprite502HippopotasTiles[]; +extern const u8 gFrontSprite503HippowdonTiles[]; +extern const u8 gFrontSprite504SkorupiTiles[]; +extern const u8 gFrontSprite505DrapionTiles[]; +extern const u8 gFrontSprite506CroagunkTiles[]; +extern const u8 gFrontSprite507ToxicroakTiles[]; +extern const u8 gFrontSprite508CarnivineTiles[]; +extern const u8 gFrontSprite509FinneonTiles[]; +extern const u8 gFrontSprite510LumineonTiles[]; +extern const u8 gFrontSprite511MantykeTiles[]; +extern const u8 gFrontSprite512SnoverTiles[]; +extern const u8 gFrontSprite513AbomasnowTiles[]; +extern const u8 gFrontSprite514WeavileTiles[]; +extern const u8 gFrontSprite515MagnezoneTiles[]; +extern const u8 gFrontSprite516LickilickyTiles[]; +extern const u8 gFrontSprite517RhyperiorTiles[]; +extern const u8 gFrontSprite518TangrowthTiles[]; +extern const u8 gFrontSprite519ElectivireTiles[]; +extern const u8 gFrontSprite520MagmortarTiles[]; +extern const u8 gFrontSprite521TogekissTiles[]; +extern const u8 gFrontSprite522YanmegaTiles[]; +extern const u8 gFrontSprite523LeafeonTiles[]; +extern const u8 gFrontSprite524GlaceonTiles[]; +extern const u8 gFrontSprite525GliscorTiles[]; +extern const u8 gFrontSprite526MamoswineTiles[]; +extern const u8 gFrontSprite527PorygonZTiles[]; +extern const u8 gFrontSprite528GalladeTiles[]; +extern const u8 gFrontSprite529ProbopassTiles[]; +extern const u8 gFrontSprite530DusknoirTiles[]; +extern const u8 gFrontSprite531FroslassTiles[]; +extern const u8 gFrontSprite532RotomTiles[]; +extern const u8 gFrontSprite533UxieTiles[]; +extern const u8 gFrontSprite534MespritTiles[]; +extern const u8 gFrontSprite535AzelfTiles[]; +extern const u8 gFrontSprite536DialgaTiles[]; +extern const u8 gFrontSprite537PalkiaTiles[]; +extern const u8 gFrontSprite538HeatranTiles[]; +extern const u8 gFrontSprite539RegigigasTiles[]; +extern const u8 gFrontSprite540GiratinaTiles[]; +extern const u8 gFrontSprite541CresseliaTiles[]; +extern const u8 gFrontSprite542PhioneTiles[]; +extern const u8 gFrontSprite543ManaphyTiles[]; +extern const u8 gFrontSprite544DarkraiTiles[]; +extern const u8 gFrontSprite545ShayminTiles[]; +extern const u8 gFrontSprite546ArceusTiles[]; +extern const u8 gFrontSprite547VictiniTiles[]; +extern const u8 gFrontSprite548SnivyTiles[]; +extern const u8 gFrontSprite549ServineTiles[]; +extern const u8 gFrontSprite550SerperiorTiles[]; +extern const u8 gFrontSprite551TepigTiles[]; +extern const u8 gFrontSprite552PigniteTiles[]; +extern const u8 gFrontSprite553EmboarTiles[]; +extern const u8 gFrontSprite554OshawottTiles[]; +extern const u8 gFrontSprite555DewottTiles[]; +extern const u8 gFrontSprite556SamurottTiles[]; +extern const u8 gFrontSprite557PatratTiles[]; +extern const u8 gFrontSprite558WatchogTiles[]; +extern const u8 gFrontSprite559LillipupTiles[]; +extern const u8 gFrontSprite560HerdierTiles[]; +extern const u8 gFrontSprite561StoutlandTiles[]; +extern const u8 gFrontSprite562PurrloinTiles[]; +extern const u8 gFrontSprite563LiepardTiles[]; +extern const u8 gFrontSprite564PansageTiles[]; +extern const u8 gFrontSprite565SimisageTiles[]; +extern const u8 gFrontSprite566PansearTiles[]; +extern const u8 gFrontSprite567SimisearTiles[]; +extern const u8 gFrontSprite568PanpourTiles[]; +extern const u8 gFrontSprite569SimipourTiles[]; +extern const u8 gFrontSprite570MunnaTiles[]; +extern const u8 gFrontSprite571MusharnaTiles[]; +extern const u8 gFrontSprite572PidoveTiles[]; +extern const u8 gFrontSprite573TranquillTiles[]; +extern const u8 gFrontSprite574UnfezantTiles[]; +extern const u8 gFrontSprite575BlitzleTiles[]; +extern const u8 gFrontSprite576ZebstrikaTiles[]; +extern const u8 gFrontSprite577RoggenrolaTiles[]; +extern const u8 gFrontSprite578BoldoreTiles[]; +extern const u8 gFrontSprite579GigalithTiles[]; +extern const u8 gFrontSprite580WoobatTiles[]; +extern const u8 gFrontSprite581SwoobatTiles[]; +extern const u8 gFrontSprite582DrilburTiles[]; +extern const u8 gFrontSprite583ExcadrillTiles[]; +extern const u8 gFrontSprite584AudinoTiles[]; +extern const u8 gFrontSprite585TimburrTiles[]; +extern const u8 gFrontSprite586GurdurrTiles[]; +extern const u8 gFrontSprite587ConkeldurrTiles[]; +extern const u8 gFrontSprite588TympoleTiles[]; +extern const u8 gFrontSprite589PalpitoadTiles[]; +extern const u8 gFrontSprite590SeismitoadTiles[]; +extern const u8 gFrontSprite591ThrohTiles[]; +extern const u8 gFrontSprite592SawkTiles[]; +extern const u8 gFrontSprite593SewaddleTiles[]; +extern const u8 gFrontSprite594SwadloonTiles[]; +extern const u8 gFrontSprite595LeavannyTiles[]; +extern const u8 gFrontSprite596VenipedeTiles[]; +extern const u8 gFrontSprite597WhirlipedeTiles[]; +extern const u8 gFrontSprite598ScolipedeTiles[]; +extern const u8 gFrontSprite599CottoneeTiles[]; +extern const u8 gFrontSprite600WhimsicottTiles[]; +extern const u8 gFrontSprite601PetililTiles[]; +extern const u8 gFrontSprite602LilligantTiles[]; +extern const u8 gFrontSprite603BasculinRedTiles[]; +extern const u8 gFrontSprite604SandileTiles[]; +extern const u8 gFrontSprite605KrokorokTiles[]; +extern const u8 gFrontSprite606KrookodileTiles[]; +extern const u8 gFrontSprite607DarumakaTiles[]; +extern const u8 gFrontSprite608DarmanitanTiles[]; +extern const u8 gFrontSprite609MaractusTiles[]; +extern const u8 gFrontSprite610DwebbleTiles[]; +extern const u8 gFrontSprite611CrustleTiles[]; +extern const u8 gFrontSprite612ScraggyTiles[]; +extern const u8 gFrontSprite613ScraftyTiles[]; +extern const u8 gFrontSprite614SigilyphTiles[]; +extern const u8 gFrontSprite615YamaskTiles[]; +extern const u8 gFrontSprite616CofagrigusTiles[]; +extern const u8 gFrontSprite617TirtougaTiles[]; +extern const u8 gFrontSprite618CarracostaTiles[]; +extern const u8 gFrontSprite619ArchenTiles[]; +extern const u8 gFrontSprite620ArcheopsTiles[]; +extern const u8 gFrontSprite621TrubbishTiles[]; +extern const u8 gFrontSprite622GarbodorTiles[]; +extern const u8 gFrontSprite623ZoruaTiles[]; +extern const u8 gFrontSprite624ZoroarkTiles[]; +extern const u8 gFrontSprite625MinccinoTiles[]; +extern const u8 gFrontSprite626CinccinoTiles[]; +extern const u8 gFrontSprite627GothitaTiles[]; +extern const u8 gFrontSprite628GothoritaTiles[]; +extern const u8 gFrontSprite629GothitelleTiles[]; +extern const u8 gFrontSprite630SolosisTiles[]; +extern const u8 gFrontSprite631DuosionTiles[]; +extern const u8 gFrontSprite632ReuniclusTiles[]; +extern const u8 gFrontSprite633DucklettTiles[]; +extern const u8 gFrontSprite634SwannaTiles[]; +extern const u8 gFrontSprite635VanilliteTiles[]; +extern const u8 gFrontSprite636VanillishTiles[]; +extern const u8 gFrontSprite637VanilluxeTiles[]; +extern const u8 gFrontSprite638DeerlingTiles[]; +extern const u8 gFrontSprite639SawsbuckTiles[]; +extern const u8 gFrontSprite640EmolgaTiles[]; +extern const u8 gFrontSprite641KarrablastTiles[]; +extern const u8 gFrontSprite642EscavalierTiles[]; +extern const u8 gFrontSprite643FoongusTiles[]; +extern const u8 gFrontSprite644AmoongussTiles[]; +extern const u8 gFrontSprite645FrillishTiles[]; +extern const u8 gFrontSprite646JellicentTiles[]; +extern const u8 gFrontSprite647AlomomolaTiles[]; +extern const u8 gFrontSprite648JoltikTiles[]; +extern const u8 gFrontSprite649GalvantulaTiles[]; +extern const u8 gFrontSprite650FerroseedTiles[]; +extern const u8 gFrontSprite651FerrothornTiles[]; +extern const u8 gFrontSprite652KlinkTiles[]; +extern const u8 gFrontSprite653KlangTiles[]; +extern const u8 gFrontSprite654KlinklangTiles[]; +extern const u8 gFrontSprite655TynamoTiles[]; +extern const u8 gFrontSprite656EelektrikTiles[]; +extern const u8 gFrontSprite657EelektrossTiles[]; +extern const u8 gFrontSprite658ElgyemTiles[]; +extern const u8 gFrontSprite659BeheeyemTiles[]; +extern const u8 gFrontSprite660LitwickTiles[]; +extern const u8 gFrontSprite661LampentTiles[]; +extern const u8 gFrontSprite662ChandelureTiles[]; +extern const u8 gFrontSprite663AxewTiles[]; +extern const u8 gFrontSprite664FraxureTiles[]; +extern const u8 gFrontSprite665HaxorusTiles[]; +extern const u8 gFrontSprite666CubchooTiles[]; +extern const u8 gFrontSprite667BearticTiles[]; +extern const u8 gFrontSprite668CryogonalTiles[]; +extern const u8 gFrontSprite669ShelmetTiles[]; +extern const u8 gFrontSprite670AccelgorTiles[]; +extern const u8 gFrontSprite671StunfiskTiles[]; +extern const u8 gFrontSprite672MienfooTiles[]; +extern const u8 gFrontSprite673MienshaoTiles[]; +extern const u8 gFrontSprite674DruddigonTiles[]; +extern const u8 gFrontSprite675GolettTiles[]; +extern const u8 gFrontSprite676GolurkTiles[]; +extern const u8 gFrontSprite677PawniardTiles[]; +extern const u8 gFrontSprite678BisharpTiles[]; +extern const u8 gFrontSprite679BouffalantTiles[]; +extern const u8 gFrontSprite680RuffletTiles[]; +extern const u8 gFrontSprite681BraviaryTiles[]; +extern const u8 gFrontSprite682VullabyTiles[]; +extern const u8 gFrontSprite683MandibuzzTiles[]; +extern const u8 gFrontSprite684HeatmorTiles[]; +extern const u8 gFrontSprite685DurantTiles[]; +extern const u8 gFrontSprite686DeinoTiles[]; +extern const u8 gFrontSprite687ZweilousTiles[]; +extern const u8 gFrontSprite688HydreigonTiles[]; +extern const u8 gFrontSprite689LarvestaTiles[]; +extern const u8 gFrontSprite690VolcaronaTiles[]; +extern const u8 gFrontSprite691CobalionTiles[]; +extern const u8 gFrontSprite692TerrakionTiles[]; +extern const u8 gFrontSprite693VirizionTiles[]; +extern const u8 gFrontSprite694TornadusTiles[]; +extern const u8 gFrontSprite695ThundurusTiles[]; +extern const u8 gFrontSprite696ReshiramTiles[]; +extern const u8 gFrontSprite697ZekromTiles[]; +extern const u8 gFrontSprite698LandorusTiles[]; +extern const u8 gFrontSprite699KyuremTiles[]; +extern const u8 gFrontSprite700KeldeoTiles[]; +extern const u8 gFrontSprite701MeloettaTiles[]; +extern const u8 gFrontSprite702GenesectTiles[]; +extern const u8 gFrontSprite703UnfezantFTiles[]; +extern const u8 gFrontSprite704FrillishFTiles[]; +extern const u8 gFrontSprite705JellicentFTiles[]; +extern const u8 gFrontSprite706ShadowWarriorTiles[]; +extern const u8 gFrontSprite707BurmySandyTiles[]; +extern const u8 gFrontSprite708BurmyTrashTiles[]; +extern const u8 gFrontSprite709WormadamSandyTiles[]; +extern const u8 gFrontSprite710WormadamTrashTiles[]; +extern const u8 gFrontSprite711ShellosEastTiles[]; +extern const u8 gFrontSprite712GastrodonEastTiles[]; +extern const u8 gFrontSprite713RotomHeatTiles[]; +extern const u8 gFrontSprite714RotomWashTiles[]; +extern const u8 gFrontSprite715RotomFrostTiles[]; +extern const u8 gFrontSprite716RotomFanTiles[]; +extern const u8 gFrontSprite717RotomMowTiles[]; +extern const u8 gFrontSprite718GiratinaOriginTiles[]; +extern const u8 gFrontSprite719ShayminSkyTiles[]; +extern const u8 gFrontSprite720ArceusFightTiles[]; +extern const u8 gFrontSprite721ArceusFlyingTiles[]; +extern const u8 gFrontSprite722ArceusPoisonTiles[]; +extern const u8 gFrontSprite723ArceusGroundTiles[]; +extern const u8 gFrontSprite724ArceusRockTiles[]; +extern const u8 gFrontSprite725ArceusBugTiles[]; +extern const u8 gFrontSprite726ArceusGhostTiles[]; +extern const u8 gFrontSprite727ArceusSteelTiles[]; +extern const u8 gFrontSprite728ArceusFireTiles[]; +extern const u8 gFrontSprite729ArceusWaterTiles[]; +extern const u8 gFrontSprite730ArceusGrassTiles[]; +extern const u8 gFrontSprite731ArceusElectricTiles[]; +extern const u8 gFrontSprite732ArceusPsychicTiles[]; +extern const u8 gFrontSprite733ArceusIceTiles[]; +extern const u8 gFrontSprite734ArceusDragonTiles[]; +extern const u8 gFrontSprite735ArceusDarkTiles[]; +extern const u8 gFrontSprite736BasculinBlueTiles[]; +extern const u8 gFrontSprite737DarmanitanzenTiles[]; +extern const u8 gFrontSprite738DeerlingSummerTiles[]; +extern const u8 gFrontSprite739DeerlingAutumnTiles[]; +extern const u8 gFrontSprite740DeerlingWinterTiles[]; +extern const u8 gFrontSprite741SawsbuckSummerTiles[]; +extern const u8 gFrontSprite742SawsbuckAutumnTiles[]; +extern const u8 gFrontSprite743SawsbuckWinterTiles[]; +extern const u8 gFrontSprite744HippopotasFTiles[]; +extern const u8 gFrontSprite745HippowdonFTiles[]; +extern const u8 gFrontSprite746MeloettaPirouetteTiles[]; +extern const u8 gFrontSprite747GenesectShockTiles[]; +extern const u8 gFrontSprite748GenesectBurnTiles[]; +extern const u8 gFrontSprite749GenesectChillTiles[]; +extern const u8 gFrontSprite750GenesectDouseTiles[]; +extern const u8 gFrontSprite751CherrimSunTiles[]; +extern const u8 gFrontSprite752KyuremBlackTiles[]; +extern const u8 gFrontSprite753KyuremWhiteTiles[]; +extern const u8 gFrontSprite754TornadusTherianTiles[]; +extern const u8 gFrontSprite755ThundurusTherianTiles[]; +extern const u8 gFrontSprite756LandorusTherianTiles[]; +extern const u8 gFrontSprite757KeldeoResoluteTiles[]; +extern const u8 gFrontSprite758ChespinTiles[]; +extern const u8 gFrontSprite759QuilladinTiles[]; +extern const u8 gFrontSprite760ChesnaughtTiles[]; +extern const u8 gFrontSprite761FennekinTiles[]; +extern const u8 gFrontSprite762BraixenTiles[]; +extern const u8 gFrontSprite763DelphoxTiles[]; +extern const u8 gFrontSprite764FroakieTiles[]; +extern const u8 gFrontSprite765FrogadierTiles[]; +extern const u8 gFrontSprite766GreninjaTiles[]; +extern const u8 gFrontSprite767BunnelbyTiles[]; +extern const u8 gFrontSprite768DiggersbyTiles[]; +extern const u8 gFrontSprite769FletchlingTiles[]; +extern const u8 gFrontSprite770FletchinderTiles[]; +extern const u8 gFrontSprite771TalonflameTiles[]; +extern const u8 gFrontSprite772ScatterbugTiles[]; +extern const u8 gFrontSprite773SpewpaTiles[]; +extern const u8 gFrontSprite774VivillonTiles[]; +extern const u8 gFrontSprite775LitleoTiles[]; +extern const u8 gFrontSprite776PyroarTiles[]; +extern const u8 gFrontSprite777FlabebeTiles[]; +extern const u8 gFrontSprite778FloetteTiles[]; +extern const u8 gFrontSprite779FlorgesTiles[]; +extern const u8 gFrontSprite780SkiddoTiles[]; +extern const u8 gFrontSprite781GogoatTiles[]; +extern const u8 gFrontSprite782PanchamTiles[]; +extern const u8 gFrontSprite783PangoroTiles[]; +extern const u8 gFrontSprite784FurfrouTiles[]; +extern const u8 gFrontSprite785EspurrTiles[]; +extern const u8 gFrontSprite786MeowsticTiles[]; +extern const u8 gFrontSprite787HonedgeTiles[]; +extern const u8 gFrontSprite788DoubladeTiles[]; +extern const u8 gFrontSprite789AegislashTiles[]; +extern const u8 gFrontSprite790SpritzeeTiles[]; +extern const u8 gFrontSprite791AromatisseTiles[]; +extern const u8 gFrontSprite792SwirlixTiles[]; +extern const u8 gFrontSprite793SlurpuffTiles[]; +extern const u8 gFrontSprite794InkayTiles[]; +extern const u8 gFrontSprite795MalamarTiles[]; +extern const u8 gFrontSprite796BinacleTiles[]; +extern const u8 gFrontSprite797BarbaracleTiles[]; +extern const u8 gFrontSprite798SkrelpTiles[]; +extern const u8 gFrontSprite799DragalgeTiles[]; +extern const u8 gFrontSprite800ClauncherTiles[]; +extern const u8 gFrontSprite801ClawitzerTiles[]; +extern const u8 gFrontSprite802HelioptileTiles[]; +extern const u8 gFrontSprite803HelioliskTiles[]; +extern const u8 gFrontSprite804TyruntTiles[]; +extern const u8 gFrontSprite805TyrantrumTiles[]; +extern const u8 gFrontSprite806AmauraTiles[]; +extern const u8 gFrontSprite807AurorusTiles[]; +extern const u8 gFrontSprite808SylveonTiles[]; +extern const u8 gFrontSprite809HawluchaTiles[]; +extern const u8 gFrontSprite810DedenneTiles[]; +extern const u8 gFrontSprite811CarbinkTiles[]; +extern const u8 gFrontSprite812GoomyTiles[]; +extern const u8 gFrontSprite813SliggooTiles[]; +extern const u8 gFrontSprite814GoodraTiles[]; +extern const u8 gFrontSprite815KlefkiTiles[]; +extern const u8 gFrontSprite816PhantumpTiles[]; +extern const u8 gFrontSprite817TrevenantTiles[]; +extern const u8 gFrontSprite818PumpkabooTiles[]; +extern const u8 gFrontSprite819GourgeistTiles[]; +extern const u8 gFrontSprite820BergmiteTiles[]; +extern const u8 gFrontSprite821AvaluggTiles[]; +extern const u8 gFrontSprite822NoibatTiles[]; +extern const u8 gFrontSprite823NoivernTiles[]; +extern const u8 gFrontSprite824XerneasTiles[]; +extern const u8 gFrontSprite825YveltalTiles[]; +extern const u8 gFrontSprite826ZygardeTiles[]; +extern const u8 gFrontSprite827DiancieTiles[]; +extern const u8 gFrontSprite828HoopaTiles[]; +extern const u8 gFrontSprite829HoopaUnboundTiles[]; +extern const u8 gFrontSprite830VolcanionTiles[]; +extern const u8 gFrontSprite831PyroarFemaleTiles[]; +extern const u8 gFrontSprite832MeowsticFemaleTiles[]; +extern const u8 gFrontSprite833AegislashBladeTiles[]; +extern const u8 gFrontSprite834ArceusFairyTiles[]; +extern const u8 gFrontSprite835ZygardeCellTiles[]; +extern const u8 gFrontSprite836ZygardeCoreTiles[]; +extern const u8 gFrontSprite837Zygarde10Tiles[]; +extern const u8 gFrontSprite838ZygardeCompleteTiles[]; +extern const u8 gFrontSprite839AshgreninjaTiles[]; +extern const u8 gFrontSprite840FlabebeBlueTiles[]; +extern const u8 gFrontSprite841FlabebeOrangeTiles[]; +extern const u8 gFrontSprite842FlabebeYellowTiles[]; +extern const u8 gFrontSprite843FlabebeWhiteTiles[]; +extern const u8 gFrontSprite844FloetteBlueTiles[]; +extern const u8 gFrontSprite845FloetteOrangeTiles[]; +extern const u8 gFrontSprite846FloetteYellowTiles[]; +extern const u8 gFrontSprite847FloetteWhiteTiles[]; +extern const u8 gFrontSprite848FloetteEternalTiles[]; +extern const u8 gFrontSprite849FlorgesBlueTiles[]; +extern const u8 gFrontSprite850FlorgesOrangeTiles[]; +extern const u8 gFrontSprite851FlorgesYellowTiles[]; +extern const u8 gFrontSprite852FlorgesWhiteTiles[]; +extern const u8 gFrontSprite853PumpkabooXlTiles[]; +extern const u8 gFrontSprite854PumpkabooLTiles[]; +extern const u8 gFrontSprite855PumpkabooMTiles[]; +extern const u8 gFrontSprite856GourgeistXlTiles[]; +extern const u8 gFrontSprite857GourgeistLTiles[]; +extern const u8 gFrontSprite858GourgeistMTiles[]; +extern const u8 gFrontSprite859FurfrouHeartTiles[]; +extern const u8 gFrontSprite860FurfrouDiamondTiles[]; +extern const u8 gFrontSprite861FurfrouStarTiles[]; +extern const u8 gFrontSprite862FurfrouPharoahTiles[]; +extern const u8 gFrontSprite863FurfrouKabukiTiles[]; +extern const u8 gFrontSprite864FurfrouLaReineTiles[]; +extern const u8 gFrontSprite865FurfrouMatronTiles[]; +extern const u8 gFrontSprite866FurfrouDandyTiles[]; +extern const u8 gFrontSprite867FurfrouDebutanteTiles[]; +extern const u8 gFrontSprite868VivillonFancyTiles[]; +extern const u8 gFrontSprite869VenusaurMegaTiles[]; +extern const u8 gFrontSprite870CharizardMegaXTiles[]; +extern const u8 gFrontSprite871CharizardMegaYTiles[]; +extern const u8 gFrontSprite872BlastoiseMegaTiles[]; +extern const u8 gFrontSprite873BeedrillMegaTiles[]; +extern const u8 gFrontSprite874PidgeotMegaTiles[]; +extern const u8 gFrontSprite875AlakazamMegaTiles[]; +extern const u8 gFrontSprite876SlowbroMegaTiles[]; +extern const u8 gFrontSprite877GengarMegaTiles[]; +extern const u8 gFrontSprite878KangaskhanMegaTiles[]; +extern const u8 gFrontSprite879PinsirMegaTiles[]; +extern const u8 gFrontSprite880GyaradosMegaTiles[]; +extern const u8 gFrontSprite881AerodactylMegaTiles[]; +extern const u8 gFrontSprite882MewtwoMegaXTiles[]; +extern const u8 gFrontSprite883MewtwoMegaYTiles[]; +extern const u8 gFrontSprite884AmpharosMegaTiles[]; +extern const u8 gFrontSprite885SteelixMegaTiles[]; +extern const u8 gFrontSprite886ScizorMegaTiles[]; +extern const u8 gFrontSprite887HeracrossMegaTiles[]; +extern const u8 gFrontSprite888HoundoomMegaTiles[]; +extern const u8 gFrontSprite889TyranitarMegaTiles[]; +extern const u8 gFrontSprite890SceptileMegaTiles[]; +extern const u8 gFrontSprite891BlazikenMegaTiles[]; +extern const u8 gFrontSprite892SwampertMegaTiles[]; +extern const u8 gFrontSprite893GardevoirMegaTiles[]; +extern const u8 gFrontSprite894SableyeMegaTiles[]; +extern const u8 gFrontSprite895MawileMegaTiles[]; +extern const u8 gFrontSprite896AggronMegaTiles[]; +extern const u8 gFrontSprite897MedichamMegaTiles[]; +extern const u8 gFrontSprite898ManectricMegaTiles[]; +extern const u8 gFrontSprite899SharpedoMegaTiles[]; +extern const u8 gFrontSprite900CameruptMegaTiles[]; +extern const u8 gFrontSprite901AltariaMegaTiles[]; +extern const u8 gFrontSprite902BanetteMegaTiles[]; +extern const u8 gFrontSprite903AbsolMegaTiles[]; +extern const u8 gFrontSprite904GlalieMegaTiles[]; +extern const u8 gFrontSprite905SalamenceMegaTiles[]; +extern const u8 gFrontSprite906MetagrossMegaTiles[]; +extern const u8 gFrontSprite907LatiasMegaTiles[]; +extern const u8 gFrontSprite908LatiosMegaTiles[]; +extern const u8 gFrontSprite909GroudonPrimalTiles[]; +extern const u8 gFrontSprite910KyogrePrimalTiles[]; +extern const u8 gFrontSprite911RayquazaMegaTiles[]; +extern const u8 gFrontSprite912LopunnyMegaTiles[]; +extern const u8 gFrontSprite913GarchompMegaTiles[]; +extern const u8 gFrontSprite914LucarioMegaTiles[]; +extern const u8 gFrontSprite915AbomasnowMegaTiles[]; +extern const u8 gFrontSprite916GalladeMegaTiles[]; +extern const u8 gFrontSprite917AudinoMegaTiles[]; +extern const u8 gFrontSprite918DiancieMegaTiles[]; +extern const u8 gFrontSprite919DialgaPrimalTiles[]; +extern const u8 gFrontSprite920PalkiaPrimalTiles[]; +extern const u8 gFrontSprite921VivillonArchipelagoTiles[]; +extern const u8 gFrontSprite922VivillonContinentalTiles[]; +extern const u8 gFrontSprite923VivillonElegantTiles[]; +extern const u8 gFrontSprite924VivillonGardenTiles[]; +extern const u8 gFrontSprite925VivillonHighPlainsTiles[]; +extern const u8 gFrontSprite926VivillonIcySnowTiles[]; +extern const u8 gFrontSprite927VivillonJungleTiles[]; +extern const u8 gFrontSprite928VivillonMarineTiles[]; +extern const u8 gFrontSprite929VivillonModernTiles[]; +extern const u8 gFrontSprite930VivillonMonsoonTiles[]; +extern const u8 gFrontSprite931VivillonOceanTiles[]; +extern const u8 gFrontSprite932VivillonPokeballTiles[]; +extern const u8 gFrontSprite933VivillonPolarTiles[]; +extern const u8 gFrontSprite934VivillonRiverTiles[]; +extern const u8 gFrontSprite935VivillonSandstormTiles[]; +extern const u8 gFrontSprite936VivillonSavannaTiles[]; +extern const u8 gFrontSprite937VivillonSunTiles[]; +extern const u8 gFrontSprite938VivillonTundraTiles[]; +extern const u8 gFrontSprite939RowletTiles[]; +extern const u8 gFrontSprite940DartrixTiles[]; +extern const u8 gFrontSprite941DecidueyeTiles[]; +extern const u8 gFrontSprite942LittenTiles[]; +extern const u8 gFrontSprite943TorracatTiles[]; +extern const u8 gFrontSprite944IncineroarTiles[]; +extern const u8 gFrontSprite945PopplioTiles[]; +extern const u8 gFrontSprite946BrionneTiles[]; +extern const u8 gFrontSprite947PrimarinaTiles[]; +extern const u8 gFrontSprite948PikipekTiles[]; +extern const u8 gFrontSprite949TrumbeakTiles[]; +extern const u8 gFrontSprite950ToucannonTiles[]; +extern const u8 gFrontSprite951YungoosTiles[]; +extern const u8 gFrontSprite952GumshoosTiles[]; +extern const u8 gFrontSprite953GrubbinTiles[]; +extern const u8 gFrontSprite954CharjabugTiles[]; +extern const u8 gFrontSprite955VikavoltTiles[]; +extern const u8 gFrontSprite956CrabrawlerTiles[]; +extern const u8 gFrontSprite957CrabominableTiles[]; +extern const u8 gFrontSprite958OricorioTiles[]; +extern const u8 gFrontSprite959CutieflyTiles[]; +extern const u8 gFrontSprite960RibombeeTiles[]; +extern const u8 gFrontSprite961RockruffTiles[]; +extern const u8 gFrontSprite962LycanrocTiles[]; +extern const u8 gFrontSprite963WishiwashiTiles[]; +extern const u8 gFrontSprite964MareanieTiles[]; +extern const u8 gFrontSprite965ToxapexTiles[]; +extern const u8 gFrontSprite966MudbrayTiles[]; +extern const u8 gFrontSprite967MudsdaleTiles[]; +extern const u8 gFrontSprite968DewpiderTiles[]; +extern const u8 gFrontSprite969AraquanidTiles[]; +extern const u8 gFrontSprite970FomantisTiles[]; +extern const u8 gFrontSprite971LurantisTiles[]; +extern const u8 gFrontSprite972MorelullTiles[]; +extern const u8 gFrontSprite973ShiinoticTiles[]; +extern const u8 gFrontSprite974SalanditTiles[]; +extern const u8 gFrontSprite975SalazzleTiles[]; +extern const u8 gFrontSprite976StuffulTiles[]; +extern const u8 gFrontSprite977BewearTiles[]; +extern const u8 gFrontSprite978BounsweetTiles[]; +extern const u8 gFrontSprite979SteeneeTiles[]; +extern const u8 gFrontSprite980TsareenaTiles[]; +extern const u8 gFrontSprite981ComfeyTiles[]; +extern const u8 gFrontSprite982OranguruTiles[]; +extern const u8 gFrontSprite983PassimianTiles[]; +extern const u8 gFrontSprite984WimpodTiles[]; +extern const u8 gFrontSprite985GolisopodTiles[]; +extern const u8 gFrontSprite986SandygastTiles[]; +extern const u8 gFrontSprite987PalossandTiles[]; +extern const u8 gFrontSprite988PyukumukuTiles[]; +extern const u8 gFrontSprite989TypeNullTiles[]; +extern const u8 gFrontSprite990SilvallyTiles[]; +extern const u8 gFrontSprite991MiniorShieldTiles[]; +extern const u8 gFrontSprite992KomalaTiles[]; +extern const u8 gFrontSprite993TurtonatorTiles[]; +extern const u8 gFrontSprite994TogedemaruTiles[]; +extern const u8 gFrontSprite995MimikyuTiles[]; +extern const u8 gFrontSprite996BruxishTiles[]; +extern const u8 gFrontSprite997DrampaTiles[]; +extern const u8 gFrontSprite998DhelmiseTiles[]; +extern const u8 gFrontSprite999JangmoOTiles[]; +extern const u8 gFrontSprite1000HakamoOTiles[]; +extern const u8 gFrontSprite1001KommoOTiles[]; +extern const u8 gFrontSprite1002TapuKokoTiles[]; +extern const u8 gFrontSprite1003TapuLeleTiles[]; +extern const u8 gFrontSprite1004TapuBuluTiles[]; +extern const u8 gFrontSprite1005TapuFiniTiles[]; +extern const u8 gFrontSprite1006CosmogTiles[]; +extern const u8 gFrontSprite1007CosmoemTiles[]; +extern const u8 gFrontSprite1008SolgaleoTiles[]; +extern const u8 gFrontSprite1009LunalaTiles[]; +extern const u8 gFrontSprite1010NihilegoTiles[]; +extern const u8 gFrontSprite1011BuzzwoleTiles[]; +extern const u8 gFrontSprite1012PheromosaTiles[]; +extern const u8 gFrontSprite1013XurkitreeTiles[]; +extern const u8 gFrontSprite1014CelesteelaTiles[]; +extern const u8 gFrontSprite1015KartanaTiles[]; +extern const u8 gFrontSprite1016GuzzlordTiles[]; +extern const u8 gFrontSprite1017NecrozmaTiles[]; +extern const u8 gFrontSprite1018MagearnaTiles[]; +extern const u8 gFrontSprite1019MarshadowTiles[]; +extern const u8 gFrontSprite1020RattataATiles[]; +extern const u8 gFrontSprite1021RaticateATiles[]; +extern const u8 gFrontSprite1022RaichuATiles[]; +extern const u8 gFrontSprite1023SandshrewATiles[]; +extern const u8 gFrontSprite1024SandslashATiles[]; +extern const u8 gFrontSprite1025VulpixATiles[]; +extern const u8 gFrontSprite1026NinetalesATiles[]; +extern const u8 gFrontSprite1027DiglettATiles[]; +extern const u8 gFrontSprite1028DugtrioATiles[]; +extern const u8 gFrontSprite1029MeowthATiles[]; +extern const u8 gFrontSprite1030PersianATiles[]; +extern const u8 gFrontSprite1031GeodudeATiles[]; +extern const u8 gFrontSprite1032GravelerATiles[]; +extern const u8 gFrontSprite1033GolemATiles[]; +extern const u8 gFrontSprite1034GrimerATiles[]; +extern const u8 gFrontSprite1035MukATiles[]; +extern const u8 gFrontSprite1036ExeggcuteATiles[]; +extern const u8 gFrontSprite1037ExeggutorATiles[]; +extern const u8 gFrontSprite1038CuboneATiles[]; +extern const u8 gFrontSprite1039MarowakATiles[]; +extern const u8 gFrontSprite1040DeoxysAttackTiles[]; +extern const u8 gFrontSprite1041DeoxysDefenseTiles[]; +extern const u8 gFrontSprite1042DeoxysSpeedTiles[]; +extern const u8 gFrontSprite1043OricorioYTiles[]; +extern const u8 gFrontSprite1044OricorioPTiles[]; +extern const u8 gFrontSprite1045OricorioSTiles[]; +extern const u8 gFrontSprite1046LycanrocNTiles[]; +extern const u8 gFrontSprite1047WishiwashiSTiles[]; +extern const u8 gFrontSprite1048SilvallyFightTiles[]; +extern const u8 gFrontSprite1049SilvallyFlyingTiles[]; +extern const u8 gFrontSprite1050SilvallyPoisonTiles[]; +extern const u8 gFrontSprite1051SilvallyGroundTiles[]; +extern const u8 gFrontSprite1052SilvallyRockTiles[]; +extern const u8 gFrontSprite1053SilvallyBugTiles[]; +extern const u8 gFrontSprite1054SilvallyGhostTiles[]; +extern const u8 gFrontSprite1055SilvallySteelTiles[]; +extern const u8 gFrontSprite1056SilvallyFireTiles[]; +extern const u8 gFrontSprite1057SilvallyWaterTiles[]; +extern const u8 gFrontSprite1058SilvallyGrassTiles[]; +extern const u8 gFrontSprite1059SilvallyElectricTiles[]; +extern const u8 gFrontSprite1060SilvallyPsychicTiles[]; +extern const u8 gFrontSprite1061SilvallyIceTiles[]; +extern const u8 gFrontSprite1062SilvallyDragonTiles[]; +extern const u8 gFrontSprite1063SilvallyDarkTiles[]; +extern const u8 gFrontSprite1064SilvallyFairyTiles[]; +extern const u8 gFrontSprite1065MiniorRedTiles[]; +extern const u8 gFrontSprite1066MiniorBlueTiles[]; +extern const u8 gFrontSprite1067MiniorOrangeTiles[]; +extern const u8 gFrontSprite1068MiniorYellowTiles[]; +extern const u8 gFrontSprite1069MiniorIndigoTiles[]; +extern const u8 gFrontSprite1070MiniorGreenTiles[]; +extern const u8 gFrontSprite1071MiniorVioletTiles[]; +extern const u8 gFrontSprite1072MimikyuBustedTiles[]; +extern const u8 gFrontSprite1073MagearnaPTiles[]; +extern const u8 gFrontSprite1074PoipoleTiles[]; +extern const u8 gFrontSprite1075NaganadelTiles[]; +extern const u8 gFrontSprite1076StakatakaTiles[]; +extern const u8 gFrontSprite1077BlacephalonTiles[]; +extern const u8 gFrontSprite1078ZeraoraTiles[]; +extern const u8 gFrontSprite1079NecrozmaManeTiles[]; +extern const u8 gFrontSprite1080NecrozmaWingsTiles[]; +extern const u8 gFrontSprite1081NecrozmaUltraTiles[]; +extern const u8 gFrontSprite1082LycanrocDuskTiles[]; +extern const u8 gFrontSprite1083MeltanTiles[]; +extern const u8 gFrontSprite1084MelmetalTiles[]; +extern const u8 gFrontSprite1085PikachuSurfingTiles[]; +extern const u8 gFrontSprite1086PikachuFlyingTiles[]; +extern const u8 gFrontSprite1087PikachuCosplayTiles[]; +extern const u8 gFrontSprite1088PikachuLibreTiles[]; +extern const u8 gFrontSprite1089PikachuPopStarTiles[]; +extern const u8 gFrontSprite1090PikachuRockStarTiles[]; +extern const u8 gFrontSprite1091PikachuBelleTiles[]; +extern const u8 gFrontSprite1092PikachuPhdTiles[]; +extern const u8 gFrontSprite1093PikachuCapOriginalTiles[]; +extern const u8 gFrontSprite1094PikachuCapHoennTiles[]; +extern const u8 gFrontSprite1095PikachuCapSinnohTiles[]; +extern const u8 gFrontSprite1096PikachuCapUnovaTiles[]; +extern const u8 gFrontSprite1097PikachuCapKalosTiles[]; +extern const u8 gFrontSprite1098PikachuCapAlolaTiles[]; +extern const u8 gFrontSprite1099PikachuCapPartnerTiles[]; +extern const u8 gFrontSprite1100PichuSpikyTiles[]; +extern const u8 gFrontSprite1101XerneasNaturalTiles[]; +extern const u8 gFrontSprite252Tiles[]; + +extern const u8 gBackShinySprite000NoneTiles[]; +extern const u8 gBackShinySprite001BulbasaurTiles[]; +extern const u8 gBackShinySprite002IvysaurTiles[]; +extern const u8 gBackShinySprite003VenusaurTiles[]; +extern const u8 gBackShinySprite004CharmanderTiles[]; +extern const u8 gBackShinySprite005CharmeleonTiles[]; +extern const u8 gBackShinySprite006CharizardTiles[]; +extern const u8 gBackShinySprite007SquirtleTiles[]; +extern const u8 gBackShinySprite008WartortleTiles[]; +extern const u8 gBackShinySprite009BlastoiseTiles[]; +extern const u8 gBackShinySprite010CaterpieTiles[]; +extern const u8 gBackShinySprite011MetapodTiles[]; +extern const u8 gBackShinySprite012ButterfreeTiles[]; +extern const u8 gBackShinySprite013WeedleTiles[]; +extern const u8 gBackShinySprite014KakunaTiles[]; +extern const u8 gBackShinySprite015BeedrillTiles[]; +extern const u8 gBackShinySprite016PidgeyTiles[]; +extern const u8 gBackShinySprite017PidgeottoTiles[]; +extern const u8 gBackShinySprite018PidgeotTiles[]; +extern const u8 gBackShinySprite019RattataTiles[]; +extern const u8 gBackShinySprite020RaticateTiles[]; +extern const u8 gBackShinySprite021SpearowTiles[]; +extern const u8 gBackShinySprite022FearowTiles[]; +extern const u8 gBackShinySprite023EkansTiles[]; +extern const u8 gBackShinySprite024ArbokTiles[]; +extern const u8 gBackShinySprite025PikachuTiles[]; +extern const u8 gBackShinySprite026RaichuTiles[]; +extern const u8 gBackShinySprite027SandshrewTiles[]; +extern const u8 gBackShinySprite028SandslashTiles[]; +extern const u8 gBackShinySprite029NidoranFTiles[]; +extern const u8 gBackShinySprite030NidorinaTiles[]; +extern const u8 gBackShinySprite031NidoqueenTiles[]; +extern const u8 gBackShinySprite032NidoranMTiles[]; +extern const u8 gBackShinySprite033NidorinoTiles[]; +extern const u8 gBackShinySprite034NidokingTiles[]; +extern const u8 gBackShinySprite035ClefairyTiles[]; +extern const u8 gBackShinySprite036ClefableTiles[]; +extern const u8 gBackShinySprite037VulpixTiles[]; +extern const u8 gBackShinySprite038NinetalesTiles[]; +extern const u8 gBackShinySprite039JigglypuffTiles[]; +extern const u8 gBackShinySprite040WigglytuffTiles[]; +extern const u8 gBackShinySprite041ZubatTiles[]; +extern const u8 gBackShinySprite042GolbatTiles[]; +extern const u8 gBackShinySprite043OddishTiles[]; +extern const u8 gBackShinySprite044GloomTiles[]; +extern const u8 gBackShinySprite045VileplumeTiles[]; +extern const u8 gBackShinySprite046ParasTiles[]; +extern const u8 gBackShinySprite047ParasectTiles[]; +extern const u8 gBackShinySprite048VenonatTiles[]; +extern const u8 gBackShinySprite049VenomothTiles[]; +extern const u8 gBackShinySprite050DiglettTiles[]; +extern const u8 gBackShinySprite051DugtrioTiles[]; +extern const u8 gBackShinySprite052MeowthTiles[]; +extern const u8 gBackShinySprite053PersianTiles[]; +extern const u8 gBackShinySprite054PsyduckTiles[]; +extern const u8 gBackShinySprite055GolduckTiles[]; +extern const u8 gBackShinySprite056MankeyTiles[]; +extern const u8 gBackShinySprite057PrimeapeTiles[]; +extern const u8 gBackShinySprite058GrowlitheTiles[]; +extern const u8 gBackShinySprite059ArcanineTiles[]; +extern const u8 gBackShinySprite060PoliwagTiles[]; +extern const u8 gBackShinySprite061PoliwhirlTiles[]; +extern const u8 gBackShinySprite062PoliwrathTiles[]; +extern const u8 gBackShinySprite063AbraTiles[]; +extern const u8 gBackShinySprite064KadabraTiles[]; +extern const u8 gBackShinySprite065AlakazamTiles[]; +extern const u8 gBackShinySprite066MachopTiles[]; +extern const u8 gBackShinySprite067MachokeTiles[]; +extern const u8 gBackShinySprite068MachampTiles[]; +extern const u8 gBackShinySprite069BellsproutTiles[]; +extern const u8 gBackShinySprite070WeepinbellTiles[]; +extern const u8 gBackShinySprite071VictreebelTiles[]; +extern const u8 gBackShinySprite072TentacoolTiles[]; +extern const u8 gBackShinySprite073TentacruelTiles[]; +extern const u8 gBackShinySprite074GeodudeTiles[]; +extern const u8 gBackShinySprite075GravelerTiles[]; +extern const u8 gBackShinySprite076GolemTiles[]; +extern const u8 gBackShinySprite077PonytaTiles[]; +extern const u8 gBackShinySprite078RapidashTiles[]; +extern const u8 gBackShinySprite079SlowpokeTiles[]; +extern const u8 gBackShinySprite080SlowbroTiles[]; +extern const u8 gBackShinySprite081MagnemiteTiles[]; +extern const u8 gBackShinySprite082MagnetonTiles[]; +extern const u8 gBackShinySprite083FarfetchdTiles[]; +extern const u8 gBackShinySprite084DoduoTiles[]; +extern const u8 gBackShinySprite085DodrioTiles[]; +extern const u8 gBackShinySprite086SeelTiles[]; +extern const u8 gBackShinySprite087DewgongTiles[]; +extern const u8 gBackShinySprite088GrimerTiles[]; +extern const u8 gBackShinySprite089MukTiles[]; +extern const u8 gBackShinySprite090ShellderTiles[]; +extern const u8 gBackShinySprite091CloysterTiles[]; +extern const u8 gBackShinySprite092GastlyTiles[]; +extern const u8 gBackShinySprite093HaunterTiles[]; +extern const u8 gBackShinySprite094GengarTiles[]; +extern const u8 gBackShinySprite095OnixTiles[]; +extern const u8 gBackShinySprite096DrowzeeTiles[]; +extern const u8 gBackShinySprite097HypnoTiles[]; +extern const u8 gBackShinySprite098KrabbyTiles[]; +extern const u8 gBackShinySprite099KinglerTiles[]; +extern const u8 gBackShinySprite100VoltorbTiles[]; +extern const u8 gBackShinySprite101ElectrodeTiles[]; +extern const u8 gBackShinySprite102ExeggcuteTiles[]; +extern const u8 gBackShinySprite103ExeggutorTiles[]; +extern const u8 gBackShinySprite104CuboneTiles[]; +extern const u8 gBackShinySprite105MarowakTiles[]; +extern const u8 gBackShinySprite106HitmonleeTiles[]; +extern const u8 gBackShinySprite107HitmonchanTiles[]; +extern const u8 gBackShinySprite108LickitungTiles[]; +extern const u8 gBackShinySprite109KoffingTiles[]; +extern const u8 gBackShinySprite110WeezingTiles[]; +extern const u8 gBackShinySprite111RhyhornTiles[]; +extern const u8 gBackShinySprite112RhydonTiles[]; +extern const u8 gBackShinySprite113ChanseyTiles[]; +extern const u8 gBackShinySprite114TangelaTiles[]; +extern const u8 gBackShinySprite115KangaskhanTiles[]; +extern const u8 gBackShinySprite116HorseaTiles[]; +extern const u8 gBackShinySprite117SeadraTiles[]; +extern const u8 gBackShinySprite118GoldeenTiles[]; +extern const u8 gBackShinySprite119SeakingTiles[]; +extern const u8 gBackShinySprite120StaryuTiles[]; +extern const u8 gBackShinySprite121StarmieTiles[]; +extern const u8 gBackShinySprite122MrMimeTiles[]; +extern const u8 gBackShinySprite123ScytherTiles[]; +extern const u8 gBackShinySprite124JynxTiles[]; +extern const u8 gBackShinySprite125ElectabuzzTiles[]; +extern const u8 gBackShinySprite126MagmarTiles[]; +extern const u8 gBackShinySprite127PinsirTiles[]; +extern const u8 gBackShinySprite128TaurosTiles[]; +extern const u8 gBackShinySprite129MagikarpTiles[]; +extern const u8 gBackShinySprite130GyaradosTiles[]; +extern const u8 gBackShinySprite131LaprasTiles[]; +extern const u8 gBackShinySprite132DittoTiles[]; +extern const u8 gBackShinySprite133EeveeTiles[]; +extern const u8 gBackShinySprite134VaporeonTiles[]; +extern const u8 gBackShinySprite135JolteonTiles[]; +extern const u8 gBackShinySprite136FlareonTiles[]; +extern const u8 gBackShinySprite137PorygonTiles[]; +extern const u8 gBackShinySprite138OmanyteTiles[]; +extern const u8 gBackShinySprite139OmastarTiles[]; +extern const u8 gBackShinySprite140KabutoTiles[]; +extern const u8 gBackShinySprite141KabutopsTiles[]; +extern const u8 gBackShinySprite142AerodactylTiles[]; +extern const u8 gBackShinySprite143SnorlaxTiles[]; +extern const u8 gBackShinySprite144ArticunoTiles[]; +extern const u8 gBackShinySprite145ZapdosTiles[]; +extern const u8 gBackShinySprite146MoltresTiles[]; +extern const u8 gBackShinySprite147DratiniTiles[]; +extern const u8 gBackShinySprite148DragonairTiles[]; +extern const u8 gBackShinySprite149DragoniteTiles[]; +extern const u8 gBackShinySprite150MewtwoTiles[]; +extern const u8 gBackShinySprite151MewTiles[]; +extern const u8 gBackShinySprite152ChikoritaTiles[]; +extern const u8 gBackShinySprite153BayleefTiles[]; +extern const u8 gBackShinySprite154MeganiumTiles[]; +extern const u8 gBackShinySprite155CyndaquilTiles[]; +extern const u8 gBackShinySprite156QuilavaTiles[]; +extern const u8 gBackShinySprite157TyphlosionTiles[]; +extern const u8 gBackShinySprite158TotodileTiles[]; +extern const u8 gBackShinySprite159CroconawTiles[]; +extern const u8 gBackShinySprite160FeraligatrTiles[]; +extern const u8 gBackShinySprite161SentretTiles[]; +extern const u8 gBackShinySprite162FurretTiles[]; +extern const u8 gBackShinySprite163HoothootTiles[]; +extern const u8 gBackShinySprite164NoctowlTiles[]; +extern const u8 gBackShinySprite165LedybaTiles[]; +extern const u8 gBackShinySprite166LedianTiles[]; +extern const u8 gBackShinySprite167SpinarakTiles[]; +extern const u8 gBackShinySprite168AriadosTiles[]; +extern const u8 gBackShinySprite169CrobatTiles[]; +extern const u8 gBackShinySprite170ChinchouTiles[]; +extern const u8 gBackShinySprite171LanturnTiles[]; +extern const u8 gBackShinySprite172PichuTiles[]; +extern const u8 gBackShinySprite173CleffaTiles[]; +extern const u8 gBackShinySprite174IgglybuffTiles[]; +extern const u8 gBackShinySprite175TogepiTiles[]; +extern const u8 gBackShinySprite176TogeticTiles[]; +extern const u8 gBackShinySprite177NatuTiles[]; +extern const u8 gBackShinySprite178XatuTiles[]; +extern const u8 gBackShinySprite179MareepTiles[]; +extern const u8 gBackShinySprite180FlaaffyTiles[]; +extern const u8 gBackShinySprite181AmpharosTiles[]; +extern const u8 gBackShinySprite182BellossomTiles[]; +extern const u8 gBackShinySprite183MarillTiles[]; +extern const u8 gBackShinySprite184AzumarillTiles[]; +extern const u8 gBackShinySprite185SudowoodoTiles[]; +extern const u8 gBackShinySprite186PolitoedTiles[]; +extern const u8 gBackShinySprite187HoppipTiles[]; +extern const u8 gBackShinySprite188SkiploomTiles[]; +extern const u8 gBackShinySprite189JumpluffTiles[]; +extern const u8 gBackShinySprite190AipomTiles[]; +extern const u8 gBackShinySprite191SunkernTiles[]; +extern const u8 gBackShinySprite192SunfloraTiles[]; +extern const u8 gBackShinySprite193YanmaTiles[]; +extern const u8 gBackShinySprite194WooperTiles[]; +extern const u8 gBackShinySprite195QuagsireTiles[]; +extern const u8 gBackShinySprite196EspeonTiles[]; +extern const u8 gBackShinySprite197UmbreonTiles[]; +extern const u8 gBackShinySprite198MurkrowTiles[]; +extern const u8 gBackShinySprite199SlowkingTiles[]; +extern const u8 gBackShinySprite200MisdreavusTiles[]; +extern const u8 gBackShinySprite201UnownTiles[]; +extern const u8 gBackShinySprite202WobbuffetTiles[]; +extern const u8 gBackShinySprite203GirafarigTiles[]; +extern const u8 gBackShinySprite204PinecoTiles[]; +extern const u8 gBackShinySprite205ForretressTiles[]; +extern const u8 gBackShinySprite206DunsparceTiles[]; +extern const u8 gBackShinySprite207GligarTiles[]; +extern const u8 gBackShinySprite208SteelixTiles[]; +extern const u8 gBackShinySprite209SnubbullTiles[]; +extern const u8 gBackShinySprite210GranbullTiles[]; +extern const u8 gBackShinySprite211QwilfishTiles[]; +extern const u8 gBackShinySprite212ScizorTiles[]; +extern const u8 gBackShinySprite213ShuckleTiles[]; +extern const u8 gBackShinySprite214HeracrossTiles[]; +extern const u8 gBackShinySprite215SneaselTiles[]; +extern const u8 gBackShinySprite216TeddiursaTiles[]; +extern const u8 gBackShinySprite217UrsaringTiles[]; +extern const u8 gBackShinySprite218SlugmaTiles[]; +extern const u8 gBackShinySprite219MagcargoTiles[]; +extern const u8 gBackShinySprite220SwinubTiles[]; +extern const u8 gBackShinySprite221PiloswineTiles[]; +extern const u8 gBackShinySprite222CorsolaTiles[]; +extern const u8 gBackShinySprite223RemoraidTiles[]; +extern const u8 gBackShinySprite224OctilleryTiles[]; +extern const u8 gBackShinySprite225DelibirdTiles[]; +extern const u8 gBackShinySprite226MantineTiles[]; +extern const u8 gBackShinySprite227SkarmoryTiles[]; +extern const u8 gBackShinySprite228HoundourTiles[]; +extern const u8 gBackShinySprite229HoundoomTiles[]; +extern const u8 gBackShinySprite230KingdraTiles[]; +extern const u8 gBackShinySprite231PhanpyTiles[]; +extern const u8 gBackShinySprite232DonphanTiles[]; +extern const u8 gBackShinySprite233Porygon2Tiles[]; +extern const u8 gBackShinySprite234StantlerTiles[]; +extern const u8 gBackShinySprite235SmeargleTiles[]; +extern const u8 gBackShinySprite236TyrogueTiles[]; +extern const u8 gBackShinySprite237HitmontopTiles[]; +extern const u8 gBackShinySprite238SmoochumTiles[]; +extern const u8 gBackShinySprite239ElekidTiles[]; +extern const u8 gBackShinySprite240MagbyTiles[]; +extern const u8 gBackShinySprite241MiltankTiles[]; +extern const u8 gBackShinySprite242BlisseyTiles[]; +extern const u8 gBackShinySprite243RaikouTiles[]; +extern const u8 gBackShinySprite244EnteiTiles[]; +extern const u8 gBackShinySprite245SuicuneTiles[]; +extern const u8 gBackShinySprite246LarvitarTiles[]; +extern const u8 gBackShinySprite247PupitarTiles[]; +extern const u8 gBackShinySprite248TyranitarTiles[]; +extern const u8 gBackShinySprite249LugiaTiles[]; +extern const u8 gBackShinySprite250HoOhTiles[]; +extern const u8 gBackShinySprite251CelebiTiles[]; +extern const u8 gBackShinySprite277TreeckoTiles[]; +extern const u8 gBackShinySprite278GrovyleTiles[]; +extern const u8 gBackShinySprite279SceptileTiles[]; +extern const u8 gBackShinySprite280TorchicTiles[]; +extern const u8 gBackShinySprite281CombuskenTiles[]; +extern const u8 gBackShinySprite282BlazikenTiles[]; +extern const u8 gBackShinySprite283MudkipTiles[]; +extern const u8 gBackShinySprite284MarshtompTiles[]; +extern const u8 gBackShinySprite285SwampertTiles[]; +extern const u8 gBackShinySprite286PoochyenaTiles[]; +extern const u8 gBackShinySprite287MightyenaTiles[]; +extern const u8 gBackShinySprite288ZigzagoonTiles[]; +extern const u8 gBackShinySprite289LinooneTiles[]; +extern const u8 gBackShinySprite290WurmpleTiles[]; +extern const u8 gBackShinySprite291SilcoonTiles[]; +extern const u8 gBackShinySprite292BeautiflyTiles[]; +extern const u8 gBackShinySprite293CascoonTiles[]; +extern const u8 gBackShinySprite294DustoxTiles[]; +extern const u8 gBackShinySprite295LotadTiles[]; +extern const u8 gBackShinySprite296LombreTiles[]; +extern const u8 gBackShinySprite297LudicoloTiles[]; +extern const u8 gBackShinySprite298SeedotTiles[]; +extern const u8 gBackShinySprite299NuzleafTiles[]; +extern const u8 gBackShinySprite300ShiftryTiles[]; +extern const u8 gBackShinySprite301NincadaTiles[]; +extern const u8 gBackShinySprite302NinjaskTiles[]; +extern const u8 gBackShinySprite303ShedinjaTiles[]; +extern const u8 gBackShinySprite304TaillowTiles[]; +extern const u8 gBackShinySprite305SwellowTiles[]; +extern const u8 gBackShinySprite306ShroomishTiles[]; +extern const u8 gBackShinySprite307BreloomTiles[]; +extern const u8 gBackShinySprite308SpindaTiles[]; +extern const u8 gBackShinySprite309WingullTiles[]; +extern const u8 gBackShinySprite310PelipperTiles[]; +extern const u8 gBackShinySprite311SurskitTiles[]; +extern const u8 gBackShinySprite312MasquerainTiles[]; +extern const u8 gBackShinySprite313WailmerTiles[]; +extern const u8 gBackShinySprite314WailordTiles[]; +extern const u8 gBackShinySprite315SkittyTiles[]; +extern const u8 gBackShinySprite316DelcattyTiles[]; +extern const u8 gBackShinySprite317KecleonTiles[]; +extern const u8 gBackShinySprite318BaltoyTiles[]; +extern const u8 gBackShinySprite319ClaydolTiles[]; +extern const u8 gBackShinySprite320NosepassTiles[]; +extern const u8 gBackShinySprite321TorkoalTiles[]; +extern const u8 gBackShinySprite322SableyeTiles[]; +extern const u8 gBackShinySprite323BarboachTiles[]; +extern const u8 gBackShinySprite324WhiscashTiles[]; +extern const u8 gBackShinySprite325LuvdiscTiles[]; +extern const u8 gBackShinySprite326CorphishTiles[]; +extern const u8 gBackShinySprite327CrawdauntTiles[]; +extern const u8 gBackShinySprite328FeebasTiles[]; +extern const u8 gBackShinySprite329MiloticTiles[]; +extern const u8 gBackShinySprite330CarvanhaTiles[]; +extern const u8 gBackShinySprite331SharpedoTiles[]; +extern const u8 gBackShinySprite332TrapinchTiles[]; +extern const u8 gBackShinySprite333VibravaTiles[]; +extern const u8 gBackShinySprite334FlygonTiles[]; +extern const u8 gBackShinySprite335MakuhitaTiles[]; +extern const u8 gBackShinySprite336HariyamaTiles[]; +extern const u8 gBackShinySprite337ElectrikeTiles[]; +extern const u8 gBackShinySprite338ManectricTiles[]; +extern const u8 gBackShinySprite339NumelTiles[]; +extern const u8 gBackShinySprite340CameruptTiles[]; +extern const u8 gBackShinySprite341SphealTiles[]; +extern const u8 gBackShinySprite342SealeoTiles[]; +extern const u8 gBackShinySprite343WalreinTiles[]; +extern const u8 gBackShinySprite344CacneaTiles[]; +extern const u8 gBackShinySprite345CacturneTiles[]; +extern const u8 gBackShinySprite346SnoruntTiles[]; +extern const u8 gBackShinySprite347GlalieTiles[]; +extern const u8 gBackShinySprite348LunatoneTiles[]; +extern const u8 gBackShinySprite349SolrockTiles[]; +extern const u8 gBackShinySprite350AzurillTiles[]; +extern const u8 gBackShinySprite351SpoinkTiles[]; +extern const u8 gBackShinySprite352GrumpigTiles[]; +extern const u8 gBackShinySprite353PlusleTiles[]; +extern const u8 gBackShinySprite354MinunTiles[]; +extern const u8 gBackShinySprite355MawileTiles[]; +extern const u8 gBackShinySprite356MedititeTiles[]; +extern const u8 gBackShinySprite357MedichamTiles[]; +extern const u8 gBackShinySprite358SwabluTiles[]; +extern const u8 gBackShinySprite359AltariaTiles[]; +extern const u8 gBackShinySprite360WynautTiles[]; +extern const u8 gBackShinySprite361DuskullTiles[]; +extern const u8 gBackShinySprite362DusclopsTiles[]; +extern const u8 gBackShinySprite363RoseliaTiles[]; +extern const u8 gBackShinySprite364SlakothTiles[]; +extern const u8 gBackShinySprite365VigorothTiles[]; +extern const u8 gBackShinySprite366SlakingTiles[]; +extern const u8 gBackShinySprite367GulpinTiles[]; +extern const u8 gBackShinySprite368SwalotTiles[]; +extern const u8 gBackShinySprite369TropiusTiles[]; +extern const u8 gBackShinySprite370WhismurTiles[]; +extern const u8 gBackShinySprite371LoudredTiles[]; +extern const u8 gBackShinySprite372ExploudTiles[]; +extern const u8 gBackShinySprite373ClamperlTiles[]; +extern const u8 gBackShinySprite374HuntailTiles[]; +extern const u8 gBackShinySprite375GorebyssTiles[]; +extern const u8 gBackShinySprite376AbsolTiles[]; +extern const u8 gBackShinySprite377ShuppetTiles[]; +extern const u8 gBackShinySprite378BanetteTiles[]; +extern const u8 gBackShinySprite379SeviperTiles[]; +extern const u8 gBackShinySprite380ZangooseTiles[]; +extern const u8 gBackShinySprite381RelicanthTiles[]; +extern const u8 gBackShinySprite382AronTiles[]; +extern const u8 gBackShinySprite383LaironTiles[]; +extern const u8 gBackShinySprite384AggronTiles[]; +extern const u8 gBackShinySprite385CastformTiles[]; +extern const u8 gBackShinySprite386VolbeatTiles[]; +extern const u8 gBackShinySprite387IllumiseTiles[]; +extern const u8 gBackShinySprite388LileepTiles[]; +extern const u8 gBackShinySprite389CradilyTiles[]; +extern const u8 gBackShinySprite390AnorithTiles[]; +extern const u8 gBackShinySprite391ArmaldoTiles[]; +extern const u8 gBackShinySprite392RaltsTiles[]; +extern const u8 gBackShinySprite393KirliaTiles[]; +extern const u8 gBackShinySprite394GardevoirTiles[]; +extern const u8 gBackShinySprite395BagonTiles[]; +extern const u8 gBackShinySprite396ShelgonTiles[]; +extern const u8 gBackShinySprite397SalamenceTiles[]; +extern const u8 gBackShinySprite398BeldumTiles[]; +extern const u8 gBackShinySprite399MetangTiles[]; +extern const u8 gBackShinySprite400MetagrossTiles[]; +extern const u8 gBackShinySprite401RegirockTiles[]; +extern const u8 gBackShinySprite402RegiceTiles[]; +extern const u8 gBackShinySprite403RegisteelTiles[]; +extern const u8 gBackShinySprite404KyogreTiles[]; +extern const u8 gBackShinySprite405GroudonTiles[]; +extern const u8 gBackShinySprite406RayquazaTiles[]; +extern const u8 gBackShinySprite407LatiasTiles[]; +extern const u8 gBackShinySprite408LatiosTiles[]; +extern const u8 gBackShinySprite409JirachiTiles[]; +extern const u8 gBackShinySprite410DeoxysTiles[]; +extern const u8 gBackShinySprite411ChimechoTiles[]; +extern const u8 gBackShinySprite412EggTiles[]; +extern const u8 gBackShinySprite413UnownBTiles[]; +extern const u8 gBackShinySprite414UnownCTiles[]; +extern const u8 gBackShinySprite415UnownDTiles[]; +extern const u8 gBackShinySprite416UnownETiles[]; +extern const u8 gBackShinySprite417UnownFTiles[]; +extern const u8 gBackShinySprite418UnownGTiles[]; +extern const u8 gBackShinySprite419UnownHTiles[]; +extern const u8 gBackShinySprite420UnownITiles[]; +extern const u8 gBackShinySprite421UnownJTiles[]; +extern const u8 gBackShinySprite422UnownKTiles[]; +extern const u8 gBackShinySprite423UnownLTiles[]; +extern const u8 gBackShinySprite424UnownMTiles[]; +extern const u8 gBackShinySprite425UnownNTiles[]; +extern const u8 gBackShinySprite426UnownOTiles[]; +extern const u8 gBackShinySprite427UnownPTiles[]; +extern const u8 gBackShinySprite428UnownQTiles[]; +extern const u8 gBackShinySprite429UnownRTiles[]; +extern const u8 gBackShinySprite430UnownSTiles[]; +extern const u8 gBackShinySprite431UnownTTiles[]; +extern const u8 gBackShinySprite432UnownUTiles[]; +extern const u8 gBackShinySprite433UnownVTiles[]; +extern const u8 gBackShinySprite434UnownWTiles[]; +extern const u8 gBackShinySprite435UnownXTiles[]; +extern const u8 gBackShinySprite436UnownYTiles[]; +extern const u8 gBackShinySprite437UnownZTiles[]; +extern const u8 gBackShinySprite438UnownExclamationTiles[]; +extern const u8 gBackShinySprite439UnownQuestionTiles[]; +extern const u8 gBackShinySprite440TurtwigTiles[]; +extern const u8 gBackShinySprite441GrotleTiles[]; +extern const u8 gBackShinySprite442TorterraTiles[]; +extern const u8 gBackShinySprite443ChimcharTiles[]; +extern const u8 gBackShinySprite444MonfernoTiles[]; +extern const u8 gBackShinySprite445InfernapeTiles[]; +extern const u8 gBackShinySprite446PiplupTiles[]; +extern const u8 gBackShinySprite447PrinplupTiles[]; +extern const u8 gBackShinySprite448EmpoleonTiles[]; +extern const u8 gBackShinySprite449StarlyTiles[]; +extern const u8 gBackShinySprite450StaraviaTiles[]; +extern const u8 gBackShinySprite451StaraptorTiles[]; +extern const u8 gBackShinySprite452BidoofTiles[]; +extern const u8 gBackShinySprite453BibarelTiles[]; +extern const u8 gBackShinySprite454KricketotTiles[]; +extern const u8 gBackShinySprite455KricketuneTiles[]; +extern const u8 gBackShinySprite456ShinxTiles[]; +extern const u8 gBackShinySprite457LuxioTiles[]; +extern const u8 gBackShinySprite458LuxrayTiles[]; +extern const u8 gBackShinySprite459BudewTiles[]; +extern const u8 gBackShinySprite460RoseradeTiles[]; +extern const u8 gBackShinySprite461CranidosTiles[]; +extern const u8 gBackShinySprite462RampardosTiles[]; +extern const u8 gBackShinySprite463ShieldonTiles[]; +extern const u8 gBackShinySprite464BastiodonTiles[]; +extern const u8 gBackShinySprite465BurmyTiles[]; +extern const u8 gBackShinySprite466WormadamTiles[]; +extern const u8 gBackShinySprite467MothimTiles[]; +extern const u8 gBackShinySprite468CombeeTiles[]; +extern const u8 gBackShinySprite469VespiquenTiles[]; +extern const u8 gBackShinySprite470PachirisuTiles[]; +extern const u8 gBackShinySprite471BuizelTiles[]; +extern const u8 gBackShinySprite472FloatzelTiles[]; +extern const u8 gBackShinySprite473CherubiTiles[]; +extern const u8 gBackShinySprite474CherrimTiles[]; +extern const u8 gBackShinySprite475ShellosTiles[]; +extern const u8 gBackShinySprite476GastrodonTiles[]; +extern const u8 gBackShinySprite477AmbipomTiles[]; +extern const u8 gBackShinySprite478DrifloonTiles[]; +extern const u8 gBackShinySprite479DrifblimTiles[]; +extern const u8 gBackShinySprite480BunearyTiles[]; +extern const u8 gBackShinySprite481LopunnyTiles[]; +extern const u8 gBackShinySprite482MismagiusTiles[]; +extern const u8 gBackShinySprite483HonchkrowTiles[]; +extern const u8 gBackShinySprite484GlameowTiles[]; +extern const u8 gBackShinySprite485PuruglyTiles[]; +extern const u8 gBackShinySprite486ChinglingTiles[]; +extern const u8 gBackShinySprite487StunkyTiles[]; +extern const u8 gBackShinySprite488SkuntankTiles[]; +extern const u8 gBackShinySprite489BronzorTiles[]; +extern const u8 gBackShinySprite490BronzongTiles[]; +extern const u8 gBackShinySprite491BonslyTiles[]; +extern const u8 gBackShinySprite492MimeJrTiles[]; +extern const u8 gBackShinySprite493HappinyTiles[]; +extern const u8 gBackShinySprite494ChatotTiles[]; +extern const u8 gBackShinySprite495SpiritombTiles[]; +extern const u8 gBackShinySprite496GibleTiles[]; +extern const u8 gBackShinySprite497GabiteTiles[]; +extern const u8 gBackShinySprite498GarchompTiles[]; +extern const u8 gBackShinySprite499MunchlaxTiles[]; +extern const u8 gBackShinySprite500RioluTiles[]; +extern const u8 gBackShinySprite501LucarioTiles[]; +extern const u8 gBackShinySprite502HippopotasTiles[]; +extern const u8 gBackShinySprite503HippowdonTiles[]; +extern const u8 gBackShinySprite504SkorupiTiles[]; +extern const u8 gBackShinySprite505DrapionTiles[]; +extern const u8 gBackShinySprite506CroagunkTiles[]; +extern const u8 gBackShinySprite507ToxicroakTiles[]; +extern const u8 gBackShinySprite508CarnivineTiles[]; +extern const u8 gBackShinySprite509FinneonTiles[]; +extern const u8 gBackShinySprite510LumineonTiles[]; +extern const u8 gBackShinySprite511MantykeTiles[]; +extern const u8 gBackShinySprite512SnoverTiles[]; +extern const u8 gBackShinySprite513AbomasnowTiles[]; +extern const u8 gBackShinySprite514WeavileTiles[]; +extern const u8 gBackShinySprite515MagnezoneTiles[]; +extern const u8 gBackShinySprite516LickilickyTiles[]; +extern const u8 gBackShinySprite517RhyperiorTiles[]; +extern const u8 gBackShinySprite518TangrowthTiles[]; +extern const u8 gBackShinySprite519ElectivireTiles[]; +extern const u8 gBackShinySprite520MagmortarTiles[]; +extern const u8 gBackShinySprite521TogekissTiles[]; +extern const u8 gBackShinySprite522YanmegaTiles[]; +extern const u8 gBackShinySprite523LeafeonTiles[]; +extern const u8 gBackShinySprite524GlaceonTiles[]; +extern const u8 gBackShinySprite525GliscorTiles[]; +extern const u8 gBackShinySprite526MamoswineTiles[]; +extern const u8 gBackShinySprite527PorygonZTiles[]; +extern const u8 gBackShinySprite528GalladeTiles[]; +extern const u8 gBackShinySprite529ProbopassTiles[]; +extern const u8 gBackShinySprite530DusknoirTiles[]; +extern const u8 gBackShinySprite531FroslassTiles[]; +extern const u8 gBackShinySprite532RotomTiles[]; +extern const u8 gBackShinySprite533UxieTiles[]; +extern const u8 gBackShinySprite534MespritTiles[]; +extern const u8 gBackShinySprite535AzelfTiles[]; +extern const u8 gBackShinySprite536DialgaTiles[]; +extern const u8 gBackShinySprite537PalkiaTiles[]; +extern const u8 gBackShinySprite538HeatranTiles[]; +extern const u8 gBackShinySprite539RegigigasTiles[]; +extern const u8 gBackShinySprite540GiratinaTiles[]; +extern const u8 gBackShinySprite541CresseliaTiles[]; +extern const u8 gBackShinySprite542PhioneTiles[]; +extern const u8 gBackShinySprite543ManaphyTiles[]; +extern const u8 gBackShinySprite544DarkraiTiles[]; +extern const u8 gBackShinySprite545ShayminTiles[]; +extern const u8 gBackShinySprite546ArceusTiles[]; +extern const u8 gBackShinySprite547VictiniTiles[]; +extern const u8 gBackShinySprite548SnivyTiles[]; +extern const u8 gBackShinySprite549ServineTiles[]; +extern const u8 gBackShinySprite550SerperiorTiles[]; +extern const u8 gBackShinySprite551TepigTiles[]; +extern const u8 gBackShinySprite552PigniteTiles[]; +extern const u8 gBackShinySprite553EmboarTiles[]; +extern const u8 gBackShinySprite554OshawottTiles[]; +extern const u8 gBackShinySprite555DewottTiles[]; +extern const u8 gBackShinySprite556SamurottTiles[]; +extern const u8 gBackShinySprite557PatratTiles[]; +extern const u8 gBackShinySprite558WatchogTiles[]; +extern const u8 gBackShinySprite559LillipupTiles[]; +extern const u8 gBackShinySprite560HerdierTiles[]; +extern const u8 gBackShinySprite561StoutlandTiles[]; +extern const u8 gBackShinySprite562PurrloinTiles[]; +extern const u8 gBackShinySprite563LiepardTiles[]; +extern const u8 gBackShinySprite564PansageTiles[]; +extern const u8 gBackShinySprite565SimisageTiles[]; +extern const u8 gBackShinySprite566PansearTiles[]; +extern const u8 gBackShinySprite567SimisearTiles[]; +extern const u8 gBackShinySprite568PanpourTiles[]; +extern const u8 gBackShinySprite569SimipourTiles[]; +extern const u8 gBackShinySprite570MunnaTiles[]; +extern const u8 gBackShinySprite571MusharnaTiles[]; +extern const u8 gBackShinySprite572PidoveTiles[]; +extern const u8 gBackShinySprite573TranquillTiles[]; +extern const u8 gBackShinySprite574UnfezantTiles[]; +extern const u8 gBackShinySprite575BlitzleTiles[]; +extern const u8 gBackShinySprite576ZebstrikaTiles[]; +extern const u8 gBackShinySprite577RoggenrolaTiles[]; +extern const u8 gBackShinySprite578BoldoreTiles[]; +extern const u8 gBackShinySprite579GigalithTiles[]; +extern const u8 gBackShinySprite580WoobatTiles[]; +extern const u8 gBackShinySprite581SwoobatTiles[]; +extern const u8 gBackShinySprite582DrilburTiles[]; +extern const u8 gBackShinySprite583ExcadrillTiles[]; +extern const u8 gBackShinySprite584AudinoTiles[]; +extern const u8 gBackShinySprite585TimburrTiles[]; +extern const u8 gBackShinySprite586GurdurrTiles[]; +extern const u8 gBackShinySprite587ConkeldurrTiles[]; +extern const u8 gBackShinySprite588TympoleTiles[]; +extern const u8 gBackShinySprite589PalpitoadTiles[]; +extern const u8 gBackShinySprite590SeismitoadTiles[]; +extern const u8 gBackShinySprite591ThrohTiles[]; +extern const u8 gBackShinySprite592SawkTiles[]; +extern const u8 gBackShinySprite593SewaddleTiles[]; +extern const u8 gBackShinySprite594SwadloonTiles[]; +extern const u8 gBackShinySprite595LeavannyTiles[]; +extern const u8 gBackShinySprite596VenipedeTiles[]; +extern const u8 gBackShinySprite597WhirlipedeTiles[]; +extern const u8 gBackShinySprite598ScolipedeTiles[]; +extern const u8 gBackShinySprite599CottoneeTiles[]; +extern const u8 gBackShinySprite600WhimsicottTiles[]; +extern const u8 gBackShinySprite601PetililTiles[]; +extern const u8 gBackShinySprite602LilligantTiles[]; +extern const u8 gBackShinySprite603BasculinRedTiles[]; +extern const u8 gBackShinySprite604SandileTiles[]; +extern const u8 gBackShinySprite605KrokorokTiles[]; +extern const u8 gBackShinySprite606KrookodileTiles[]; +extern const u8 gBackShinySprite607DarumakaTiles[]; +extern const u8 gBackShinySprite608DarmanitanTiles[]; +extern const u8 gBackShinySprite609MaractusTiles[]; +extern const u8 gBackShinySprite610DwebbleTiles[]; +extern const u8 gBackShinySprite611CrustleTiles[]; +extern const u8 gBackShinySprite612ScraggyTiles[]; +extern const u8 gBackShinySprite613ScraftyTiles[]; +extern const u8 gBackShinySprite614SigilyphTiles[]; +extern const u8 gBackShinySprite615YamaskTiles[]; +extern const u8 gBackShinySprite616CofagrigusTiles[]; +extern const u8 gBackShinySprite617TirtougaTiles[]; +extern const u8 gBackShinySprite618CarracostaTiles[]; +extern const u8 gBackShinySprite619ArchenTiles[]; +extern const u8 gBackShinySprite620ArcheopsTiles[]; +extern const u8 gBackShinySprite621TrubbishTiles[]; +extern const u8 gBackShinySprite622GarbodorTiles[]; +extern const u8 gBackShinySprite623ZoruaTiles[]; +extern const u8 gBackShinySprite624ZoroarkTiles[]; +extern const u8 gBackShinySprite625MinccinoTiles[]; +extern const u8 gBackShinySprite626CinccinoTiles[]; +extern const u8 gBackShinySprite627GothitaTiles[]; +extern const u8 gBackShinySprite628GothoritaTiles[]; +extern const u8 gBackShinySprite629GothitelleTiles[]; +extern const u8 gBackShinySprite630SolosisTiles[]; +extern const u8 gBackShinySprite631DuosionTiles[]; +extern const u8 gBackShinySprite632ReuniclusTiles[]; +extern const u8 gBackShinySprite633DucklettTiles[]; +extern const u8 gBackShinySprite634SwannaTiles[]; +extern const u8 gBackShinySprite635VanilliteTiles[]; +extern const u8 gBackShinySprite636VanillishTiles[]; +extern const u8 gBackShinySprite637VanilluxeTiles[]; +extern const u8 gBackShinySprite638DeerlingTiles[]; +extern const u8 gBackShinySprite639SawsbuckTiles[]; +extern const u8 gBackShinySprite640EmolgaTiles[]; +extern const u8 gBackShinySprite641KarrablastTiles[]; +extern const u8 gBackShinySprite642EscavalierTiles[]; +extern const u8 gBackShinySprite643FoongusTiles[]; +extern const u8 gBackShinySprite644AmoongussTiles[]; +extern const u8 gBackShinySprite645FrillishTiles[]; +extern const u8 gBackShinySprite646JellicentTiles[]; +extern const u8 gBackShinySprite647AlomomolaTiles[]; +extern const u8 gBackShinySprite648JoltikTiles[]; +extern const u8 gBackShinySprite649GalvantulaTiles[]; +extern const u8 gBackShinySprite650FerroseedTiles[]; +extern const u8 gBackShinySprite651FerrothornTiles[]; +extern const u8 gBackShinySprite652KlinkTiles[]; +extern const u8 gBackShinySprite653KlangTiles[]; +extern const u8 gBackShinySprite654KlinklangTiles[]; +extern const u8 gBackShinySprite655TynamoTiles[]; +extern const u8 gBackShinySprite656EelektrikTiles[]; +extern const u8 gBackShinySprite657EelektrossTiles[]; +extern const u8 gBackShinySprite658ElgyemTiles[]; +extern const u8 gBackShinySprite659BeheeyemTiles[]; +extern const u8 gBackShinySprite660LitwickTiles[]; +extern const u8 gBackShinySprite661LampentTiles[]; +extern const u8 gBackShinySprite662ChandelureTiles[]; +extern const u8 gBackShinySprite663AxewTiles[]; +extern const u8 gBackShinySprite664FraxureTiles[]; +extern const u8 gBackShinySprite665HaxorusTiles[]; +extern const u8 gBackShinySprite666CubchooTiles[]; +extern const u8 gBackShinySprite667BearticTiles[]; +extern const u8 gBackShinySprite668CryogonalTiles[]; +extern const u8 gBackShinySprite669ShelmetTiles[]; +extern const u8 gBackShinySprite670AccelgorTiles[]; +extern const u8 gBackShinySprite671StunfiskTiles[]; +extern const u8 gBackShinySprite672MienfooTiles[]; +extern const u8 gBackShinySprite673MienshaoTiles[]; +extern const u8 gBackShinySprite674DruddigonTiles[]; +extern const u8 gBackShinySprite675GolettTiles[]; +extern const u8 gBackShinySprite676GolurkTiles[]; +extern const u8 gBackShinySprite677PawniardTiles[]; +extern const u8 gBackShinySprite678BisharpTiles[]; +extern const u8 gBackShinySprite679BouffalantTiles[]; +extern const u8 gBackShinySprite680RuffletTiles[]; +extern const u8 gBackShinySprite681BraviaryTiles[]; +extern const u8 gBackShinySprite682VullabyTiles[]; +extern const u8 gBackShinySprite683MandibuzzTiles[]; +extern const u8 gBackShinySprite684HeatmorTiles[]; +extern const u8 gBackShinySprite685DurantTiles[]; +extern const u8 gBackShinySprite686DeinoTiles[]; +extern const u8 gBackShinySprite687ZweilousTiles[]; +extern const u8 gBackShinySprite688HydreigonTiles[]; +extern const u8 gBackShinySprite689LarvestaTiles[]; +extern const u8 gBackShinySprite690VolcaronaTiles[]; +extern const u8 gBackShinySprite691CobalionTiles[]; +extern const u8 gBackShinySprite692TerrakionTiles[]; +extern const u8 gBackShinySprite693VirizionTiles[]; +extern const u8 gBackShinySprite694TornadusTiles[]; +extern const u8 gBackShinySprite695ThundurusTiles[]; +extern const u8 gBackShinySprite696ReshiramTiles[]; +extern const u8 gBackShinySprite697ZekromTiles[]; +extern const u8 gBackShinySprite698LandorusTiles[]; +extern const u8 gBackShinySprite699KyuremTiles[]; +extern const u8 gBackShinySprite700KeldeoTiles[]; +extern const u8 gBackShinySprite701MeloettaTiles[]; +extern const u8 gBackShinySprite702GenesectTiles[]; +extern const u8 gBackShinySprite703UnfezantFTiles[]; +extern const u8 gBackShinySprite704FrillishFTiles[]; +extern const u8 gBackShinySprite705JellicentFTiles[]; +extern const u8 gBackShinySprite706ShadowWarriorTiles[]; +extern const u8 gBackShinySprite707BurmySandyTiles[]; +extern const u8 gBackShinySprite708BurmyTrashTiles[]; +extern const u8 gBackShinySprite709WormadamSandyTiles[]; +extern const u8 gBackShinySprite710WormadamTrashTiles[]; +extern const u8 gBackShinySprite711ShellosEastTiles[]; +extern const u8 gBackShinySprite712GastrodonEastTiles[]; +extern const u8 gBackShinySprite713RotomHeatTiles[]; +extern const u8 gBackShinySprite714RotomWashTiles[]; +extern const u8 gBackShinySprite715RotomFrostTiles[]; +extern const u8 gBackShinySprite716RotomFanTiles[]; +extern const u8 gBackShinySprite717RotomMowTiles[]; +extern const u8 gBackShinySprite718GiratinaOriginTiles[]; +extern const u8 gBackShinySprite719ShayminSkyTiles[]; +extern const u8 gBackShinySprite720ArceusFightTiles[]; +extern const u8 gBackShinySprite721ArceusFlyingTiles[]; +extern const u8 gBackShinySprite722ArceusPoisonTiles[]; +extern const u8 gBackShinySprite723ArceusGroundTiles[]; +extern const u8 gBackShinySprite724ArceusRockTiles[]; +extern const u8 gBackShinySprite725ArceusBugTiles[]; +extern const u8 gBackShinySprite726ArceusGhostTiles[]; +extern const u8 gBackShinySprite727ArceusSteelTiles[]; +extern const u8 gBackShinySprite728ArceusFireTiles[]; +extern const u8 gBackShinySprite729ArceusWaterTiles[]; +extern const u8 gBackShinySprite730ArceusGrassTiles[]; +extern const u8 gBackShinySprite731ArceusElectricTiles[]; +extern const u8 gBackShinySprite732ArceusPsychicTiles[]; +extern const u8 gBackShinySprite733ArceusIceTiles[]; +extern const u8 gBackShinySprite734ArceusDragonTiles[]; +extern const u8 gBackShinySprite735ArceusDarkTiles[]; +extern const u8 gBackShinySprite736BasculinBlueTiles[]; +extern const u8 gBackShinySprite737DarmanitanzenTiles[]; +extern const u8 gBackShinySprite738DeerlingSummerTiles[]; +extern const u8 gBackShinySprite739DeerlingAutumnTiles[]; +extern const u8 gBackShinySprite740DeerlingWinterTiles[]; +extern const u8 gBackShinySprite741SawsbuckSummerTiles[]; +extern const u8 gBackShinySprite742SawsbuckAutumnTiles[]; +extern const u8 gBackShinySprite743SawsbuckWinterTiles[]; +extern const u8 gBackShinySprite744HippopotasFTiles[]; +extern const u8 gBackShinySprite745HippowdonFTiles[]; +extern const u8 gBackShinySprite746MeloettaPirouetteTiles[]; +extern const u8 gBackShinySprite747GenesectShockTiles[]; +extern const u8 gBackShinySprite748GenesectBurnTiles[]; +extern const u8 gBackShinySprite749GenesectChillTiles[]; +extern const u8 gBackShinySprite750GenesectDouseTiles[]; +extern const u8 gBackShinySprite751CherrimSunTiles[]; +extern const u8 gBackShinySprite752KyuremBlackTiles[]; +extern const u8 gBackShinySprite753KyuremWhiteTiles[]; +extern const u8 gBackShinySprite754TornadusTherianTiles[]; +extern const u8 gBackShinySprite755ThundurusTherianTiles[]; +extern const u8 gBackShinySprite756LandorusTherianTiles[]; +extern const u8 gBackShinySprite757KeldeoResoluteTiles[]; +extern const u8 gBackShinySprite758ChespinTiles[]; +extern const u8 gBackShinySprite759QuilladinTiles[]; +extern const u8 gBackShinySprite760ChesnaughtTiles[]; +extern const u8 gBackShinySprite761FennekinTiles[]; +extern const u8 gBackShinySprite762BraixenTiles[]; +extern const u8 gBackShinySprite763DelphoxTiles[]; +extern const u8 gBackShinySprite764FroakieTiles[]; +extern const u8 gBackShinySprite765FrogadierTiles[]; +extern const u8 gBackShinySprite766GreninjaTiles[]; +extern const u8 gBackShinySprite767BunnelbyTiles[]; +extern const u8 gBackShinySprite768DiggersbyTiles[]; +extern const u8 gBackShinySprite769FletchlingTiles[]; +extern const u8 gBackShinySprite770FletchinderTiles[]; +extern const u8 gBackShinySprite771TalonflameTiles[]; +extern const u8 gBackShinySprite772ScatterbugTiles[]; +extern const u8 gBackShinySprite773SpewpaTiles[]; +extern const u8 gBackShinySprite774VivillonTiles[]; +extern const u8 gBackShinySprite775LitleoTiles[]; +extern const u8 gBackShinySprite776PyroarTiles[]; +extern const u8 gBackShinySprite777FlabebeTiles[]; +extern const u8 gBackShinySprite778FloetteTiles[]; +extern const u8 gBackShinySprite779FlorgesTiles[]; +extern const u8 gBackShinySprite780SkiddoTiles[]; +extern const u8 gBackShinySprite781GogoatTiles[]; +extern const u8 gBackShinySprite782PanchamTiles[]; +extern const u8 gBackShinySprite783PangoroTiles[]; +extern const u8 gBackShinySprite784FurfrouTiles[]; +extern const u8 gBackShinySprite785EspurrTiles[]; +extern const u8 gBackShinySprite786MeowsticTiles[]; +extern const u8 gBackShinySprite787HonedgeTiles[]; +extern const u8 gBackShinySprite788DoubladeTiles[]; +extern const u8 gBackShinySprite789AegislashTiles[]; +extern const u8 gBackShinySprite790SpritzeeTiles[]; +extern const u8 gBackShinySprite791AromatisseTiles[]; +extern const u8 gBackShinySprite792SwirlixTiles[]; +extern const u8 gBackShinySprite793SlurpuffTiles[]; +extern const u8 gBackShinySprite794InkayTiles[]; +extern const u8 gBackShinySprite795MalamarTiles[]; +extern const u8 gBackShinySprite796BinacleTiles[]; +extern const u8 gBackShinySprite797BarbaracleTiles[]; +extern const u8 gBackShinySprite798SkrelpTiles[]; +extern const u8 gBackShinySprite799DragalgeTiles[]; +extern const u8 gBackShinySprite800ClauncherTiles[]; +extern const u8 gBackShinySprite801ClawitzerTiles[]; +extern const u8 gBackShinySprite802HelioptileTiles[]; +extern const u8 gBackShinySprite803HelioliskTiles[]; +extern const u8 gBackShinySprite804TyruntTiles[]; +extern const u8 gBackShinySprite805TyrantrumTiles[]; +extern const u8 gBackShinySprite806AmauraTiles[]; +extern const u8 gBackShinySprite807AurorusTiles[]; +extern const u8 gBackShinySprite808SylveonTiles[]; +extern const u8 gBackShinySprite809HawluchaTiles[]; +extern const u8 gBackShinySprite810DedenneTiles[]; +extern const u8 gBackShinySprite811CarbinkTiles[]; +extern const u8 gBackShinySprite812GoomyTiles[]; +extern const u8 gBackShinySprite813SliggooTiles[]; +extern const u8 gBackShinySprite814GoodraTiles[]; +extern const u8 gBackShinySprite815KlefkiTiles[]; +extern const u8 gBackShinySprite816PhantumpTiles[]; +extern const u8 gBackShinySprite817TrevenantTiles[]; +extern const u8 gBackShinySprite818PumpkabooTiles[]; +extern const u8 gBackShinySprite819GourgeistTiles[]; +extern const u8 gBackShinySprite820BergmiteTiles[]; +extern const u8 gBackShinySprite821AvaluggTiles[]; +extern const u8 gBackShinySprite822NoibatTiles[]; +extern const u8 gBackShinySprite823NoivernTiles[]; +extern const u8 gBackShinySprite824XerneasTiles[]; +extern const u8 gBackShinySprite825YveltalTiles[]; +extern const u8 gBackShinySprite826ZygardeTiles[]; +extern const u8 gBackShinySprite827DiancieTiles[]; +extern const u8 gBackShinySprite828HoopaTiles[]; +extern const u8 gBackShinySprite829HoopaUnboundTiles[]; +extern const u8 gBackShinySprite830VolcanionTiles[]; +extern const u8 gBackShinySprite831PyroarFemaleTiles[]; +extern const u8 gBackShinySprite832MeowsticFemaleTiles[]; +extern const u8 gBackShinySprite833AegislashBladeTiles[]; +extern const u8 gBackShinySprite834ArceusFairyTiles[]; +extern const u8 gBackShinySprite835ZygardeCellTiles[]; +extern const u8 gBackShinySprite836ZygardeCoreTiles[]; +extern const u8 gBackShinySprite837Zygarde10Tiles[]; +extern const u8 gBackShinySprite838ZygardeCompleteTiles[]; +extern const u8 gBackShinySprite839AshgreninjaTiles[]; +extern const u8 gBackShinySprite840FlabebeBlueTiles[]; +extern const u8 gBackShinySprite841FlabebeOrangeTiles[]; +extern const u8 gBackShinySprite842FlabebeYellowTiles[]; +extern const u8 gBackShinySprite843FlabebeWhiteTiles[]; +extern const u8 gBackShinySprite844FloetteBlueTiles[]; +extern const u8 gBackShinySprite845FloetteOrangeTiles[]; +extern const u8 gBackShinySprite846FloetteYellowTiles[]; +extern const u8 gBackShinySprite847FloetteWhiteTiles[]; +extern const u8 gBackShinySprite848FloetteEternalTiles[]; +extern const u8 gBackShinySprite849FlorgesBlueTiles[]; +extern const u8 gBackShinySprite850FlorgesOrangeTiles[]; +extern const u8 gBackShinySprite851FlorgesYellowTiles[]; +extern const u8 gBackShinySprite852FlorgesWhiteTiles[]; +extern const u8 gBackShinySprite853PumpkabooXlTiles[]; +extern const u8 gBackShinySprite854PumpkabooLTiles[]; +extern const u8 gBackShinySprite855PumpkabooMTiles[]; +extern const u8 gBackShinySprite856GourgeistXlTiles[]; +extern const u8 gBackShinySprite857GourgeistLTiles[]; +extern const u8 gBackShinySprite858GourgeistMTiles[]; +extern const u8 gBackShinySprite859FurfrouHeartTiles[]; +extern const u8 gBackShinySprite860FurfrouDiamondTiles[]; +extern const u8 gBackShinySprite861FurfrouStarTiles[]; +extern const u8 gBackShinySprite862FurfrouPharoahTiles[]; +extern const u8 gBackShinySprite863FurfrouKabukiTiles[]; +extern const u8 gBackShinySprite864FurfrouLaReineTiles[]; +extern const u8 gBackShinySprite865FurfrouMatronTiles[]; +extern const u8 gBackShinySprite866FurfrouDandyTiles[]; +extern const u8 gBackShinySprite867FurfrouDebutanteTiles[]; +extern const u8 gBackShinySprite868VivillonFancyTiles[]; +extern const u8 gBackShinySprite869VenusaurMegaTiles[]; +extern const u8 gBackShinySprite870CharizardMegaXTiles[]; +extern const u8 gBackShinySprite871CharizardMegaYTiles[]; +extern const u8 gBackShinySprite872BlastoiseMegaTiles[]; +extern const u8 gBackShinySprite873BeedrillMegaTiles[]; +extern const u8 gBackShinySprite874PidgeotMegaTiles[]; +extern const u8 gBackShinySprite875AlakazamMegaTiles[]; +extern const u8 gBackShinySprite876SlowbroMegaTiles[]; +extern const u8 gBackShinySprite877GengarMegaTiles[]; +extern const u8 gBackShinySprite878KangaskhanMegaTiles[]; +extern const u8 gBackShinySprite879PinsirMegaTiles[]; +extern const u8 gBackShinySprite880GyaradosMegaTiles[]; +extern const u8 gBackShinySprite881AerodactylMegaTiles[]; +extern const u8 gBackShinySprite882MewtwoMegaXTiles[]; +extern const u8 gBackShinySprite883MewtwoMegaYTiles[]; +extern const u8 gBackShinySprite884AmpharosMegaTiles[]; +extern const u8 gBackShinySprite885SteelixMegaTiles[]; +extern const u8 gBackShinySprite886ScizorMegaTiles[]; +extern const u8 gBackShinySprite887HeracrossMegaTiles[]; +extern const u8 gBackShinySprite888HoundoomMegaTiles[]; +extern const u8 gBackShinySprite889TyranitarMegaTiles[]; +extern const u8 gBackShinySprite890SceptileMegaTiles[]; +extern const u8 gBackShinySprite891BlazikenMegaTiles[]; +extern const u8 gBackShinySprite892SwampertMegaTiles[]; +extern const u8 gBackShinySprite893GardevoirMegaTiles[]; +extern const u8 gBackShinySprite894SableyeMegaTiles[]; +extern const u8 gBackShinySprite895MawileMegaTiles[]; +extern const u8 gBackShinySprite896AggronMegaTiles[]; +extern const u8 gBackShinySprite897MedichamMegaTiles[]; +extern const u8 gBackShinySprite898ManectricMegaTiles[]; +extern const u8 gBackShinySprite899SharpedoMegaTiles[]; +extern const u8 gBackShinySprite900CameruptMegaTiles[]; +extern const u8 gBackShinySprite901AltariaMegaTiles[]; +extern const u8 gBackShinySprite902BanetteMegaTiles[]; +extern const u8 gBackShinySprite903AbsolMegaTiles[]; +extern const u8 gBackShinySprite904GlalieMegaTiles[]; +extern const u8 gBackShinySprite905SalamenceMegaTiles[]; +extern const u8 gBackShinySprite906MetagrossMegaTiles[]; +extern const u8 gBackShinySprite907LatiasMegaTiles[]; +extern const u8 gBackShinySprite908LatiosMegaTiles[]; +extern const u8 gBackShinySprite909GroudonPrimalTiles[]; +extern const u8 gBackShinySprite910KyogrePrimalTiles[]; +extern const u8 gBackShinySprite911RayquazaMegaTiles[]; +extern const u8 gBackShinySprite912LopunnyMegaTiles[]; +extern const u8 gBackShinySprite913GarchompMegaTiles[]; +extern const u8 gBackShinySprite914LucarioMegaTiles[]; +extern const u8 gBackShinySprite915AbomasnowMegaTiles[]; +extern const u8 gBackShinySprite916GalladeMegaTiles[]; +extern const u8 gBackShinySprite917AudinoMegaTiles[]; +extern const u8 gBackShinySprite918DiancieMegaTiles[]; +extern const u8 gBackShinySprite919DialgaPrimalTiles[]; +extern const u8 gBackShinySprite920PalkiaPrimalTiles[]; +extern const u8 gBackShinySprite921VivillonArchipelagoTiles[]; +extern const u8 gBackShinySprite922VivillonContinentalTiles[]; +extern const u8 gBackShinySprite923VivillonElegantTiles[]; +extern const u8 gBackShinySprite924VivillonGardenTiles[]; +extern const u8 gBackShinySprite925VivillonHighPlainsTiles[]; +extern const u8 gBackShinySprite926VivillonIcySnowTiles[]; +extern const u8 gBackShinySprite927VivillonJungleTiles[]; +extern const u8 gBackShinySprite928VivillonMarineTiles[]; +extern const u8 gBackShinySprite929VivillonModernTiles[]; +extern const u8 gBackShinySprite930VivillonMonsoonTiles[]; +extern const u8 gBackShinySprite931VivillonOceanTiles[]; +extern const u8 gBackShinySprite932VivillonPokeballTiles[]; +extern const u8 gBackShinySprite933VivillonPolarTiles[]; +extern const u8 gBackShinySprite934VivillonRiverTiles[]; +extern const u8 gBackShinySprite935VivillonSandstormTiles[]; +extern const u8 gBackShinySprite936VivillonSavannaTiles[]; +extern const u8 gBackShinySprite937VivillonSunTiles[]; +extern const u8 gBackShinySprite938VivillonTundraTiles[]; +extern const u8 gBackShinySprite939RowletTiles[]; +extern const u8 gBackShinySprite940DartrixTiles[]; +extern const u8 gBackShinySprite941DecidueyeTiles[]; +extern const u8 gBackShinySprite942LittenTiles[]; +extern const u8 gBackShinySprite943TorracatTiles[]; +extern const u8 gBackShinySprite944IncineroarTiles[]; +extern const u8 gBackShinySprite945PopplioTiles[]; +extern const u8 gBackShinySprite946BrionneTiles[]; +extern const u8 gBackShinySprite947PrimarinaTiles[]; +extern const u8 gBackShinySprite948PikipekTiles[]; +extern const u8 gBackShinySprite949TrumbeakTiles[]; +extern const u8 gBackShinySprite950ToucannonTiles[]; +extern const u8 gBackShinySprite951YungoosTiles[]; +extern const u8 gBackShinySprite952GumshoosTiles[]; +extern const u8 gBackShinySprite953GrubbinTiles[]; +extern const u8 gBackShinySprite954CharjabugTiles[]; +extern const u8 gBackShinySprite955VikavoltTiles[]; +extern const u8 gBackShinySprite956CrabrawlerTiles[]; +extern const u8 gBackShinySprite957CrabominableTiles[]; +extern const u8 gBackShinySprite958OricorioTiles[]; +extern const u8 gBackShinySprite959CutieflyTiles[]; +extern const u8 gBackShinySprite960RibombeeTiles[]; +extern const u8 gBackShinySprite961RockruffTiles[]; +extern const u8 gBackShinySprite962LycanrocTiles[]; +extern const u8 gBackShinySprite963WishiwashiTiles[]; +extern const u8 gBackShinySprite964MareanieTiles[]; +extern const u8 gBackShinySprite965ToxapexTiles[]; +extern const u8 gBackShinySprite966MudbrayTiles[]; +extern const u8 gBackShinySprite967MudsdaleTiles[]; +extern const u8 gBackShinySprite968DewpiderTiles[]; +extern const u8 gBackShinySprite969AraquanidTiles[]; +extern const u8 gBackShinySprite970FomantisTiles[]; +extern const u8 gBackShinySprite971LurantisTiles[]; +extern const u8 gBackShinySprite972MorelullTiles[]; +extern const u8 gBackShinySprite973ShiinoticTiles[]; +extern const u8 gBackShinySprite974SalanditTiles[]; +extern const u8 gBackShinySprite975SalazzleTiles[]; +extern const u8 gBackShinySprite976StuffulTiles[]; +extern const u8 gBackShinySprite977BewearTiles[]; +extern const u8 gBackShinySprite978BounsweetTiles[]; +extern const u8 gBackShinySprite979SteeneeTiles[]; +extern const u8 gBackShinySprite980TsareenaTiles[]; +extern const u8 gBackShinySprite981ComfeyTiles[]; +extern const u8 gBackShinySprite982OranguruTiles[]; +extern const u8 gBackShinySprite983PassimianTiles[]; +extern const u8 gBackShinySprite984WimpodTiles[]; +extern const u8 gBackShinySprite985GolisopodTiles[]; +extern const u8 gBackShinySprite986SandygastTiles[]; +extern const u8 gBackShinySprite987PalossandTiles[]; +extern const u8 gBackShinySprite988PyukumukuTiles[]; +extern const u8 gBackShinySprite989TypeNullTiles[]; +extern const u8 gBackShinySprite990SilvallyTiles[]; +extern const u8 gBackShinySprite991MiniorShieldTiles[]; +extern const u8 gBackShinySprite992KomalaTiles[]; +extern const u8 gBackShinySprite993TurtonatorTiles[]; +extern const u8 gBackShinySprite994TogedemaruTiles[]; +extern const u8 gBackShinySprite995MimikyuTiles[]; +extern const u8 gBackShinySprite996BruxishTiles[]; +extern const u8 gBackShinySprite997DrampaTiles[]; +extern const u8 gBackShinySprite998DhelmiseTiles[]; +extern const u8 gBackShinySprite999JangmoOTiles[]; +extern const u8 gBackShinySprite1000HakamoOTiles[]; +extern const u8 gBackShinySprite1001KommoOTiles[]; +extern const u8 gBackShinySprite1002TapuKokoTiles[]; +extern const u8 gBackShinySprite1003TapuLeleTiles[]; +extern const u8 gBackShinySprite1004TapuBuluTiles[]; +extern const u8 gBackShinySprite1005TapuFiniTiles[]; +extern const u8 gBackShinySprite1006CosmogTiles[]; +extern const u8 gBackShinySprite1007CosmoemTiles[]; +extern const u8 gBackShinySprite1008SolgaleoTiles[]; +extern const u8 gBackShinySprite1009LunalaTiles[]; +extern const u8 gBackShinySprite1010NihilegoTiles[]; +extern const u8 gBackShinySprite1011BuzzwoleTiles[]; +extern const u8 gBackShinySprite1012PheromosaTiles[]; +extern const u8 gBackShinySprite1013XurkitreeTiles[]; +extern const u8 gBackShinySprite1014CelesteelaTiles[]; +extern const u8 gBackShinySprite1015KartanaTiles[]; +extern const u8 gBackShinySprite1016GuzzlordTiles[]; +extern const u8 gBackShinySprite1017NecrozmaTiles[]; +extern const u8 gBackShinySprite1018MagearnaTiles[]; +extern const u8 gBackShinySprite1019MarshadowTiles[]; +extern const u8 gBackShinySprite1020RattataATiles[]; +extern const u8 gBackShinySprite1021RaticateATiles[]; +extern const u8 gBackShinySprite1022RaichuATiles[]; +extern const u8 gBackShinySprite1023SandshrewATiles[]; +extern const u8 gBackShinySprite1024SandslashATiles[]; +extern const u8 gBackShinySprite1025VulpixATiles[]; +extern const u8 gBackShinySprite1026NinetalesATiles[]; +extern const u8 gBackShinySprite1027DiglettATiles[]; +extern const u8 gBackShinySprite1028DugtrioATiles[]; +extern const u8 gBackShinySprite1029MeowthATiles[]; +extern const u8 gBackShinySprite1030PersianATiles[]; +extern const u8 gBackShinySprite1031GeodudeATiles[]; +extern const u8 gBackShinySprite1032GravelerATiles[]; +extern const u8 gBackShinySprite1033GolemATiles[]; +extern const u8 gBackShinySprite1034GrimerATiles[]; +extern const u8 gBackShinySprite1035MukATiles[]; +extern const u8 gBackShinySprite1036ExeggcuteATiles[]; +extern const u8 gBackShinySprite1037ExeggutorATiles[]; +extern const u8 gBackShinySprite1038CuboneATiles[]; +extern const u8 gBackShinySprite1039MarowakATiles[]; +extern const u8 gBackShinySprite1040DeoxysAttackTiles[]; +extern const u8 gBackShinySprite1041DeoxysDefenseTiles[]; +extern const u8 gBackShinySprite1042DeoxysSpeedTiles[]; +extern const u8 gBackShinySprite1043OricorioYTiles[]; +extern const u8 gBackShinySprite1044OricorioPTiles[]; +extern const u8 gBackShinySprite1045OricorioSTiles[]; +extern const u8 gBackShinySprite1046LycanrocNTiles[]; +extern const u8 gBackShinySprite1047WishiwashiSTiles[]; +extern const u8 gBackShinySprite1048SilvallyFightTiles[]; +extern const u8 gBackShinySprite1049SilvallyFlyingTiles[]; +extern const u8 gBackShinySprite1050SilvallyPoisonTiles[]; +extern const u8 gBackShinySprite1051SilvallyGroundTiles[]; +extern const u8 gBackShinySprite1052SilvallyRockTiles[]; +extern const u8 gBackShinySprite1053SilvallyBugTiles[]; +extern const u8 gBackShinySprite1054SilvallyGhostTiles[]; +extern const u8 gBackShinySprite1055SilvallySteelTiles[]; +extern const u8 gBackShinySprite1056SilvallyFireTiles[]; +extern const u8 gBackShinySprite1057SilvallyWaterTiles[]; +extern const u8 gBackShinySprite1058SilvallyGrassTiles[]; +extern const u8 gBackShinySprite1059SilvallyElectricTiles[]; +extern const u8 gBackShinySprite1060SilvallyPsychicTiles[]; +extern const u8 gBackShinySprite1061SilvallyIceTiles[]; +extern const u8 gBackShinySprite1062SilvallyDragonTiles[]; +extern const u8 gBackShinySprite1063SilvallyDarkTiles[]; +extern const u8 gBackShinySprite1064SilvallyFairyTiles[]; +extern const u8 gBackShinySprite1065MiniorRedTiles[]; +extern const u8 gBackShinySprite1066MiniorBlueTiles[]; +extern const u8 gBackShinySprite1067MiniorOrangeTiles[]; +extern const u8 gBackShinySprite1068MiniorYellowTiles[]; +extern const u8 gBackShinySprite1069MiniorIndigoTiles[]; +extern const u8 gBackShinySprite1070MiniorGreenTiles[]; +extern const u8 gBackShinySprite1071MiniorVioletTiles[]; +extern const u8 gBackShinySprite1072MimikyuBustedTiles[]; +extern const u8 gBackShinySprite1073MagearnaPTiles[]; +extern const u8 gBackShinySprite1074PoipoleTiles[]; +extern const u8 gBackShinySprite1075NaganadelTiles[]; +extern const u8 gBackShinySprite1076StakatakaTiles[]; +extern const u8 gBackShinySprite1077BlacephalonTiles[]; +extern const u8 gBackShinySprite1078ZeraoraTiles[]; +extern const u8 gBackShinySprite1079NecrozmaManeTiles[]; +extern const u8 gBackShinySprite1080NecrozmaWingsTiles[]; +extern const u8 gBackShinySprite1081NecrozmaUltraTiles[]; +extern const u8 gBackShinySprite1082LycanrocDuskTiles[]; +extern const u8 gBackShinySprite1083MeltanTiles[]; +extern const u8 gBackShinySprite1084MelmetalTiles[]; +extern const u8 gBackShinySprite1085PikachuSurfingTiles[]; +extern const u8 gBackShinySprite1086PikachuFlyingTiles[]; +extern const u8 gBackShinySprite1087PikachuCosplayTiles[]; +extern const u8 gBackShinySprite1088PikachuLibreTiles[]; +extern const u8 gBackShinySprite1089PikachuPopStarTiles[]; +extern const u8 gBackShinySprite1090PikachuRockStarTiles[]; +extern const u8 gBackShinySprite1091PikachuBelleTiles[]; +extern const u8 gBackShinySprite1092PikachuPhdTiles[]; +extern const u8 gBackShinySprite1093PikachuCapOriginalTiles[]; +extern const u8 gBackShinySprite1094PikachuCapHoennTiles[]; +extern const u8 gBackShinySprite1095PikachuCapSinnohTiles[]; +extern const u8 gBackShinySprite1096PikachuCapUnovaTiles[]; +extern const u8 gBackShinySprite1097PikachuCapKalosTiles[]; +extern const u8 gBackShinySprite1098PikachuCapAlolaTiles[]; +extern const u8 gBackShinySprite1099PikachuCapPartnerTiles[]; +extern const u8 gBackShinySprite1100PichuSpikyTiles[]; +extern const u8 gBackShinySprite1101XerneasNaturalTiles[]; +extern const u8 gBackShinySprite252Tiles[]; + +#pragma once + +extern const u8 gFrontSprite000NonePal[]; +extern const u8 gFrontSprite001BulbasaurPal[]; +extern const u8 gFrontSprite002IvysaurPal[]; +extern const u8 gFrontSprite003VenusaurPal[]; +extern const u8 gFrontSprite004CharmanderPal[]; +extern const u8 gFrontSprite005CharmeleonPal[]; +extern const u8 gFrontSprite006CharizardPal[]; +extern const u8 gFrontSprite007SquirtlePal[]; +extern const u8 gFrontSprite008WartortlePal[]; +extern const u8 gFrontSprite009BlastoisePal[]; +extern const u8 gFrontSprite010CaterpiePal[]; +extern const u8 gFrontSprite011MetapodPal[]; +extern const u8 gFrontSprite012ButterfreePal[]; +extern const u8 gFrontSprite013WeedlePal[]; +extern const u8 gFrontSprite014KakunaPal[]; +extern const u8 gFrontSprite015BeedrillPal[]; +extern const u8 gFrontSprite016PidgeyPal[]; +extern const u8 gFrontSprite017PidgeottoPal[]; +extern const u8 gFrontSprite018PidgeotPal[]; +extern const u8 gFrontSprite019RattataPal[]; +extern const u8 gFrontSprite020RaticatePal[]; +extern const u8 gFrontSprite021SpearowPal[]; +extern const u8 gFrontSprite022FearowPal[]; +extern const u8 gFrontSprite023EkansPal[]; +extern const u8 gFrontSprite024ArbokPal[]; +extern const u8 gFrontSprite025PikachuPal[]; +extern const u8 gFrontSprite026RaichuPal[]; +extern const u8 gFrontSprite027SandshrewPal[]; +extern const u8 gFrontSprite028SandslashPal[]; +extern const u8 gFrontSprite029NidoranFPal[]; +extern const u8 gFrontSprite030NidorinaPal[]; +extern const u8 gFrontSprite031NidoqueenPal[]; +extern const u8 gFrontSprite032NidoranMPal[]; +extern const u8 gFrontSprite033NidorinoPal[]; +extern const u8 gFrontSprite034NidokingPal[]; +extern const u8 gFrontSprite035ClefairyPal[]; +extern const u8 gFrontSprite036ClefablePal[]; +extern const u8 gFrontSprite037VulpixPal[]; +extern const u8 gFrontSprite038NinetalesPal[]; +extern const u8 gFrontSprite039JigglypuffPal[]; +extern const u8 gFrontSprite040WigglytuffPal[]; +extern const u8 gFrontSprite041ZubatPal[]; +extern const u8 gFrontSprite042GolbatPal[]; +extern const u8 gFrontSprite043OddishPal[]; +extern const u8 gFrontSprite044GloomPal[]; +extern const u8 gFrontSprite045VileplumePal[]; +extern const u8 gFrontSprite046ParasPal[]; +extern const u8 gFrontSprite047ParasectPal[]; +extern const u8 gFrontSprite048VenonatPal[]; +extern const u8 gFrontSprite049VenomothPal[]; +extern const u8 gFrontSprite050DiglettPal[]; +extern const u8 gFrontSprite051DugtrioPal[]; +extern const u8 gFrontSprite052MeowthPal[]; +extern const u8 gFrontSprite053PersianPal[]; +extern const u8 gFrontSprite054PsyduckPal[]; +extern const u8 gFrontSprite055GolduckPal[]; +extern const u8 gFrontSprite056MankeyPal[]; +extern const u8 gFrontSprite057PrimeapePal[]; +extern const u8 gFrontSprite058GrowlithePal[]; +extern const u8 gFrontSprite059ArcaninePal[]; +extern const u8 gFrontSprite060PoliwagPal[]; +extern const u8 gFrontSprite061PoliwhirlPal[]; +extern const u8 gFrontSprite062PoliwrathPal[]; +extern const u8 gFrontSprite063AbraPal[]; +extern const u8 gFrontSprite064KadabraPal[]; +extern const u8 gFrontSprite065AlakazamPal[]; +extern const u8 gFrontSprite066MachopPal[]; +extern const u8 gFrontSprite067MachokePal[]; +extern const u8 gFrontSprite068MachampPal[]; +extern const u8 gFrontSprite069BellsproutPal[]; +extern const u8 gFrontSprite070WeepinbellPal[]; +extern const u8 gFrontSprite071VictreebelPal[]; +extern const u8 gFrontSprite072TentacoolPal[]; +extern const u8 gFrontSprite073TentacruelPal[]; +extern const u8 gFrontSprite074GeodudePal[]; +extern const u8 gFrontSprite075GravelerPal[]; +extern const u8 gFrontSprite076GolemPal[]; +extern const u8 gFrontSprite077PonytaPal[]; +extern const u8 gFrontSprite078RapidashPal[]; +extern const u8 gFrontSprite079SlowpokePal[]; +extern const u8 gFrontSprite080SlowbroPal[]; +extern const u8 gFrontSprite081MagnemitePal[]; +extern const u8 gFrontSprite082MagnetonPal[]; +extern const u8 gFrontSprite083FarfetchdPal[]; +extern const u8 gFrontSprite084DoduoPal[]; +extern const u8 gFrontSprite085DodrioPal[]; +extern const u8 gFrontSprite086SeelPal[]; +extern const u8 gFrontSprite087DewgongPal[]; +extern const u8 gFrontSprite088GrimerPal[]; +extern const u8 gFrontSprite089MukPal[]; +extern const u8 gFrontSprite090ShellderPal[]; +extern const u8 gFrontSprite091CloysterPal[]; +extern const u8 gFrontSprite092GastlyPal[]; +extern const u8 gFrontSprite093HaunterPal[]; +extern const u8 gFrontSprite094GengarPal[]; +extern const u8 gFrontSprite095OnixPal[]; +extern const u8 gFrontSprite096DrowzeePal[]; +extern const u8 gFrontSprite097HypnoPal[]; +extern const u8 gFrontSprite098KrabbyPal[]; +extern const u8 gFrontSprite099KinglerPal[]; +extern const u8 gFrontSprite100VoltorbPal[]; +extern const u8 gFrontSprite101ElectrodePal[]; +extern const u8 gFrontSprite102ExeggcutePal[]; +extern const u8 gFrontSprite103ExeggutorPal[]; +extern const u8 gFrontSprite104CubonePal[]; +extern const u8 gFrontSprite105MarowakPal[]; +extern const u8 gFrontSprite106HitmonleePal[]; +extern const u8 gFrontSprite107HitmonchanPal[]; +extern const u8 gFrontSprite108LickitungPal[]; +extern const u8 gFrontSprite109KoffingPal[]; +extern const u8 gFrontSprite110WeezingPal[]; +extern const u8 gFrontSprite111RhyhornPal[]; +extern const u8 gFrontSprite112RhydonPal[]; +extern const u8 gFrontSprite113ChanseyPal[]; +extern const u8 gFrontSprite114TangelaPal[]; +extern const u8 gFrontSprite115KangaskhanPal[]; +extern const u8 gFrontSprite116HorseaPal[]; +extern const u8 gFrontSprite117SeadraPal[]; +extern const u8 gFrontSprite118GoldeenPal[]; +extern const u8 gFrontSprite119SeakingPal[]; +extern const u8 gFrontSprite120StaryuPal[]; +extern const u8 gFrontSprite121StarmiePal[]; +extern const u8 gFrontSprite122MrMimePal[]; +extern const u8 gFrontSprite123ScytherPal[]; +extern const u8 gFrontSprite124JynxPal[]; +extern const u8 gFrontSprite125ElectabuzzPal[]; +extern const u8 gFrontSprite126MagmarPal[]; +extern const u8 gFrontSprite127PinsirPal[]; +extern const u8 gFrontSprite128TaurosPal[]; +extern const u8 gFrontSprite129MagikarpPal[]; +extern const u8 gFrontSprite130GyaradosPal[]; +extern const u8 gFrontSprite131LaprasPal[]; +extern const u8 gFrontSprite132DittoPal[]; +extern const u8 gFrontSprite133EeveePal[]; +extern const u8 gFrontSprite134VaporeonPal[]; +extern const u8 gFrontSprite135JolteonPal[]; +extern const u8 gFrontSprite136FlareonPal[]; +extern const u8 gFrontSprite137PorygonPal[]; +extern const u8 gFrontSprite138OmanytePal[]; +extern const u8 gFrontSprite139OmastarPal[]; +extern const u8 gFrontSprite140KabutoPal[]; +extern const u8 gFrontSprite141KabutopsPal[]; +extern const u8 gFrontSprite142AerodactylPal[]; +extern const u8 gFrontSprite143SnorlaxPal[]; +extern const u8 gFrontSprite144ArticunoPal[]; +extern const u8 gFrontSprite145ZapdosPal[]; +extern const u8 gFrontSprite146MoltresPal[]; +extern const u8 gFrontSprite147DratiniPal[]; +extern const u8 gFrontSprite148DragonairPal[]; +extern const u8 gFrontSprite149DragonitePal[]; +extern const u8 gFrontSprite150MewtwoPal[]; +extern const u8 gFrontSprite151MewPal[]; +extern const u8 gFrontSprite152ChikoritaPal[]; +extern const u8 gFrontSprite153BayleefPal[]; +extern const u8 gFrontSprite154MeganiumPal[]; +extern const u8 gFrontSprite155CyndaquilPal[]; +extern const u8 gFrontSprite156QuilavaPal[]; +extern const u8 gFrontSprite157TyphlosionPal[]; +extern const u8 gFrontSprite158TotodilePal[]; +extern const u8 gFrontSprite159CroconawPal[]; +extern const u8 gFrontSprite160FeraligatrPal[]; +extern const u8 gFrontSprite161SentretPal[]; +extern const u8 gFrontSprite162FurretPal[]; +extern const u8 gFrontSprite163HoothootPal[]; +extern const u8 gFrontSprite164NoctowlPal[]; +extern const u8 gFrontSprite165LedybaPal[]; +extern const u8 gFrontSprite166LedianPal[]; +extern const u8 gFrontSprite167SpinarakPal[]; +extern const u8 gFrontSprite168AriadosPal[]; +extern const u8 gFrontSprite169CrobatPal[]; +extern const u8 gFrontSprite170ChinchouPal[]; +extern const u8 gFrontSprite171LanturnPal[]; +extern const u8 gFrontSprite172PichuPal[]; +extern const u8 gFrontSprite173CleffaPal[]; +extern const u8 gFrontSprite174IgglybuffPal[]; +extern const u8 gFrontSprite175TogepiPal[]; +extern const u8 gFrontSprite176TogeticPal[]; +extern const u8 gFrontSprite177NatuPal[]; +extern const u8 gFrontSprite178XatuPal[]; +extern const u8 gFrontSprite179MareepPal[]; +extern const u8 gFrontSprite180FlaaffyPal[]; +extern const u8 gFrontSprite181AmpharosPal[]; +extern const u8 gFrontSprite182BellossomPal[]; +extern const u8 gFrontSprite183MarillPal[]; +extern const u8 gFrontSprite184AzumarillPal[]; +extern const u8 gFrontSprite185SudowoodoPal[]; +extern const u8 gFrontSprite186PolitoedPal[]; +extern const u8 gFrontSprite187HoppipPal[]; +extern const u8 gFrontSprite188SkiploomPal[]; +extern const u8 gFrontSprite189JumpluffPal[]; +extern const u8 gFrontSprite190AipomPal[]; +extern const u8 gFrontSprite191SunkernPal[]; +extern const u8 gFrontSprite192SunfloraPal[]; +extern const u8 gFrontSprite193YanmaPal[]; +extern const u8 gFrontSprite194WooperPal[]; +extern const u8 gFrontSprite195QuagsirePal[]; +extern const u8 gFrontSprite196EspeonPal[]; +extern const u8 gFrontSprite197UmbreonPal[]; +extern const u8 gFrontSprite198MurkrowPal[]; +extern const u8 gFrontSprite199SlowkingPal[]; +extern const u8 gFrontSprite200MisdreavusPal[]; +extern const u8 gFrontSprite201UnownPal[]; +extern const u8 gFrontSprite202WobbuffetPal[]; +extern const u8 gFrontSprite203GirafarigPal[]; +extern const u8 gFrontSprite204PinecoPal[]; +extern const u8 gFrontSprite205ForretressPal[]; +extern const u8 gFrontSprite206DunsparcePal[]; +extern const u8 gFrontSprite207GligarPal[]; +extern const u8 gFrontSprite208SteelixPal[]; +extern const u8 gFrontSprite209SnubbullPal[]; +extern const u8 gFrontSprite210GranbullPal[]; +extern const u8 gFrontSprite211QwilfishPal[]; +extern const u8 gFrontSprite212ScizorPal[]; +extern const u8 gFrontSprite213ShucklePal[]; +extern const u8 gFrontSprite214HeracrossPal[]; +extern const u8 gFrontSprite215SneaselPal[]; +extern const u8 gFrontSprite216TeddiursaPal[]; +extern const u8 gFrontSprite217UrsaringPal[]; +extern const u8 gFrontSprite218SlugmaPal[]; +extern const u8 gFrontSprite219MagcargoPal[]; +extern const u8 gFrontSprite220SwinubPal[]; +extern const u8 gFrontSprite221PiloswinePal[]; +extern const u8 gFrontSprite222CorsolaPal[]; +extern const u8 gFrontSprite223RemoraidPal[]; +extern const u8 gFrontSprite224OctilleryPal[]; +extern const u8 gFrontSprite225DelibirdPal[]; +extern const u8 gFrontSprite226MantinePal[]; +extern const u8 gFrontSprite227SkarmoryPal[]; +extern const u8 gFrontSprite228HoundourPal[]; +extern const u8 gFrontSprite229HoundoomPal[]; +extern const u8 gFrontSprite230KingdraPal[]; +extern const u8 gFrontSprite231PhanpyPal[]; +extern const u8 gFrontSprite232DonphanPal[]; +extern const u8 gFrontSprite233Porygon2Pal[]; +extern const u8 gFrontSprite234StantlerPal[]; +extern const u8 gFrontSprite235SmearglePal[]; +extern const u8 gFrontSprite236TyroguePal[]; +extern const u8 gFrontSprite237HitmontopPal[]; +extern const u8 gFrontSprite238SmoochumPal[]; +extern const u8 gFrontSprite239ElekidPal[]; +extern const u8 gFrontSprite240MagbyPal[]; +extern const u8 gFrontSprite241MiltankPal[]; +extern const u8 gFrontSprite242BlisseyPal[]; +extern const u8 gFrontSprite243RaikouPal[]; +extern const u8 gFrontSprite244EnteiPal[]; +extern const u8 gFrontSprite245SuicunePal[]; +extern const u8 gFrontSprite246LarvitarPal[]; +extern const u8 gFrontSprite247PupitarPal[]; +extern const u8 gFrontSprite248TyranitarPal[]; +extern const u8 gFrontSprite249LugiaPal[]; +extern const u8 gFrontSprite250HoOhPal[]; +extern const u8 gFrontSprite251CelebiPal[]; +extern const u8 gFrontSprite277TreeckoPal[]; +extern const u8 gFrontSprite278GrovylePal[]; +extern const u8 gFrontSprite279SceptilePal[]; +extern const u8 gFrontSprite280TorchicPal[]; +extern const u8 gFrontSprite281CombuskenPal[]; +extern const u8 gFrontSprite282BlazikenPal[]; +extern const u8 gFrontSprite283MudkipPal[]; +extern const u8 gFrontSprite284MarshtompPal[]; +extern const u8 gFrontSprite285SwampertPal[]; +extern const u8 gFrontSprite286PoochyenaPal[]; +extern const u8 gFrontSprite287MightyenaPal[]; +extern const u8 gFrontSprite288ZigzagoonPal[]; +extern const u8 gFrontSprite289LinoonePal[]; +extern const u8 gFrontSprite290WurmplePal[]; +extern const u8 gFrontSprite291SilcoonPal[]; +extern const u8 gFrontSprite292BeautiflyPal[]; +extern const u8 gFrontSprite293CascoonPal[]; +extern const u8 gFrontSprite294DustoxPal[]; +extern const u8 gFrontSprite295LotadPal[]; +extern const u8 gFrontSprite296LombrePal[]; +extern const u8 gFrontSprite297LudicoloPal[]; +extern const u8 gFrontSprite298SeedotPal[]; +extern const u8 gFrontSprite299NuzleafPal[]; +extern const u8 gFrontSprite300ShiftryPal[]; +extern const u8 gFrontSprite301NincadaPal[]; +extern const u8 gFrontSprite302NinjaskPal[]; +extern const u8 gFrontSprite303ShedinjaPal[]; +extern const u8 gFrontSprite304TaillowPal[]; +extern const u8 gFrontSprite305SwellowPal[]; +extern const u8 gFrontSprite306ShroomishPal[]; +extern const u8 gFrontSprite307BreloomPal[]; +extern const u8 gFrontSprite308SpindaPal[]; +extern const u8 gFrontSprite309WingullPal[]; +extern const u8 gFrontSprite310PelipperPal[]; +extern const u8 gFrontSprite311SurskitPal[]; +extern const u8 gFrontSprite312MasquerainPal[]; +extern const u8 gFrontSprite313WailmerPal[]; +extern const u8 gFrontSprite314WailordPal[]; +extern const u8 gFrontSprite315SkittyPal[]; +extern const u8 gFrontSprite316DelcattyPal[]; +extern const u8 gFrontSprite317KecleonPal[]; +extern const u8 gFrontSprite318BaltoyPal[]; +extern const u8 gFrontSprite319ClaydolPal[]; +extern const u8 gFrontSprite320NosepassPal[]; +extern const u8 gFrontSprite321TorkoalPal[]; +extern const u8 gFrontSprite322SableyePal[]; +extern const u8 gFrontSprite323BarboachPal[]; +extern const u8 gFrontSprite324WhiscashPal[]; +extern const u8 gFrontSprite325LuvdiscPal[]; +extern const u8 gFrontSprite326CorphishPal[]; +extern const u8 gFrontSprite327CrawdauntPal[]; +extern const u8 gFrontSprite328FeebasPal[]; +extern const u8 gFrontSprite329MiloticPal[]; +extern const u8 gFrontSprite330CarvanhaPal[]; +extern const u8 gFrontSprite331SharpedoPal[]; +extern const u8 gFrontSprite332TrapinchPal[]; +extern const u8 gFrontSprite333VibravaPal[]; +extern const u8 gFrontSprite334FlygonPal[]; +extern const u8 gFrontSprite335MakuhitaPal[]; +extern const u8 gFrontSprite336HariyamaPal[]; +extern const u8 gFrontSprite337ElectrikePal[]; +extern const u8 gFrontSprite338ManectricPal[]; +extern const u8 gFrontSprite339NumelPal[]; +extern const u8 gFrontSprite340CameruptPal[]; +extern const u8 gFrontSprite341SphealPal[]; +extern const u8 gFrontSprite342SealeoPal[]; +extern const u8 gFrontSprite343WalreinPal[]; +extern const u8 gFrontSprite344CacneaPal[]; +extern const u8 gFrontSprite345CacturnePal[]; +extern const u8 gFrontSprite346SnoruntPal[]; +extern const u8 gFrontSprite347GlaliePal[]; +extern const u8 gFrontSprite348LunatonePal[]; +extern const u8 gFrontSprite349SolrockPal[]; +extern const u8 gFrontSprite350AzurillPal[]; +extern const u8 gFrontSprite351SpoinkPal[]; +extern const u8 gFrontSprite352GrumpigPal[]; +extern const u8 gFrontSprite353PluslePal[]; +extern const u8 gFrontSprite354MinunPal[]; +extern const u8 gFrontSprite355MawilePal[]; +extern const u8 gFrontSprite356MedititePal[]; +extern const u8 gFrontSprite357MedichamPal[]; +extern const u8 gFrontSprite358SwabluPal[]; +extern const u8 gFrontSprite359AltariaPal[]; +extern const u8 gFrontSprite360WynautPal[]; +extern const u8 gFrontSprite361DuskullPal[]; +extern const u8 gFrontSprite362DusclopsPal[]; +extern const u8 gFrontSprite363RoseliaPal[]; +extern const u8 gFrontSprite364SlakothPal[]; +extern const u8 gFrontSprite365VigorothPal[]; +extern const u8 gFrontSprite366SlakingPal[]; +extern const u8 gFrontSprite367GulpinPal[]; +extern const u8 gFrontSprite368SwalotPal[]; +extern const u8 gFrontSprite369TropiusPal[]; +extern const u8 gFrontSprite370WhismurPal[]; +extern const u8 gFrontSprite371LoudredPal[]; +extern const u8 gFrontSprite372ExploudPal[]; +extern const u8 gFrontSprite373ClamperlPal[]; +extern const u8 gFrontSprite374HuntailPal[]; +extern const u8 gFrontSprite375GorebyssPal[]; +extern const u8 gFrontSprite376AbsolPal[]; +extern const u8 gFrontSprite377ShuppetPal[]; +extern const u8 gFrontSprite378BanettePal[]; +extern const u8 gFrontSprite379SeviperPal[]; +extern const u8 gFrontSprite380ZangoosePal[]; +extern const u8 gFrontSprite381RelicanthPal[]; +extern const u8 gFrontSprite382AronPal[]; +extern const u8 gFrontSprite383LaironPal[]; +extern const u8 gFrontSprite384AggronPal[]; +extern const u8 gFrontSprite385CastformPal[]; +extern const u8 gFrontSprite386VolbeatPal[]; +extern const u8 gFrontSprite387IllumisePal[]; +extern const u8 gFrontSprite388LileepPal[]; +extern const u8 gFrontSprite389CradilyPal[]; +extern const u8 gFrontSprite390AnorithPal[]; +extern const u8 gFrontSprite391ArmaldoPal[]; +extern const u8 gFrontSprite392RaltsPal[]; +extern const u8 gFrontSprite393KirliaPal[]; +extern const u8 gFrontSprite394GardevoirPal[]; +extern const u8 gFrontSprite395BagonPal[]; +extern const u8 gFrontSprite396ShelgonPal[]; +extern const u8 gFrontSprite397SalamencePal[]; +extern const u8 gFrontSprite398BeldumPal[]; +extern const u8 gFrontSprite399MetangPal[]; +extern const u8 gFrontSprite400MetagrossPal[]; +extern const u8 gFrontSprite401RegirockPal[]; +extern const u8 gFrontSprite402RegicePal[]; +extern const u8 gFrontSprite403RegisteelPal[]; +extern const u8 gFrontSprite404KyogrePal[]; +extern const u8 gFrontSprite405GroudonPal[]; +extern const u8 gFrontSprite406RayquazaPal[]; +extern const u8 gFrontSprite407LatiasPal[]; +extern const u8 gFrontSprite408LatiosPal[]; +extern const u8 gFrontSprite409JirachiPal[]; +extern const u8 gFrontSprite410DeoxysPal[]; +extern const u8 gFrontSprite411ChimechoPal[]; +extern const u8 gFrontSprite412EggPal[]; +extern const u8 gFrontSprite413UnownBPal[]; +extern const u8 gFrontSprite414UnownCPal[]; +extern const u8 gFrontSprite415UnownDPal[]; +extern const u8 gFrontSprite416UnownEPal[]; +extern const u8 gFrontSprite417UnownFPal[]; +extern const u8 gFrontSprite418UnownGPal[]; +extern const u8 gFrontSprite419UnownHPal[]; +extern const u8 gFrontSprite420UnownIPal[]; +extern const u8 gFrontSprite421UnownJPal[]; +extern const u8 gFrontSprite422UnownKPal[]; +extern const u8 gFrontSprite423UnownLPal[]; +extern const u8 gFrontSprite424UnownMPal[]; +extern const u8 gFrontSprite425UnownNPal[]; +extern const u8 gFrontSprite426UnownOPal[]; +extern const u8 gFrontSprite427UnownPPal[]; +extern const u8 gFrontSprite428UnownQPal[]; +extern const u8 gFrontSprite429UnownRPal[]; +extern const u8 gFrontSprite430UnownSPal[]; +extern const u8 gFrontSprite431UnownTPal[]; +extern const u8 gFrontSprite432UnownUPal[]; +extern const u8 gFrontSprite433UnownVPal[]; +extern const u8 gFrontSprite434UnownWPal[]; +extern const u8 gFrontSprite435UnownXPal[]; +extern const u8 gFrontSprite436UnownYPal[]; +extern const u8 gFrontSprite437UnownZPal[]; +extern const u8 gFrontSprite438UnownExclamationPal[]; +extern const u8 gFrontSprite439UnownQuestionPal[]; +extern const u8 gFrontSprite440TurtwigPal[]; +extern const u8 gFrontSprite441GrotlePal[]; +extern const u8 gFrontSprite442TorterraPal[]; +extern const u8 gFrontSprite443ChimcharPal[]; +extern const u8 gFrontSprite444MonfernoPal[]; +extern const u8 gFrontSprite445InfernapePal[]; +extern const u8 gFrontSprite446PiplupPal[]; +extern const u8 gFrontSprite447PrinplupPal[]; +extern const u8 gFrontSprite448EmpoleonPal[]; +extern const u8 gFrontSprite449StarlyPal[]; +extern const u8 gFrontSprite450StaraviaPal[]; +extern const u8 gFrontSprite451StaraptorPal[]; +extern const u8 gFrontSprite452BidoofPal[]; +extern const u8 gFrontSprite453BibarelPal[]; +extern const u8 gFrontSprite454KricketotPal[]; +extern const u8 gFrontSprite455KricketunePal[]; +extern const u8 gFrontSprite456ShinxPal[]; +extern const u8 gFrontSprite457LuxioPal[]; +extern const u8 gFrontSprite458LuxrayPal[]; +extern const u8 gFrontSprite459BudewPal[]; +extern const u8 gFrontSprite460RoseradePal[]; +extern const u8 gFrontSprite461CranidosPal[]; +extern const u8 gFrontSprite462RampardosPal[]; +extern const u8 gFrontSprite463ShieldonPal[]; +extern const u8 gFrontSprite464BastiodonPal[]; +extern const u8 gFrontSprite465BurmyPal[]; +extern const u8 gFrontSprite466WormadamPal[]; +extern const u8 gFrontSprite467MothimPal[]; +extern const u8 gFrontSprite468CombeePal[]; +extern const u8 gFrontSprite469VespiquenPal[]; +extern const u8 gFrontSprite470PachirisuPal[]; +extern const u8 gFrontSprite471BuizelPal[]; +extern const u8 gFrontSprite472FloatzelPal[]; +extern const u8 gFrontSprite473CherubiPal[]; +extern const u8 gFrontSprite474CherrimPal[]; +extern const u8 gFrontSprite475ShellosPal[]; +extern const u8 gFrontSprite476GastrodonPal[]; +extern const u8 gFrontSprite477AmbipomPal[]; +extern const u8 gFrontSprite478DrifloonPal[]; +extern const u8 gFrontSprite479DrifblimPal[]; +extern const u8 gFrontSprite480BunearyPal[]; +extern const u8 gFrontSprite481LopunnyPal[]; +extern const u8 gFrontSprite482MismagiusPal[]; +extern const u8 gFrontSprite483HonchkrowPal[]; +extern const u8 gFrontSprite484GlameowPal[]; +extern const u8 gFrontSprite485PuruglyPal[]; +extern const u8 gFrontSprite486ChinglingPal[]; +extern const u8 gFrontSprite487StunkyPal[]; +extern const u8 gFrontSprite488SkuntankPal[]; +extern const u8 gFrontSprite489BronzorPal[]; +extern const u8 gFrontSprite490BronzongPal[]; +extern const u8 gFrontSprite491BonslyPal[]; +extern const u8 gFrontSprite492MimeJrPal[]; +extern const u8 gFrontSprite493HappinyPal[]; +extern const u8 gFrontSprite494ChatotPal[]; +extern const u8 gFrontSprite495SpiritombPal[]; +extern const u8 gFrontSprite496GiblePal[]; +extern const u8 gFrontSprite497GabitePal[]; +extern const u8 gFrontSprite498GarchompPal[]; +extern const u8 gFrontSprite499MunchlaxPal[]; +extern const u8 gFrontSprite500RioluPal[]; +extern const u8 gFrontSprite501LucarioPal[]; +extern const u8 gFrontSprite502HippopotasPal[]; +extern const u8 gFrontSprite503HippowdonPal[]; +extern const u8 gFrontSprite504SkorupiPal[]; +extern const u8 gFrontSprite505DrapionPal[]; +extern const u8 gFrontSprite506CroagunkPal[]; +extern const u8 gFrontSprite507ToxicroakPal[]; +extern const u8 gFrontSprite508CarnivinePal[]; +extern const u8 gFrontSprite509FinneonPal[]; +extern const u8 gFrontSprite510LumineonPal[]; +extern const u8 gFrontSprite511MantykePal[]; +extern const u8 gFrontSprite512SnoverPal[]; +extern const u8 gFrontSprite513AbomasnowPal[]; +extern const u8 gFrontSprite514WeavilePal[]; +extern const u8 gFrontSprite515MagnezonePal[]; +extern const u8 gFrontSprite516LickilickyPal[]; +extern const u8 gFrontSprite517RhyperiorPal[]; +extern const u8 gFrontSprite518TangrowthPal[]; +extern const u8 gFrontSprite519ElectivirePal[]; +extern const u8 gFrontSprite520MagmortarPal[]; +extern const u8 gFrontSprite521TogekissPal[]; +extern const u8 gFrontSprite522YanmegaPal[]; +extern const u8 gFrontSprite523LeafeonPal[]; +extern const u8 gFrontSprite524GlaceonPal[]; +extern const u8 gFrontSprite525GliscorPal[]; +extern const u8 gFrontSprite526MamoswinePal[]; +extern const u8 gFrontSprite527PorygonZPal[]; +extern const u8 gFrontSprite528GalladePal[]; +extern const u8 gFrontSprite529ProbopassPal[]; +extern const u8 gFrontSprite530DusknoirPal[]; +extern const u8 gFrontSprite531FroslassPal[]; +extern const u8 gFrontSprite532RotomPal[]; +extern const u8 gFrontSprite533UxiePal[]; +extern const u8 gFrontSprite534MespritPal[]; +extern const u8 gFrontSprite535AzelfPal[]; +extern const u8 gFrontSprite536DialgaPal[]; +extern const u8 gFrontSprite537PalkiaPal[]; +extern const u8 gFrontSprite538HeatranPal[]; +extern const u8 gFrontSprite539RegigigasPal[]; +extern const u8 gFrontSprite540GiratinaPal[]; +extern const u8 gFrontSprite541CresseliaPal[]; +extern const u8 gFrontSprite542PhionePal[]; +extern const u8 gFrontSprite543ManaphyPal[]; +extern const u8 gFrontSprite544DarkraiPal[]; +extern const u8 gFrontSprite545ShayminPal[]; +extern const u8 gFrontSprite546ArceusPal[]; +extern const u8 gFrontSprite547VictiniPal[]; +extern const u8 gFrontSprite548SnivyPal[]; +extern const u8 gFrontSprite549ServinePal[]; +extern const u8 gFrontSprite550SerperiorPal[]; +extern const u8 gFrontSprite551TepigPal[]; +extern const u8 gFrontSprite552PignitePal[]; +extern const u8 gFrontSprite553EmboarPal[]; +extern const u8 gFrontSprite554OshawottPal[]; +extern const u8 gFrontSprite555DewottPal[]; +extern const u8 gFrontSprite556SamurottPal[]; +extern const u8 gFrontSprite557PatratPal[]; +extern const u8 gFrontSprite558WatchogPal[]; +extern const u8 gFrontSprite559LillipupPal[]; +extern const u8 gFrontSprite560HerdierPal[]; +extern const u8 gFrontSprite561StoutlandPal[]; +extern const u8 gFrontSprite562PurrloinPal[]; +extern const u8 gFrontSprite563LiepardPal[]; +extern const u8 gFrontSprite564PansagePal[]; +extern const u8 gFrontSprite565SimisagePal[]; +extern const u8 gFrontSprite566PansearPal[]; +extern const u8 gFrontSprite567SimisearPal[]; +extern const u8 gFrontSprite568PanpourPal[]; +extern const u8 gFrontSprite569SimipourPal[]; +extern const u8 gFrontSprite570MunnaPal[]; +extern const u8 gFrontSprite571MusharnaPal[]; +extern const u8 gFrontSprite572PidovePal[]; +extern const u8 gFrontSprite573TranquillPal[]; +extern const u8 gFrontSprite574UnfezantPal[]; +extern const u8 gFrontSprite575BlitzlePal[]; +extern const u8 gFrontSprite576ZebstrikaPal[]; +extern const u8 gFrontSprite577RoggenrolaPal[]; +extern const u8 gFrontSprite578BoldorePal[]; +extern const u8 gFrontSprite579GigalithPal[]; +extern const u8 gFrontSprite580WoobatPal[]; +extern const u8 gFrontSprite581SwoobatPal[]; +extern const u8 gFrontSprite582DrilburPal[]; +extern const u8 gFrontSprite583ExcadrillPal[]; +extern const u8 gFrontSprite584AudinoPal[]; +extern const u8 gFrontSprite585TimburrPal[]; +extern const u8 gFrontSprite586GurdurrPal[]; +extern const u8 gFrontSprite587ConkeldurrPal[]; +extern const u8 gFrontSprite588TympolePal[]; +extern const u8 gFrontSprite589PalpitoadPal[]; +extern const u8 gFrontSprite590SeismitoadPal[]; +extern const u8 gFrontSprite591ThrohPal[]; +extern const u8 gFrontSprite592SawkPal[]; +extern const u8 gFrontSprite593SewaddlePal[]; +extern const u8 gFrontSprite594SwadloonPal[]; +extern const u8 gFrontSprite595LeavannyPal[]; +extern const u8 gFrontSprite596VenipedePal[]; +extern const u8 gFrontSprite597WhirlipedePal[]; +extern const u8 gFrontSprite598ScolipedePal[]; +extern const u8 gFrontSprite599CottoneePal[]; +extern const u8 gFrontSprite600WhimsicottPal[]; +extern const u8 gFrontSprite601PetililPal[]; +extern const u8 gFrontSprite602LilligantPal[]; +extern const u8 gFrontSprite603BasculinRedPal[]; +extern const u8 gFrontSprite604SandilePal[]; +extern const u8 gFrontSprite605KrokorokPal[]; +extern const u8 gFrontSprite606KrookodilePal[]; +extern const u8 gFrontSprite607DarumakaPal[]; +extern const u8 gFrontSprite608DarmanitanPal[]; +extern const u8 gFrontSprite609MaractusPal[]; +extern const u8 gFrontSprite610DwebblePal[]; +extern const u8 gFrontSprite611CrustlePal[]; +extern const u8 gFrontSprite612ScraggyPal[]; +extern const u8 gFrontSprite613ScraftyPal[]; +extern const u8 gFrontSprite614SigilyphPal[]; +extern const u8 gFrontSprite615YamaskPal[]; +extern const u8 gFrontSprite616CofagrigusPal[]; +extern const u8 gFrontSprite617TirtougaPal[]; +extern const u8 gFrontSprite618CarracostaPal[]; +extern const u8 gFrontSprite619ArchenPal[]; +extern const u8 gFrontSprite620ArcheopsPal[]; +extern const u8 gFrontSprite621TrubbishPal[]; +extern const u8 gFrontSprite622GarbodorPal[]; +extern const u8 gFrontSprite623ZoruaPal[]; +extern const u8 gFrontSprite624ZoroarkPal[]; +extern const u8 gFrontSprite625MinccinoPal[]; +extern const u8 gFrontSprite626CinccinoPal[]; +extern const u8 gFrontSprite627GothitaPal[]; +extern const u8 gFrontSprite628GothoritaPal[]; +extern const u8 gFrontSprite629GothitellePal[]; +extern const u8 gFrontSprite630SolosisPal[]; +extern const u8 gFrontSprite631DuosionPal[]; +extern const u8 gFrontSprite632ReuniclusPal[]; +extern const u8 gFrontSprite633DucklettPal[]; +extern const u8 gFrontSprite634SwannaPal[]; +extern const u8 gFrontSprite635VanillitePal[]; +extern const u8 gFrontSprite636VanillishPal[]; +extern const u8 gFrontSprite637VanilluxePal[]; +extern const u8 gFrontSprite638DeerlingPal[]; +extern const u8 gFrontSprite639SawsbuckPal[]; +extern const u8 gFrontSprite640EmolgaPal[]; +extern const u8 gFrontSprite641KarrablastPal[]; +extern const u8 gFrontSprite642EscavalierPal[]; +extern const u8 gFrontSprite643FoongusPal[]; +extern const u8 gFrontSprite644AmoongussPal[]; +extern const u8 gFrontSprite645FrillishPal[]; +extern const u8 gFrontSprite646JellicentPal[]; +extern const u8 gFrontSprite647AlomomolaPal[]; +extern const u8 gFrontSprite648JoltikPal[]; +extern const u8 gFrontSprite649GalvantulaPal[]; +extern const u8 gFrontSprite650FerroseedPal[]; +extern const u8 gFrontSprite651FerrothornPal[]; +extern const u8 gFrontSprite652KlinkPal[]; +extern const u8 gFrontSprite653KlangPal[]; +extern const u8 gFrontSprite654KlinklangPal[]; +extern const u8 gFrontSprite655TynamoPal[]; +extern const u8 gFrontSprite656EelektrikPal[]; +extern const u8 gFrontSprite657EelektrossPal[]; +extern const u8 gFrontSprite658ElgyemPal[]; +extern const u8 gFrontSprite659BeheeyemPal[]; +extern const u8 gFrontSprite660LitwickPal[]; +extern const u8 gFrontSprite661LampentPal[]; +extern const u8 gFrontSprite662ChandelurePal[]; +extern const u8 gFrontSprite663AxewPal[]; +extern const u8 gFrontSprite664FraxurePal[]; +extern const u8 gFrontSprite665HaxorusPal[]; +extern const u8 gFrontSprite666CubchooPal[]; +extern const u8 gFrontSprite667BearticPal[]; +extern const u8 gFrontSprite668CryogonalPal[]; +extern const u8 gFrontSprite669ShelmetPal[]; +extern const u8 gFrontSprite670AccelgorPal[]; +extern const u8 gFrontSprite671StunfiskPal[]; +extern const u8 gFrontSprite672MienfooPal[]; +extern const u8 gFrontSprite673MienshaoPal[]; +extern const u8 gFrontSprite674DruddigonPal[]; +extern const u8 gFrontSprite675GolettPal[]; +extern const u8 gFrontSprite676GolurkPal[]; +extern const u8 gFrontSprite677PawniardPal[]; +extern const u8 gFrontSprite678BisharpPal[]; +extern const u8 gFrontSprite679BouffalantPal[]; +extern const u8 gFrontSprite680RuffletPal[]; +extern const u8 gFrontSprite681BraviaryPal[]; +extern const u8 gFrontSprite682VullabyPal[]; +extern const u8 gFrontSprite683MandibuzzPal[]; +extern const u8 gFrontSprite684HeatmorPal[]; +extern const u8 gFrontSprite685DurantPal[]; +extern const u8 gFrontSprite686DeinoPal[]; +extern const u8 gFrontSprite687ZweilousPal[]; +extern const u8 gFrontSprite688HydreigonPal[]; +extern const u8 gFrontSprite689LarvestaPal[]; +extern const u8 gFrontSprite690VolcaronaPal[]; +extern const u8 gFrontSprite691CobalionPal[]; +extern const u8 gFrontSprite692TerrakionPal[]; +extern const u8 gFrontSprite693VirizionPal[]; +extern const u8 gFrontSprite694TornadusPal[]; +extern const u8 gFrontSprite695ThundurusPal[]; +extern const u8 gFrontSprite696ReshiramPal[]; +extern const u8 gFrontSprite697ZekromPal[]; +extern const u8 gFrontSprite698LandorusPal[]; +extern const u8 gFrontSprite699KyuremPal[]; +extern const u8 gFrontSprite700KeldeoPal[]; +extern const u8 gFrontSprite701MeloettaPal[]; +extern const u8 gFrontSprite702GenesectPal[]; +extern const u8 gFrontSprite703UnfezantFPal[]; +extern const u8 gFrontSprite704FrillishFPal[]; +extern const u8 gFrontSprite705JellicentFPal[]; +extern const u8 gFrontSprite706ShadowWarriorPal[]; +extern const u8 gFrontSprite707BurmySandyPal[]; +extern const u8 gFrontSprite708BurmyTrashPal[]; +extern const u8 gFrontSprite709WormadamSandyPal[]; +extern const u8 gFrontSprite710WormadamTrashPal[]; +extern const u8 gFrontSprite711ShellosEastPal[]; +extern const u8 gFrontSprite712GastrodonEastPal[]; +extern const u8 gFrontSprite713RotomHeatPal[]; +extern const u8 gFrontSprite714RotomWashPal[]; +extern const u8 gFrontSprite715RotomFrostPal[]; +extern const u8 gFrontSprite716RotomFanPal[]; +extern const u8 gFrontSprite717RotomMowPal[]; +extern const u8 gFrontSprite718GiratinaOriginPal[]; +extern const u8 gFrontSprite719ShayminSkyPal[]; +extern const u8 gFrontSprite720ArceusFightPal[]; +extern const u8 gFrontSprite721ArceusFlyingPal[]; +extern const u8 gFrontSprite722ArceusPoisonPal[]; +extern const u8 gFrontSprite723ArceusGroundPal[]; +extern const u8 gFrontSprite724ArceusRockPal[]; +extern const u8 gFrontSprite725ArceusBugPal[]; +extern const u8 gFrontSprite726ArceusGhostPal[]; +extern const u8 gFrontSprite727ArceusSteelPal[]; +extern const u8 gFrontSprite728ArceusFirePal[]; +extern const u8 gFrontSprite729ArceusWaterPal[]; +extern const u8 gFrontSprite730ArceusGrassPal[]; +extern const u8 gFrontSprite731ArceusElectricPal[]; +extern const u8 gFrontSprite732ArceusPsychicPal[]; +extern const u8 gFrontSprite733ArceusIcePal[]; +extern const u8 gFrontSprite734ArceusDragonPal[]; +extern const u8 gFrontSprite735ArceusDarkPal[]; +extern const u8 gFrontSprite736BasculinBluePal[]; +extern const u8 gFrontSprite737DarmanitanzenPal[]; +extern const u8 gFrontSprite738DeerlingSummerPal[]; +extern const u8 gFrontSprite739DeerlingAutumnPal[]; +extern const u8 gFrontSprite740DeerlingWinterPal[]; +extern const u8 gFrontSprite741SawsbuckSummerPal[]; +extern const u8 gFrontSprite742SawsbuckAutumnPal[]; +extern const u8 gFrontSprite743SawsbuckWinterPal[]; +extern const u8 gFrontSprite744HippopotasFPal[]; +extern const u8 gFrontSprite745HippowdonFPal[]; +extern const u8 gFrontSprite746MeloettaPirouettePal[]; +extern const u8 gFrontSprite747GenesectShockPal[]; +extern const u8 gFrontSprite748GenesectBurnPal[]; +extern const u8 gFrontSprite749GenesectChillPal[]; +extern const u8 gFrontSprite750GenesectDousePal[]; +extern const u8 gFrontSprite751CherrimSunPal[]; +extern const u8 gFrontSprite752KyuremBlackPal[]; +extern const u8 gFrontSprite753KyuremWhitePal[]; +extern const u8 gFrontSprite754TornadusTherianPal[]; +extern const u8 gFrontSprite755ThundurusTherianPal[]; +extern const u8 gFrontSprite756LandorusTherianPal[]; +extern const u8 gFrontSprite757KeldeoResolutePal[]; +extern const u8 gFrontSprite758ChespinPal[]; +extern const u8 gFrontSprite759QuilladinPal[]; +extern const u8 gFrontSprite760ChesnaughtPal[]; +extern const u8 gFrontSprite761FennekinPal[]; +extern const u8 gFrontSprite762BraixenPal[]; +extern const u8 gFrontSprite763DelphoxPal[]; +extern const u8 gFrontSprite764FroakiePal[]; +extern const u8 gFrontSprite765FrogadierPal[]; +extern const u8 gFrontSprite766GreninjaPal[]; +extern const u8 gFrontSprite767BunnelbyPal[]; +extern const u8 gFrontSprite768DiggersbyPal[]; +extern const u8 gFrontSprite769FletchlingPal[]; +extern const u8 gFrontSprite770FletchinderPal[]; +extern const u8 gFrontSprite771TalonflamePal[]; +extern const u8 gFrontSprite772ScatterbugPal[]; +extern const u8 gFrontSprite773SpewpaPal[]; +extern const u8 gFrontSprite774VivillonPal[]; +extern const u8 gFrontSprite775LitleoPal[]; +extern const u8 gFrontSprite776PyroarPal[]; +extern const u8 gFrontSprite777FlabebePal[]; +extern const u8 gFrontSprite778FloettePal[]; +extern const u8 gFrontSprite779FlorgesPal[]; +extern const u8 gFrontSprite780SkiddoPal[]; +extern const u8 gFrontSprite781GogoatPal[]; +extern const u8 gFrontSprite782PanchamPal[]; +extern const u8 gFrontSprite783PangoroPal[]; +extern const u8 gFrontSprite784FurfrouPal[]; +extern const u8 gFrontSprite785EspurrPal[]; +extern const u8 gFrontSprite786MeowsticPal[]; +extern const u8 gFrontSprite787HonedgePal[]; +extern const u8 gFrontSprite788DoubladePal[]; +extern const u8 gFrontSprite789AegislashPal[]; +extern const u8 gFrontSprite790SpritzeePal[]; +extern const u8 gFrontSprite791AromatissePal[]; +extern const u8 gFrontSprite792SwirlixPal[]; +extern const u8 gFrontSprite793SlurpuffPal[]; +extern const u8 gFrontSprite794InkayPal[]; +extern const u8 gFrontSprite795MalamarPal[]; +extern const u8 gFrontSprite796BinaclePal[]; +extern const u8 gFrontSprite797BarbaraclePal[]; +extern const u8 gFrontSprite798SkrelpPal[]; +extern const u8 gFrontSprite799DragalgePal[]; +extern const u8 gFrontSprite800ClauncherPal[]; +extern const u8 gFrontSprite801ClawitzerPal[]; +extern const u8 gFrontSprite802HelioptilePal[]; +extern const u8 gFrontSprite803HelioliskPal[]; +extern const u8 gFrontSprite804TyruntPal[]; +extern const u8 gFrontSprite805TyrantrumPal[]; +extern const u8 gFrontSprite806AmauraPal[]; +extern const u8 gFrontSprite807AurorusPal[]; +extern const u8 gFrontSprite808SylveonPal[]; +extern const u8 gFrontSprite809HawluchaPal[]; +extern const u8 gFrontSprite810DedennePal[]; +extern const u8 gFrontSprite811CarbinkPal[]; +extern const u8 gFrontSprite812GoomyPal[]; +extern const u8 gFrontSprite813SliggooPal[]; +extern const u8 gFrontSprite814GoodraPal[]; +extern const u8 gFrontSprite815KlefkiPal[]; +extern const u8 gFrontSprite816PhantumpPal[]; +extern const u8 gFrontSprite817TrevenantPal[]; +extern const u8 gFrontSprite818PumpkabooPal[]; +extern const u8 gFrontSprite819GourgeistPal[]; +extern const u8 gFrontSprite820BergmitePal[]; +extern const u8 gFrontSprite821AvaluggPal[]; +extern const u8 gFrontSprite822NoibatPal[]; +extern const u8 gFrontSprite823NoivernPal[]; +extern const u8 gFrontSprite824XerneasPal[]; +extern const u8 gFrontSprite825YveltalPal[]; +extern const u8 gFrontSprite826ZygardePal[]; +extern const u8 gFrontSprite827DianciePal[]; +extern const u8 gFrontSprite828HoopaPal[]; +extern const u8 gFrontSprite829HoopaUnboundPal[]; +extern const u8 gFrontSprite830VolcanionPal[]; +extern const u8 gFrontSprite831PyroarFemalePal[]; +extern const u8 gFrontSprite832MeowsticFemalePal[]; +extern const u8 gFrontSprite833AegislashBladePal[]; +extern const u8 gFrontSprite834ArceusFairyPal[]; +extern const u8 gFrontSprite835ZygardeCellPal[]; +extern const u8 gFrontSprite836ZygardeCorePal[]; +extern const u8 gFrontSprite837Zygarde10Pal[]; +extern const u8 gFrontSprite838ZygardeCompletePal[]; +extern const u8 gFrontSprite839AshgreninjaPal[]; +extern const u8 gFrontSprite840FlabebeBluePal[]; +extern const u8 gFrontSprite841FlabebeOrangePal[]; +extern const u8 gFrontSprite842FlabebeYellowPal[]; +extern const u8 gFrontSprite843FlabebeWhitePal[]; +extern const u8 gFrontSprite844FloetteBluePal[]; +extern const u8 gFrontSprite845FloetteOrangePal[]; +extern const u8 gFrontSprite846FloetteYellowPal[]; +extern const u8 gFrontSprite847FloetteWhitePal[]; +extern const u8 gFrontSprite848FloetteEternalPal[]; +extern const u8 gFrontSprite849FlorgesBluePal[]; +extern const u8 gFrontSprite850FlorgesOrangePal[]; +extern const u8 gFrontSprite851FlorgesYellowPal[]; +extern const u8 gFrontSprite852FlorgesWhitePal[]; +extern const u8 gFrontSprite853PumpkabooXlPal[]; +extern const u8 gFrontSprite854PumpkabooLPal[]; +extern const u8 gFrontSprite855PumpkabooMPal[]; +extern const u8 gFrontSprite856GourgeistXlPal[]; +extern const u8 gFrontSprite857GourgeistLPal[]; +extern const u8 gFrontSprite858GourgeistMPal[]; +extern const u8 gFrontSprite859FurfrouHeartPal[]; +extern const u8 gFrontSprite860FurfrouDiamondPal[]; +extern const u8 gFrontSprite861FurfrouStarPal[]; +extern const u8 gFrontSprite862FurfrouPharoahPal[]; +extern const u8 gFrontSprite863FurfrouKabukiPal[]; +extern const u8 gFrontSprite864FurfrouLaReinePal[]; +extern const u8 gFrontSprite865FurfrouMatronPal[]; +extern const u8 gFrontSprite866FurfrouDandyPal[]; +extern const u8 gFrontSprite867FurfrouDebutantePal[]; +extern const u8 gFrontSprite868VivillonFancyPal[]; +extern const u8 gFrontSprite869VenusaurMegaPal[]; +extern const u8 gFrontSprite870CharizardMegaXPal[]; +extern const u8 gFrontSprite871CharizardMegaYPal[]; +extern const u8 gFrontSprite872BlastoiseMegaPal[]; +extern const u8 gFrontSprite873BeedrillMegaPal[]; +extern const u8 gFrontSprite874PidgeotMegaPal[]; +extern const u8 gFrontSprite875AlakazamMegaPal[]; +extern const u8 gFrontSprite876SlowbroMegaPal[]; +extern const u8 gFrontSprite877GengarMegaPal[]; +extern const u8 gFrontSprite878KangaskhanMegaPal[]; +extern const u8 gFrontSprite879PinsirMegaPal[]; +extern const u8 gFrontSprite880GyaradosMegaPal[]; +extern const u8 gFrontSprite881AerodactylMegaPal[]; +extern const u8 gFrontSprite882MewtwoMegaXPal[]; +extern const u8 gFrontSprite883MewtwoMegaYPal[]; +extern const u8 gFrontSprite884AmpharosMegaPal[]; +extern const u8 gFrontSprite885SteelixMegaPal[]; +extern const u8 gFrontSprite886ScizorMegaPal[]; +extern const u8 gFrontSprite887HeracrossMegaPal[]; +extern const u8 gFrontSprite888HoundoomMegaPal[]; +extern const u8 gFrontSprite889TyranitarMegaPal[]; +extern const u8 gFrontSprite890SceptileMegaPal[]; +extern const u8 gFrontSprite891BlazikenMegaPal[]; +extern const u8 gFrontSprite892SwampertMegaPal[]; +extern const u8 gFrontSprite893GardevoirMegaPal[]; +extern const u8 gFrontSprite894SableyeMegaPal[]; +extern const u8 gFrontSprite895MawileMegaPal[]; +extern const u8 gFrontSprite896AggronMegaPal[]; +extern const u8 gFrontSprite897MedichamMegaPal[]; +extern const u8 gFrontSprite898ManectricMegaPal[]; +extern const u8 gFrontSprite899SharpedoMegaPal[]; +extern const u8 gFrontSprite900CameruptMegaPal[]; +extern const u8 gFrontSprite901AltariaMegaPal[]; +extern const u8 gFrontSprite902BanetteMegaPal[]; +extern const u8 gFrontSprite903AbsolMegaPal[]; +extern const u8 gFrontSprite904GlalieMegaPal[]; +extern const u8 gFrontSprite905SalamenceMegaPal[]; +extern const u8 gFrontSprite906MetagrossMegaPal[]; +extern const u8 gFrontSprite907LatiasMegaPal[]; +extern const u8 gFrontSprite908LatiosMegaPal[]; +extern const u8 gFrontSprite909GroudonPrimalPal[]; +extern const u8 gFrontSprite910KyogrePrimalPal[]; +extern const u8 gFrontSprite911RayquazaMegaPal[]; +extern const u8 gFrontSprite912LopunnyMegaPal[]; +extern const u8 gFrontSprite913GarchompMegaPal[]; +extern const u8 gFrontSprite914LucarioMegaPal[]; +extern const u8 gFrontSprite915AbomasnowMegaPal[]; +extern const u8 gFrontSprite916GalladeMegaPal[]; +extern const u8 gFrontSprite917AudinoMegaPal[]; +extern const u8 gFrontSprite918DiancieMegaPal[]; +extern const u8 gFrontSprite919DialgaPrimalPal[]; +extern const u8 gFrontSprite920PalkiaPrimalPal[]; +extern const u8 gFrontSprite921VivillonArchipelagoPal[]; +extern const u8 gFrontSprite922VivillonContinentalPal[]; +extern const u8 gFrontSprite923VivillonElegantPal[]; +extern const u8 gFrontSprite924VivillonGardenPal[]; +extern const u8 gFrontSprite925VivillonHighPlainsPal[]; +extern const u8 gFrontSprite926VivillonIcySnowPal[]; +extern const u8 gFrontSprite927VivillonJunglePal[]; +extern const u8 gFrontSprite928VivillonMarinePal[]; +extern const u8 gFrontSprite929VivillonModernPal[]; +extern const u8 gFrontSprite930VivillonMonsoonPal[]; +extern const u8 gFrontSprite931VivillonOceanPal[]; +extern const u8 gFrontSprite932VivillonPokeballPal[]; +extern const u8 gFrontSprite933VivillonPolarPal[]; +extern const u8 gFrontSprite934VivillonRiverPal[]; +extern const u8 gFrontSprite935VivillonSandstormPal[]; +extern const u8 gFrontSprite936VivillonSavannaPal[]; +extern const u8 gFrontSprite937VivillonSunPal[]; +extern const u8 gFrontSprite938VivillonTundraPal[]; +extern const u8 gFrontSprite939RowletPal[]; +extern const u8 gFrontSprite940DartrixPal[]; +extern const u8 gFrontSprite941DecidueyePal[]; +extern const u8 gFrontSprite942LittenPal[]; +extern const u8 gFrontSprite943TorracatPal[]; +extern const u8 gFrontSprite944IncineroarPal[]; +extern const u8 gFrontSprite945PopplioPal[]; +extern const u8 gFrontSprite946BrionnePal[]; +extern const u8 gFrontSprite947PrimarinaPal[]; +extern const u8 gFrontSprite948PikipekPal[]; +extern const u8 gFrontSprite949TrumbeakPal[]; +extern const u8 gFrontSprite950ToucannonPal[]; +extern const u8 gFrontSprite951YungoosPal[]; +extern const u8 gFrontSprite952GumshoosPal[]; +extern const u8 gFrontSprite953GrubbinPal[]; +extern const u8 gFrontSprite954CharjabugPal[]; +extern const u8 gFrontSprite955VikavoltPal[]; +extern const u8 gFrontSprite956CrabrawlerPal[]; +extern const u8 gFrontSprite957CrabominablePal[]; +extern const u8 gFrontSprite958OricorioPal[]; +extern const u8 gFrontSprite959CutieflyPal[]; +extern const u8 gFrontSprite960RibombeePal[]; +extern const u8 gFrontSprite961RockruffPal[]; +extern const u8 gFrontSprite962LycanrocPal[]; +extern const u8 gFrontSprite963WishiwashiPal[]; +extern const u8 gFrontSprite964MareaniePal[]; +extern const u8 gFrontSprite965ToxapexPal[]; +extern const u8 gFrontSprite966MudbrayPal[]; +extern const u8 gFrontSprite967MudsdalePal[]; +extern const u8 gFrontSprite968DewpiderPal[]; +extern const u8 gFrontSprite969AraquanidPal[]; +extern const u8 gFrontSprite970FomantisPal[]; +extern const u8 gFrontSprite971LurantisPal[]; +extern const u8 gFrontSprite972MorelullPal[]; +extern const u8 gFrontSprite973ShiinoticPal[]; +extern const u8 gFrontSprite974SalanditPal[]; +extern const u8 gFrontSprite975SalazzlePal[]; +extern const u8 gFrontSprite976StuffulPal[]; +extern const u8 gFrontSprite977BewearPal[]; +extern const u8 gFrontSprite978BounsweetPal[]; +extern const u8 gFrontSprite979SteeneePal[]; +extern const u8 gFrontSprite980TsareenaPal[]; +extern const u8 gFrontSprite981ComfeyPal[]; +extern const u8 gFrontSprite982OranguruPal[]; +extern const u8 gFrontSprite983PassimianPal[]; +extern const u8 gFrontSprite984WimpodPal[]; +extern const u8 gFrontSprite985GolisopodPal[]; +extern const u8 gFrontSprite986SandygastPal[]; +extern const u8 gFrontSprite987PalossandPal[]; +extern const u8 gFrontSprite988PyukumukuPal[]; +extern const u8 gFrontSprite989TypeNullPal[]; +extern const u8 gFrontSprite990SilvallyPal[]; +extern const u8 gFrontSprite991MiniorShieldPal[]; +extern const u8 gFrontSprite992KomalaPal[]; +extern const u8 gFrontSprite993TurtonatorPal[]; +extern const u8 gFrontSprite994TogedemaruPal[]; +extern const u8 gFrontSprite995MimikyuPal[]; +extern const u8 gFrontSprite996BruxishPal[]; +extern const u8 gFrontSprite997DrampaPal[]; +extern const u8 gFrontSprite998DhelmisePal[]; +extern const u8 gFrontSprite999JangmoOPal[]; +extern const u8 gFrontSprite1000HakamoOPal[]; +extern const u8 gFrontSprite1001KommoOPal[]; +extern const u8 gFrontSprite1002TapuKokoPal[]; +extern const u8 gFrontSprite1003TapuLelePal[]; +extern const u8 gFrontSprite1004TapuBuluPal[]; +extern const u8 gFrontSprite1005TapuFiniPal[]; +extern const u8 gFrontSprite1006CosmogPal[]; +extern const u8 gFrontSprite1007CosmoemPal[]; +extern const u8 gFrontSprite1008SolgaleoPal[]; +extern const u8 gFrontSprite1009LunalaPal[]; +extern const u8 gFrontSprite1010NihilegoPal[]; +extern const u8 gFrontSprite1011BuzzwolePal[]; +extern const u8 gFrontSprite1012PheromosaPal[]; +extern const u8 gFrontSprite1013XurkitreePal[]; +extern const u8 gFrontSprite1014CelesteelaPal[]; +extern const u8 gFrontSprite1015KartanaPal[]; +extern const u8 gFrontSprite1016GuzzlordPal[]; +extern const u8 gFrontSprite1017NecrozmaPal[]; +extern const u8 gFrontSprite1018MagearnaPal[]; +extern const u8 gFrontSprite1019MarshadowPal[]; +extern const u8 gFrontSprite1020RattataAPal[]; +extern const u8 gFrontSprite1021RaticateAPal[]; +extern const u8 gFrontSprite1022RaichuAPal[]; +extern const u8 gFrontSprite1023SandshrewAPal[]; +extern const u8 gFrontSprite1024SandslashAPal[]; +extern const u8 gFrontSprite1025VulpixAPal[]; +extern const u8 gFrontSprite1026NinetalesAPal[]; +extern const u8 gFrontSprite1027DiglettAPal[]; +extern const u8 gFrontSprite1028DugtrioAPal[]; +extern const u8 gFrontSprite1029MeowthAPal[]; +extern const u8 gFrontSprite1030PersianAPal[]; +extern const u8 gFrontSprite1031GeodudeAPal[]; +extern const u8 gFrontSprite1032GravelerAPal[]; +extern const u8 gFrontSprite1033GolemAPal[]; +extern const u8 gFrontSprite1034GrimerAPal[]; +extern const u8 gFrontSprite1035MukAPal[]; +extern const u8 gFrontSprite1036ExeggcuteAPal[]; +extern const u8 gFrontSprite1037ExeggutorAPal[]; +extern const u8 gFrontSprite1038CuboneAPal[]; +extern const u8 gFrontSprite1039MarowakAPal[]; +extern const u8 gFrontSprite1040DeoxysAttackPal[]; +extern const u8 gFrontSprite1041DeoxysDefensePal[]; +extern const u8 gFrontSprite1042DeoxysSpeedPal[]; +extern const u8 gFrontSprite1043OricorioYPal[]; +extern const u8 gFrontSprite1044OricorioPPal[]; +extern const u8 gFrontSprite1045OricorioSPal[]; +extern const u8 gFrontSprite1046LycanrocNPal[]; +extern const u8 gFrontSprite1047WishiwashiSPal[]; +extern const u8 gFrontSprite1048SilvallyFightPal[]; +extern const u8 gFrontSprite1049SilvallyFlyingPal[]; +extern const u8 gFrontSprite1050SilvallyPoisonPal[]; +extern const u8 gFrontSprite1051SilvallyGroundPal[]; +extern const u8 gFrontSprite1052SilvallyRockPal[]; +extern const u8 gFrontSprite1053SilvallyBugPal[]; +extern const u8 gFrontSprite1054SilvallyGhostPal[]; +extern const u8 gFrontSprite1055SilvallySteelPal[]; +extern const u8 gFrontSprite1056SilvallyFirePal[]; +extern const u8 gFrontSprite1057SilvallyWaterPal[]; +extern const u8 gFrontSprite1058SilvallyGrassPal[]; +extern const u8 gFrontSprite1059SilvallyElectricPal[]; +extern const u8 gFrontSprite1060SilvallyPsychicPal[]; +extern const u8 gFrontSprite1061SilvallyIcePal[]; +extern const u8 gFrontSprite1062SilvallyDragonPal[]; +extern const u8 gFrontSprite1063SilvallyDarkPal[]; +extern const u8 gFrontSprite1064SilvallyFairyPal[]; +extern const u8 gFrontSprite1065MiniorRedPal[]; +extern const u8 gFrontSprite1066MiniorBluePal[]; +extern const u8 gFrontSprite1067MiniorOrangePal[]; +extern const u8 gFrontSprite1068MiniorYellowPal[]; +extern const u8 gFrontSprite1069MiniorIndigoPal[]; +extern const u8 gFrontSprite1070MiniorGreenPal[]; +extern const u8 gFrontSprite1071MiniorVioletPal[]; +extern const u8 gFrontSprite1072MimikyuBustedPal[]; +extern const u8 gFrontSprite1073MagearnaPPal[]; +extern const u8 gFrontSprite1074PoipolePal[]; +extern const u8 gFrontSprite1075NaganadelPal[]; +extern const u8 gFrontSprite1076StakatakaPal[]; +extern const u8 gFrontSprite1077BlacephalonPal[]; +extern const u8 gFrontSprite1078ZeraoraPal[]; +extern const u8 gFrontSprite1079NecrozmaManePal[]; +extern const u8 gFrontSprite1080NecrozmaWingsPal[]; +extern const u8 gFrontSprite1081NecrozmaUltraPal[]; +extern const u8 gFrontSprite1082LycanrocDuskPal[]; +extern const u8 gFrontSprite1083MeltanPal[]; +extern const u8 gFrontSprite1084MelmetalPal[]; +extern const u8 gFrontSprite1085PikachuSurfingPal[]; +extern const u8 gFrontSprite1086PikachuFlyingPal[]; +extern const u8 gFrontSprite1087PikachuCosplayPal[]; +extern const u8 gFrontSprite1088PikachuLibrePal[]; +extern const u8 gFrontSprite1089PikachuPopStarPal[]; +extern const u8 gFrontSprite1090PikachuRockStarPal[]; +extern const u8 gFrontSprite1091PikachuBellePal[]; +extern const u8 gFrontSprite1092PikachuPhdPal[]; +extern const u8 gFrontSprite1093PikachuCapOriginalPal[]; +extern const u8 gFrontSprite1094PikachuCapHoennPal[]; +extern const u8 gFrontSprite1095PikachuCapSinnohPal[]; +extern const u8 gFrontSprite1096PikachuCapUnovaPal[]; +extern const u8 gFrontSprite1097PikachuCapKalosPal[]; +extern const u8 gFrontSprite1098PikachuCapAlolaPal[]; +extern const u8 gFrontSprite1099PikachuCapPartnerPal[]; +extern const u8 gFrontSprite1100PichuSpikyPal[]; +extern const u8 gFrontSprite1101XerneasNaturalPal[]; +extern const u8 gFrontSprite252Pal[]; + +extern const u8 gBackShinySprite000NonePal[]; +extern const u8 gBackShinySprite001BulbasaurPal[]; +extern const u8 gBackShinySprite002IvysaurPal[]; +extern const u8 gBackShinySprite003VenusaurPal[]; +extern const u8 gBackShinySprite004CharmanderPal[]; +extern const u8 gBackShinySprite005CharmeleonPal[]; +extern const u8 gBackShinySprite006CharizardPal[]; +extern const u8 gBackShinySprite007SquirtlePal[]; +extern const u8 gBackShinySprite008WartortlePal[]; +extern const u8 gBackShinySprite009BlastoisePal[]; +extern const u8 gBackShinySprite010CaterpiePal[]; +extern const u8 gBackShinySprite011MetapodPal[]; +extern const u8 gBackShinySprite012ButterfreePal[]; +extern const u8 gBackShinySprite013WeedlePal[]; +extern const u8 gBackShinySprite014KakunaPal[]; +extern const u8 gBackShinySprite015BeedrillPal[]; +extern const u8 gBackShinySprite016PidgeyPal[]; +extern const u8 gBackShinySprite017PidgeottoPal[]; +extern const u8 gBackShinySprite018PidgeotPal[]; +extern const u8 gBackShinySprite019RattataPal[]; +extern const u8 gBackShinySprite020RaticatePal[]; +extern const u8 gBackShinySprite021SpearowPal[]; +extern const u8 gBackShinySprite022FearowPal[]; +extern const u8 gBackShinySprite023EkansPal[]; +extern const u8 gBackShinySprite024ArbokPal[]; +extern const u8 gBackShinySprite025PikachuPal[]; +extern const u8 gBackShinySprite026RaichuPal[]; +extern const u8 gBackShinySprite027SandshrewPal[]; +extern const u8 gBackShinySprite028SandslashPal[]; +extern const u8 gBackShinySprite029NidoranFPal[]; +extern const u8 gBackShinySprite030NidorinaPal[]; +extern const u8 gBackShinySprite031NidoqueenPal[]; +extern const u8 gBackShinySprite032NidoranMPal[]; +extern const u8 gBackShinySprite033NidorinoPal[]; +extern const u8 gBackShinySprite034NidokingPal[]; +extern const u8 gBackShinySprite035ClefairyPal[]; +extern const u8 gBackShinySprite036ClefablePal[]; +extern const u8 gBackShinySprite037VulpixPal[]; +extern const u8 gBackShinySprite038NinetalesPal[]; +extern const u8 gBackShinySprite039JigglypuffPal[]; +extern const u8 gBackShinySprite040WigglytuffPal[]; +extern const u8 gBackShinySprite041ZubatPal[]; +extern const u8 gBackShinySprite042GolbatPal[]; +extern const u8 gBackShinySprite043OddishPal[]; +extern const u8 gBackShinySprite044GloomPal[]; +extern const u8 gBackShinySprite045VileplumePal[]; +extern const u8 gBackShinySprite046ParasPal[]; +extern const u8 gBackShinySprite047ParasectPal[]; +extern const u8 gBackShinySprite048VenonatPal[]; +extern const u8 gBackShinySprite049VenomothPal[]; +extern const u8 gBackShinySprite050DiglettPal[]; +extern const u8 gBackShinySprite051DugtrioPal[]; +extern const u8 gBackShinySprite052MeowthPal[]; +extern const u8 gBackShinySprite053PersianPal[]; +extern const u8 gBackShinySprite054PsyduckPal[]; +extern const u8 gBackShinySprite055GolduckPal[]; +extern const u8 gBackShinySprite056MankeyPal[]; +extern const u8 gBackShinySprite057PrimeapePal[]; +extern const u8 gBackShinySprite058GrowlithePal[]; +extern const u8 gBackShinySprite059ArcaninePal[]; +extern const u8 gBackShinySprite060PoliwagPal[]; +extern const u8 gBackShinySprite061PoliwhirlPal[]; +extern const u8 gBackShinySprite062PoliwrathPal[]; +extern const u8 gBackShinySprite063AbraPal[]; +extern const u8 gBackShinySprite064KadabraPal[]; +extern const u8 gBackShinySprite065AlakazamPal[]; +extern const u8 gBackShinySprite066MachopPal[]; +extern const u8 gBackShinySprite067MachokePal[]; +extern const u8 gBackShinySprite068MachampPal[]; +extern const u8 gBackShinySprite069BellsproutPal[]; +extern const u8 gBackShinySprite070WeepinbellPal[]; +extern const u8 gBackShinySprite071VictreebelPal[]; +extern const u8 gBackShinySprite072TentacoolPal[]; +extern const u8 gBackShinySprite073TentacruelPal[]; +extern const u8 gBackShinySprite074GeodudePal[]; +extern const u8 gBackShinySprite075GravelerPal[]; +extern const u8 gBackShinySprite076GolemPal[]; +extern const u8 gBackShinySprite077PonytaPal[]; +extern const u8 gBackShinySprite078RapidashPal[]; +extern const u8 gBackShinySprite079SlowpokePal[]; +extern const u8 gBackShinySprite080SlowbroPal[]; +extern const u8 gBackShinySprite081MagnemitePal[]; +extern const u8 gBackShinySprite082MagnetonPal[]; +extern const u8 gBackShinySprite083FarfetchdPal[]; +extern const u8 gBackShinySprite084DoduoPal[]; +extern const u8 gBackShinySprite085DodrioPal[]; +extern const u8 gBackShinySprite086SeelPal[]; +extern const u8 gBackShinySprite087DewgongPal[]; +extern const u8 gBackShinySprite088GrimerPal[]; +extern const u8 gBackShinySprite089MukPal[]; +extern const u8 gBackShinySprite090ShellderPal[]; +extern const u8 gBackShinySprite091CloysterPal[]; +extern const u8 gBackShinySprite092GastlyPal[]; +extern const u8 gBackShinySprite093HaunterPal[]; +extern const u8 gBackShinySprite094GengarPal[]; +extern const u8 gBackShinySprite095OnixPal[]; +extern const u8 gBackShinySprite096DrowzeePal[]; +extern const u8 gBackShinySprite097HypnoPal[]; +extern const u8 gBackShinySprite098KrabbyPal[]; +extern const u8 gBackShinySprite099KinglerPal[]; +extern const u8 gBackShinySprite100VoltorbPal[]; +extern const u8 gBackShinySprite101ElectrodePal[]; +extern const u8 gBackShinySprite102ExeggcutePal[]; +extern const u8 gBackShinySprite103ExeggutorPal[]; +extern const u8 gBackShinySprite104CubonePal[]; +extern const u8 gBackShinySprite105MarowakPal[]; +extern const u8 gBackShinySprite106HitmonleePal[]; +extern const u8 gBackShinySprite107HitmonchanPal[]; +extern const u8 gBackShinySprite108LickitungPal[]; +extern const u8 gBackShinySprite109KoffingPal[]; +extern const u8 gBackShinySprite110WeezingPal[]; +extern const u8 gBackShinySprite111RhyhornPal[]; +extern const u8 gBackShinySprite112RhydonPal[]; +extern const u8 gBackShinySprite113ChanseyPal[]; +extern const u8 gBackShinySprite114TangelaPal[]; +extern const u8 gBackShinySprite115KangaskhanPal[]; +extern const u8 gBackShinySprite116HorseaPal[]; +extern const u8 gBackShinySprite117SeadraPal[]; +extern const u8 gBackShinySprite118GoldeenPal[]; +extern const u8 gBackShinySprite119SeakingPal[]; +extern const u8 gBackShinySprite120StaryuPal[]; +extern const u8 gBackShinySprite121StarmiePal[]; +extern const u8 gBackShinySprite122MrMimePal[]; +extern const u8 gBackShinySprite123ScytherPal[]; +extern const u8 gBackShinySprite124JynxPal[]; +extern const u8 gBackShinySprite125ElectabuzzPal[]; +extern const u8 gBackShinySprite126MagmarPal[]; +extern const u8 gBackShinySprite127PinsirPal[]; +extern const u8 gBackShinySprite128TaurosPal[]; +extern const u8 gBackShinySprite129MagikarpPal[]; +extern const u8 gBackShinySprite130GyaradosPal[]; +extern const u8 gBackShinySprite131LaprasPal[]; +extern const u8 gBackShinySprite132DittoPal[]; +extern const u8 gBackShinySprite133EeveePal[]; +extern const u8 gBackShinySprite134VaporeonPal[]; +extern const u8 gBackShinySprite135JolteonPal[]; +extern const u8 gBackShinySprite136FlareonPal[]; +extern const u8 gBackShinySprite137PorygonPal[]; +extern const u8 gBackShinySprite138OmanytePal[]; +extern const u8 gBackShinySprite139OmastarPal[]; +extern const u8 gBackShinySprite140KabutoPal[]; +extern const u8 gBackShinySprite141KabutopsPal[]; +extern const u8 gBackShinySprite142AerodactylPal[]; +extern const u8 gBackShinySprite143SnorlaxPal[]; +extern const u8 gBackShinySprite144ArticunoPal[]; +extern const u8 gBackShinySprite145ZapdosPal[]; +extern const u8 gBackShinySprite146MoltresPal[]; +extern const u8 gBackShinySprite147DratiniPal[]; +extern const u8 gBackShinySprite148DragonairPal[]; +extern const u8 gBackShinySprite149DragonitePal[]; +extern const u8 gBackShinySprite150MewtwoPal[]; +extern const u8 gBackShinySprite151MewPal[]; +extern const u8 gBackShinySprite152ChikoritaPal[]; +extern const u8 gBackShinySprite153BayleefPal[]; +extern const u8 gBackShinySprite154MeganiumPal[]; +extern const u8 gBackShinySprite155CyndaquilPal[]; +extern const u8 gBackShinySprite156QuilavaPal[]; +extern const u8 gBackShinySprite157TyphlosionPal[]; +extern const u8 gBackShinySprite158TotodilePal[]; +extern const u8 gBackShinySprite159CroconawPal[]; +extern const u8 gBackShinySprite160FeraligatrPal[]; +extern const u8 gBackShinySprite161SentretPal[]; +extern const u8 gBackShinySprite162FurretPal[]; +extern const u8 gBackShinySprite163HoothootPal[]; +extern const u8 gBackShinySprite164NoctowlPal[]; +extern const u8 gBackShinySprite165LedybaPal[]; +extern const u8 gBackShinySprite166LedianPal[]; +extern const u8 gBackShinySprite167SpinarakPal[]; +extern const u8 gBackShinySprite168AriadosPal[]; +extern const u8 gBackShinySprite169CrobatPal[]; +extern const u8 gBackShinySprite170ChinchouPal[]; +extern const u8 gBackShinySprite171LanturnPal[]; +extern const u8 gBackShinySprite172PichuPal[]; +extern const u8 gBackShinySprite173CleffaPal[]; +extern const u8 gBackShinySprite174IgglybuffPal[]; +extern const u8 gBackShinySprite175TogepiPal[]; +extern const u8 gBackShinySprite176TogeticPal[]; +extern const u8 gBackShinySprite177NatuPal[]; +extern const u8 gBackShinySprite178XatuPal[]; +extern const u8 gBackShinySprite179MareepPal[]; +extern const u8 gBackShinySprite180FlaaffyPal[]; +extern const u8 gBackShinySprite181AmpharosPal[]; +extern const u8 gBackShinySprite182BellossomPal[]; +extern const u8 gBackShinySprite183MarillPal[]; +extern const u8 gBackShinySprite184AzumarillPal[]; +extern const u8 gBackShinySprite185SudowoodoPal[]; +extern const u8 gBackShinySprite186PolitoedPal[]; +extern const u8 gBackShinySprite187HoppipPal[]; +extern const u8 gBackShinySprite188SkiploomPal[]; +extern const u8 gBackShinySprite189JumpluffPal[]; +extern const u8 gBackShinySprite190AipomPal[]; +extern const u8 gBackShinySprite191SunkernPal[]; +extern const u8 gBackShinySprite192SunfloraPal[]; +extern const u8 gBackShinySprite193YanmaPal[]; +extern const u8 gBackShinySprite194WooperPal[]; +extern const u8 gBackShinySprite195QuagsirePal[]; +extern const u8 gBackShinySprite196EspeonPal[]; +extern const u8 gBackShinySprite197UmbreonPal[]; +extern const u8 gBackShinySprite198MurkrowPal[]; +extern const u8 gBackShinySprite199SlowkingPal[]; +extern const u8 gBackShinySprite200MisdreavusPal[]; +extern const u8 gBackShinySprite201UnownPal[]; +extern const u8 gBackShinySprite202WobbuffetPal[]; +extern const u8 gBackShinySprite203GirafarigPal[]; +extern const u8 gBackShinySprite204PinecoPal[]; +extern const u8 gBackShinySprite205ForretressPal[]; +extern const u8 gBackShinySprite206DunsparcePal[]; +extern const u8 gBackShinySprite207GligarPal[]; +extern const u8 gBackShinySprite208SteelixPal[]; +extern const u8 gBackShinySprite209SnubbullPal[]; +extern const u8 gBackShinySprite210GranbullPal[]; +extern const u8 gBackShinySprite211QwilfishPal[]; +extern const u8 gBackShinySprite212ScizorPal[]; +extern const u8 gBackShinySprite213ShucklePal[]; +extern const u8 gBackShinySprite214HeracrossPal[]; +extern const u8 gBackShinySprite215SneaselPal[]; +extern const u8 gBackShinySprite216TeddiursaPal[]; +extern const u8 gBackShinySprite217UrsaringPal[]; +extern const u8 gBackShinySprite218SlugmaPal[]; +extern const u8 gBackShinySprite219MagcargoPal[]; +extern const u8 gBackShinySprite220SwinubPal[]; +extern const u8 gBackShinySprite221PiloswinePal[]; +extern const u8 gBackShinySprite222CorsolaPal[]; +extern const u8 gBackShinySprite223RemoraidPal[]; +extern const u8 gBackShinySprite224OctilleryPal[]; +extern const u8 gBackShinySprite225DelibirdPal[]; +extern const u8 gBackShinySprite226MantinePal[]; +extern const u8 gBackShinySprite227SkarmoryPal[]; +extern const u8 gBackShinySprite228HoundourPal[]; +extern const u8 gBackShinySprite229HoundoomPal[]; +extern const u8 gBackShinySprite230KingdraPal[]; +extern const u8 gBackShinySprite231PhanpyPal[]; +extern const u8 gBackShinySprite232DonphanPal[]; +extern const u8 gBackShinySprite233Porygon2Pal[]; +extern const u8 gBackShinySprite234StantlerPal[]; +extern const u8 gBackShinySprite235SmearglePal[]; +extern const u8 gBackShinySprite236TyroguePal[]; +extern const u8 gBackShinySprite237HitmontopPal[]; +extern const u8 gBackShinySprite238SmoochumPal[]; +extern const u8 gBackShinySprite239ElekidPal[]; +extern const u8 gBackShinySprite240MagbyPal[]; +extern const u8 gBackShinySprite241MiltankPal[]; +extern const u8 gBackShinySprite242BlisseyPal[]; +extern const u8 gBackShinySprite243RaikouPal[]; +extern const u8 gBackShinySprite244EnteiPal[]; +extern const u8 gBackShinySprite245SuicunePal[]; +extern const u8 gBackShinySprite246LarvitarPal[]; +extern const u8 gBackShinySprite247PupitarPal[]; +extern const u8 gBackShinySprite248TyranitarPal[]; +extern const u8 gBackShinySprite249LugiaPal[]; +extern const u8 gBackShinySprite250HoOhPal[]; +extern const u8 gBackShinySprite251CelebiPal[]; +extern const u8 gBackShinySprite277TreeckoPal[]; +extern const u8 gBackShinySprite278GrovylePal[]; +extern const u8 gBackShinySprite279SceptilePal[]; +extern const u8 gBackShinySprite280TorchicPal[]; +extern const u8 gBackShinySprite281CombuskenPal[]; +extern const u8 gBackShinySprite282BlazikenPal[]; +extern const u8 gBackShinySprite283MudkipPal[]; +extern const u8 gBackShinySprite284MarshtompPal[]; +extern const u8 gBackShinySprite285SwampertPal[]; +extern const u8 gBackShinySprite286PoochyenaPal[]; +extern const u8 gBackShinySprite287MightyenaPal[]; +extern const u8 gBackShinySprite288ZigzagoonPal[]; +extern const u8 gBackShinySprite289LinoonePal[]; +extern const u8 gBackShinySprite290WurmplePal[]; +extern const u8 gBackShinySprite291SilcoonPal[]; +extern const u8 gBackShinySprite292BeautiflyPal[]; +extern const u8 gBackShinySprite293CascoonPal[]; +extern const u8 gBackShinySprite294DustoxPal[]; +extern const u8 gBackShinySprite295LotadPal[]; +extern const u8 gBackShinySprite296LombrePal[]; +extern const u8 gBackShinySprite297LudicoloPal[]; +extern const u8 gBackShinySprite298SeedotPal[]; +extern const u8 gBackShinySprite299NuzleafPal[]; +extern const u8 gBackShinySprite300ShiftryPal[]; +extern const u8 gBackShinySprite301NincadaPal[]; +extern const u8 gBackShinySprite302NinjaskPal[]; +extern const u8 gBackShinySprite303ShedinjaPal[]; +extern const u8 gBackShinySprite304TaillowPal[]; +extern const u8 gBackShinySprite305SwellowPal[]; +extern const u8 gBackShinySprite306ShroomishPal[]; +extern const u8 gBackShinySprite307BreloomPal[]; +extern const u8 gBackShinySprite308SpindaPal[]; +extern const u8 gBackShinySprite309WingullPal[]; +extern const u8 gBackShinySprite310PelipperPal[]; +extern const u8 gBackShinySprite311SurskitPal[]; +extern const u8 gBackShinySprite312MasquerainPal[]; +extern const u8 gBackShinySprite313WailmerPal[]; +extern const u8 gBackShinySprite314WailordPal[]; +extern const u8 gBackShinySprite315SkittyPal[]; +extern const u8 gBackShinySprite316DelcattyPal[]; +extern const u8 gBackShinySprite317KecleonPal[]; +extern const u8 gBackShinySprite318BaltoyPal[]; +extern const u8 gBackShinySprite319ClaydolPal[]; +extern const u8 gBackShinySprite320NosepassPal[]; +extern const u8 gBackShinySprite321TorkoalPal[]; +extern const u8 gBackShinySprite322SableyePal[]; +extern const u8 gBackShinySprite323BarboachPal[]; +extern const u8 gBackShinySprite324WhiscashPal[]; +extern const u8 gBackShinySprite325LuvdiscPal[]; +extern const u8 gBackShinySprite326CorphishPal[]; +extern const u8 gBackShinySprite327CrawdauntPal[]; +extern const u8 gBackShinySprite328FeebasPal[]; +extern const u8 gBackShinySprite329MiloticPal[]; +extern const u8 gBackShinySprite330CarvanhaPal[]; +extern const u8 gBackShinySprite331SharpedoPal[]; +extern const u8 gBackShinySprite332TrapinchPal[]; +extern const u8 gBackShinySprite333VibravaPal[]; +extern const u8 gBackShinySprite334FlygonPal[]; +extern const u8 gBackShinySprite335MakuhitaPal[]; +extern const u8 gBackShinySprite336HariyamaPal[]; +extern const u8 gBackShinySprite337ElectrikePal[]; +extern const u8 gBackShinySprite338ManectricPal[]; +extern const u8 gBackShinySprite339NumelPal[]; +extern const u8 gBackShinySprite340CameruptPal[]; +extern const u8 gBackShinySprite341SphealPal[]; +extern const u8 gBackShinySprite342SealeoPal[]; +extern const u8 gBackShinySprite343WalreinPal[]; +extern const u8 gBackShinySprite344CacneaPal[]; +extern const u8 gBackShinySprite345CacturnePal[]; +extern const u8 gBackShinySprite346SnoruntPal[]; +extern const u8 gBackShinySprite347GlaliePal[]; +extern const u8 gBackShinySprite348LunatonePal[]; +extern const u8 gBackShinySprite349SolrockPal[]; +extern const u8 gBackShinySprite350AzurillPal[]; +extern const u8 gBackShinySprite351SpoinkPal[]; +extern const u8 gBackShinySprite352GrumpigPal[]; +extern const u8 gBackShinySprite353PluslePal[]; +extern const u8 gBackShinySprite354MinunPal[]; +extern const u8 gBackShinySprite355MawilePal[]; +extern const u8 gBackShinySprite356MedititePal[]; +extern const u8 gBackShinySprite357MedichamPal[]; +extern const u8 gBackShinySprite358SwabluPal[]; +extern const u8 gBackShinySprite359AltariaPal[]; +extern const u8 gBackShinySprite360WynautPal[]; +extern const u8 gBackShinySprite361DuskullPal[]; +extern const u8 gBackShinySprite362DusclopsPal[]; +extern const u8 gBackShinySprite363RoseliaPal[]; +extern const u8 gBackShinySprite364SlakothPal[]; +extern const u8 gBackShinySprite365VigorothPal[]; +extern const u8 gBackShinySprite366SlakingPal[]; +extern const u8 gBackShinySprite367GulpinPal[]; +extern const u8 gBackShinySprite368SwalotPal[]; +extern const u8 gBackShinySprite369TropiusPal[]; +extern const u8 gBackShinySprite370WhismurPal[]; +extern const u8 gBackShinySprite371LoudredPal[]; +extern const u8 gBackShinySprite372ExploudPal[]; +extern const u8 gBackShinySprite373ClamperlPal[]; +extern const u8 gBackShinySprite374HuntailPal[]; +extern const u8 gBackShinySprite375GorebyssPal[]; +extern const u8 gBackShinySprite376AbsolPal[]; +extern const u8 gBackShinySprite377ShuppetPal[]; +extern const u8 gBackShinySprite378BanettePal[]; +extern const u8 gBackShinySprite379SeviperPal[]; +extern const u8 gBackShinySprite380ZangoosePal[]; +extern const u8 gBackShinySprite381RelicanthPal[]; +extern const u8 gBackShinySprite382AronPal[]; +extern const u8 gBackShinySprite383LaironPal[]; +extern const u8 gBackShinySprite384AggronPal[]; +extern const u8 gBackShinySprite385CastformPal[]; +extern const u8 gBackShinySprite386VolbeatPal[]; +extern const u8 gBackShinySprite387IllumisePal[]; +extern const u8 gBackShinySprite388LileepPal[]; +extern const u8 gBackShinySprite389CradilyPal[]; +extern const u8 gBackShinySprite390AnorithPal[]; +extern const u8 gBackShinySprite391ArmaldoPal[]; +extern const u8 gBackShinySprite392RaltsPal[]; +extern const u8 gBackShinySprite393KirliaPal[]; +extern const u8 gBackShinySprite394GardevoirPal[]; +extern const u8 gBackShinySprite395BagonPal[]; +extern const u8 gBackShinySprite396ShelgonPal[]; +extern const u8 gBackShinySprite397SalamencePal[]; +extern const u8 gBackShinySprite398BeldumPal[]; +extern const u8 gBackShinySprite399MetangPal[]; +extern const u8 gBackShinySprite400MetagrossPal[]; +extern const u8 gBackShinySprite401RegirockPal[]; +extern const u8 gBackShinySprite402RegicePal[]; +extern const u8 gBackShinySprite403RegisteelPal[]; +extern const u8 gBackShinySprite404KyogrePal[]; +extern const u8 gBackShinySprite405GroudonPal[]; +extern const u8 gBackShinySprite406RayquazaPal[]; +extern const u8 gBackShinySprite407LatiasPal[]; +extern const u8 gBackShinySprite408LatiosPal[]; +extern const u8 gBackShinySprite409JirachiPal[]; +extern const u8 gBackShinySprite410DeoxysPal[]; +extern const u8 gBackShinySprite411ChimechoPal[]; +extern const u8 gBackShinySprite412EggPal[]; +extern const u8 gBackShinySprite413UnownBPal[]; +extern const u8 gBackShinySprite414UnownCPal[]; +extern const u8 gBackShinySprite415UnownDPal[]; +extern const u8 gBackShinySprite416UnownEPal[]; +extern const u8 gBackShinySprite417UnownFPal[]; +extern const u8 gBackShinySprite418UnownGPal[]; +extern const u8 gBackShinySprite419UnownHPal[]; +extern const u8 gBackShinySprite420UnownIPal[]; +extern const u8 gBackShinySprite421UnownJPal[]; +extern const u8 gBackShinySprite422UnownKPal[]; +extern const u8 gBackShinySprite423UnownLPal[]; +extern const u8 gBackShinySprite424UnownMPal[]; +extern const u8 gBackShinySprite425UnownNPal[]; +extern const u8 gBackShinySprite426UnownOPal[]; +extern const u8 gBackShinySprite427UnownPPal[]; +extern const u8 gBackShinySprite428UnownQPal[]; +extern const u8 gBackShinySprite429UnownRPal[]; +extern const u8 gBackShinySprite430UnownSPal[]; +extern const u8 gBackShinySprite431UnownTPal[]; +extern const u8 gBackShinySprite432UnownUPal[]; +extern const u8 gBackShinySprite433UnownVPal[]; +extern const u8 gBackShinySprite434UnownWPal[]; +extern const u8 gBackShinySprite435UnownXPal[]; +extern const u8 gBackShinySprite436UnownYPal[]; +extern const u8 gBackShinySprite437UnownZPal[]; +extern const u8 gBackShinySprite438UnownExclamationPal[]; +extern const u8 gBackShinySprite439UnownQuestionPal[]; +extern const u8 gBackShinySprite440TurtwigPal[]; +extern const u8 gBackShinySprite441GrotlePal[]; +extern const u8 gBackShinySprite442TorterraPal[]; +extern const u8 gBackShinySprite443ChimcharPal[]; +extern const u8 gBackShinySprite444MonfernoPal[]; +extern const u8 gBackShinySprite445InfernapePal[]; +extern const u8 gBackShinySprite446PiplupPal[]; +extern const u8 gBackShinySprite447PrinplupPal[]; +extern const u8 gBackShinySprite448EmpoleonPal[]; +extern const u8 gBackShinySprite449StarlyPal[]; +extern const u8 gBackShinySprite450StaraviaPal[]; +extern const u8 gBackShinySprite451StaraptorPal[]; +extern const u8 gBackShinySprite452BidoofPal[]; +extern const u8 gBackShinySprite453BibarelPal[]; +extern const u8 gBackShinySprite454KricketotPal[]; +extern const u8 gBackShinySprite455KricketunePal[]; +extern const u8 gBackShinySprite456ShinxPal[]; +extern const u8 gBackShinySprite457LuxioPal[]; +extern const u8 gBackShinySprite458LuxrayPal[]; +extern const u8 gBackShinySprite459BudewPal[]; +extern const u8 gBackShinySprite460RoseradePal[]; +extern const u8 gBackShinySprite461CranidosPal[]; +extern const u8 gBackShinySprite462RampardosPal[]; +extern const u8 gBackShinySprite463ShieldonPal[]; +extern const u8 gBackShinySprite464BastiodonPal[]; +extern const u8 gBackShinySprite465BurmyPal[]; +extern const u8 gBackShinySprite466WormadamPal[]; +extern const u8 gBackShinySprite467MothimPal[]; +extern const u8 gBackShinySprite468CombeePal[]; +extern const u8 gBackShinySprite469VespiquenPal[]; +extern const u8 gBackShinySprite470PachirisuPal[]; +extern const u8 gBackShinySprite471BuizelPal[]; +extern const u8 gBackShinySprite472FloatzelPal[]; +extern const u8 gBackShinySprite473CherubiPal[]; +extern const u8 gBackShinySprite474CherrimPal[]; +extern const u8 gBackShinySprite475ShellosPal[]; +extern const u8 gBackShinySprite476GastrodonPal[]; +extern const u8 gBackShinySprite477AmbipomPal[]; +extern const u8 gBackShinySprite478DrifloonPal[]; +extern const u8 gBackShinySprite479DrifblimPal[]; +extern const u8 gBackShinySprite480BunearyPal[]; +extern const u8 gBackShinySprite481LopunnyPal[]; +extern const u8 gBackShinySprite482MismagiusPal[]; +extern const u8 gBackShinySprite483HonchkrowPal[]; +extern const u8 gBackShinySprite484GlameowPal[]; +extern const u8 gBackShinySprite485PuruglyPal[]; +extern const u8 gBackShinySprite486ChinglingPal[]; +extern const u8 gBackShinySprite487StunkyPal[]; +extern const u8 gBackShinySprite488SkuntankPal[]; +extern const u8 gBackShinySprite489BronzorPal[]; +extern const u8 gBackShinySprite490BronzongPal[]; +extern const u8 gBackShinySprite491BonslyPal[]; +extern const u8 gBackShinySprite492MimeJrPal[]; +extern const u8 gBackShinySprite493HappinyPal[]; +extern const u8 gBackShinySprite494ChatotPal[]; +extern const u8 gBackShinySprite495SpiritombPal[]; +extern const u8 gBackShinySprite496GiblePal[]; +extern const u8 gBackShinySprite497GabitePal[]; +extern const u8 gBackShinySprite498GarchompPal[]; +extern const u8 gBackShinySprite499MunchlaxPal[]; +extern const u8 gBackShinySprite500RioluPal[]; +extern const u8 gBackShinySprite501LucarioPal[]; +extern const u8 gBackShinySprite502HippopotasPal[]; +extern const u8 gBackShinySprite503HippowdonPal[]; +extern const u8 gBackShinySprite504SkorupiPal[]; +extern const u8 gBackShinySprite505DrapionPal[]; +extern const u8 gBackShinySprite506CroagunkPal[]; +extern const u8 gBackShinySprite507ToxicroakPal[]; +extern const u8 gBackShinySprite508CarnivinePal[]; +extern const u8 gBackShinySprite509FinneonPal[]; +extern const u8 gBackShinySprite510LumineonPal[]; +extern const u8 gBackShinySprite511MantykePal[]; +extern const u8 gBackShinySprite512SnoverPal[]; +extern const u8 gBackShinySprite513AbomasnowPal[]; +extern const u8 gBackShinySprite514WeavilePal[]; +extern const u8 gBackShinySprite515MagnezonePal[]; +extern const u8 gBackShinySprite516LickilickyPal[]; +extern const u8 gBackShinySprite517RhyperiorPal[]; +extern const u8 gBackShinySprite518TangrowthPal[]; +extern const u8 gBackShinySprite519ElectivirePal[]; +extern const u8 gBackShinySprite520MagmortarPal[]; +extern const u8 gBackShinySprite521TogekissPal[]; +extern const u8 gBackShinySprite522YanmegaPal[]; +extern const u8 gBackShinySprite523LeafeonPal[]; +extern const u8 gBackShinySprite524GlaceonPal[]; +extern const u8 gBackShinySprite525GliscorPal[]; +extern const u8 gBackShinySprite526MamoswinePal[]; +extern const u8 gBackShinySprite527PorygonZPal[]; +extern const u8 gBackShinySprite528GalladePal[]; +extern const u8 gBackShinySprite529ProbopassPal[]; +extern const u8 gBackShinySprite530DusknoirPal[]; +extern const u8 gBackShinySprite531FroslassPal[]; +extern const u8 gBackShinySprite532RotomPal[]; +extern const u8 gBackShinySprite533UxiePal[]; +extern const u8 gBackShinySprite534MespritPal[]; +extern const u8 gBackShinySprite535AzelfPal[]; +extern const u8 gBackShinySprite536DialgaPal[]; +extern const u8 gBackShinySprite537PalkiaPal[]; +extern const u8 gBackShinySprite538HeatranPal[]; +extern const u8 gBackShinySprite539RegigigasPal[]; +extern const u8 gBackShinySprite540GiratinaPal[]; +extern const u8 gBackShinySprite541CresseliaPal[]; +extern const u8 gBackShinySprite542PhionePal[]; +extern const u8 gBackShinySprite543ManaphyPal[]; +extern const u8 gBackShinySprite544DarkraiPal[]; +extern const u8 gBackShinySprite545ShayminPal[]; +extern const u8 gBackShinySprite546ArceusPal[]; +extern const u8 gBackShinySprite547VictiniPal[]; +extern const u8 gBackShinySprite548SnivyPal[]; +extern const u8 gBackShinySprite549ServinePal[]; +extern const u8 gBackShinySprite550SerperiorPal[]; +extern const u8 gBackShinySprite551TepigPal[]; +extern const u8 gBackShinySprite552PignitePal[]; +extern const u8 gBackShinySprite553EmboarPal[]; +extern const u8 gBackShinySprite554OshawottPal[]; +extern const u8 gBackShinySprite555DewottPal[]; +extern const u8 gBackShinySprite556SamurottPal[]; +extern const u8 gBackShinySprite557PatratPal[]; +extern const u8 gBackShinySprite558WatchogPal[]; +extern const u8 gBackShinySprite559LillipupPal[]; +extern const u8 gBackShinySprite560HerdierPal[]; +extern const u8 gBackShinySprite561StoutlandPal[]; +extern const u8 gBackShinySprite562PurrloinPal[]; +extern const u8 gBackShinySprite563LiepardPal[]; +extern const u8 gBackShinySprite564PansagePal[]; +extern const u8 gBackShinySprite565SimisagePal[]; +extern const u8 gBackShinySprite566PansearPal[]; +extern const u8 gBackShinySprite567SimisearPal[]; +extern const u8 gBackShinySprite568PanpourPal[]; +extern const u8 gBackShinySprite569SimipourPal[]; +extern const u8 gBackShinySprite570MunnaPal[]; +extern const u8 gBackShinySprite571MusharnaPal[]; +extern const u8 gBackShinySprite572PidovePal[]; +extern const u8 gBackShinySprite573TranquillPal[]; +extern const u8 gBackShinySprite574UnfezantPal[]; +extern const u8 gBackShinySprite575BlitzlePal[]; +extern const u8 gBackShinySprite576ZebstrikaPal[]; +extern const u8 gBackShinySprite577RoggenrolaPal[]; +extern const u8 gBackShinySprite578BoldorePal[]; +extern const u8 gBackShinySprite579GigalithPal[]; +extern const u8 gBackShinySprite580WoobatPal[]; +extern const u8 gBackShinySprite581SwoobatPal[]; +extern const u8 gBackShinySprite582DrilburPal[]; +extern const u8 gBackShinySprite583ExcadrillPal[]; +extern const u8 gBackShinySprite584AudinoPal[]; +extern const u8 gBackShinySprite585TimburrPal[]; +extern const u8 gBackShinySprite586GurdurrPal[]; +extern const u8 gBackShinySprite587ConkeldurrPal[]; +extern const u8 gBackShinySprite588TympolePal[]; +extern const u8 gBackShinySprite589PalpitoadPal[]; +extern const u8 gBackShinySprite590SeismitoadPal[]; +extern const u8 gBackShinySprite591ThrohPal[]; +extern const u8 gBackShinySprite592SawkPal[]; +extern const u8 gBackShinySprite593SewaddlePal[]; +extern const u8 gBackShinySprite594SwadloonPal[]; +extern const u8 gBackShinySprite595LeavannyPal[]; +extern const u8 gBackShinySprite596VenipedePal[]; +extern const u8 gBackShinySprite597WhirlipedePal[]; +extern const u8 gBackShinySprite598ScolipedePal[]; +extern const u8 gBackShinySprite599CottoneePal[]; +extern const u8 gBackShinySprite600WhimsicottPal[]; +extern const u8 gBackShinySprite601PetililPal[]; +extern const u8 gBackShinySprite602LilligantPal[]; +extern const u8 gBackShinySprite603BasculinRedPal[]; +extern const u8 gBackShinySprite604SandilePal[]; +extern const u8 gBackShinySprite605KrokorokPal[]; +extern const u8 gBackShinySprite606KrookodilePal[]; +extern const u8 gBackShinySprite607DarumakaPal[]; +extern const u8 gBackShinySprite608DarmanitanPal[]; +extern const u8 gBackShinySprite609MaractusPal[]; +extern const u8 gBackShinySprite610DwebblePal[]; +extern const u8 gBackShinySprite611CrustlePal[]; +extern const u8 gBackShinySprite612ScraggyPal[]; +extern const u8 gBackShinySprite613ScraftyPal[]; +extern const u8 gBackShinySprite614SigilyphPal[]; +extern const u8 gBackShinySprite615YamaskPal[]; +extern const u8 gBackShinySprite616CofagrigusPal[]; +extern const u8 gBackShinySprite617TirtougaPal[]; +extern const u8 gBackShinySprite618CarracostaPal[]; +extern const u8 gBackShinySprite619ArchenPal[]; +extern const u8 gBackShinySprite620ArcheopsPal[]; +extern const u8 gBackShinySprite621TrubbishPal[]; +extern const u8 gBackShinySprite622GarbodorPal[]; +extern const u8 gBackShinySprite623ZoruaPal[]; +extern const u8 gBackShinySprite624ZoroarkPal[]; +extern const u8 gBackShinySprite625MinccinoPal[]; +extern const u8 gBackShinySprite626CinccinoPal[]; +extern const u8 gBackShinySprite627GothitaPal[]; +extern const u8 gBackShinySprite628GothoritaPal[]; +extern const u8 gBackShinySprite629GothitellePal[]; +extern const u8 gBackShinySprite630SolosisPal[]; +extern const u8 gBackShinySprite631DuosionPal[]; +extern const u8 gBackShinySprite632ReuniclusPal[]; +extern const u8 gBackShinySprite633DucklettPal[]; +extern const u8 gBackShinySprite634SwannaPal[]; +extern const u8 gBackShinySprite635VanillitePal[]; +extern const u8 gBackShinySprite636VanillishPal[]; +extern const u8 gBackShinySprite637VanilluxePal[]; +extern const u8 gBackShinySprite638DeerlingPal[]; +extern const u8 gBackShinySprite639SawsbuckPal[]; +extern const u8 gBackShinySprite640EmolgaPal[]; +extern const u8 gBackShinySprite641KarrablastPal[]; +extern const u8 gBackShinySprite642EscavalierPal[]; +extern const u8 gBackShinySprite643FoongusPal[]; +extern const u8 gBackShinySprite644AmoongussPal[]; +extern const u8 gBackShinySprite645FrillishPal[]; +extern const u8 gBackShinySprite646JellicentPal[]; +extern const u8 gBackShinySprite647AlomomolaPal[]; +extern const u8 gBackShinySprite648JoltikPal[]; +extern const u8 gBackShinySprite649GalvantulaPal[]; +extern const u8 gBackShinySprite650FerroseedPal[]; +extern const u8 gBackShinySprite651FerrothornPal[]; +extern const u8 gBackShinySprite652KlinkPal[]; +extern const u8 gBackShinySprite653KlangPal[]; +extern const u8 gBackShinySprite654KlinklangPal[]; +extern const u8 gBackShinySprite655TynamoPal[]; +extern const u8 gBackShinySprite656EelektrikPal[]; +extern const u8 gBackShinySprite657EelektrossPal[]; +extern const u8 gBackShinySprite658ElgyemPal[]; +extern const u8 gBackShinySprite659BeheeyemPal[]; +extern const u8 gBackShinySprite660LitwickPal[]; +extern const u8 gBackShinySprite661LampentPal[]; +extern const u8 gBackShinySprite662ChandelurePal[]; +extern const u8 gBackShinySprite663AxewPal[]; +extern const u8 gBackShinySprite664FraxurePal[]; +extern const u8 gBackShinySprite665HaxorusPal[]; +extern const u8 gBackShinySprite666CubchooPal[]; +extern const u8 gBackShinySprite667BearticPal[]; +extern const u8 gBackShinySprite668CryogonalPal[]; +extern const u8 gBackShinySprite669ShelmetPal[]; +extern const u8 gBackShinySprite670AccelgorPal[]; +extern const u8 gBackShinySprite671StunfiskPal[]; +extern const u8 gBackShinySprite672MienfooPal[]; +extern const u8 gBackShinySprite673MienshaoPal[]; +extern const u8 gBackShinySprite674DruddigonPal[]; +extern const u8 gBackShinySprite675GolettPal[]; +extern const u8 gBackShinySprite676GolurkPal[]; +extern const u8 gBackShinySprite677PawniardPal[]; +extern const u8 gBackShinySprite678BisharpPal[]; +extern const u8 gBackShinySprite679BouffalantPal[]; +extern const u8 gBackShinySprite680RuffletPal[]; +extern const u8 gBackShinySprite681BraviaryPal[]; +extern const u8 gBackShinySprite682VullabyPal[]; +extern const u8 gBackShinySprite683MandibuzzPal[]; +extern const u8 gBackShinySprite684HeatmorPal[]; +extern const u8 gBackShinySprite685DurantPal[]; +extern const u8 gBackShinySprite686DeinoPal[]; +extern const u8 gBackShinySprite687ZweilousPal[]; +extern const u8 gBackShinySprite688HydreigonPal[]; +extern const u8 gBackShinySprite689LarvestaPal[]; +extern const u8 gBackShinySprite690VolcaronaPal[]; +extern const u8 gBackShinySprite691CobalionPal[]; +extern const u8 gBackShinySprite692TerrakionPal[]; +extern const u8 gBackShinySprite693VirizionPal[]; +extern const u8 gBackShinySprite694TornadusPal[]; +extern const u8 gBackShinySprite695ThundurusPal[]; +extern const u8 gBackShinySprite696ReshiramPal[]; +extern const u8 gBackShinySprite697ZekromPal[]; +extern const u8 gBackShinySprite698LandorusPal[]; +extern const u8 gBackShinySprite699KyuremPal[]; +extern const u8 gBackShinySprite700KeldeoPal[]; +extern const u8 gBackShinySprite701MeloettaPal[]; +extern const u8 gBackShinySprite702GenesectPal[]; +extern const u8 gBackShinySprite703UnfezantFPal[]; +extern const u8 gBackShinySprite704FrillishFPal[]; +extern const u8 gBackShinySprite705JellicentFPal[]; +extern const u8 gBackShinySprite706ShadowWarriorPal[]; +extern const u8 gBackShinySprite707BurmySandyPal[]; +extern const u8 gBackShinySprite708BurmyTrashPal[]; +extern const u8 gBackShinySprite709WormadamSandyPal[]; +extern const u8 gBackShinySprite710WormadamTrashPal[]; +extern const u8 gBackShinySprite711ShellosEastPal[]; +extern const u8 gBackShinySprite712GastrodonEastPal[]; +extern const u8 gBackShinySprite713RotomHeatPal[]; +extern const u8 gBackShinySprite714RotomWashPal[]; +extern const u8 gBackShinySprite715RotomFrostPal[]; +extern const u8 gBackShinySprite716RotomFanPal[]; +extern const u8 gBackShinySprite717RotomMowPal[]; +extern const u8 gBackShinySprite718GiratinaOriginPal[]; +extern const u8 gBackShinySprite719ShayminSkyPal[]; +extern const u8 gBackShinySprite720ArceusFightPal[]; +extern const u8 gBackShinySprite721ArceusFlyingPal[]; +extern const u8 gBackShinySprite722ArceusPoisonPal[]; +extern const u8 gBackShinySprite723ArceusGroundPal[]; +extern const u8 gBackShinySprite724ArceusRockPal[]; +extern const u8 gBackShinySprite725ArceusBugPal[]; +extern const u8 gBackShinySprite726ArceusGhostPal[]; +extern const u8 gBackShinySprite727ArceusSteelPal[]; +extern const u8 gBackShinySprite728ArceusFirePal[]; +extern const u8 gBackShinySprite729ArceusWaterPal[]; +extern const u8 gBackShinySprite730ArceusGrassPal[]; +extern const u8 gBackShinySprite731ArceusElectricPal[]; +extern const u8 gBackShinySprite732ArceusPsychicPal[]; +extern const u8 gBackShinySprite733ArceusIcePal[]; +extern const u8 gBackShinySprite734ArceusDragonPal[]; +extern const u8 gBackShinySprite735ArceusDarkPal[]; +extern const u8 gBackShinySprite736BasculinBluePal[]; +extern const u8 gBackShinySprite737DarmanitanzenPal[]; +extern const u8 gBackShinySprite738DeerlingSummerPal[]; +extern const u8 gBackShinySprite739DeerlingAutumnPal[]; +extern const u8 gBackShinySprite740DeerlingWinterPal[]; +extern const u8 gBackShinySprite741SawsbuckSummerPal[]; +extern const u8 gBackShinySprite742SawsbuckAutumnPal[]; +extern const u8 gBackShinySprite743SawsbuckWinterPal[]; +extern const u8 gBackShinySprite744HippopotasFPal[]; +extern const u8 gBackShinySprite745HippowdonFPal[]; +extern const u8 gBackShinySprite746MeloettaPirouettePal[]; +extern const u8 gBackShinySprite747GenesectShockPal[]; +extern const u8 gBackShinySprite748GenesectBurnPal[]; +extern const u8 gBackShinySprite749GenesectChillPal[]; +extern const u8 gBackShinySprite750GenesectDousePal[]; +extern const u8 gBackShinySprite751CherrimSunPal[]; +extern const u8 gBackShinySprite752KyuremBlackPal[]; +extern const u8 gBackShinySprite753KyuremWhitePal[]; +extern const u8 gBackShinySprite754TornadusTherianPal[]; +extern const u8 gBackShinySprite755ThundurusTherianPal[]; +extern const u8 gBackShinySprite756LandorusTherianPal[]; +extern const u8 gBackShinySprite757KeldeoResolutePal[]; +extern const u8 gBackShinySprite758ChespinPal[]; +extern const u8 gBackShinySprite759QuilladinPal[]; +extern const u8 gBackShinySprite760ChesnaughtPal[]; +extern const u8 gBackShinySprite761FennekinPal[]; +extern const u8 gBackShinySprite762BraixenPal[]; +extern const u8 gBackShinySprite763DelphoxPal[]; +extern const u8 gBackShinySprite764FroakiePal[]; +extern const u8 gBackShinySprite765FrogadierPal[]; +extern const u8 gBackShinySprite766GreninjaPal[]; +extern const u8 gBackShinySprite767BunnelbyPal[]; +extern const u8 gBackShinySprite768DiggersbyPal[]; +extern const u8 gBackShinySprite769FletchlingPal[]; +extern const u8 gBackShinySprite770FletchinderPal[]; +extern const u8 gBackShinySprite771TalonflamePal[]; +extern const u8 gBackShinySprite772ScatterbugPal[]; +extern const u8 gBackShinySprite773SpewpaPal[]; +extern const u8 gBackShinySprite774VivillonPal[]; +extern const u8 gBackShinySprite775LitleoPal[]; +extern const u8 gBackShinySprite776PyroarPal[]; +extern const u8 gBackShinySprite777FlabebePal[]; +extern const u8 gBackShinySprite778FloettePal[]; +extern const u8 gBackShinySprite779FlorgesPal[]; +extern const u8 gBackShinySprite780SkiddoPal[]; +extern const u8 gBackShinySprite781GogoatPal[]; +extern const u8 gBackShinySprite782PanchamPal[]; +extern const u8 gBackShinySprite783PangoroPal[]; +extern const u8 gBackShinySprite784FurfrouPal[]; +extern const u8 gBackShinySprite785EspurrPal[]; +extern const u8 gBackShinySprite786MeowsticPal[]; +extern const u8 gBackShinySprite787HonedgePal[]; +extern const u8 gBackShinySprite788DoubladePal[]; +extern const u8 gBackShinySprite789AegislashPal[]; +extern const u8 gBackShinySprite790SpritzeePal[]; +extern const u8 gBackShinySprite791AromatissePal[]; +extern const u8 gBackShinySprite792SwirlixPal[]; +extern const u8 gBackShinySprite793SlurpuffPal[]; +extern const u8 gBackShinySprite794InkayPal[]; +extern const u8 gBackShinySprite795MalamarPal[]; +extern const u8 gBackShinySprite796BinaclePal[]; +extern const u8 gBackShinySprite797BarbaraclePal[]; +extern const u8 gBackShinySprite798SkrelpPal[]; +extern const u8 gBackShinySprite799DragalgePal[]; +extern const u8 gBackShinySprite800ClauncherPal[]; +extern const u8 gBackShinySprite801ClawitzerPal[]; +extern const u8 gBackShinySprite802HelioptilePal[]; +extern const u8 gBackShinySprite803HelioliskPal[]; +extern const u8 gBackShinySprite804TyruntPal[]; +extern const u8 gBackShinySprite805TyrantrumPal[]; +extern const u8 gBackShinySprite806AmauraPal[]; +extern const u8 gBackShinySprite807AurorusPal[]; +extern const u8 gBackShinySprite808SylveonPal[]; +extern const u8 gBackShinySprite809HawluchaPal[]; +extern const u8 gBackShinySprite810DedennePal[]; +extern const u8 gBackShinySprite811CarbinkPal[]; +extern const u8 gBackShinySprite812GoomyPal[]; +extern const u8 gBackShinySprite813SliggooPal[]; +extern const u8 gBackShinySprite814GoodraPal[]; +extern const u8 gBackShinySprite815KlefkiPal[]; +extern const u8 gBackShinySprite816PhantumpPal[]; +extern const u8 gBackShinySprite817TrevenantPal[]; +extern const u8 gBackShinySprite818PumpkabooPal[]; +extern const u8 gBackShinySprite819GourgeistPal[]; +extern const u8 gBackShinySprite820BergmitePal[]; +extern const u8 gBackShinySprite821AvaluggPal[]; +extern const u8 gBackShinySprite822NoibatPal[]; +extern const u8 gBackShinySprite823NoivernPal[]; +extern const u8 gBackShinySprite824XerneasPal[]; +extern const u8 gBackShinySprite825YveltalPal[]; +extern const u8 gBackShinySprite826ZygardePal[]; +extern const u8 gBackShinySprite827DianciePal[]; +extern const u8 gBackShinySprite828HoopaPal[]; +extern const u8 gBackShinySprite829HoopaUnboundPal[]; +extern const u8 gBackShinySprite830VolcanionPal[]; +extern const u8 gBackShinySprite831PyroarFemalePal[]; +extern const u8 gBackShinySprite832MeowsticFemalePal[]; +extern const u8 gBackShinySprite833AegislashBladePal[]; +extern const u8 gBackShinySprite834ArceusFairyPal[]; +extern const u8 gBackShinySprite835ZygardeCellPal[]; +extern const u8 gBackShinySprite836ZygardeCorePal[]; +extern const u8 gBackShinySprite837Zygarde10Pal[]; +extern const u8 gBackShinySprite838ZygardeCompletePal[]; +extern const u8 gBackShinySprite839AshgreninjaPal[]; +extern const u8 gBackShinySprite840FlabebeBluePal[]; +extern const u8 gBackShinySprite841FlabebeOrangePal[]; +extern const u8 gBackShinySprite842FlabebeYellowPal[]; +extern const u8 gBackShinySprite843FlabebeWhitePal[]; +extern const u8 gBackShinySprite844FloetteBluePal[]; +extern const u8 gBackShinySprite845FloetteOrangePal[]; +extern const u8 gBackShinySprite846FloetteYellowPal[]; +extern const u8 gBackShinySprite847FloetteWhitePal[]; +extern const u8 gBackShinySprite848FloetteEternalPal[]; +extern const u8 gBackShinySprite849FlorgesBluePal[]; +extern const u8 gBackShinySprite850FlorgesOrangePal[]; +extern const u8 gBackShinySprite851FlorgesYellowPal[]; +extern const u8 gBackShinySprite852FlorgesWhitePal[]; +extern const u8 gBackShinySprite853PumpkabooXlPal[]; +extern const u8 gBackShinySprite854PumpkabooLPal[]; +extern const u8 gBackShinySprite855PumpkabooMPal[]; +extern const u8 gBackShinySprite856GourgeistXlPal[]; +extern const u8 gBackShinySprite857GourgeistLPal[]; +extern const u8 gBackShinySprite858GourgeistMPal[]; +extern const u8 gBackShinySprite859FurfrouHeartPal[]; +extern const u8 gBackShinySprite860FurfrouDiamondPal[]; +extern const u8 gBackShinySprite861FurfrouStarPal[]; +extern const u8 gBackShinySprite862FurfrouPharoahPal[]; +extern const u8 gBackShinySprite863FurfrouKabukiPal[]; +extern const u8 gBackShinySprite864FurfrouLaReinePal[]; +extern const u8 gBackShinySprite865FurfrouMatronPal[]; +extern const u8 gBackShinySprite866FurfrouDandyPal[]; +extern const u8 gBackShinySprite867FurfrouDebutantePal[]; +extern const u8 gBackShinySprite868VivillonFancyPal[]; +extern const u8 gBackShinySprite869VenusaurMegaPal[]; +extern const u8 gBackShinySprite870CharizardMegaXPal[]; +extern const u8 gBackShinySprite871CharizardMegaYPal[]; +extern const u8 gBackShinySprite872BlastoiseMegaPal[]; +extern const u8 gBackShinySprite873BeedrillMegaPal[]; +extern const u8 gBackShinySprite874PidgeotMegaPal[]; +extern const u8 gBackShinySprite875AlakazamMegaPal[]; +extern const u8 gBackShinySprite876SlowbroMegaPal[]; +extern const u8 gBackShinySprite877GengarMegaPal[]; +extern const u8 gBackShinySprite878KangaskhanMegaPal[]; +extern const u8 gBackShinySprite879PinsirMegaPal[]; +extern const u8 gBackShinySprite880GyaradosMegaPal[]; +extern const u8 gBackShinySprite881AerodactylMegaPal[]; +extern const u8 gBackShinySprite882MewtwoMegaXPal[]; +extern const u8 gBackShinySprite883MewtwoMegaYPal[]; +extern const u8 gBackShinySprite884AmpharosMegaPal[]; +extern const u8 gBackShinySprite885SteelixMegaPal[]; +extern const u8 gBackShinySprite886ScizorMegaPal[]; +extern const u8 gBackShinySprite887HeracrossMegaPal[]; +extern const u8 gBackShinySprite888HoundoomMegaPal[]; +extern const u8 gBackShinySprite889TyranitarMegaPal[]; +extern const u8 gBackShinySprite890SceptileMegaPal[]; +extern const u8 gBackShinySprite891BlazikenMegaPal[]; +extern const u8 gBackShinySprite892SwampertMegaPal[]; +extern const u8 gBackShinySprite893GardevoirMegaPal[]; +extern const u8 gBackShinySprite894SableyeMegaPal[]; +extern const u8 gBackShinySprite895MawileMegaPal[]; +extern const u8 gBackShinySprite896AggronMegaPal[]; +extern const u8 gBackShinySprite897MedichamMegaPal[]; +extern const u8 gBackShinySprite898ManectricMegaPal[]; +extern const u8 gBackShinySprite899SharpedoMegaPal[]; +extern const u8 gBackShinySprite900CameruptMegaPal[]; +extern const u8 gBackShinySprite901AltariaMegaPal[]; +extern const u8 gBackShinySprite902BanetteMegaPal[]; +extern const u8 gBackShinySprite903AbsolMegaPal[]; +extern const u8 gBackShinySprite904GlalieMegaPal[]; +extern const u8 gBackShinySprite905SalamenceMegaPal[]; +extern const u8 gBackShinySprite906MetagrossMegaPal[]; +extern const u8 gBackShinySprite907LatiasMegaPal[]; +extern const u8 gBackShinySprite908LatiosMegaPal[]; +extern const u8 gBackShinySprite909GroudonPrimalPal[]; +extern const u8 gBackShinySprite910KyogrePrimalPal[]; +extern const u8 gBackShinySprite911RayquazaMegaPal[]; +extern const u8 gBackShinySprite912LopunnyMegaPal[]; +extern const u8 gBackShinySprite913GarchompMegaPal[]; +extern const u8 gBackShinySprite914LucarioMegaPal[]; +extern const u8 gBackShinySprite915AbomasnowMegaPal[]; +extern const u8 gBackShinySprite916GalladeMegaPal[]; +extern const u8 gBackShinySprite917AudinoMegaPal[]; +extern const u8 gBackShinySprite918DiancieMegaPal[]; +extern const u8 gBackShinySprite919DialgaPrimalPal[]; +extern const u8 gBackShinySprite920PalkiaPrimalPal[]; +extern const u8 gBackShinySprite921VivillonArchipelagoPal[]; +extern const u8 gBackShinySprite922VivillonContinentalPal[]; +extern const u8 gBackShinySprite923VivillonElegantPal[]; +extern const u8 gBackShinySprite924VivillonGardenPal[]; +extern const u8 gBackShinySprite925VivillonHighPlainsPal[]; +extern const u8 gBackShinySprite926VivillonIcySnowPal[]; +extern const u8 gBackShinySprite927VivillonJunglePal[]; +extern const u8 gBackShinySprite928VivillonMarinePal[]; +extern const u8 gBackShinySprite929VivillonModernPal[]; +extern const u8 gBackShinySprite930VivillonMonsoonPal[]; +extern const u8 gBackShinySprite931VivillonOceanPal[]; +extern const u8 gBackShinySprite932VivillonPokeballPal[]; +extern const u8 gBackShinySprite933VivillonPolarPal[]; +extern const u8 gBackShinySprite934VivillonRiverPal[]; +extern const u8 gBackShinySprite935VivillonSandstormPal[]; +extern const u8 gBackShinySprite936VivillonSavannaPal[]; +extern const u8 gBackShinySprite937VivillonSunPal[]; +extern const u8 gBackShinySprite938VivillonTundraPal[]; +extern const u8 gBackShinySprite939RowletPal[]; +extern const u8 gBackShinySprite940DartrixPal[]; +extern const u8 gBackShinySprite941DecidueyePal[]; +extern const u8 gBackShinySprite942LittenPal[]; +extern const u8 gBackShinySprite943TorracatPal[]; +extern const u8 gBackShinySprite944IncineroarPal[]; +extern const u8 gBackShinySprite945PopplioPal[]; +extern const u8 gBackShinySprite946BrionnePal[]; +extern const u8 gBackShinySprite947PrimarinaPal[]; +extern const u8 gBackShinySprite948PikipekPal[]; +extern const u8 gBackShinySprite949TrumbeakPal[]; +extern const u8 gBackShinySprite950ToucannonPal[]; +extern const u8 gBackShinySprite951YungoosPal[]; +extern const u8 gBackShinySprite952GumshoosPal[]; +extern const u8 gBackShinySprite953GrubbinPal[]; +extern const u8 gBackShinySprite954CharjabugPal[]; +extern const u8 gBackShinySprite955VikavoltPal[]; +extern const u8 gBackShinySprite956CrabrawlerPal[]; +extern const u8 gBackShinySprite957CrabominablePal[]; +extern const u8 gBackShinySprite958OricorioPal[]; +extern const u8 gBackShinySprite959CutieflyPal[]; +extern const u8 gBackShinySprite960RibombeePal[]; +extern const u8 gBackShinySprite961RockruffPal[]; +extern const u8 gBackShinySprite962LycanrocPal[]; +extern const u8 gBackShinySprite963WishiwashiPal[]; +extern const u8 gBackShinySprite964MareaniePal[]; +extern const u8 gBackShinySprite965ToxapexPal[]; +extern const u8 gBackShinySprite966MudbrayPal[]; +extern const u8 gBackShinySprite967MudsdalePal[]; +extern const u8 gBackShinySprite968DewpiderPal[]; +extern const u8 gBackShinySprite969AraquanidPal[]; +extern const u8 gBackShinySprite970FomantisPal[]; +extern const u8 gBackShinySprite971LurantisPal[]; +extern const u8 gBackShinySprite972MorelullPal[]; +extern const u8 gBackShinySprite973ShiinoticPal[]; +extern const u8 gBackShinySprite974SalanditPal[]; +extern const u8 gBackShinySprite975SalazzlePal[]; +extern const u8 gBackShinySprite976StuffulPal[]; +extern const u8 gBackShinySprite977BewearPal[]; +extern const u8 gBackShinySprite978BounsweetPal[]; +extern const u8 gBackShinySprite979SteeneePal[]; +extern const u8 gBackShinySprite980TsareenaPal[]; +extern const u8 gBackShinySprite981ComfeyPal[]; +extern const u8 gBackShinySprite982OranguruPal[]; +extern const u8 gBackShinySprite983PassimianPal[]; +extern const u8 gBackShinySprite984WimpodPal[]; +extern const u8 gBackShinySprite985GolisopodPal[]; +extern const u8 gBackShinySprite986SandygastPal[]; +extern const u8 gBackShinySprite987PalossandPal[]; +extern const u8 gBackShinySprite988PyukumukuPal[]; +extern const u8 gBackShinySprite989TypeNullPal[]; +extern const u8 gBackShinySprite990SilvallyPal[]; +extern const u8 gBackShinySprite991MiniorShieldPal[]; +extern const u8 gBackShinySprite992KomalaPal[]; +extern const u8 gBackShinySprite993TurtonatorPal[]; +extern const u8 gBackShinySprite994TogedemaruPal[]; +extern const u8 gBackShinySprite995MimikyuPal[]; +extern const u8 gBackShinySprite996BruxishPal[]; +extern const u8 gBackShinySprite997DrampaPal[]; +extern const u8 gBackShinySprite998DhelmisePal[]; +extern const u8 gBackShinySprite999JangmoOPal[]; +extern const u8 gBackShinySprite1000HakamoOPal[]; +extern const u8 gBackShinySprite1001KommoOPal[]; +extern const u8 gBackShinySprite1002TapuKokoPal[]; +extern const u8 gBackShinySprite1003TapuLelePal[]; +extern const u8 gBackShinySprite1004TapuBuluPal[]; +extern const u8 gBackShinySprite1005TapuFiniPal[]; +extern const u8 gBackShinySprite1006CosmogPal[]; +extern const u8 gBackShinySprite1007CosmoemPal[]; +extern const u8 gBackShinySprite1008SolgaleoPal[]; +extern const u8 gBackShinySprite1009LunalaPal[]; +extern const u8 gBackShinySprite1010NihilegoPal[]; +extern const u8 gBackShinySprite1011BuzzwolePal[]; +extern const u8 gBackShinySprite1012PheromosaPal[]; +extern const u8 gBackShinySprite1013XurkitreePal[]; +extern const u8 gBackShinySprite1014CelesteelaPal[]; +extern const u8 gBackShinySprite1015KartanaPal[]; +extern const u8 gBackShinySprite1016GuzzlordPal[]; +extern const u8 gBackShinySprite1017NecrozmaPal[]; +extern const u8 gBackShinySprite1018MagearnaPal[]; +extern const u8 gBackShinySprite1019MarshadowPal[]; +extern const u8 gBackShinySprite1020RattataAPal[]; +extern const u8 gBackShinySprite1021RaticateAPal[]; +extern const u8 gBackShinySprite1022RaichuAPal[]; +extern const u8 gBackShinySprite1023SandshrewAPal[]; +extern const u8 gBackShinySprite1024SandslashAPal[]; +extern const u8 gBackShinySprite1025VulpixAPal[]; +extern const u8 gBackShinySprite1026NinetalesAPal[]; +extern const u8 gBackShinySprite1027DiglettAPal[]; +extern const u8 gBackShinySprite1028DugtrioAPal[]; +extern const u8 gBackShinySprite1029MeowthAPal[]; +extern const u8 gBackShinySprite1030PersianAPal[]; +extern const u8 gBackShinySprite1031GeodudeAPal[]; +extern const u8 gBackShinySprite1032GravelerAPal[]; +extern const u8 gBackShinySprite1033GolemAPal[]; +extern const u8 gBackShinySprite1034GrimerAPal[]; +extern const u8 gBackShinySprite1035MukAPal[]; +extern const u8 gBackShinySprite1036ExeggcuteAPal[]; +extern const u8 gBackShinySprite1037ExeggutorAPal[]; +extern const u8 gBackShinySprite1038CuboneAPal[]; +extern const u8 gBackShinySprite1039MarowakAPal[]; +extern const u8 gBackShinySprite1040DeoxysAttackPal[]; +extern const u8 gBackShinySprite1041DeoxysDefensePal[]; +extern const u8 gBackShinySprite1042DeoxysSpeedPal[]; +extern const u8 gBackShinySprite1043OricorioYPal[]; +extern const u8 gBackShinySprite1044OricorioPPal[]; +extern const u8 gBackShinySprite1045OricorioSPal[]; +extern const u8 gBackShinySprite1046LycanrocNPal[]; +extern const u8 gBackShinySprite1047WishiwashiSPal[]; +extern const u8 gBackShinySprite1048SilvallyFightPal[]; +extern const u8 gBackShinySprite1049SilvallyFlyingPal[]; +extern const u8 gBackShinySprite1050SilvallyPoisonPal[]; +extern const u8 gBackShinySprite1051SilvallyGroundPal[]; +extern const u8 gBackShinySprite1052SilvallyRockPal[]; +extern const u8 gBackShinySprite1053SilvallyBugPal[]; +extern const u8 gBackShinySprite1054SilvallyGhostPal[]; +extern const u8 gBackShinySprite1055SilvallySteelPal[]; +extern const u8 gBackShinySprite1056SilvallyFirePal[]; +extern const u8 gBackShinySprite1057SilvallyWaterPal[]; +extern const u8 gBackShinySprite1058SilvallyGrassPal[]; +extern const u8 gBackShinySprite1059SilvallyElectricPal[]; +extern const u8 gBackShinySprite1060SilvallyPsychicPal[]; +extern const u8 gBackShinySprite1061SilvallyIcePal[]; +extern const u8 gBackShinySprite1062SilvallyDragonPal[]; +extern const u8 gBackShinySprite1063SilvallyDarkPal[]; +extern const u8 gBackShinySprite1064SilvallyFairyPal[]; +extern const u8 gBackShinySprite1065MiniorRedPal[]; +extern const u8 gBackShinySprite1066MiniorBluePal[]; +extern const u8 gBackShinySprite1067MiniorOrangePal[]; +extern const u8 gBackShinySprite1068MiniorYellowPal[]; +extern const u8 gBackShinySprite1069MiniorIndigoPal[]; +extern const u8 gBackShinySprite1070MiniorGreenPal[]; +extern const u8 gBackShinySprite1071MiniorVioletPal[]; +extern const u8 gBackShinySprite1072MimikyuBustedPal[]; +extern const u8 gBackShinySprite1073MagearnaPPal[]; +extern const u8 gBackShinySprite1074PoipolePal[]; +extern const u8 gBackShinySprite1075NaganadelPal[]; +extern const u8 gBackShinySprite1076StakatakaPal[]; +extern const u8 gBackShinySprite1077BlacephalonPal[]; +extern const u8 gBackShinySprite1078ZeraoraPal[]; +extern const u8 gBackShinySprite1079NecrozmaManePal[]; +extern const u8 gBackShinySprite1080NecrozmaWingsPal[]; +extern const u8 gBackShinySprite1081NecrozmaUltraPal[]; +extern const u8 gBackShinySprite1082LycanrocDuskPal[]; +extern const u8 gBackShinySprite1083MeltanPal[]; +extern const u8 gBackShinySprite1084MelmetalPal[]; +extern const u8 gBackShinySprite1085PikachuSurfingPal[]; +extern const u8 gBackShinySprite1086PikachuFlyingPal[]; +extern const u8 gBackShinySprite1087PikachuCosplayPal[]; +extern const u8 gBackShinySprite1088PikachuLibrePal[]; +extern const u8 gBackShinySprite1089PikachuPopStarPal[]; +extern const u8 gBackShinySprite1090PikachuRockStarPal[]; +extern const u8 gBackShinySprite1091PikachuBellePal[]; +extern const u8 gBackShinySprite1092PikachuPhdPal[]; +extern const u8 gBackShinySprite1093PikachuCapOriginalPal[]; +extern const u8 gBackShinySprite1094PikachuCapHoennPal[]; +extern const u8 gBackShinySprite1095PikachuCapSinnohPal[]; +extern const u8 gBackShinySprite1096PikachuCapUnovaPal[]; +extern const u8 gBackShinySprite1097PikachuCapKalosPal[]; +extern const u8 gBackShinySprite1098PikachuCapAlolaPal[]; +extern const u8 gBackShinySprite1099PikachuCapPartnerPal[]; +extern const u8 gBackShinySprite1100PichuSpikyPal[]; +extern const u8 gBackShinySprite1101XerneasNaturalPal[]; +extern const u8 gBackShinySprite252Pal[]; \ No newline at end of file diff --git a/scripts/build.py b/scripts/build.py index 6af1763..2bb9958 100644 --- a/scripts/build.py +++ b/scripts/build.py @@ -74,9 +74,14 @@ def make_output_file(filename): def make_output_img_file(filename): '''Return "IMG" + hash of filename to use as object filename''' - m = hashlib.md5() - m.update(filename.encode()) - newfilename = os.path.join(BUILD, 'IMG_' + m.hexdigest() + '.o') + if "frontspr" in filename: + newfilename = os.path.join(BUILD, 'IMG_Front' + filename.split("Sprite")[1].split(".s")[0] + '.o') + elif "backspr" in filename: + newfilename = os.path.join(BUILD, 'IMG_Back' + filename.split("Sprite")[1].split(".s")[0] + '.o') + else: + m = hashlib.md5() + m.update(filename.encode()) + newfilename = os.path.join(BUILD, 'IMG_' + m.hexdigest() + '.o') if not os.path.isfile(filename): return [newfilename, False] @@ -90,9 +95,7 @@ def make_output_img_file(filename): def make_output_audio_file(filename): '''Return "AUDIO" + hash of filename to use as object filename''' - m = hashlib.md5() - m.update(filename.encode()) - newfilename = os.path.join(BUILD, 'AUDIO_' + m.hexdigest() + '.o') + newfilename = os.path.join(BUILD, 'SND_' + filename.split("gCry")[1].split(".s")[0] + '.o') if not os.path.isfile(filename): return [newfilename, False] @@ -164,53 +167,60 @@ def process_string(filename): os.remove(out_file) return new_out_file -def process_image(in_file): - '''Compile Image''' - if '.bmp' in in_file: - out_file = in_file.split('.bmp')[0] + '.s' - else: - out_file = in_file.split('.png')[0] + '.s' - - namelist = in_file.split("\\") #Get path of grit flags - namelist.pop(len(namelist) - 1) - flags = "".join(str(i) + "\\" for i in namelist) - flags += "gritflags.txt" - - try: - with open(flags, 'r') as file: - for line in file: - cmd = [GR, in_file] + line.split() + ['-o', out_file] - break #only needs the first line - except FileNotFoundError: - print("No gritflags.txt found in directory with " + in_file) - return 0 - - out_file_list = make_output_img_file(out_file) - new_out_file = out_file_list[0] - try: - if os.path.getmtime(new_out_file) > os.path.getmtime(in_file): #If the .o file was created after the image was last modified - return new_out_file - else: - run_command(cmd) - - except FileNotFoundError: - run_command(cmd) #No .o file has been created - +def TryPrintCompilingGraphics(): global PrintedCompilingImages - if (PrintedCompilingImages is False): - print ('Compiling Images') + if not PrintedCompilingImages: + print("Compiling images.") PrintedCompilingImages = True - - out_file_list = make_output_img_file(out_file) - new_out_file = out_file_list[0] - if out_file_list[1] == False: - os.remove(out_file) - return new_out_file #No point in recompiling file - cmd = [AS] + ASFLAGS + ['-c', out_file, '-o', new_out_file] - run_command(cmd) - os.remove(out_file) - return new_out_file +def ProcessSpriteGraphics(): + with open(GRAPHICS + "/backspriteflags.grit", "r") as file: + for line in file: + backflags = line.split() + break + + with open(GRAPHICS + "/frontspriteflags.grit", "r") as file: + for line in file: + frontflags = line.split() + break + + try: + os.makedirs(SRC + "/generated") + except FileExistsError: + pass + + backsprites = [file for file in glob(GRAPHICS + "/backspr" + "**/*.png", recursive=True)] + frontsprites = [file for file in glob(GRAPHICS + "/frontspr" + "**/*.png", recursive=True)] + + for i in range(40 + 1): #Split the sprite files into 41 files each + if i == 40: + sprites = frontsprites[len(frontsprites) // 40 * i :] #Rest of the sprites + else: + sprites = frontsprites[len(frontsprites) // 40 * i : len(frontsprites) // 40 * (i + 1)] + + if not os.path.isfile(SRC + "/generated/frontsprites" + str(i) + ".s"): + TryPrintCompilingGraphics() + run_command([GR] + sprites + frontflags + ['-o'] + [os.path.join('src', 'generated', 'frontsprites' + str(i) + '.s')]) + else: + for sprite in sprites: + if os.path.getmtime(sprite) > os.path.getmtime(os.path.join(SRC, 'generated/frontsprites' + str(i) + '.s')): + TryPrintCompilingGraphics() + run_command([GR] + sprites + frontflags + ['-o', os.path.join(SRC, 'generated/frontsprites' + str(i) + '.s')]) #Rebuild this file + break + + if i == 40: + sprites = backsprites[len(backsprites) // 40 * i :] #Rest of the sprites + else: + sprites = backsprites[len(backsprites) // 40 * i : len(backsprites) // 40 * (i + 1)] + if not os.path.isfile(SRC + "/generated/backsprites" + str(i) + ".s"): + TryPrintCompilingGraphics() + run_command([GR] + sprites + backflags + ['-o'] + [os.path.join('src', 'generated', 'backsprites' + str(i) + '.s')]) + else: + for sprite in sprites: + if os.path.getmtime(sprite) > os.path.getmtime(os.path.join(SRC, 'generated/backsprites' + str(i) + '.s')): + TryPrintCompilingGraphics() + run_command([GR] + sprites + backflags + ['-o', os.path.join(SRC, 'generated/backsprites' + str(i) + '.s')]) #Rebuild this file + break def process_audio(in_file): '''Compile Audio''' @@ -294,8 +304,8 @@ def main(): '**/*.s': process_assembly, '**/*.c': process_c, '**/*.string': process_string, - '**/*.png': process_image, - '**/*.bmp': process_image, + #'**/*.png': process_image, + #'**/*.bmp': process_image, '**/*.wav': process_audio, } @@ -304,7 +314,9 @@ def main(): os.makedirs(BUILD) except FileExistsError: pass - + + ProcessSpriteGraphics() + # Gather source files and process them objects = itertools.starmap(run_glob, globs.items()) diff --git a/scripts/clean.py b/scripts/clean.py index 2967398..39e0bab 100644 --- a/scripts/clean.py +++ b/scripts/clean.py @@ -12,6 +12,7 @@ GRAPHICS = './graphics' ASSEMBLY = './assembly' STRINGS = './strings' BUILD = './build' +GENERATED = SRC + '/generated' def PutFileNameInRightFormat(filename): filename = filename.split('/') @@ -88,6 +89,11 @@ if (len(sys.argv) > 1) and sys.argv[1].upper() == 'ALL': os.remove(os.path.join(root, file)) elif (len(sys.argv) > 1) and sys.argv[1].upper() == 'GRAPHICS': + try: + shutil.rmtree(GENERATED) + except: + pass + os.chdir("graphics") for root, dirs, files in os.walk(".", topdown = False): for file in files: @@ -105,7 +111,7 @@ else: os.chdir("build") for root, dirs, files in os.walk(".", topdown = False): for file in files: - if not file.startswith('IMG_') and not file.startswith('AUDIO_'): #Don't remove image or cry file + if not file.startswith('IMG_') and not file.startswith('SND_'): #Don't remove image or cry file os.remove(os.path.join(root, file)) print("Directory cleaned!") \ No newline at end of file diff --git a/src/Back_Pic_Table.c b/src/Back_Pic_Table.c index 898f260..09a9629 100644 --- a/src/Back_Pic_Table.c +++ b/src/Back_Pic_Table.c @@ -1,1110 +1,1111 @@ #include "defines.h" #include "../include/graphics.h" +#include "../include/sprite_data.h" const struct CompressedSpriteSheet gMonBackPicTable[NUM_SPECIES] = { - [SPECIES_NONE] = {0x8d0098c, 0x800, SPECIES_NONE}, - [SPECIES_BULBASAUR] = {0x8d2fea0, 0x800, SPECIES_BULBASAUR}, - [SPECIES_IVYSAUR] = {0x8d30910, 0x800, SPECIES_IVYSAUR}, - [SPECIES_VENUSAUR] = {0x8d31614, 0x800, SPECIES_VENUSAUR}, - [SPECIES_CHARMANDER] = {0x8d321ec, 0x800, SPECIES_CHARMANDER}, - [SPECIES_CHARMELEON] = {0x8d32c8c, 0x800, SPECIES_CHARMELEON}, - [SPECIES_CHARIZARD] = {0x8d338ec, 0x800, SPECIES_CHARIZARD}, - [SPECIES_SQUIRTLE] = {0x8d34404, 0x800, SPECIES_SQUIRTLE}, - [SPECIES_WARTORTLE] = {0x8d34ea8, 0x800, SPECIES_WARTORTLE}, - [SPECIES_BLASTOISE] = {0x8d35b64, 0x800, SPECIES_BLASTOISE}, - [SPECIES_CATERPIE] = {0x8d36640, 0x800, SPECIES_CATERPIE}, - [SPECIES_METAPOD] = {0x8d36f4c, 0x800, SPECIES_METAPOD}, - [SPECIES_BUTTERFREE] = {0x8d37948, 0x800, SPECIES_BUTTERFREE}, - [SPECIES_WEEDLE] = {0x8d383f8, 0x800, SPECIES_WEEDLE}, - [SPECIES_KAKUNA] = {0x8d38d0c, 0x800, SPECIES_KAKUNA}, - [SPECIES_BEEDRILL] = {0x8d3981c, 0x800, SPECIES_BEEDRILL}, - [SPECIES_PIDGEY] = {0x8d3a278, 0x800, SPECIES_PIDGEY}, - [SPECIES_PIDGEOTTO] = {0x8d3add4, 0x800, SPECIES_PIDGEOTTO}, - [SPECIES_PIDGEOT] = {0x8d3ba7c, 0x800, SPECIES_PIDGEOT}, - [SPECIES_RATTATA] = {0x8d3c52c, 0x800, SPECIES_RATTATA}, - [SPECIES_RATICATE] = {0x8d3cfe4, 0x800, SPECIES_RATICATE}, - [SPECIES_SPEAROW] = {0x8d3da24, 0x800, SPECIES_SPEAROW}, - [SPECIES_FEAROW] = {0x8d3e62c, 0x800, SPECIES_FEAROW}, - [SPECIES_EKANS] = {0x8d3f05c, 0x800, SPECIES_EKANS}, - [SPECIES_ARBOK] = {0x8d3fc30, 0x800, SPECIES_ARBOK}, - [SPECIES_PIKACHU] = {0x8d405f8, 0x800, SPECIES_PIKACHU}, - [SPECIES_RAICHU] = {0x8d41138, 0x800, SPECIES_RAICHU}, - [SPECIES_SANDSHREW] = {0x8d41ba4, 0x800, SPECIES_SANDSHREW}, - [SPECIES_SANDSLASH] = {0x8d42754, 0x800, SPECIES_SANDSLASH}, - [SPECIES_NIDORAN_F] = {0x8d43244, 0x800, SPECIES_NIDORAN_F}, - [SPECIES_NIDORINA] = {0x8d43cb4, 0x800, SPECIES_NIDORINA}, - [SPECIES_NIDOQUEEN] = {0x8d448e4, 0x800, SPECIES_NIDOQUEEN}, - [SPECIES_NIDORAN_M] = {0x8d453a4, 0x800, SPECIES_NIDORAN_M}, - [SPECIES_NIDORINO] = {0x8d45ecc, 0x800, SPECIES_NIDORINO}, - [SPECIES_NIDOKING] = {0x8d46c34, 0x800, SPECIES_NIDOKING}, - [SPECIES_CLEFAIRY] = {0x8d4777c, 0x800, SPECIES_CLEFAIRY}, - [SPECIES_CLEFABLE] = {0x8d481fc, 0x800, SPECIES_CLEFABLE}, - [SPECIES_VULPIX] = {0x8d48cd0, 0x800, SPECIES_VULPIX}, - [SPECIES_NINETALES] = {0x8d49894, 0x800, SPECIES_NINETALES}, - [SPECIES_JIGGLYPUFF] = {0x8d4a374, 0x800, SPECIES_JIGGLYPUFF}, - [SPECIES_WIGGLYTUFF] = {0x8d4adb4, 0x800, SPECIES_WIGGLYTUFF}, - [SPECIES_ZUBAT] = {0x8d4b778, 0x800, SPECIES_ZUBAT}, - [SPECIES_GOLBAT] = {0x8d4c244, 0x800, SPECIES_GOLBAT}, - [SPECIES_ODDISH] = {0x8d4cbb0, 0x800, SPECIES_ODDISH}, - [SPECIES_GLOOM] = {0x8d4d64c, 0x800, SPECIES_GLOOM}, - [SPECIES_VILEPLUME] = {0x8d4e190, 0x800, SPECIES_VILEPLUME}, - [SPECIES_PARAS] = {0x8d4ecb8, 0x800, SPECIES_PARAS}, - [SPECIES_PARASECT] = {0x8d4f758, 0x800, SPECIES_PARASECT}, - [SPECIES_VENONAT] = {0x8d501e4, 0x800, SPECIES_VENONAT}, - [SPECIES_VENOMOTH] = {0x8d50d88, 0x800, SPECIES_VENOMOTH}, - [SPECIES_DIGLETT] = {0x8d517ac, 0x800, SPECIES_DIGLETT}, - [SPECIES_DUGTRIO] = {0x8d52154, 0x800, SPECIES_DUGTRIO}, - [SPECIES_MEOWTH] = {0x8d52b5c, 0x800, SPECIES_MEOWTH}, - [SPECIES_PERSIAN] = {0x8d53628, 0x800, SPECIES_PERSIAN}, - [SPECIES_PSYDUCK] = {0x8d540bc, 0x800, SPECIES_PSYDUCK}, - [SPECIES_GOLDUCK] = {0x8d54b80, 0x800, SPECIES_GOLDUCK}, - [SPECIES_MANKEY] = {0x8d55614, 0x800, SPECIES_MANKEY}, - [SPECIES_PRIMEAPE] = {0x8d56178, 0x800, SPECIES_PRIMEAPE}, - [SPECIES_GROWLITHE] = {0x8d56c80, 0x800, SPECIES_GROWLITHE}, - [SPECIES_ARCANINE] = {0x8d57928, 0x800, SPECIES_ARCANINE}, - [SPECIES_POLIWAG] = {0x8d58414, 0x800, SPECIES_POLIWAG}, - [SPECIES_POLIWHIRL] = {0x8d58e68, 0x800, SPECIES_POLIWHIRL}, - [SPECIES_POLIWRATH] = {0x8d59918, 0x800, SPECIES_POLIWRATH}, - [SPECIES_ABRA] = {0x8d5a34c, 0x800, SPECIES_ABRA}, - [SPECIES_KADABRA] = {0x8d5af54, 0x800, SPECIES_KADABRA}, - [SPECIES_ALAKAZAM] = {0x8d5bc08, 0x800, SPECIES_ALAKAZAM}, - [SPECIES_MACHOP] = {0x8d5c684, 0x800, SPECIES_MACHOP}, - [SPECIES_MACHOKE] = {0x8d5d1a0, 0x800, SPECIES_MACHOKE}, - [SPECIES_MACHAMP] = {0x8d5de4c, 0x800, SPECIES_MACHAMP}, - [SPECIES_BELLSPROUT] = {0x8d5e9a4, 0x800, SPECIES_BELLSPROUT}, - [SPECIES_WEEPINBELL] = {0x8d5f3d4, 0x800, SPECIES_WEEPINBELL}, - [SPECIES_VICTREEBEL] = {0x8d5ff6c, 0x800, SPECIES_VICTREEBEL}, - [SPECIES_TENTACOOL] = {0x8d60a1c, 0x800, SPECIES_TENTACOOL}, - [SPECIES_TENTACRUEL] = {0x8d6164c, 0x800, SPECIES_TENTACRUEL}, - [SPECIES_GEODUDE] = {0x8d620e0, 0x800, SPECIES_GEODUDE}, - [SPECIES_GRAVELER] = {0x8d62bd0, 0x800, SPECIES_GRAVELER}, - [SPECIES_GOLEM] = {0x8d636e8, 0x800, SPECIES_GOLEM}, - [SPECIES_PONYTA] = {0x8d641a8, 0x800, SPECIES_PONYTA}, - [SPECIES_RAPIDASH] = {0x8d64ddc, 0x800, SPECIES_RAPIDASH}, - [SPECIES_SLOWPOKE] = {0x8d65930, 0x800, SPECIES_SLOWPOKE}, - [SPECIES_SLOWBRO] = {0x8d664a4, 0x800, SPECIES_SLOWBRO}, - [SPECIES_MAGNEMITE] = {0x8d66e88, 0x800, SPECIES_MAGNEMITE}, - [SPECIES_MAGNETON] = {0x8d67818, 0x800, SPECIES_MAGNETON}, - [SPECIES_FARFETCHD] = {0x8d6835c, 0x800, SPECIES_FARFETCHD}, - [SPECIES_DODUO] = {0x8d68e20, 0x800, SPECIES_DODUO}, - [SPECIES_DODRIO] = {0x8d699e4, 0x800, SPECIES_DODRIO}, - [SPECIES_SEEL] = {0x8d6a5dc, 0x800, SPECIES_SEEL}, - [SPECIES_DEWGONG] = {0x8d6b104, 0x800, SPECIES_DEWGONG}, - [SPECIES_GRIMER] = {0x8d6bb28, 0x800, SPECIES_GRIMER}, - [SPECIES_MUK] = {0x8d6c5e4, 0x800, SPECIES_MUK}, - [SPECIES_SHELLDER] = {0x8d6cfb8, 0x800, SPECIES_SHELLDER}, - [SPECIES_CLOYSTER] = {0x8d6db70, 0x800, SPECIES_CLOYSTER}, - [SPECIES_GASTLY] = {0x8d6e7a0, 0x800, SPECIES_GASTLY}, - [SPECIES_HAUNTER] = {0x8d6f318, 0x800, SPECIES_HAUNTER}, - [SPECIES_GENGAR] = {0x8d6fdc0, 0x800, SPECIES_GENGAR}, - [SPECIES_ONIX] = {0x8d70a34, 0x800, SPECIES_ONIX}, - [SPECIES_DROWZEE] = {0x8d71550, 0x800, SPECIES_DROWZEE}, - [SPECIES_HYPNO] = {0x8d7202c, 0x800, SPECIES_HYPNO}, - [SPECIES_KRABBY] = {0x8d72aec, 0x800, SPECIES_KRABBY}, - [SPECIES_KINGLER] = {0x8d73768, 0x800, SPECIES_KINGLER}, - [SPECIES_VOLTORB] = {0x8d74160, 0x800, SPECIES_VOLTORB}, - [SPECIES_ELECTRODE] = {0x8d74aa8, 0x800, SPECIES_ELECTRODE}, - [SPECIES_EXEGGCUTE] = {0x8d75510, 0x800, SPECIES_EXEGGCUTE}, - [SPECIES_EXEGGUTOR] = {0x8d760d4, 0x800, SPECIES_EXEGGUTOR}, - [SPECIES_CUBONE] = {0x8d76bcc, 0x800, SPECIES_CUBONE}, - [SPECIES_MAROWAK] = {0x8d776fc, 0x800, SPECIES_MAROWAK}, - [SPECIES_HITMONLEE] = {0x8d781f4, 0x800, SPECIES_HITMONLEE}, - [SPECIES_HITMONCHAN] = {0x8d78c48, 0x800, SPECIES_HITMONCHAN}, - [SPECIES_LICKITUNG] = {0x8d797d4, 0x800, SPECIES_LICKITUNG}, - [SPECIES_KOFFING] = {0x8d7a1e8, 0x800, SPECIES_KOFFING}, - [SPECIES_WEEZING] = {0x8d7ae14, 0x800, SPECIES_WEEZING}, - [SPECIES_RHYHORN] = {0x8d7b9fc, 0x800, SPECIES_RHYHORN}, - [SPECIES_RHYDON] = {0x8d7c6a0, 0x800, SPECIES_RHYDON}, - [SPECIES_CHANSEY] = {0x8d7d298, 0x800, SPECIES_CHANSEY}, - [SPECIES_TANGELA] = {0x8d7dd24, 0x800, SPECIES_TANGELA}, - [SPECIES_KANGASKHAN] = {0x8d7e9e4, 0x800, SPECIES_KANGASKHAN}, - [SPECIES_HORSEA] = {0x8d7f4f0, 0x800, SPECIES_HORSEA}, - [SPECIES_SEADRA] = {0x8d7ffc8, 0x800, SPECIES_SEADRA}, - [SPECIES_GOLDEEN] = {0x8d80b40, 0x800, SPECIES_GOLDEEN}, - [SPECIES_SEAKING] = {0x8d81794, 0x800, SPECIES_SEAKING}, - [SPECIES_STARYU] = {0x8d82204, 0x800, SPECIES_STARYU}, - [SPECIES_STARMIE] = {0x8d82c7c, 0x800, SPECIES_STARMIE}, - [SPECIES_MR_MIME] = {0x8d8374c, 0x800, SPECIES_MR_MIME}, - [SPECIES_SCYTHER] = {0x8d84318, 0x800, SPECIES_SCYTHER}, - [SPECIES_JYNX] = {0x8d84f6c, 0x800, SPECIES_JYNX}, - [SPECIES_ELECTABUZZ] = {0x8d85b20, 0x800, SPECIES_ELECTABUZZ}, - [SPECIES_MAGMAR] = {0x8d866d0, 0x800, SPECIES_MAGMAR}, - [SPECIES_PINSIR] = {0x8d872a4, 0x800, SPECIES_PINSIR}, - [SPECIES_TAUROS] = {0x8d87ec4, 0x800, SPECIES_TAUROS}, - [SPECIES_MAGIKARP] = {0x8d88930, 0x800, SPECIES_MAGIKARP}, - [SPECIES_GYARADOS] = {0x8d89674, 0x800, SPECIES_GYARADOS}, - [SPECIES_LAPRAS] = {0x8d8a37c, 0x800, SPECIES_LAPRAS}, - [SPECIES_DITTO] = {0x8d8ad18, 0x800, SPECIES_DITTO}, - [SPECIES_EEVEE] = {0x8d8b66c, 0x800, SPECIES_EEVEE}, - [SPECIES_VAPOREON] = {0x8d8c198, 0x800, SPECIES_VAPOREON}, - [SPECIES_JOLTEON] = {0x8d8cc20, 0x800, SPECIES_JOLTEON}, - [SPECIES_FLAREON] = {0x8d8d7c0, 0x800, SPECIES_FLAREON}, - [SPECIES_PORYGON] = {0x8d8e274, 0x800, SPECIES_PORYGON}, - [SPECIES_OMANYTE] = {0x8d8ec28, 0x800, SPECIES_OMANYTE}, - [SPECIES_OMASTAR] = {0x8d8f7a4, 0x800, SPECIES_OMASTAR}, - [SPECIES_KABUTO] = {0x8d9017c, 0x800, SPECIES_KABUTO}, - [SPECIES_KABUTOPS] = {0x8d90c90, 0x800, SPECIES_KABUTOPS}, - [SPECIES_AERODACTYL] = {0x8d918f0, 0x800, SPECIES_AERODACTYL}, - [SPECIES_SNORLAX] = {0x8d92438, 0x800, SPECIES_SNORLAX}, - [SPECIES_ARTICUNO] = {0x8d92fbc, 0x800, SPECIES_ARTICUNO}, - [SPECIES_ZAPDOS] = {0x8d93ad8, 0x800, SPECIES_ZAPDOS}, - [SPECIES_MOLTRES] = {0x8d94750, 0x800, SPECIES_MOLTRES}, - [SPECIES_DRATINI] = {0x8d951b4, 0x800, SPECIES_DRATINI}, - [SPECIES_DRAGONAIR] = {0x8d95c48, 0x800, SPECIES_DRAGONAIR}, - [SPECIES_DRAGONITE] = {0x8d96918, 0x800, SPECIES_DRAGONITE}, - [SPECIES_MEWTWO] = {0x8d974b8, 0x800, SPECIES_MEWTWO}, - [SPECIES_MEW] = {0x8d97fac, 0x800, SPECIES_MEW}, - [SPECIES_CHIKORITA] = {0x8d989d0, 0x800, SPECIES_CHIKORITA}, - [SPECIES_BAYLEEF] = {0x8d994d8, 0x800, SPECIES_BAYLEEF}, - [SPECIES_MEGANIUM] = {0x8d9a234, 0x800, SPECIES_MEGANIUM}, - [SPECIES_CYNDAQUIL] = {0x8d9ac80, 0x800, SPECIES_CYNDAQUIL}, - [SPECIES_QUILAVA] = {0x8d9b738, 0x800, SPECIES_QUILAVA}, - [SPECIES_TYPHLOSION] = {0x8d9c344, 0x800, SPECIES_TYPHLOSION}, - [SPECIES_TOTODILE] = {0x8d9ce5c, 0x800, SPECIES_TOTODILE}, - [SPECIES_CROCONAW] = {0x8d9d914, 0x800, SPECIES_CROCONAW}, - [SPECIES_FERALIGATR] = {0x8d9e640, 0x800, SPECIES_FERALIGATR}, - [SPECIES_SENTRET] = {0x8d9f258, 0x800, SPECIES_SENTRET}, - [SPECIES_FURRET] = {0x8d9fca0, 0x800, SPECIES_FURRET}, - [SPECIES_HOOTHOOT] = {0x8da06bc, 0x800, SPECIES_HOOTHOOT}, - [SPECIES_NOCTOWL] = {0x8da1188, 0x800, SPECIES_NOCTOWL}, - [SPECIES_LEDYBA] = {0x8da1c48, 0x800, SPECIES_LEDYBA}, - [SPECIES_LEDIAN] = {0x8da2770, 0x800, SPECIES_LEDIAN}, - [SPECIES_SPINARAK] = {0x8da31ac, 0x800, SPECIES_SPINARAK}, - [SPECIES_ARIADOS] = {0x8da3c40, 0x800, SPECIES_ARIADOS}, - [SPECIES_CROBAT] = {0x8da47d8, 0x800, SPECIES_CROBAT}, - [SPECIES_CHINCHOU] = {0x8da5228, 0x800, SPECIES_CHINCHOU}, - [SPECIES_LANTURN] = {0x8da5d00, 0x800, SPECIES_LANTURN}, - [SPECIES_PICHU] = {0x8da668c, 0x800, SPECIES_PICHU}, - [SPECIES_CLEFFA] = {0x8da6f38, 0x800, SPECIES_CLEFFA}, - [SPECIES_IGGLYBUFF] = {0x8da77cc, 0x800, SPECIES_IGGLYBUFF}, - [SPECIES_TOGEPI] = {0x8da804c, 0x800, SPECIES_TOGEPI}, - [SPECIES_TOGETIC] = {0x8da89a4, 0x800, SPECIES_TOGETIC}, - [SPECIES_NATU] = {0x8da930c, 0x800, SPECIES_NATU}, - [SPECIES_XATU] = {0x8da9c6c, 0x800, SPECIES_XATU}, - [SPECIES_MAREEP] = {0x8daa708, 0x800, SPECIES_MAREEP}, - [SPECIES_FLAAFFY] = {0x8dab16c, 0x800, SPECIES_FLAAFFY}, - [SPECIES_AMPHAROS] = {0x8dabc54, 0x800, SPECIES_AMPHAROS}, - [SPECIES_BELLOSSOM] = {0x8dac6ac, 0x800, SPECIES_BELLOSSOM}, - [SPECIES_MARILL] = {0x8dad104, 0x800, SPECIES_MARILL}, - [SPECIES_AZUMARILL] = {0x8dadb20, 0x800, SPECIES_AZUMARILL}, - [SPECIES_SUDOWOODO] = {0x8dae564, 0x800, SPECIES_SUDOWOODO}, - [SPECIES_POLITOED] = {0x8daf06c, 0x800, SPECIES_POLITOED}, - [SPECIES_HOPPIP] = {0x8dafa4c, 0x800, SPECIES_HOPPIP}, - [SPECIES_SKIPLOOM] = {0x8db0424, 0x800, SPECIES_SKIPLOOM}, - [SPECIES_JUMPLUFF] = {0x8db0ee0, 0x800, SPECIES_JUMPLUFF}, - [SPECIES_AIPOM] = {0x8db1a44, 0x800, SPECIES_AIPOM}, - [SPECIES_SUNKERN] = {0x8db23e0, 0x800, SPECIES_SUNKERN}, - [SPECIES_SUNFLORA] = {0x8db2e6c, 0x800, SPECIES_SUNFLORA}, - [SPECIES_YANMA] = {0x8db3a00, 0x800, SPECIES_YANMA}, - [SPECIES_WOOPER] = {0x8db4464, 0x800, SPECIES_WOOPER}, - [SPECIES_QUAGSIRE] = {0x8db4ed4, 0x800, SPECIES_QUAGSIRE}, - [SPECIES_ESPEON] = {0x8db597c, 0x800, SPECIES_ESPEON}, - [SPECIES_UMBREON] = {0x8db63d8, 0x800, SPECIES_UMBREON}, - [SPECIES_MURKROW] = {0x8db6e3c, 0x800, SPECIES_MURKROW}, - [SPECIES_SLOWKING] = {0x8db7978, 0x800, SPECIES_SLOWKING}, - [SPECIES_MISDREAVUS] = {0x8db8434, 0x800, SPECIES_MISDREAVUS}, - [SPECIES_UNOWN] = {0x8db8d94, 0x800, SPECIES_UNOWN}, - [SPECIES_WOBBUFFET] = {0x8db974c, 0x800, SPECIES_WOBBUFFET}, - [SPECIES_GIRAFARIG] = {0x8dba204, 0x800, SPECIES_GIRAFARIG}, - [SPECIES_PINECO] = {0x8dbad5c, 0x800, SPECIES_PINECO}, - [SPECIES_FORRETRESS] = {0x8dbb8bc, 0x800, SPECIES_FORRETRESS}, - [SPECIES_DUNSPARCE] = {0x8dbc2fc, 0x800, SPECIES_DUNSPARCE}, - [SPECIES_GLIGAR] = {0x8dbce90, 0x800, SPECIES_GLIGAR}, - [SPECIES_STEELIX] = {0x8dbdb9c, 0x800, SPECIES_STEELIX}, - [SPECIES_SNUBBULL] = {0x8dbe6e8, 0x800, SPECIES_SNUBBULL}, - [SPECIES_GRANBULL] = {0x8dbf20c, 0x800, SPECIES_GRANBULL}, - [SPECIES_QWILFISH] = {0x8dbfc60, 0x800, SPECIES_QWILFISH}, - [SPECIES_SCIZOR] = {0x8dc0898, 0x800, SPECIES_SCIZOR}, - [SPECIES_SHUCKLE] = {0x8dc1350, 0x800, SPECIES_SHUCKLE}, - [SPECIES_HERACROSS] = {0x8dc1e08, 0x800, SPECIES_HERACROSS}, - [SPECIES_SNEASEL] = {0x8dc2d2c, 0x800, SPECIES_SNEASEL}, - [SPECIES_TEDDIURSA] = {0x8dc3768, 0x800, SPECIES_TEDDIURSA}, - [SPECIES_URSARING] = {0x8dc4288, 0x800, SPECIES_URSARING}, - [SPECIES_SLUGMA] = {0x8dc4cf0, 0x800, SPECIES_SLUGMA}, - [SPECIES_MAGCARGO] = {0x8dc578c, 0x800, SPECIES_MAGCARGO}, - [SPECIES_SWINUB] = {0x8dc6210, 0x800, SPECIES_SWINUB}, - [SPECIES_PILOSWINE] = {0x8dc6be4, 0x800, SPECIES_PILOSWINE}, - [SPECIES_CORSOLA] = {0x8dc7588, 0x800, SPECIES_CORSOLA}, - [SPECIES_REMORAID] = {0x8dc7f20, 0x800, SPECIES_REMORAID}, - [SPECIES_OCTILLERY] = {0x8dc89d8, 0x800, SPECIES_OCTILLERY}, - [SPECIES_DELIBIRD] = {0x8dc9470, 0x800, SPECIES_DELIBIRD}, - [SPECIES_MANTINE] = {0x8dca13c, 0x800, SPECIES_MANTINE}, - [SPECIES_SKARMORY] = {0x8dcad2c, 0x800, SPECIES_SKARMORY}, - [SPECIES_HOUNDOUR] = {0x8dcb758, 0x800, SPECIES_HOUNDOUR}, - [SPECIES_HOUNDOOM] = {0x8dcc248, 0x800, SPECIES_HOUNDOOM}, - [SPECIES_KINGDRA] = {0x8dccdfc, 0x800, SPECIES_KINGDRA}, - [SPECIES_PHANPY] = {0x8dcd87c, 0x800, SPECIES_PHANPY}, - [SPECIES_DONPHAN] = {0x8dce424, 0x800, SPECIES_DONPHAN}, - [SPECIES_PORYGON2] = {0x8dcee18, 0x800, SPECIES_PORYGON2}, - [SPECIES_STANTLER] = {0x8dcf9b8, 0x800, SPECIES_STANTLER}, - [SPECIES_SMEARGLE] = {0x8dd0508, 0x800, SPECIES_SMEARGLE}, - [SPECIES_TYROGUE] = {0x8dd0f28, 0x800, SPECIES_TYROGUE}, - [SPECIES_HITMONTOP] = {0x8dd1a40, 0x800, SPECIES_HITMONTOP}, - [SPECIES_SMOOCHUM] = {0x8dd2730, 0x800, SPECIES_SMOOCHUM}, - [SPECIES_ELEKID] = {0x8dd3120, 0x800, SPECIES_ELEKID}, - [SPECIES_MAGBY] = {0x8dd3b6c, 0x800, SPECIES_MAGBY}, - [SPECIES_MILTANK] = {0x8dd4638, 0x800, SPECIES_MILTANK}, - [SPECIES_BLISSEY] = {0x8dd522c, 0x800, SPECIES_BLISSEY}, - [SPECIES_RAIKOU] = {0x8dd5ee4, 0x800, SPECIES_RAIKOU}, - [SPECIES_ENTEI] = {0x8dd6cf8, 0x800, SPECIES_ENTEI}, - [SPECIES_SUICUNE] = {0x8dd7b10, 0x800, SPECIES_SUICUNE}, - [SPECIES_LARVITAR] = {0x8dd86b8, 0x800, SPECIES_LARVITAR}, - [SPECIES_PUPITAR] = {0x8dd90c4, 0x800, SPECIES_PUPITAR}, - [SPECIES_TYRANITAR] = {0x8dd9da8, 0x800, SPECIES_TYRANITAR}, - [SPECIES_LUGIA] = {0x8ddaac8, 0x800, SPECIES_LUGIA}, - [SPECIES_HO_OH] = {0x8ddb960, 0x800, SPECIES_HO_OH}, - [SPECIES_CELEBI] = {0x8ddc458, 0x800, SPECIES_CELEBI}, - [252] = {0x8ddcde4, 0x800, 0xfc}, - [253] = {0x8ddcde4, 0x800, 0xfd}, - [254] = {0x8ddcde4, 0x800, 0xfe}, - [255] = {0x8ddcde4, 0x800, 0xff}, - [256] = {0x8ddcde4, 0x800, 0x100}, - [257] = {0x8ddcde4, 0x800, 0x101}, - [258] = {0x8ddcde4, 0x800, 0x102}, - [259] = {0x8ddcde4, 0x800, 0x103}, - [260] = {0x8ddcde4, 0x800, 0x104}, - [261] = {0x8ddcde4, 0x800, 0x105}, - [262] = {0x8ddcde4, 0x800, 0x106}, - [263] = {0x8ddcde4, 0x800, 0x107}, - [264] = {0x8ddcde4, 0x800, 0x108}, - [265] = {0x8ddcde4, 0x800, 0x109}, - [266] = {0x8ddcde4, 0x800, 0x10a}, - [267] = {0x8ddcde4, 0x800, 0x10b}, - [268] = {0x8ddcde4, 0x800, 0x10c}, - [269] = {0x8ddcde4, 0x800, 0x10d}, - [270] = {0x8ddcde4, 0x800, 0x10e}, - [271] = {0x8ddcde4, 0x800, 0x10f}, - [272] = {0x8ddcde4, 0x800, 0x110}, - [273] = {0x8ddcde4, 0x800, 0x111}, - [274] = {0x8ddcde4, 0x800, 0x112}, - [275] = {0x8ddcde4, 0x800, 0x113}, - [276] = {0x8ddcde4, 0x800, 0x114}, - [SPECIES_TREECKO] = {0x8ddd2ac, 0x800, SPECIES_TREECKO}, - [SPECIES_GROVYLE] = {0x8dddea8, 0x800, SPECIES_GROVYLE}, - [SPECIES_SCEPTILE] = {0x8ddeb58, 0x800, SPECIES_SCEPTILE}, - [SPECIES_TORCHIC] = {0x8ddf660, 0x800, SPECIES_TORCHIC}, - [SPECIES_COMBUSKEN] = {0x8de0194, 0x800, SPECIES_COMBUSKEN}, - [SPECIES_BLAZIKEN] = {0x8de0e4c, 0x800, SPECIES_BLAZIKEN}, - [SPECIES_MUDKIP] = {0x8de1950, 0x800, SPECIES_MUDKIP}, - [SPECIES_MARSHTOMP] = {0x8de2428, 0x800, SPECIES_MARSHTOMP}, - [SPECIES_SWAMPERT] = {0x8de31c4, 0x800, SPECIES_SWAMPERT}, - [SPECIES_POOCHYENA] = {0x8de3cb0, 0x800, SPECIES_POOCHYENA}, - [SPECIES_MIGHTYENA] = {0x8de4884, 0x800, SPECIES_MIGHTYENA}, - [SPECIES_ZIGZAGOON] = {0x8de543c, 0x800, SPECIES_ZIGZAGOON}, - [SPECIES_LINOONE] = {0x8de5f5c, 0x800, SPECIES_LINOONE}, - [SPECIES_WURMPLE] = {0x8de6928, 0x800, SPECIES_WURMPLE}, - [SPECIES_SILCOON] = {0x8de7264, 0x800, SPECIES_SILCOON}, - [SPECIES_BEAUTIFLY] = {0x8de7c48, 0x800, SPECIES_BEAUTIFLY}, - [SPECIES_CASCOON] = {0x8de86d4, 0x800, SPECIES_CASCOON}, - [SPECIES_DUSTOX] = {0x8de90bc, 0x800, SPECIES_DUSTOX}, - [SPECIES_LOTAD] = {0x8de99e4, 0x800, SPECIES_LOTAD}, - [SPECIES_LOMBRE] = {0x8dea454, 0x800, SPECIES_LOMBRE}, - [SPECIES_LUDICOLO] = {0x8deb0a4, 0x800, SPECIES_LUDICOLO}, - [SPECIES_SEEDOT] = {0x8debaa4, 0x800, SPECIES_SEEDOT}, - [SPECIES_NUZLEAF] = {0x8dec4e0, 0x800, SPECIES_NUZLEAF}, - [SPECIES_SHIFTRY] = {0x8ded0d4, 0x800, SPECIES_SHIFTRY}, - [SPECIES_NINCADA] = {0x8dedaa8, 0x800, SPECIES_NINCADA}, - [SPECIES_NINJASK] = {0x8dee540, 0x800, SPECIES_NINJASK}, - [SPECIES_SHEDINJA] = {0x8def09c, 0x800, SPECIES_SHEDINJA}, - [SPECIES_TAILLOW] = {0x8defb04, 0x800, SPECIES_TAILLOW}, - [SPECIES_SWELLOW] = {0x8df0558, 0x800, SPECIES_SWELLOW}, - [SPECIES_SHROOMISH] = {0x8df0f68, 0x800, SPECIES_SHROOMISH}, - [SPECIES_BRELOOM] = {0x8df1aa0, 0x800, SPECIES_BRELOOM}, - [SPECIES_SPINDA] = {0x8df25f0, 0x800, SPECIES_SPINDA}, - [SPECIES_WINGULL] = {0x8df2fd8, 0x800, SPECIES_WINGULL}, - [SPECIES_PELIPPER] = {0x8df3b30, 0x800, SPECIES_PELIPPER}, - [SPECIES_SURSKIT] = {0x8df452c, 0x800, SPECIES_SURSKIT}, - [SPECIES_MASQUERAIN] = {0x8df4f70, 0x800, SPECIES_MASQUERAIN}, - [SPECIES_WAILMER] = {0x8df5a18, 0x800, SPECIES_WAILMER}, - [SPECIES_WAILORD] = {0x8df6430, 0x800, SPECIES_WAILORD}, - [SPECIES_SKITTY] = {0x8df6db8, 0x800, SPECIES_SKITTY}, - [SPECIES_DELCATTY] = {0x8df78fc, 0x800, SPECIES_DELCATTY}, - [SPECIES_KECLEON] = {0x8df8488, 0x800, SPECIES_KECLEON}, - [SPECIES_BALTOY] = {0x8df8eec, 0x800, SPECIES_BALTOY}, - [SPECIES_CLAYDOL] = {0x8df99b4, 0x800, SPECIES_CLAYDOL}, - [SPECIES_NOSEPASS] = {0x8dfa4c4, 0x800, SPECIES_NOSEPASS}, - [SPECIES_TORKOAL] = {0x8dfb080, 0x800, SPECIES_TORKOAL}, - [SPECIES_SABLEYE] = {0x8dfba8c, 0x800, SPECIES_SABLEYE}, - [SPECIES_BARBOACH] = {0x8dfc4b4, 0x800, SPECIES_BARBOACH}, - [SPECIES_WHISCASH] = {0x8dfcf2c, 0x800, SPECIES_WHISCASH}, - [SPECIES_LUVDISC] = {0x8dfd8a4, 0x800, SPECIES_LUVDISC}, - [SPECIES_CORPHISH] = {0x8dfe240, 0x800, SPECIES_CORPHISH}, - [SPECIES_CRAWDAUNT] = {0x8dfee5c, 0x800, SPECIES_CRAWDAUNT}, - [SPECIES_FEEBAS] = {0x8dff93c, 0x800, SPECIES_FEEBAS}, - [SPECIES_MILOTIC] = {0x8e00574, 0x800, SPECIES_MILOTIC}, - [SPECIES_CARVANHA] = {0x8e01004, 0x800, SPECIES_CARVANHA}, - [SPECIES_SHARPEDO] = {0x8e01b14, 0x800, SPECIES_SHARPEDO}, - [SPECIES_TRAPINCH] = {0x8e024f8, 0x800, SPECIES_TRAPINCH}, - [SPECIES_VIBRAVA] = {0x8e02ef8, 0x800, SPECIES_VIBRAVA}, - [SPECIES_FLYGON] = {0x8e03ad0, 0x800, SPECIES_FLYGON}, - [SPECIES_MAKUHITA] = {0x8e04694, 0x800, SPECIES_MAKUHITA}, - [SPECIES_HARIYAMA] = {0x8e052a0, 0x800, SPECIES_HARIYAMA}, - [SPECIES_ELECTRIKE] = {0x8e05d80, 0x800, SPECIES_ELECTRIKE}, - [SPECIES_MANECTRIC] = {0x8e067ac, 0x800, SPECIES_MANECTRIC}, - [SPECIES_NUMEL] = {0x8e07118, 0x800, SPECIES_NUMEL}, - [SPECIES_CAMERUPT] = {0x8e07c5c, 0x800, SPECIES_CAMERUPT}, - [SPECIES_SPHEAL] = {0x8e08604, 0x800, SPECIES_SPHEAL}, - [SPECIES_SEALEO] = {0x8e08ff0, 0x800, SPECIES_SEALEO}, - [SPECIES_WALREIN] = {0x8e09b7c, 0x800, SPECIES_WALREIN}, - [SPECIES_CACNEA] = {0x8e0a684, 0x800, SPECIES_CACNEA}, - [SPECIES_CACTURNE] = {0x8e0b28c, 0x800, SPECIES_CACTURNE}, - [SPECIES_SNORUNT] = {0x8e0bcc0, 0x800, SPECIES_SNORUNT}, - [SPECIES_GLALIE] = {0x8e0c7dc, 0x800, SPECIES_GLALIE}, - [SPECIES_LUNATONE] = {0x8e0d324, 0x800, SPECIES_LUNATONE}, - [SPECIES_SOLROCK] = {0x8e0df38, 0x800, SPECIES_SOLROCK}, - [SPECIES_AZURILL] = {0x8e0ea5c, 0x800, SPECIES_AZURILL}, - [SPECIES_SPOINK] = {0x8e0f450, 0x800, SPECIES_SPOINK}, - [SPECIES_GRUMPIG] = {0x8e0febc, 0x800, SPECIES_GRUMPIG}, - [SPECIES_PLUSLE] = {0x8e10918, 0x800, SPECIES_PLUSLE}, - [SPECIES_MINUN] = {0x8e112a8, 0x800, SPECIES_MINUN}, - [SPECIES_MAWILE] = {0x8e11d9c, 0x800, SPECIES_MAWILE}, - [SPECIES_MEDITITE] = {0x8e128c4, 0x800, SPECIES_MEDITITE}, - [SPECIES_MEDICHAM] = {0x8e13328, 0x800, SPECIES_MEDICHAM}, - [SPECIES_SWABLU] = {0x8e13da8, 0x800, SPECIES_SWABLU}, - [SPECIES_ALTARIA] = {0x8e149ac, 0x800, SPECIES_ALTARIA}, - [SPECIES_WYNAUT] = {0x8e1542c, 0x800, SPECIES_WYNAUT}, - [SPECIES_DUSKULL] = {0x8e15e1c, 0x800, SPECIES_DUSKULL}, - [SPECIES_DUSCLOPS] = {0x8e168dc, 0x800, SPECIES_DUSCLOPS}, - [SPECIES_ROSELIA] = {0x8e173a4, 0x800, SPECIES_ROSELIA}, - [SPECIES_SLAKOTH] = {0x8e17ec4, 0x800, SPECIES_SLAKOTH}, - [SPECIES_VIGOROTH] = {0x8e18a18, 0x800, SPECIES_VIGOROTH}, - [SPECIES_SLAKING] = {0x8e19624, 0x800, SPECIES_SLAKING}, - [SPECIES_GULPIN] = {0x8e1a070, 0x800, SPECIES_GULPIN}, - [SPECIES_SWALOT] = {0x8e1aaa8, 0x800, SPECIES_SWALOT}, - [SPECIES_TROPIUS] = {0x8e1b7d8, 0x800, SPECIES_TROPIUS}, - [SPECIES_WHISMUR] = {0x8e1c200, 0x800, SPECIES_WHISMUR}, - [SPECIES_LOUDRED] = {0x8e1cd58, 0x800, SPECIES_LOUDRED}, - [SPECIES_EXPLOUD] = {0x8e1daa0, 0x800, SPECIES_EXPLOUD}, - [SPECIES_CLAMPERL] = {0x8e1e5f4, 0x800, SPECIES_CLAMPERL}, - [SPECIES_HUNTAIL] = {0x8e1f0c4, 0x800, SPECIES_HUNTAIL}, - [SPECIES_GOREBYSS] = {0x8e1fb98, 0x800, SPECIES_GOREBYSS}, - [SPECIES_ABSOL] = {0x8e20720, 0x800, SPECIES_ABSOL}, - [SPECIES_SHUPPET] = {0x8e21128, 0x800, SPECIES_SHUPPET}, - [SPECIES_BANETTE] = {0x8e21ae4, 0x800, SPECIES_BANETTE}, - [SPECIES_SEVIPER] = {0x8e225f0, 0x800, SPECIES_SEVIPER}, - [SPECIES_ZANGOOSE] = {0x8e232b8, 0x800, SPECIES_ZANGOOSE}, - [SPECIES_RELICANTH] = {0x8e23e30, 0x800, SPECIES_RELICANTH}, - [SPECIES_ARON] = {0x8e247e0, 0x800, SPECIES_ARON}, - [SPECIES_LAIRON] = {0x8e25244, 0x800, SPECIES_LAIRON}, - [SPECIES_AGGRON] = {0x8e25f1c, 0x800, SPECIES_AGGRON}, - [SPECIES_CASTFORM] = {0x8e27294, 0x800, SPECIES_CASTFORM}, - [SPECIES_VOLBEAT] = {0x8e284a4, 0x800, SPECIES_VOLBEAT}, - [SPECIES_ILLUMISE] = {0x8e28fe8, 0x800, SPECIES_ILLUMISE}, - [SPECIES_LILEEP] = {0x8e29ab8, 0x800, SPECIES_LILEEP}, - [SPECIES_CRADILY] = {0x8e2a688, 0x800, SPECIES_CRADILY}, - [SPECIES_ANORITH] = {0x8e2b218, 0x800, SPECIES_ANORITH}, - [SPECIES_ARMALDO] = {0x8e2be50, 0x800, SPECIES_ARMALDO}, - [SPECIES_RALTS] = {0x8e2c928, 0x800, SPECIES_RALTS}, - [SPECIES_KIRLIA] = {0x8e2d2d0, 0x800, SPECIES_KIRLIA}, - [SPECIES_GARDEVOIR] = {0x8e2de30, 0x800, SPECIES_GARDEVOIR}, - [SPECIES_BAGON] = {0x8e2e84c, 0x800, SPECIES_BAGON}, - [SPECIES_SHELGON] = {0x8e2f2a8, 0x800, SPECIES_SHELGON}, - [SPECIES_SALAMENCE] = {0x8e2fe64, 0x800, SPECIES_SALAMENCE}, - [SPECIES_BELDUM] = {0x8e30828, 0x800, SPECIES_BELDUM}, - [SPECIES_METANG] = {0x8e313e4, 0x800, SPECIES_METANG}, - [SPECIES_METAGROSS] = {0x8e31fdc, 0x800, SPECIES_METAGROSS}, - [SPECIES_REGIROCK] = {0x8e32bd4, 0x800, SPECIES_REGIROCK}, - [SPECIES_REGICE] = {0x8e338d8, 0x800, SPECIES_REGICE}, - [SPECIES_REGISTEEL] = {0x8e344c0, 0x800, SPECIES_REGISTEEL}, - [SPECIES_KYOGRE] = {0x8e350d8, 0x800, SPECIES_KYOGRE}, - [SPECIES_GROUDON] = {0x8e35d54, 0x800, SPECIES_GROUDON}, - [SPECIES_RAYQUAZA] = {0x8e36b3c, 0x800, SPECIES_RAYQUAZA}, - [SPECIES_LATIAS] = {0x8e37708, 0x800, SPECIES_LATIAS}, - [SPECIES_LATIOS] = {0x8e382c8, 0x800, SPECIES_LATIOS}, - [SPECIES_JIRACHI] = {0x8e38da4, 0x800, SPECIES_JIRACHI}, - [SPECIES_DEOXYS] = {0x8e39d70, 0x800, SPECIES_DEOXYS}, - [SPECIES_CHIMECHO] = {0x8e3ae1c, 0x800, SPECIES_CHIMECHO}, - [SPECIES_EGG] = {0x8e3b4d8, 0x800, SPECIES_EGG}, - [SPECIES_UNOWN_B] = {0x8e3b884, 0x800, SPECIES_UNOWN_B}, - [SPECIES_UNOWN_C] = {0x8e3c09c, 0x800, SPECIES_UNOWN_C}, - [SPECIES_UNOWN_D] = {0x8e3c940, 0x800, SPECIES_UNOWN_D}, - [SPECIES_UNOWN_E] = {0x8e3d150, 0x800, SPECIES_UNOWN_E}, - [SPECIES_UNOWN_F] = {0x8e3d944, 0x800, SPECIES_UNOWN_F}, - [SPECIES_UNOWN_G] = {0x8e3e13c, 0x800, SPECIES_UNOWN_G}, - [SPECIES_UNOWN_H] = {0x8e3e9cc, 0x800, SPECIES_UNOWN_H}, - [SPECIES_UNOWN_I] = {0x8e3f228, 0x800, SPECIES_UNOWN_I}, - [SPECIES_UNOWN_J] = {0x8e3f994, 0x800, SPECIES_UNOWN_J}, - [SPECIES_UNOWN_K] = {0x8e4014c, 0x800, SPECIES_UNOWN_K}, - [SPECIES_UNOWN_L] = {0x8e408f4, 0x800, SPECIES_UNOWN_L}, - [SPECIES_UNOWN_M] = {0x8e410ec, 0x800, SPECIES_UNOWN_M}, - [SPECIES_UNOWN_N] = {0x8e4198c, 0x800, SPECIES_UNOWN_N}, - [SPECIES_UNOWN_O] = {0x8e42230, 0x800, SPECIES_UNOWN_O}, - [SPECIES_UNOWN_P] = {0x8e42a90, 0x800, SPECIES_UNOWN_P}, - [SPECIES_UNOWN_Q] = {0x8e43208, 0x800, SPECIES_UNOWN_Q}, - [SPECIES_UNOWN_R] = {0x8e43978, 0x800, SPECIES_UNOWN_R}, - [SPECIES_UNOWN_S] = {0x8e44128, 0x800, SPECIES_UNOWN_S}, - [SPECIES_UNOWN_T] = {0x8e4492c, 0x800, SPECIES_UNOWN_T}, - [SPECIES_UNOWN_U] = {0x8e450f8, 0x800, SPECIES_UNOWN_U}, - [SPECIES_UNOWN_V] = {0x8e45930, 0x800, SPECIES_UNOWN_V}, - [SPECIES_UNOWN_W] = {0x8e46134, 0x800, SPECIES_UNOWN_W}, - [SPECIES_UNOWN_X] = {0x8e468fc, 0x800, SPECIES_UNOWN_X}, - [SPECIES_UNOWN_Y] = {0x8e470c4, 0x800, SPECIES_UNOWN_Y}, - [SPECIES_UNOWN_Z] = {0x8e47868, 0x800, SPECIES_UNOWN_Z}, - [SPECIES_UNOWN_EXCLAMATION] = {0x8e47fd4, 0x800, SPECIES_UNOWN_EXCLAMATION}, - [SPECIES_UNOWN_QUESTION] = {0x8e48758, 0x800, SPECIES_UNOWN_QUESTION}, + [SPECIES_NONE] = {gBackShinySprite000NoneTiles, (64 * 64) / 2, SPECIES_NONE}, + [SPECIES_BULBASAUR] = {gBackShinySprite001BulbasaurTiles, (64 * 64) / 2, SPECIES_BULBASAUR}, + [SPECIES_IVYSAUR] = {gBackShinySprite002IvysaurTiles, (64 * 64) / 2, SPECIES_IVYSAUR}, + [SPECIES_VENUSAUR] = {gBackShinySprite003VenusaurTiles, (64 * 64) / 2, SPECIES_VENUSAUR}, + [SPECIES_CHARMANDER] = {gBackShinySprite004CharmanderTiles, (64 * 64) / 2, SPECIES_CHARMANDER}, + [SPECIES_CHARMELEON] = {gBackShinySprite005CharmeleonTiles, (64 * 64) / 2, SPECIES_CHARMELEON}, + [SPECIES_CHARIZARD] = {gBackShinySprite006CharizardTiles, (64 * 64) / 2, SPECIES_CHARIZARD}, + [SPECIES_SQUIRTLE] = {gBackShinySprite007SquirtleTiles, (64 * 64) / 2, SPECIES_SQUIRTLE}, + [SPECIES_WARTORTLE] = {gBackShinySprite008WartortleTiles, (64 * 64) / 2, SPECIES_WARTORTLE}, + [SPECIES_BLASTOISE] = {gBackShinySprite009BlastoiseTiles, (64 * 64) / 2, SPECIES_BLASTOISE}, + [SPECIES_CATERPIE] = {gBackShinySprite010CaterpieTiles, (64 * 64) / 2, SPECIES_CATERPIE}, + [SPECIES_METAPOD] = {gBackShinySprite011MetapodTiles, (64 * 64) / 2, SPECIES_METAPOD}, + [SPECIES_BUTTERFREE] = {gBackShinySprite012ButterfreeTiles, (64 * 64) / 2, SPECIES_BUTTERFREE}, + [SPECIES_WEEDLE] = {gBackShinySprite013WeedleTiles, (64 * 64) / 2, SPECIES_WEEDLE}, + [SPECIES_KAKUNA] = {gBackShinySprite014KakunaTiles, (64 * 64) / 2, SPECIES_KAKUNA}, + [SPECIES_BEEDRILL] = {gBackShinySprite015BeedrillTiles, (64 * 64) / 2, SPECIES_BEEDRILL}, + [SPECIES_PIDGEY] = {gBackShinySprite016PidgeyTiles, (64 * 64) / 2, SPECIES_PIDGEY}, + [SPECIES_PIDGEOTTO] = {gBackShinySprite017PidgeottoTiles, (64 * 64) / 2, SPECIES_PIDGEOTTO}, + [SPECIES_PIDGEOT] = {gBackShinySprite018PidgeotTiles, (64 * 64) / 2, SPECIES_PIDGEOT}, + [SPECIES_RATTATA] = {gBackShinySprite019RattataTiles, (64 * 64) / 2, SPECIES_RATTATA}, + [SPECIES_RATICATE] = {gBackShinySprite020RaticateTiles, (64 * 64) / 2, SPECIES_RATICATE}, + [SPECIES_SPEAROW] = {gBackShinySprite021SpearowTiles, (64 * 64) / 2, SPECIES_SPEAROW}, + [SPECIES_FEAROW] = {gBackShinySprite022FearowTiles, (64 * 64) / 2, SPECIES_FEAROW}, + [SPECIES_EKANS] = {gBackShinySprite023EkansTiles, (64 * 64) / 2, SPECIES_EKANS}, + [SPECIES_ARBOK] = {gBackShinySprite024ArbokTiles, (64 * 64) / 2, SPECIES_ARBOK}, + [SPECIES_PIKACHU] = {gBackShinySprite025PikachuTiles, (64 * 64) / 2, SPECIES_PIKACHU}, + [SPECIES_RAICHU] = {gBackShinySprite026RaichuTiles, (64 * 64) / 2, SPECIES_RAICHU}, + [SPECIES_SANDSHREW] = {gBackShinySprite027SandshrewTiles, (64 * 64) / 2, SPECIES_SANDSHREW}, + [SPECIES_SANDSLASH] = {gBackShinySprite028SandslashTiles, (64 * 64) / 2, SPECIES_SANDSLASH}, + [SPECIES_NIDORAN_F] = {gBackShinySprite029NidoranFTiles, (64 * 64) / 2, SPECIES_NIDORAN_F}, + [SPECIES_NIDORINA] = {gBackShinySprite030NidorinaTiles, (64 * 64) / 2, SPECIES_NIDORINA}, + [SPECIES_NIDOQUEEN] = {gBackShinySprite031NidoqueenTiles, (64 * 64) / 2, SPECIES_NIDOQUEEN}, + [SPECIES_NIDORAN_M] = {gBackShinySprite032NidoranMTiles, (64 * 64) / 2, SPECIES_NIDORAN_M}, + [SPECIES_NIDORINO] = {gBackShinySprite033NidorinoTiles, (64 * 64) / 2, SPECIES_NIDORINO}, + [SPECIES_NIDOKING] = {gBackShinySprite034NidokingTiles, (64 * 64) / 2, SPECIES_NIDOKING}, + [SPECIES_CLEFAIRY] = {gBackShinySprite035ClefairyTiles, (64 * 64) / 2, SPECIES_CLEFAIRY}, + [SPECIES_CLEFABLE] = {gBackShinySprite036ClefableTiles, (64 * 64) / 2, SPECIES_CLEFABLE}, + [SPECIES_VULPIX] = {gBackShinySprite037VulpixTiles, (64 * 64) / 2, SPECIES_VULPIX}, + [SPECIES_NINETALES] = {gBackShinySprite038NinetalesTiles, (64 * 64) / 2, SPECIES_NINETALES}, + [SPECIES_JIGGLYPUFF] = {gBackShinySprite039JigglypuffTiles, (64 * 64) / 2, SPECIES_JIGGLYPUFF}, + [SPECIES_WIGGLYTUFF] = {gBackShinySprite040WigglytuffTiles, (64 * 64) / 2, SPECIES_WIGGLYTUFF}, + [SPECIES_ZUBAT] = {gBackShinySprite041ZubatTiles, (64 * 64) / 2, SPECIES_ZUBAT}, + [SPECIES_GOLBAT] = {gBackShinySprite042GolbatTiles, (64 * 64) / 2, SPECIES_GOLBAT}, + [SPECIES_ODDISH] = {gBackShinySprite043OddishTiles, (64 * 64) / 2, SPECIES_ODDISH}, + [SPECIES_GLOOM] = {gBackShinySprite044GloomTiles, (64 * 64) / 2, SPECIES_GLOOM}, + [SPECIES_VILEPLUME] = {gBackShinySprite045VileplumeTiles, (64 * 64) / 2, SPECIES_VILEPLUME}, + [SPECIES_PARAS] = {gBackShinySprite046ParasTiles, (64 * 64) / 2, SPECIES_PARAS}, + [SPECIES_PARASECT] = {gBackShinySprite047ParasectTiles, (64 * 64) / 2, SPECIES_PARASECT}, + [SPECIES_VENONAT] = {gBackShinySprite048VenonatTiles, (64 * 64) / 2, SPECIES_VENONAT}, + [SPECIES_VENOMOTH] = {gBackShinySprite049VenomothTiles, (64 * 64) / 2, SPECIES_VENOMOTH}, + [SPECIES_DIGLETT] = {gBackShinySprite050DiglettTiles, (64 * 64) / 2, SPECIES_DIGLETT}, + [SPECIES_DUGTRIO] = {gBackShinySprite051DugtrioTiles, (64 * 64) / 2, SPECIES_DUGTRIO}, + [SPECIES_MEOWTH] = {gBackShinySprite052MeowthTiles, (64 * 64) / 2, SPECIES_MEOWTH}, + [SPECIES_PERSIAN] = {gBackShinySprite053PersianTiles, (64 * 64) / 2, SPECIES_PERSIAN}, + [SPECIES_PSYDUCK] = {gBackShinySprite054PsyduckTiles, (64 * 64) / 2, SPECIES_PSYDUCK}, + [SPECIES_GOLDUCK] = {gBackShinySprite055GolduckTiles, (64 * 64) / 2, SPECIES_GOLDUCK}, + [SPECIES_MANKEY] = {gBackShinySprite056MankeyTiles, (64 * 64) / 2, SPECIES_MANKEY}, + [SPECIES_PRIMEAPE] = {gBackShinySprite057PrimeapeTiles, (64 * 64) / 2, SPECIES_PRIMEAPE}, + [SPECIES_GROWLITHE] = {gBackShinySprite058GrowlitheTiles, (64 * 64) / 2, SPECIES_GROWLITHE}, + [SPECIES_ARCANINE] = {gBackShinySprite059ArcanineTiles, (64 * 64) / 2, SPECIES_ARCANINE}, + [SPECIES_POLIWAG] = {gBackShinySprite060PoliwagTiles, (64 * 64) / 2, SPECIES_POLIWAG}, + [SPECIES_POLIWHIRL] = {gBackShinySprite061PoliwhirlTiles, (64 * 64) / 2, SPECIES_POLIWHIRL}, + [SPECIES_POLIWRATH] = {gBackShinySprite062PoliwrathTiles, (64 * 64) / 2, SPECIES_POLIWRATH}, + [SPECIES_ABRA] = {gBackShinySprite063AbraTiles, (64 * 64) / 2, SPECIES_ABRA}, + [SPECIES_KADABRA] = {gBackShinySprite064KadabraTiles, (64 * 64) / 2, SPECIES_KADABRA}, + [SPECIES_ALAKAZAM] = {gBackShinySprite065AlakazamTiles, (64 * 64) / 2, SPECIES_ALAKAZAM}, + [SPECIES_MACHOP] = {gBackShinySprite066MachopTiles, (64 * 64) / 2, SPECIES_MACHOP}, + [SPECIES_MACHOKE] = {gBackShinySprite067MachokeTiles, (64 * 64) / 2, SPECIES_MACHOKE}, + [SPECIES_MACHAMP] = {gBackShinySprite068MachampTiles, (64 * 64) / 2, SPECIES_MACHAMP}, + [SPECIES_BELLSPROUT] = {gBackShinySprite069BellsproutTiles, (64 * 64) / 2, SPECIES_BELLSPROUT}, + [SPECIES_WEEPINBELL] = {gBackShinySprite070WeepinbellTiles, (64 * 64) / 2, SPECIES_WEEPINBELL}, + [SPECIES_VICTREEBEL] = {gBackShinySprite071VictreebelTiles, (64 * 64) / 2, SPECIES_VICTREEBEL}, + [SPECIES_TENTACOOL] = {gBackShinySprite072TentacoolTiles, (64 * 64) / 2, SPECIES_TENTACOOL}, + [SPECIES_TENTACRUEL] = {gBackShinySprite073TentacruelTiles, (64 * 64) / 2, SPECIES_TENTACRUEL}, + [SPECIES_GEODUDE] = {gBackShinySprite074GeodudeTiles, (64 * 64) / 2, SPECIES_GEODUDE}, + [SPECIES_GRAVELER] = {gBackShinySprite075GravelerTiles, (64 * 64) / 2, SPECIES_GRAVELER}, + [SPECIES_GOLEM] = {gBackShinySprite076GolemTiles, (64 * 64) / 2, SPECIES_GOLEM}, + [SPECIES_PONYTA] = {gBackShinySprite077PonytaTiles, (64 * 64) / 2, SPECIES_PONYTA}, + [SPECIES_RAPIDASH] = {gBackShinySprite078RapidashTiles, (64 * 64) / 2, SPECIES_RAPIDASH}, + [SPECIES_SLOWPOKE] = {gBackShinySprite079SlowpokeTiles, (64 * 64) / 2, SPECIES_SLOWPOKE}, + [SPECIES_SLOWBRO] = {gBackShinySprite080SlowbroTiles, (64 * 64) / 2, SPECIES_SLOWBRO}, + [SPECIES_MAGNEMITE] = {gBackShinySprite081MagnemiteTiles, (64 * 64) / 2, SPECIES_MAGNEMITE}, + [SPECIES_MAGNETON] = {gBackShinySprite082MagnetonTiles, (64 * 64) / 2, SPECIES_MAGNETON}, + [SPECIES_FARFETCHD] = {gBackShinySprite083FarfetchdTiles, (64 * 64) / 2, SPECIES_FARFETCHD}, + [SPECIES_DODUO] = {gBackShinySprite084DoduoTiles, (64 * 64) / 2, SPECIES_DODUO}, + [SPECIES_DODRIO] = {gBackShinySprite085DodrioTiles, (64 * 64) / 2, SPECIES_DODRIO}, + [SPECIES_SEEL] = {gBackShinySprite086SeelTiles, (64 * 64) / 2, SPECIES_SEEL}, + [SPECIES_DEWGONG] = {gBackShinySprite087DewgongTiles, (64 * 64) / 2, SPECIES_DEWGONG}, + [SPECIES_GRIMER] = {gBackShinySprite088GrimerTiles, (64 * 64) / 2, SPECIES_GRIMER}, + [SPECIES_MUK] = {gBackShinySprite089MukTiles, (64 * 64) / 2, SPECIES_MUK}, + [SPECIES_SHELLDER] = {gBackShinySprite090ShellderTiles, (64 * 64) / 2, SPECIES_SHELLDER}, + [SPECIES_CLOYSTER] = {gBackShinySprite091CloysterTiles, (64 * 64) / 2, SPECIES_CLOYSTER}, + [SPECIES_GASTLY] = {gBackShinySprite092GastlyTiles, (64 * 64) / 2, SPECIES_GASTLY}, + [SPECIES_HAUNTER] = {gBackShinySprite093HaunterTiles, (64 * 64) / 2, SPECIES_HAUNTER}, + [SPECIES_GENGAR] = {gBackShinySprite094GengarTiles, (64 * 64) / 2, SPECIES_GENGAR}, + [SPECIES_ONIX] = {gBackShinySprite095OnixTiles, (64 * 64) / 2, SPECIES_ONIX}, + [SPECIES_DROWZEE] = {gBackShinySprite096DrowzeeTiles, (64 * 64) / 2, SPECIES_DROWZEE}, + [SPECIES_HYPNO] = {gBackShinySprite097HypnoTiles, (64 * 64) / 2, SPECIES_HYPNO}, + [SPECIES_KRABBY] = {gBackShinySprite098KrabbyTiles, (64 * 64) / 2, SPECIES_KRABBY}, + [SPECIES_KINGLER] = {gBackShinySprite099KinglerTiles, (64 * 64) / 2, SPECIES_KINGLER}, + [SPECIES_VOLTORB] = {gBackShinySprite100VoltorbTiles, (64 * 64) / 2, SPECIES_VOLTORB}, + [SPECIES_ELECTRODE] = {gBackShinySprite101ElectrodeTiles, (64 * 64) / 2, SPECIES_ELECTRODE}, + [SPECIES_EXEGGCUTE] = {gBackShinySprite102ExeggcuteTiles, (64 * 64) / 2, SPECIES_EXEGGCUTE}, + [SPECIES_EXEGGUTOR] = {gBackShinySprite103ExeggutorTiles, (64 * 64) / 2, SPECIES_EXEGGUTOR}, + [SPECIES_CUBONE] = {gBackShinySprite104CuboneTiles, (64 * 64) / 2, SPECIES_CUBONE}, + [SPECIES_MAROWAK] = {gBackShinySprite105MarowakTiles, (64 * 64) / 2, SPECIES_MAROWAK}, + [SPECIES_HITMONLEE] = {gBackShinySprite106HitmonleeTiles, (64 * 64) / 2, SPECIES_HITMONLEE}, + [SPECIES_HITMONCHAN] = {gBackShinySprite107HitmonchanTiles, (64 * 64) / 2, SPECIES_HITMONCHAN}, + [SPECIES_LICKITUNG] = {gBackShinySprite108LickitungTiles, (64 * 64) / 2, SPECIES_LICKITUNG}, + [SPECIES_KOFFING] = {gBackShinySprite109KoffingTiles, (64 * 64) / 2, SPECIES_KOFFING}, + [SPECIES_WEEZING] = {gBackShinySprite110WeezingTiles, (64 * 64) / 2, SPECIES_WEEZING}, + [SPECIES_RHYHORN] = {gBackShinySprite111RhyhornTiles, (64 * 64) / 2, SPECIES_RHYHORN}, + [SPECIES_RHYDON] = {gBackShinySprite112RhydonTiles, (64 * 64) / 2, SPECIES_RHYDON}, + [SPECIES_CHANSEY] = {gBackShinySprite113ChanseyTiles, (64 * 64) / 2, SPECIES_CHANSEY}, + [SPECIES_TANGELA] = {gBackShinySprite114TangelaTiles, (64 * 64) / 2, SPECIES_TANGELA}, + [SPECIES_KANGASKHAN] = {gBackShinySprite115KangaskhanTiles, (64 * 64) / 2, SPECIES_KANGASKHAN}, + [SPECIES_HORSEA] = {gBackShinySprite116HorseaTiles, (64 * 64) / 2, SPECIES_HORSEA}, + [SPECIES_SEADRA] = {gBackShinySprite117SeadraTiles, (64 * 64) / 2, SPECIES_SEADRA}, + [SPECIES_GOLDEEN] = {gBackShinySprite118GoldeenTiles, (64 * 64) / 2, SPECIES_GOLDEEN}, + [SPECIES_SEAKING] = {gBackShinySprite119SeakingTiles, (64 * 64) / 2, SPECIES_SEAKING}, + [SPECIES_STARYU] = {gBackShinySprite120StaryuTiles, (64 * 64) / 2, SPECIES_STARYU}, + [SPECIES_STARMIE] = {gBackShinySprite121StarmieTiles, (64 * 64) / 2, SPECIES_STARMIE}, + [SPECIES_MR_MIME] = {gBackShinySprite122MrMimeTiles, (64 * 64) / 2, SPECIES_MR_MIME}, + [SPECIES_SCYTHER] = {gBackShinySprite123ScytherTiles, (64 * 64) / 2, SPECIES_SCYTHER}, + [SPECIES_JYNX] = {gBackShinySprite124JynxTiles, (64 * 64) / 2, SPECIES_JYNX}, + [SPECIES_ELECTABUZZ] = {gBackShinySprite125ElectabuzzTiles, (64 * 64) / 2, SPECIES_ELECTABUZZ}, + [SPECIES_MAGMAR] = {gBackShinySprite126MagmarTiles, (64 * 64) / 2, SPECIES_MAGMAR}, + [SPECIES_PINSIR] = {gBackShinySprite127PinsirTiles, (64 * 64) / 2, SPECIES_PINSIR}, + [SPECIES_TAUROS] = {gBackShinySprite128TaurosTiles, (64 * 64) / 2, SPECIES_TAUROS}, + [SPECIES_MAGIKARP] = {gBackShinySprite129MagikarpTiles, (64 * 64) / 2, SPECIES_MAGIKARP}, + [SPECIES_GYARADOS] = {gBackShinySprite130GyaradosTiles, (64 * 64) / 2, SPECIES_GYARADOS}, + [SPECIES_LAPRAS] = {gBackShinySprite131LaprasTiles, (64 * 64) / 2, SPECIES_LAPRAS}, + [SPECIES_DITTO] = {gBackShinySprite132DittoTiles, (64 * 64) / 2, SPECIES_DITTO}, + [SPECIES_EEVEE] = {gBackShinySprite133EeveeTiles, (64 * 64) / 2, SPECIES_EEVEE}, + [SPECIES_VAPOREON] = {gBackShinySprite134VaporeonTiles, (64 * 64) / 2, SPECIES_VAPOREON}, + [SPECIES_JOLTEON] = {gBackShinySprite135JolteonTiles, (64 * 64) / 2, SPECIES_JOLTEON}, + [SPECIES_FLAREON] = {gBackShinySprite136FlareonTiles, (64 * 64) / 2, SPECIES_FLAREON}, + [SPECIES_PORYGON] = {gBackShinySprite137PorygonTiles, (64 * 64) / 2, SPECIES_PORYGON}, + [SPECIES_OMANYTE] = {gBackShinySprite138OmanyteTiles, (64 * 64) / 2, SPECIES_OMANYTE}, + [SPECIES_OMASTAR] = {gBackShinySprite139OmastarTiles, (64 * 64) / 2, SPECIES_OMASTAR}, + [SPECIES_KABUTO] = {gBackShinySprite140KabutoTiles, (64 * 64) / 2, SPECIES_KABUTO}, + [SPECIES_KABUTOPS] = {gBackShinySprite141KabutopsTiles, (64 * 64) / 2, SPECIES_KABUTOPS}, + [SPECIES_AERODACTYL] = {gBackShinySprite142AerodactylTiles, (64 * 64) / 2, SPECIES_AERODACTYL}, + [SPECIES_SNORLAX] = {gBackShinySprite143SnorlaxTiles, (64 * 64) / 2, SPECIES_SNORLAX}, + [SPECIES_ARTICUNO] = {gBackShinySprite144ArticunoTiles, (64 * 64) / 2, SPECIES_ARTICUNO}, + [SPECIES_ZAPDOS] = {gBackShinySprite145ZapdosTiles, (64 * 64) / 2, SPECIES_ZAPDOS}, + [SPECIES_MOLTRES] = {gBackShinySprite146MoltresTiles, (64 * 64) / 2, SPECIES_MOLTRES}, + [SPECIES_DRATINI] = {gBackShinySprite147DratiniTiles, (64 * 64) / 2, SPECIES_DRATINI}, + [SPECIES_DRAGONAIR] = {gBackShinySprite148DragonairTiles, (64 * 64) / 2, SPECIES_DRAGONAIR}, + [SPECIES_DRAGONITE] = {gBackShinySprite149DragoniteTiles, (64 * 64) / 2, SPECIES_DRAGONITE}, + [SPECIES_MEWTWO] = {gBackShinySprite150MewtwoTiles, (64 * 64) / 2, SPECIES_MEWTWO}, + [SPECIES_MEW] = {gBackShinySprite151MewTiles, (64 * 64) / 2, SPECIES_MEW}, + [SPECIES_CHIKORITA] = {gBackShinySprite152ChikoritaTiles, (64 * 64) / 2, SPECIES_CHIKORITA}, + [SPECIES_BAYLEEF] = {gBackShinySprite153BayleefTiles, (64 * 64) / 2, SPECIES_BAYLEEF}, + [SPECIES_MEGANIUM] = {gBackShinySprite154MeganiumTiles, (64 * 64) / 2, SPECIES_MEGANIUM}, + [SPECIES_CYNDAQUIL] = {gBackShinySprite155CyndaquilTiles, (64 * 64) / 2, SPECIES_CYNDAQUIL}, + [SPECIES_QUILAVA] = {gBackShinySprite156QuilavaTiles, (64 * 64) / 2, SPECIES_QUILAVA}, + [SPECIES_TYPHLOSION] = {gBackShinySprite157TyphlosionTiles, (64 * 64) / 2, SPECIES_TYPHLOSION}, + [SPECIES_TOTODILE] = {gBackShinySprite158TotodileTiles, (64 * 64) / 2, SPECIES_TOTODILE}, + [SPECIES_CROCONAW] = {gBackShinySprite159CroconawTiles, (64 * 64) / 2, SPECIES_CROCONAW}, + [SPECIES_FERALIGATR] = {gBackShinySprite160FeraligatrTiles, (64 * 64) / 2, SPECIES_FERALIGATR}, + [SPECIES_SENTRET] = {gBackShinySprite161SentretTiles, (64 * 64) / 2, SPECIES_SENTRET}, + [SPECIES_FURRET] = {gBackShinySprite162FurretTiles, (64 * 64) / 2, SPECIES_FURRET}, + [SPECIES_HOOTHOOT] = {gBackShinySprite163HoothootTiles, (64 * 64) / 2, SPECIES_HOOTHOOT}, + [SPECIES_NOCTOWL] = {gBackShinySprite164NoctowlTiles, (64 * 64) / 2, SPECIES_NOCTOWL}, + [SPECIES_LEDYBA] = {gBackShinySprite165LedybaTiles, (64 * 64) / 2, SPECIES_LEDYBA}, + [SPECIES_LEDIAN] = {gBackShinySprite166LedianTiles, (64 * 64) / 2, SPECIES_LEDIAN}, + [SPECIES_SPINARAK] = {gBackShinySprite167SpinarakTiles, (64 * 64) / 2, SPECIES_SPINARAK}, + [SPECIES_ARIADOS] = {gBackShinySprite168AriadosTiles, (64 * 64) / 2, SPECIES_ARIADOS}, + [SPECIES_CROBAT] = {gBackShinySprite169CrobatTiles, (64 * 64) / 2, SPECIES_CROBAT}, + [SPECIES_CHINCHOU] = {gBackShinySprite170ChinchouTiles, (64 * 64) / 2, SPECIES_CHINCHOU}, + [SPECIES_LANTURN] = {gBackShinySprite171LanturnTiles, (64 * 64) / 2, SPECIES_LANTURN}, + [SPECIES_PICHU] = {gBackShinySprite172PichuTiles, (64 * 64) / 2, SPECIES_PICHU}, + [SPECIES_CLEFFA] = {gBackShinySprite173CleffaTiles, (64 * 64) / 2, SPECIES_CLEFFA}, + [SPECIES_IGGLYBUFF] = {gBackShinySprite174IgglybuffTiles, (64 * 64) / 2, SPECIES_IGGLYBUFF}, + [SPECIES_TOGEPI] = {gBackShinySprite175TogepiTiles, (64 * 64) / 2, SPECIES_TOGEPI}, + [SPECIES_TOGETIC] = {gBackShinySprite176TogeticTiles, (64 * 64) / 2, SPECIES_TOGETIC}, + [SPECIES_NATU] = {gBackShinySprite177NatuTiles, (64 * 64) / 2, SPECIES_NATU}, + [SPECIES_XATU] = {gBackShinySprite178XatuTiles, (64 * 64) / 2, SPECIES_XATU}, + [SPECIES_MAREEP] = {gBackShinySprite179MareepTiles, (64 * 64) / 2, SPECIES_MAREEP}, + [SPECIES_FLAAFFY] = {gBackShinySprite180FlaaffyTiles, (64 * 64) / 2, SPECIES_FLAAFFY}, + [SPECIES_AMPHAROS] = {gBackShinySprite181AmpharosTiles, (64 * 64) / 2, SPECIES_AMPHAROS}, + [SPECIES_BELLOSSOM] = {gBackShinySprite182BellossomTiles, (64 * 64) / 2, SPECIES_BELLOSSOM}, + [SPECIES_MARILL] = {gBackShinySprite183MarillTiles, (64 * 64) / 2, SPECIES_MARILL}, + [SPECIES_AZUMARILL] = {gBackShinySprite184AzumarillTiles, (64 * 64) / 2, SPECIES_AZUMARILL}, + [SPECIES_SUDOWOODO] = {gBackShinySprite185SudowoodoTiles, (64 * 64) / 2, SPECIES_SUDOWOODO}, + [SPECIES_POLITOED] = {gBackShinySprite186PolitoedTiles, (64 * 64) / 2, SPECIES_POLITOED}, + [SPECIES_HOPPIP] = {gBackShinySprite187HoppipTiles, (64 * 64) / 2, SPECIES_HOPPIP}, + [SPECIES_SKIPLOOM] = {gBackShinySprite188SkiploomTiles, (64 * 64) / 2, SPECIES_SKIPLOOM}, + [SPECIES_JUMPLUFF] = {gBackShinySprite189JumpluffTiles, (64 * 64) / 2, SPECIES_JUMPLUFF}, + [SPECIES_AIPOM] = {gBackShinySprite190AipomTiles, (64 * 64) / 2, SPECIES_AIPOM}, + [SPECIES_SUNKERN] = {gBackShinySprite191SunkernTiles, (64 * 64) / 2, SPECIES_SUNKERN}, + [SPECIES_SUNFLORA] = {gBackShinySprite192SunfloraTiles, (64 * 64) / 2, SPECIES_SUNFLORA}, + [SPECIES_YANMA] = {gBackShinySprite193YanmaTiles, (64 * 64) / 2, SPECIES_YANMA}, + [SPECIES_WOOPER] = {gBackShinySprite194WooperTiles, (64 * 64) / 2, SPECIES_WOOPER}, + [SPECIES_QUAGSIRE] = {gBackShinySprite195QuagsireTiles, (64 * 64) / 2, SPECIES_QUAGSIRE}, + [SPECIES_ESPEON] = {gBackShinySprite196EspeonTiles, (64 * 64) / 2, SPECIES_ESPEON}, + [SPECIES_UMBREON] = {gBackShinySprite197UmbreonTiles, (64 * 64) / 2, SPECIES_UMBREON}, + [SPECIES_MURKROW] = {gBackShinySprite198MurkrowTiles, (64 * 64) / 2, SPECIES_MURKROW}, + [SPECIES_SLOWKING] = {gBackShinySprite199SlowkingTiles, (64 * 64) / 2, SPECIES_SLOWKING}, + [SPECIES_MISDREAVUS] = {gBackShinySprite200MisdreavusTiles, (64 * 64) / 2, SPECIES_MISDREAVUS}, + [SPECIES_UNOWN] = {gBackShinySprite201UnownTiles, (64 * 64) / 2, SPECIES_UNOWN}, + [SPECIES_WOBBUFFET] = {gBackShinySprite202WobbuffetTiles, (64 * 64) / 2, SPECIES_WOBBUFFET}, + [SPECIES_GIRAFARIG] = {gBackShinySprite203GirafarigTiles, (64 * 64) / 2, SPECIES_GIRAFARIG}, + [SPECIES_PINECO] = {gBackShinySprite204PinecoTiles, (64 * 64) / 2, SPECIES_PINECO}, + [SPECIES_FORRETRESS] = {gBackShinySprite205ForretressTiles, (64 * 64) / 2, SPECIES_FORRETRESS}, + [SPECIES_DUNSPARCE] = {gBackShinySprite206DunsparceTiles, (64 * 64) / 2, SPECIES_DUNSPARCE}, + [SPECIES_GLIGAR] = {gBackShinySprite207GligarTiles, (64 * 64) / 2, SPECIES_GLIGAR}, + [SPECIES_STEELIX] = {gBackShinySprite208SteelixTiles, (64 * 64) / 2, SPECIES_STEELIX}, + [SPECIES_SNUBBULL] = {gBackShinySprite209SnubbullTiles, (64 * 64) / 2, SPECIES_SNUBBULL}, + [SPECIES_GRANBULL] = {gBackShinySprite210GranbullTiles, (64 * 64) / 2, SPECIES_GRANBULL}, + [SPECIES_QWILFISH] = {gBackShinySprite211QwilfishTiles, (64 * 64) / 2, SPECIES_QWILFISH}, + [SPECIES_SCIZOR] = {gBackShinySprite212ScizorTiles, (64 * 64) / 2, SPECIES_SCIZOR}, + [SPECIES_SHUCKLE] = {gBackShinySprite213ShuckleTiles, (64 * 64) / 2, SPECIES_SHUCKLE}, + [SPECIES_HERACROSS] = {gBackShinySprite214HeracrossTiles, (64 * 64) / 2, SPECIES_HERACROSS}, + [SPECIES_SNEASEL] = {gBackShinySprite215SneaselTiles, (64 * 64) / 2, SPECIES_SNEASEL}, + [SPECIES_TEDDIURSA] = {gBackShinySprite216TeddiursaTiles, (64 * 64) / 2, SPECIES_TEDDIURSA}, + [SPECIES_URSARING] = {gBackShinySprite217UrsaringTiles, (64 * 64) / 2, SPECIES_URSARING}, + [SPECIES_SLUGMA] = {gBackShinySprite218SlugmaTiles, (64 * 64) / 2, SPECIES_SLUGMA}, + [SPECIES_MAGCARGO] = {gBackShinySprite219MagcargoTiles, (64 * 64) / 2, SPECIES_MAGCARGO}, + [SPECIES_SWINUB] = {gBackShinySprite220SwinubTiles, (64 * 64) / 2, SPECIES_SWINUB}, + [SPECIES_PILOSWINE] = {gBackShinySprite221PiloswineTiles, (64 * 64) / 2, SPECIES_PILOSWINE}, + [SPECIES_CORSOLA] = {gBackShinySprite222CorsolaTiles, (64 * 64) / 2, SPECIES_CORSOLA}, + [SPECIES_REMORAID] = {gBackShinySprite223RemoraidTiles, (64 * 64) / 2, SPECIES_REMORAID}, + [SPECIES_OCTILLERY] = {gBackShinySprite224OctilleryTiles, (64 * 64) / 2, SPECIES_OCTILLERY}, + [SPECIES_DELIBIRD] = {gBackShinySprite225DelibirdTiles, (64 * 64) / 2, SPECIES_DELIBIRD}, + [SPECIES_MANTINE] = {gBackShinySprite226MantineTiles, (64 * 64) / 2, SPECIES_MANTINE}, + [SPECIES_SKARMORY] = {gBackShinySprite227SkarmoryTiles, (64 * 64) / 2, SPECIES_SKARMORY}, + [SPECIES_HOUNDOUR] = {gBackShinySprite228HoundourTiles, (64 * 64) / 2, SPECIES_HOUNDOUR}, + [SPECIES_HOUNDOOM] = {gBackShinySprite229HoundoomTiles, (64 * 64) / 2, SPECIES_HOUNDOOM}, + [SPECIES_KINGDRA] = {gBackShinySprite230KingdraTiles, (64 * 64) / 2, SPECIES_KINGDRA}, + [SPECIES_PHANPY] = {gBackShinySprite231PhanpyTiles, (64 * 64) / 2, SPECIES_PHANPY}, + [SPECIES_DONPHAN] = {gBackShinySprite232DonphanTiles, (64 * 64) / 2, SPECIES_DONPHAN}, + [SPECIES_PORYGON2] = {gBackShinySprite233Porygon2Tiles, (64 * 64) / 2, SPECIES_PORYGON2}, + [SPECIES_STANTLER] = {gBackShinySprite234StantlerTiles, (64 * 64) / 2, SPECIES_STANTLER}, + [SPECIES_SMEARGLE] = {gBackShinySprite235SmeargleTiles, (64 * 64) / 2, SPECIES_SMEARGLE}, + [SPECIES_TYROGUE] = {gBackShinySprite236TyrogueTiles, (64 * 64) / 2, SPECIES_TYROGUE}, + [SPECIES_HITMONTOP] = {gBackShinySprite237HitmontopTiles, (64 * 64) / 2, SPECIES_HITMONTOP}, + [SPECIES_SMOOCHUM] = {gBackShinySprite238SmoochumTiles, (64 * 64) / 2, SPECIES_SMOOCHUM}, + [SPECIES_ELEKID] = {gBackShinySprite239ElekidTiles, (64 * 64) / 2, SPECIES_ELEKID}, + [SPECIES_MAGBY] = {gBackShinySprite240MagbyTiles, (64 * 64) / 2, SPECIES_MAGBY}, + [SPECIES_MILTANK] = {gBackShinySprite241MiltankTiles, (64 * 64) / 2, SPECIES_MILTANK}, + [SPECIES_BLISSEY] = {gBackShinySprite242BlisseyTiles, (64 * 64) / 2, SPECIES_BLISSEY}, + [SPECIES_RAIKOU] = {gBackShinySprite243RaikouTiles, (64 * 64) / 2, SPECIES_RAIKOU}, + [SPECIES_ENTEI] = {gBackShinySprite244EnteiTiles, (64 * 64) / 2, SPECIES_ENTEI}, + [SPECIES_SUICUNE] = {gBackShinySprite245SuicuneTiles, (64 * 64) / 2, SPECIES_SUICUNE}, + [SPECIES_LARVITAR] = {gBackShinySprite246LarvitarTiles, (64 * 64) / 2, SPECIES_LARVITAR}, + [SPECIES_PUPITAR] = {gBackShinySprite247PupitarTiles, (64 * 64) / 2, SPECIES_PUPITAR}, + [SPECIES_TYRANITAR] = {gBackShinySprite248TyranitarTiles, (64 * 64) / 2, SPECIES_TYRANITAR}, + [SPECIES_LUGIA] = {gBackShinySprite249LugiaTiles, (64 * 64) / 2, SPECIES_LUGIA}, + [SPECIES_HO_OH] = {gBackShinySprite250HoOhTiles, (64 * 64) / 2, SPECIES_HO_OH}, + [SPECIES_CELEBI] = {gBackShinySprite251CelebiTiles, (64 * 64) / 2, SPECIES_CELEBI}, + [252] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0xfc}, + [253] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0xfd}, + [254] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0xfe}, + [255] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0xff}, + [256] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x100}, + [257] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x101}, + [258] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x102}, + [259] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x103}, + [260] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x104}, + [261] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x105}, + [262] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x106}, + [263] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x107}, + [264] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x108}, + [265] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x109}, + [266] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x10a}, + [267] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x10b}, + [268] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x10c}, + [269] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x10d}, + [270] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x10e}, + [271] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x10f}, + [272] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x110}, + [273] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x111}, + [274] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x112}, + [275] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x113}, + [276] = {gBackShinySprite252Tiles, (64 * 64) / 2, 0x114}, + [SPECIES_TREECKO] = {gBackShinySprite277TreeckoTiles, (64 * 64) / 2, SPECIES_TREECKO}, + [SPECIES_GROVYLE] = {gBackShinySprite278GrovyleTiles, (64 * 64) / 2, SPECIES_GROVYLE}, + [SPECIES_SCEPTILE] = {gBackShinySprite279SceptileTiles, (64 * 64) / 2, SPECIES_SCEPTILE}, + [SPECIES_TORCHIC] = {gBackShinySprite280TorchicTiles, (64 * 64) / 2, SPECIES_TORCHIC}, + [SPECIES_COMBUSKEN] = {gBackShinySprite281CombuskenTiles, (64 * 64) / 2, SPECIES_COMBUSKEN}, + [SPECIES_BLAZIKEN] = {gBackShinySprite282BlazikenTiles, (64 * 64) / 2, SPECIES_BLAZIKEN}, + [SPECIES_MUDKIP] = {gBackShinySprite283MudkipTiles, (64 * 64) / 2, SPECIES_MUDKIP}, + [SPECIES_MARSHTOMP] = {gBackShinySprite284MarshtompTiles, (64 * 64) / 2, SPECIES_MARSHTOMP}, + [SPECIES_SWAMPERT] = {gBackShinySprite285SwampertTiles, (64 * 64) / 2, SPECIES_SWAMPERT}, + [SPECIES_POOCHYENA] = {gBackShinySprite286PoochyenaTiles, (64 * 64) / 2, SPECIES_POOCHYENA}, + [SPECIES_MIGHTYENA] = {gBackShinySprite287MightyenaTiles, (64 * 64) / 2, SPECIES_MIGHTYENA}, + [SPECIES_ZIGZAGOON] = {gBackShinySprite288ZigzagoonTiles, (64 * 64) / 2, SPECIES_ZIGZAGOON}, + [SPECIES_LINOONE] = {gBackShinySprite289LinooneTiles, (64 * 64) / 2, SPECIES_LINOONE}, + [SPECIES_WURMPLE] = {gBackShinySprite290WurmpleTiles, (64 * 64) / 2, SPECIES_WURMPLE}, + [SPECIES_SILCOON] = {gBackShinySprite291SilcoonTiles, (64 * 64) / 2, SPECIES_SILCOON}, + [SPECIES_BEAUTIFLY] = {gBackShinySprite292BeautiflyTiles, (64 * 64) / 2, SPECIES_BEAUTIFLY}, + [SPECIES_CASCOON] = {gBackShinySprite293CascoonTiles, (64 * 64) / 2, SPECIES_CASCOON}, + [SPECIES_DUSTOX] = {gBackShinySprite294DustoxTiles, (64 * 64) / 2, SPECIES_DUSTOX}, + [SPECIES_LOTAD] = {gBackShinySprite295LotadTiles, (64 * 64) / 2, SPECIES_LOTAD}, + [SPECIES_LOMBRE] = {gBackShinySprite296LombreTiles, (64 * 64) / 2, SPECIES_LOMBRE}, + [SPECIES_LUDICOLO] = {gBackShinySprite297LudicoloTiles, (64 * 64) / 2, SPECIES_LUDICOLO}, + [SPECIES_SEEDOT] = {gBackShinySprite298SeedotTiles, (64 * 64) / 2, SPECIES_SEEDOT}, + [SPECIES_NUZLEAF] = {gBackShinySprite299NuzleafTiles, (64 * 64) / 2, SPECIES_NUZLEAF}, + [SPECIES_SHIFTRY] = {gBackShinySprite300ShiftryTiles, (64 * 64) / 2, SPECIES_SHIFTRY}, + [SPECIES_NINCADA] = {gBackShinySprite301NincadaTiles, (64 * 64) / 2, SPECIES_NINCADA}, + [SPECIES_NINJASK] = {gBackShinySprite302NinjaskTiles, (64 * 64) / 2, SPECIES_NINJASK}, + [SPECIES_SHEDINJA] = {gBackShinySprite303ShedinjaTiles, (64 * 64) / 2, SPECIES_SHEDINJA}, + [SPECIES_TAILLOW] = {gBackShinySprite304TaillowTiles, (64 * 64) / 2, SPECIES_TAILLOW}, + [SPECIES_SWELLOW] = {gBackShinySprite305SwellowTiles, (64 * 64) / 2, SPECIES_SWELLOW}, + [SPECIES_SHROOMISH] = {gBackShinySprite306ShroomishTiles, (64 * 64) / 2, SPECIES_SHROOMISH}, + [SPECIES_BRELOOM] = {gBackShinySprite307BreloomTiles, (64 * 64) / 2, SPECIES_BRELOOM}, + [SPECIES_SPINDA] = {gBackShinySprite308SpindaTiles, (64 * 64) / 2, SPECIES_SPINDA}, + [SPECIES_WINGULL] = {gBackShinySprite309WingullTiles, (64 * 64) / 2, SPECIES_WINGULL}, + [SPECIES_PELIPPER] = {gBackShinySprite310PelipperTiles, (64 * 64) / 2, SPECIES_PELIPPER}, + [SPECIES_SURSKIT] = {gBackShinySprite311SurskitTiles, (64 * 64) / 2, SPECIES_SURSKIT}, + [SPECIES_MASQUERAIN] = {gBackShinySprite312MasquerainTiles, (64 * 64) / 2, SPECIES_MASQUERAIN}, + [SPECIES_WAILMER] = {gBackShinySprite313WailmerTiles, (64 * 64) / 2, SPECIES_WAILMER}, + [SPECIES_WAILORD] = {gBackShinySprite314WailordTiles, (64 * 64) / 2, SPECIES_WAILORD}, + [SPECIES_SKITTY] = {gBackShinySprite315SkittyTiles, (64 * 64) / 2, SPECIES_SKITTY}, + [SPECIES_DELCATTY] = {gBackShinySprite316DelcattyTiles, (64 * 64) / 2, SPECIES_DELCATTY}, + [SPECIES_KECLEON] = {gBackShinySprite317KecleonTiles, (64 * 64) / 2, SPECIES_KECLEON}, + [SPECIES_BALTOY] = {gBackShinySprite318BaltoyTiles, (64 * 64) / 2, SPECIES_BALTOY}, + [SPECIES_CLAYDOL] = {gBackShinySprite319ClaydolTiles, (64 * 64) / 2, SPECIES_CLAYDOL}, + [SPECIES_NOSEPASS] = {gBackShinySprite320NosepassTiles, (64 * 64) / 2, SPECIES_NOSEPASS}, + [SPECIES_TORKOAL] = {gBackShinySprite321TorkoalTiles, (64 * 64) / 2, SPECIES_TORKOAL}, + [SPECIES_SABLEYE] = {gBackShinySprite322SableyeTiles, (64 * 64) / 2, SPECIES_SABLEYE}, + [SPECIES_BARBOACH] = {gBackShinySprite323BarboachTiles, (64 * 64) / 2, SPECIES_BARBOACH}, + [SPECIES_WHISCASH] = {gBackShinySprite324WhiscashTiles, (64 * 64) / 2, SPECIES_WHISCASH}, + [SPECIES_LUVDISC] = {gBackShinySprite325LuvdiscTiles, (64 * 64) / 2, SPECIES_LUVDISC}, + [SPECIES_CORPHISH] = {gBackShinySprite326CorphishTiles, (64 * 64) / 2, SPECIES_CORPHISH}, + [SPECIES_CRAWDAUNT] = {gBackShinySprite327CrawdauntTiles, (64 * 64) / 2, SPECIES_CRAWDAUNT}, + [SPECIES_FEEBAS] = {gBackShinySprite328FeebasTiles, (64 * 64) / 2, SPECIES_FEEBAS}, + [SPECIES_MILOTIC] = {gBackShinySprite329MiloticTiles, (64 * 64) / 2, SPECIES_MILOTIC}, + [SPECIES_CARVANHA] = {gBackShinySprite330CarvanhaTiles, (64 * 64) / 2, SPECIES_CARVANHA}, + [SPECIES_SHARPEDO] = {gBackShinySprite331SharpedoTiles, (64 * 64) / 2, SPECIES_SHARPEDO}, + [SPECIES_TRAPINCH] = {gBackShinySprite332TrapinchTiles, (64 * 64) / 2, SPECIES_TRAPINCH}, + [SPECIES_VIBRAVA] = {gBackShinySprite333VibravaTiles, (64 * 64) / 2, SPECIES_VIBRAVA}, + [SPECIES_FLYGON] = {gBackShinySprite334FlygonTiles, (64 * 64) / 2, SPECIES_FLYGON}, + [SPECIES_MAKUHITA] = {gBackShinySprite335MakuhitaTiles, (64 * 64) / 2, SPECIES_MAKUHITA}, + [SPECIES_HARIYAMA] = {gBackShinySprite336HariyamaTiles, (64 * 64) / 2, SPECIES_HARIYAMA}, + [SPECIES_ELECTRIKE] = {gBackShinySprite337ElectrikeTiles, (64 * 64) / 2, SPECIES_ELECTRIKE}, + [SPECIES_MANECTRIC] = {gBackShinySprite338ManectricTiles, (64 * 64) / 2, SPECIES_MANECTRIC}, + [SPECIES_NUMEL] = {gBackShinySprite339NumelTiles, (64 * 64) / 2, SPECIES_NUMEL}, + [SPECIES_CAMERUPT] = {gBackShinySprite340CameruptTiles, (64 * 64) / 2, SPECIES_CAMERUPT}, + [SPECIES_SPHEAL] = {gBackShinySprite341SphealTiles, (64 * 64) / 2, SPECIES_SPHEAL}, + [SPECIES_SEALEO] = {gBackShinySprite342SealeoTiles, (64 * 64) / 2, SPECIES_SEALEO}, + [SPECIES_WALREIN] = {gBackShinySprite343WalreinTiles, (64 * 64) / 2, SPECIES_WALREIN}, + [SPECIES_CACNEA] = {gBackShinySprite344CacneaTiles, (64 * 64) / 2, SPECIES_CACNEA}, + [SPECIES_CACTURNE] = {gBackShinySprite345CacturneTiles, (64 * 64) / 2, SPECIES_CACTURNE}, + [SPECIES_SNORUNT] = {gBackShinySprite346SnoruntTiles, (64 * 64) / 2, SPECIES_SNORUNT}, + [SPECIES_GLALIE] = {gBackShinySprite347GlalieTiles, (64 * 64) / 2, SPECIES_GLALIE}, + [SPECIES_LUNATONE] = {gBackShinySprite348LunatoneTiles, (64 * 64) / 2, SPECIES_LUNATONE}, + [SPECIES_SOLROCK] = {gBackShinySprite349SolrockTiles, (64 * 64) / 2, SPECIES_SOLROCK}, + [SPECIES_AZURILL] = {gBackShinySprite350AzurillTiles, (64 * 64) / 2, SPECIES_AZURILL}, + [SPECIES_SPOINK] = {gBackShinySprite351SpoinkTiles, (64 * 64) / 2, SPECIES_SPOINK}, + [SPECIES_GRUMPIG] = {gBackShinySprite352GrumpigTiles, (64 * 64) / 2, SPECIES_GRUMPIG}, + [SPECIES_PLUSLE] = {gBackShinySprite353PlusleTiles, (64 * 64) / 2, SPECIES_PLUSLE}, + [SPECIES_MINUN] = {gBackShinySprite354MinunTiles, (64 * 64) / 2, SPECIES_MINUN}, + [SPECIES_MAWILE] = {gBackShinySprite355MawileTiles, (64 * 64) / 2, SPECIES_MAWILE}, + [SPECIES_MEDITITE] = {gBackShinySprite356MedititeTiles, (64 * 64) / 2, SPECIES_MEDITITE}, + [SPECIES_MEDICHAM] = {gBackShinySprite357MedichamTiles, (64 * 64) / 2, SPECIES_MEDICHAM}, + [SPECIES_SWABLU] = {gBackShinySprite358SwabluTiles, (64 * 64) / 2, SPECIES_SWABLU}, + [SPECIES_ALTARIA] = {gBackShinySprite359AltariaTiles, (64 * 64) / 2, SPECIES_ALTARIA}, + [SPECIES_WYNAUT] = {gBackShinySprite360WynautTiles, (64 * 64) / 2, SPECIES_WYNAUT}, + [SPECIES_DUSKULL] = {gBackShinySprite361DuskullTiles, (64 * 64) / 2, SPECIES_DUSKULL}, + [SPECIES_DUSCLOPS] = {gBackShinySprite362DusclopsTiles, (64 * 64) / 2, SPECIES_DUSCLOPS}, + [SPECIES_ROSELIA] = {gBackShinySprite363RoseliaTiles, (64 * 64) / 2, SPECIES_ROSELIA}, + [SPECIES_SLAKOTH] = {gBackShinySprite364SlakothTiles, (64 * 64) / 2, SPECIES_SLAKOTH}, + [SPECIES_VIGOROTH] = {gBackShinySprite365VigorothTiles, (64 * 64) / 2, SPECIES_VIGOROTH}, + [SPECIES_SLAKING] = {gBackShinySprite366SlakingTiles, (64 * 64) / 2, SPECIES_SLAKING}, + [SPECIES_GULPIN] = {gBackShinySprite367GulpinTiles, (64 * 64) / 2, SPECIES_GULPIN}, + [SPECIES_SWALOT] = {gBackShinySprite368SwalotTiles, (64 * 64) / 2, SPECIES_SWALOT}, + [SPECIES_TROPIUS] = {gBackShinySprite369TropiusTiles, (64 * 64) / 2, SPECIES_TROPIUS}, + [SPECIES_WHISMUR] = {gBackShinySprite370WhismurTiles, (64 * 64) / 2, SPECIES_WHISMUR}, + [SPECIES_LOUDRED] = {gBackShinySprite371LoudredTiles, (64 * 64) / 2, SPECIES_LOUDRED}, + [SPECIES_EXPLOUD] = {gBackShinySprite372ExploudTiles, (64 * 64) / 2, SPECIES_EXPLOUD}, + [SPECIES_CLAMPERL] = {gBackShinySprite373ClamperlTiles, (64 * 64) / 2, SPECIES_CLAMPERL}, + [SPECIES_HUNTAIL] = {gBackShinySprite374HuntailTiles, (64 * 64) / 2, SPECIES_HUNTAIL}, + [SPECIES_GOREBYSS] = {gBackShinySprite375GorebyssTiles, (64 * 64) / 2, SPECIES_GOREBYSS}, + [SPECIES_ABSOL] = {gBackShinySprite376AbsolTiles, (64 * 64) / 2, SPECIES_ABSOL}, + [SPECIES_SHUPPET] = {gBackShinySprite377ShuppetTiles, (64 * 64) / 2, SPECIES_SHUPPET}, + [SPECIES_BANETTE] = {gBackShinySprite378BanetteTiles, (64 * 64) / 2, SPECIES_BANETTE}, + [SPECIES_SEVIPER] = {gBackShinySprite379SeviperTiles, (64 * 64) / 2, SPECIES_SEVIPER}, + [SPECIES_ZANGOOSE] = {gBackShinySprite380ZangooseTiles, (64 * 64) / 2, SPECIES_ZANGOOSE}, + [SPECIES_RELICANTH] = {gBackShinySprite381RelicanthTiles, (64 * 64) / 2, SPECIES_RELICANTH}, + [SPECIES_ARON] = {gBackShinySprite382AronTiles, (64 * 64) / 2, SPECIES_ARON}, + [SPECIES_LAIRON] = {gBackShinySprite383LaironTiles, (64 * 64) / 2, SPECIES_LAIRON}, + [SPECIES_AGGRON] = {gBackShinySprite384AggronTiles, (64 * 64) / 2, SPECIES_AGGRON}, + [SPECIES_CASTFORM] = {gBackShinySprite385CastformTiles, (64 * 64) / 2, SPECIES_CASTFORM}, + [SPECIES_VOLBEAT] = {gBackShinySprite386VolbeatTiles, (64 * 64) / 2, SPECIES_VOLBEAT}, + [SPECIES_ILLUMISE] = {gBackShinySprite387IllumiseTiles, (64 * 64) / 2, SPECIES_ILLUMISE}, + [SPECIES_LILEEP] = {gBackShinySprite388LileepTiles, (64 * 64) / 2, SPECIES_LILEEP}, + [SPECIES_CRADILY] = {gBackShinySprite389CradilyTiles, (64 * 64) / 2, SPECIES_CRADILY}, + [SPECIES_ANORITH] = {gBackShinySprite390AnorithTiles, (64 * 64) / 2, SPECIES_ANORITH}, + [SPECIES_ARMALDO] = {gBackShinySprite391ArmaldoTiles, (64 * 64) / 2, SPECIES_ARMALDO}, + [SPECIES_RALTS] = {gBackShinySprite392RaltsTiles, (64 * 64) / 2, SPECIES_RALTS}, + [SPECIES_KIRLIA] = {gBackShinySprite393KirliaTiles, (64 * 64) / 2, SPECIES_KIRLIA}, + [SPECIES_GARDEVOIR] = {gBackShinySprite394GardevoirTiles, (64 * 64) / 2, SPECIES_GARDEVOIR}, + [SPECIES_BAGON] = {gBackShinySprite395BagonTiles, (64 * 64) / 2, SPECIES_BAGON}, + [SPECIES_SHELGON] = {gBackShinySprite396ShelgonTiles, (64 * 64) / 2, SPECIES_SHELGON}, + [SPECIES_SALAMENCE] = {gBackShinySprite397SalamenceTiles, (64 * 64) / 2, SPECIES_SALAMENCE}, + [SPECIES_BELDUM] = {gBackShinySprite398BeldumTiles, (64 * 64) / 2, SPECIES_BELDUM}, + [SPECIES_METANG] = {gBackShinySprite399MetangTiles, (64 * 64) / 2, SPECIES_METANG}, + [SPECIES_METAGROSS] = {gBackShinySprite400MetagrossTiles, (64 * 64) / 2, SPECIES_METAGROSS}, + [SPECIES_REGIROCK] = {gBackShinySprite401RegirockTiles, (64 * 64) / 2, SPECIES_REGIROCK}, + [SPECIES_REGICE] = {gBackShinySprite402RegiceTiles, (64 * 64) / 2, SPECIES_REGICE}, + [SPECIES_REGISTEEL] = {gBackShinySprite403RegisteelTiles, (64 * 64) / 2, SPECIES_REGISTEEL}, + [SPECIES_KYOGRE] = {gBackShinySprite404KyogreTiles, (64 * 64) / 2, SPECIES_KYOGRE}, + [SPECIES_GROUDON] = {gBackShinySprite405GroudonTiles, (64 * 64) / 2, SPECIES_GROUDON}, + [SPECIES_RAYQUAZA] = {gBackShinySprite406RayquazaTiles, (64 * 64) / 2, SPECIES_RAYQUAZA}, + [SPECIES_LATIAS] = {gBackShinySprite407LatiasTiles, (64 * 64) / 2, SPECIES_LATIAS}, + [SPECIES_LATIOS] = {gBackShinySprite408LatiosTiles, (64 * 64) / 2, SPECIES_LATIOS}, + [SPECIES_JIRACHI] = {gBackShinySprite409JirachiTiles, (64 * 64) / 2, SPECIES_JIRACHI}, + [SPECIES_DEOXYS] = {gBackShinySprite410DeoxysTiles, (64 * 64) / 2, SPECIES_DEOXYS}, + [SPECIES_CHIMECHO] = {gBackShinySprite411ChimechoTiles, (64 * 64) / 2, SPECIES_CHIMECHO}, + [SPECIES_EGG] = {gBackShinySprite412EggTiles, (64 * 64) / 2, SPECIES_EGG}, + [SPECIES_UNOWN_B] = {gBackShinySprite413UnownBTiles, (64 * 64) / 2, SPECIES_UNOWN_B}, + [SPECIES_UNOWN_C] = {gBackShinySprite414UnownCTiles, (64 * 64) / 2, SPECIES_UNOWN_C}, + [SPECIES_UNOWN_D] = {gBackShinySprite415UnownDTiles, (64 * 64) / 2, SPECIES_UNOWN_D}, + [SPECIES_UNOWN_E] = {gBackShinySprite416UnownETiles, (64 * 64) / 2, SPECIES_UNOWN_E}, + [SPECIES_UNOWN_F] = {gBackShinySprite417UnownFTiles, (64 * 64) / 2, SPECIES_UNOWN_F}, + [SPECIES_UNOWN_G] = {gBackShinySprite418UnownGTiles, (64 * 64) / 2, SPECIES_UNOWN_G}, + [SPECIES_UNOWN_H] = {gBackShinySprite419UnownHTiles, (64 * 64) / 2, SPECIES_UNOWN_H}, + [SPECIES_UNOWN_I] = {gBackShinySprite420UnownITiles, (64 * 64) / 2, SPECIES_UNOWN_I}, + [SPECIES_UNOWN_J] = {gBackShinySprite421UnownJTiles, (64 * 64) / 2, SPECIES_UNOWN_J}, + [SPECIES_UNOWN_K] = {gBackShinySprite422UnownKTiles, (64 * 64) / 2, SPECIES_UNOWN_K}, + [SPECIES_UNOWN_L] = {gBackShinySprite423UnownLTiles, (64 * 64) / 2, SPECIES_UNOWN_L}, + [SPECIES_UNOWN_M] = {gBackShinySprite424UnownMTiles, (64 * 64) / 2, SPECIES_UNOWN_M}, + [SPECIES_UNOWN_N] = {gBackShinySprite425UnownNTiles, (64 * 64) / 2, SPECIES_UNOWN_N}, + [SPECIES_UNOWN_O] = {gBackShinySprite426UnownOTiles, (64 * 64) / 2, SPECIES_UNOWN_O}, + [SPECIES_UNOWN_P] = {gBackShinySprite427UnownPTiles, (64 * 64) / 2, SPECIES_UNOWN_P}, + [SPECIES_UNOWN_Q] = {gBackShinySprite428UnownQTiles, (64 * 64) / 2, SPECIES_UNOWN_Q}, + [SPECIES_UNOWN_R] = {gBackShinySprite429UnownRTiles, (64 * 64) / 2, SPECIES_UNOWN_R}, + [SPECIES_UNOWN_S] = {gBackShinySprite430UnownSTiles, (64 * 64) / 2, SPECIES_UNOWN_S}, + [SPECIES_UNOWN_T] = {gBackShinySprite431UnownTTiles, (64 * 64) / 2, SPECIES_UNOWN_T}, + [SPECIES_UNOWN_U] = {gBackShinySprite432UnownUTiles, (64 * 64) / 2, SPECIES_UNOWN_U}, + [SPECIES_UNOWN_V] = {gBackShinySprite433UnownVTiles, (64 * 64) / 2, SPECIES_UNOWN_V}, + [SPECIES_UNOWN_W] = {gBackShinySprite434UnownWTiles, (64 * 64) / 2, SPECIES_UNOWN_W}, + [SPECIES_UNOWN_X] = {gBackShinySprite435UnownXTiles, (64 * 64) / 2, SPECIES_UNOWN_X}, + [SPECIES_UNOWN_Y] = {gBackShinySprite436UnownYTiles, (64 * 64) / 2, SPECIES_UNOWN_Y}, + [SPECIES_UNOWN_Z] = {gBackShinySprite437UnownZTiles, (64 * 64) / 2, SPECIES_UNOWN_Z}, + [SPECIES_UNOWN_EXCLAMATION] = {gBackShinySprite438UnownExclamationTiles, (64 * 64) / 2, SPECIES_UNOWN_EXCLAMATION}, + [SPECIES_UNOWN_QUESTION] = {gBackShinySprite439UnownQuestionTiles, (64 * 64) / 2, SPECIES_UNOWN_QUESTION}, //New Data Starts Here - [SPECIES_TURTWIG] = {0x8d0098c, 0x800, SPECIES_TURTWIG}, - [SPECIES_GROTLE] = {0x8d0098c, 0x800, SPECIES_GROTLE}, - [SPECIES_TORTERRA] = {0x8d0098c, 0x800, SPECIES_TORTERRA}, - [SPECIES_CHIMCHAR] = {0x8d0098c, 0x800, SPECIES_CHIMCHAR}, - [SPECIES_MONFERNO] = {0x8d0098c, 0x800, SPECIES_MONFERNO}, - [SPECIES_INFERNAPE] = {0x8d0098c, 0x800, SPECIES_INFERNAPE}, - [SPECIES_PIPLUP] = {0x8d0098c, 0x800, SPECIES_PIPLUP}, - [SPECIES_PRINPLUP] = {0x8d0098c, 0x800, SPECIES_PRINPLUP}, - [SPECIES_EMPOLEON] = {0x8d0098c, 0x800, SPECIES_EMPOLEON}, - [SPECIES_STARLY] = {0x8d0098c, 0x800, SPECIES_STARLY}, - [SPECIES_STARAVIA] = {0x8d0098c, 0x800, SPECIES_STARAVIA}, - [SPECIES_STARAPTOR] = {0x8d0098c, 0x800, SPECIES_STARAPTOR}, - [SPECIES_BIDOOF] = {0x8d0098c, 0x800, SPECIES_BIDOOF}, - [SPECIES_BIBAREL] = {0x8d0098c, 0x800, SPECIES_BIBAREL}, - [SPECIES_KRICKETOT] = {0x8d0098c, 0x800, SPECIES_KRICKETOT}, - [SPECIES_KRICKETUNE] = {0x8d0098c, 0x800, SPECIES_KRICKETUNE}, - [SPECIES_SHINX] = {0x8d0098c, 0x800, SPECIES_SHINX}, - [SPECIES_LUXIO] = {0x8d0098c, 0x800, SPECIES_LUXIO}, - [SPECIES_LUXRAY] = {0x8d0098c, 0x800, SPECIES_LUXRAY}, - [SPECIES_BUDEW] = {0x8d0098c, 0x800, SPECIES_BUDEW}, - [SPECIES_ROSERADE] = {0x8d0098c, 0x800, SPECIES_ROSERADE}, - [SPECIES_CRANIDOS] = {0x8d0098c, 0x800, SPECIES_CRANIDOS}, - [SPECIES_RAMPARDOS] = {0x8d0098c, 0x800, SPECIES_RAMPARDOS}, - [SPECIES_SHIELDON] = {0x8d0098c, 0x800, SPECIES_SHIELDON}, - [SPECIES_BASTIODON] = {0x8d0098c, 0x800, SPECIES_BASTIODON}, - [SPECIES_BURMY] = {0x8d0098c, 0x800, SPECIES_BURMY}, - [SPECIES_WORMADAM] = {0x8d0098c, 0x800, SPECIES_WORMADAM}, - [SPECIES_MOTHIM] = {0x8d0098c, 0x800, SPECIES_MOTHIM}, - [SPECIES_COMBEE] = {0x8d0098c, 0x800, SPECIES_COMBEE}, - [SPECIES_VESPIQUEN] = {0x8d0098c, 0x800, SPECIES_VESPIQUEN}, - [SPECIES_PACHIRISU] = {0x8d0098c, 0x800, SPECIES_PACHIRISU}, - [SPECIES_BUIZEL] = {0x8d0098c, 0x800, SPECIES_BUIZEL}, - [SPECIES_FLOATZEL] = {0x8d0098c, 0x800, SPECIES_FLOATZEL}, - [SPECIES_CHERUBI] = {0x8d0098c, 0x800, SPECIES_CHERUBI}, - [SPECIES_CHERRIM] = {0x8d0098c, 0x800, SPECIES_CHERRIM}, - [SPECIES_SHELLOS] = {0x8d0098c, 0x800, SPECIES_SHELLOS}, - [SPECIES_GASTRODON] = {0x8d0098c, 0x800, SPECIES_GASTRODON}, - [SPECIES_AMBIPOM] = {0x8d0098c, 0x800, SPECIES_AMBIPOM}, - [SPECIES_DRIFLOON] = {0x8d0098c, 0x800, SPECIES_DRIFLOON}, - [SPECIES_DRIFBLIM] = {0x8d0098c, 0x800, SPECIES_DRIFBLIM}, - [SPECIES_BUNEARY] = {0x8d0098c, 0x800, SPECIES_BUNEARY}, - [SPECIES_LOPUNNY] = {0x8d0098c, 0x800, SPECIES_LOPUNNY}, - [SPECIES_MISMAGIUS] = {0x8d0098c, 0x800, SPECIES_MISMAGIUS}, - [SPECIES_HONCHKROW] = {0x8d0098c, 0x800, SPECIES_HONCHKROW}, - [SPECIES_GLAMEOW] = {0x8d0098c, 0x800, SPECIES_GLAMEOW}, - [SPECIES_PURUGLY] = {0x8d0098c, 0x800, SPECIES_PURUGLY}, - [SPECIES_CHINGLING] = {0x8d0098c, 0x800, SPECIES_CHINGLING}, - [SPECIES_STUNKY] = {0x8d0098c, 0x800, SPECIES_STUNKY}, - [SPECIES_SKUNTANK] = {0x8d0098c, 0x800, SPECIES_SKUNTANK}, - [SPECIES_BRONZOR] = {0x8d0098c, 0x800, SPECIES_BRONZOR}, - [SPECIES_BRONZONG] = {0x8d0098c, 0x800, SPECIES_BRONZONG}, - [SPECIES_BONSLY] = {0x8d0098c, 0x800, SPECIES_BONSLY}, - [SPECIES_MIME_JR] = {0x8d0098c, 0x800, SPECIES_MIME_JR}, - [SPECIES_HAPPINY] = {0x8d0098c, 0x800, SPECIES_HAPPINY}, - [SPECIES_CHATOT] = {0x8d0098c, 0x800, SPECIES_CHATOT}, - [SPECIES_SPIRITOMB] = {0x8d0098c, 0x800, SPECIES_SPIRITOMB}, - [SPECIES_GIBLE] = {0x8d0098c, 0x800, SPECIES_GIBLE}, - [SPECIES_GABITE] = {0x8d0098c, 0x800, SPECIES_GABITE}, - [SPECIES_GARCHOMP] = {0x8d0098c, 0x800, SPECIES_GARCHOMP}, - [SPECIES_MUNCHLAX] = {0x8d0098c, 0x800, SPECIES_MUNCHLAX}, - [SPECIES_RIOLU] = {0x8d0098c, 0x800, SPECIES_RIOLU}, - [SPECIES_LUCARIO] = {0x8d0098c, 0x800, SPECIES_LUCARIO}, - [SPECIES_HIPPOPOTAS] = {0x8d0098c, 0x800, SPECIES_HIPPOPOTAS}, - [SPECIES_HIPPOWDON] = {0x8d0098c, 0x800, SPECIES_HIPPOWDON}, - [SPECIES_SKORUPI] = {0x8d0098c, 0x800, SPECIES_SKORUPI}, - [SPECIES_DRAPION] = {0x8d0098c, 0x800, SPECIES_DRAPION}, - [SPECIES_CROAGUNK] = {0x8d0098c, 0x800, SPECIES_CROAGUNK}, - [SPECIES_TOXICROAK] = {0x8d0098c, 0x800, SPECIES_TOXICROAK}, - [SPECIES_CARNIVINE] = {0x8d0098c, 0x800, SPECIES_CARNIVINE}, - [SPECIES_FINNEON] = {0x8d0098c, 0x800, SPECIES_FINNEON}, - [SPECIES_LUMINEON] = {0x8d0098c, 0x800, SPECIES_LUMINEON}, - [SPECIES_MANTYKE] = {0x8d0098c, 0x800, SPECIES_MANTYKE}, - [SPECIES_SNOVER] = {0x8d0098c, 0x800, SPECIES_SNOVER}, - [SPECIES_ABOMASNOW] = {0x8d0098c, 0x800, SPECIES_ABOMASNOW}, - [SPECIES_WEAVILE] = {0x8d0098c, 0x800, SPECIES_WEAVILE}, - [SPECIES_MAGNEZONE] = {0x8d0098c, 0x800, SPECIES_MAGNEZONE}, - [SPECIES_LICKILICKY] = {0x8d0098c, 0x800, SPECIES_LICKILICKY}, - [SPECIES_RHYPERIOR] = {0x8d0098c, 0x800, SPECIES_RHYPERIOR}, - [SPECIES_TANGROWTH] = {0x8d0098c, 0x800, SPECIES_TANGROWTH}, - [SPECIES_ELECTIVIRE] = {0x8d0098c, 0x800, SPECIES_ELECTIVIRE}, - [SPECIES_MAGMORTAR] = {0x8d0098c, 0x800, SPECIES_MAGMORTAR}, - [SPECIES_TOGEKISS] = {0x8d0098c, 0x800, SPECIES_TOGEKISS}, - [SPECIES_YANMEGA] = {0x8d0098c, 0x800, SPECIES_YANMEGA}, - [SPECIES_LEAFEON] = {0x8d0098c, 0x800, SPECIES_LEAFEON}, - [SPECIES_GLACEON] = {0x8d0098c, 0x800, SPECIES_GLACEON}, - [SPECIES_GLISCOR] = {0x8d0098c, 0x800, SPECIES_GLISCOR}, - [SPECIES_MAMOSWINE] = {0x8d0098c, 0x800, SPECIES_MAMOSWINE}, - [SPECIES_PORYGON_Z] = {0x8d0098c, 0x800, SPECIES_PORYGON_Z}, - [SPECIES_GALLADE] = {0x8d0098c, 0x800, SPECIES_GALLADE}, - [SPECIES_PROBOPASS] = {0x8d0098c, 0x800, SPECIES_PROBOPASS}, - [SPECIES_DUSKNOIR] = {0x8d0098c, 0x800, SPECIES_DUSKNOIR}, - [SPECIES_FROSLASS] = {0x8d0098c, 0x800, SPECIES_FROSLASS}, - [SPECIES_ROTOM] = {0x8d0098c, 0x800, SPECIES_ROTOM}, - [SPECIES_UXIE] = {0x8d0098c, 0x800, SPECIES_UXIE}, - [SPECIES_MESPRIT] = {0x8d0098c, 0x800, SPECIES_MESPRIT}, - [SPECIES_AZELF] = {0x8d0098c, 0x800, SPECIES_AZELF}, - [SPECIES_DIALGA] = {0x8d0098c, 0x800, SPECIES_DIALGA}, - [SPECIES_PALKIA] = {0x8d0098c, 0x800, SPECIES_PALKIA}, - [SPECIES_HEATRAN] = {0x8d0098c, 0x800, SPECIES_HEATRAN}, - [SPECIES_REGIGIGAS] = {0x8d0098c, 0x800, SPECIES_REGIGIGAS}, - [SPECIES_GIRATINA] = {0x8d0098c, 0x800, SPECIES_GIRATINA}, - [SPECIES_CRESSELIA] = {0x8d0098c, 0x800, SPECIES_CRESSELIA}, - [SPECIES_PHIONE] = {0x8d0098c, 0x800, SPECIES_PHIONE}, - [SPECIES_MANAPHY] = {0x8d0098c, 0x800, SPECIES_MANAPHY}, - [SPECIES_DARKRAI] = {0x8d0098c, 0x800, SPECIES_DARKRAI}, - [SPECIES_SHAYMIN] = {0x8d0098c, 0x800, SPECIES_SHAYMIN}, - [SPECIES_ARCEUS] = {0x8d0098c, 0x800, SPECIES_ARCEUS}, - [SPECIES_VICTINI] = {0x8d0098c, 0x800, SPECIES_VICTINI}, - [SPECIES_SNIVY] = {0x8d0098c, 0x800, SPECIES_SNIVY}, - [SPECIES_SERVINE] = {0x8d0098c, 0x800, SPECIES_SERVINE}, - [SPECIES_SERPERIOR] = {0x8d0098c, 0x800, SPECIES_SERPERIOR}, - [SPECIES_TEPIG] = {0x8d0098c, 0x800, SPECIES_TEPIG}, - [SPECIES_PIGNITE] = {0x8d0098c, 0x800, SPECIES_PIGNITE}, - [SPECIES_EMBOAR] = {0x8d0098c, 0x800, SPECIES_EMBOAR}, - [SPECIES_OSHAWOTT] = {0x8d0098c, 0x800, SPECIES_OSHAWOTT}, - [SPECIES_DEWOTT] = {0x8d0098c, 0x800, SPECIES_DEWOTT}, - [SPECIES_SAMUROTT] = {0x8d0098c, 0x800, SPECIES_SAMUROTT}, - [SPECIES_PATRAT] = {0x8d0098c, 0x800, SPECIES_PATRAT}, - [SPECIES_WATCHOG] = {0x8d0098c, 0x800, SPECIES_WATCHOG}, - [SPECIES_LILLIPUP] = {0x8d0098c, 0x800, SPECIES_LILLIPUP}, - [SPECIES_HERDIER] = {0x8d0098c, 0x800, SPECIES_HERDIER}, - [SPECIES_STOUTLAND] = {0x8d0098c, 0x800, SPECIES_STOUTLAND}, - [SPECIES_PURRLOIN] = {0x8d0098c, 0x800, SPECIES_PURRLOIN}, - [SPECIES_LIEPARD] = {0x8d0098c, 0x800, SPECIES_LIEPARD}, - [SPECIES_PANSAGE] = {0x8d0098c, 0x800, SPECIES_PANSAGE}, - [SPECIES_SIMISAGE] = {0x8d0098c, 0x800, SPECIES_SIMISAGE}, - [SPECIES_PANSEAR] = {0x8d0098c, 0x800, SPECIES_PANSEAR}, - [SPECIES_SIMISEAR] = {0x8d0098c, 0x800, SPECIES_SIMISEAR}, - [SPECIES_PANPOUR] = {0x8d0098c, 0x800, SPECIES_PANPOUR}, - [SPECIES_SIMIPOUR] = {0x8d0098c, 0x800, SPECIES_SIMIPOUR}, - [SPECIES_MUNNA] = {0x8d0098c, 0x800, SPECIES_MUNNA}, - [SPECIES_MUSHARNA] = {0x8d0098c, 0x800, SPECIES_MUSHARNA}, - [SPECIES_PIDOVE] = {0x8d0098c, 0x800, SPECIES_PIDOVE}, - [SPECIES_TRANQUILL] = {0x8d0098c, 0x800, SPECIES_TRANQUILL}, - [SPECIES_UNFEZANT] = {0x8d0098c, 0x800, SPECIES_UNFEZANT}, - [SPECIES_BLITZLE] = {0x8d0098c, 0x800, SPECIES_BLITZLE}, - [SPECIES_ZEBSTRIKA] = {0x8d0098c, 0x800, SPECIES_ZEBSTRIKA}, - [SPECIES_ROGGENROLA] = {0x8d0098c, 0x800, SPECIES_ROGGENROLA}, - [SPECIES_BOLDORE] = {0x8d0098c, 0x800, SPECIES_BOLDORE}, - [SPECIES_GIGALITH] = {0x8d0098c, 0x800, SPECIES_GIGALITH}, - [SPECIES_WOOBAT] = {0x8d0098c, 0x800, SPECIES_WOOBAT}, - [SPECIES_SWOOBAT] = {0x8d0098c, 0x800, SPECIES_SWOOBAT}, - [SPECIES_DRILBUR] = {0x8d0098c, 0x800, SPECIES_DRILBUR}, - [SPECIES_EXCADRILL] = {0x8d0098c, 0x800, SPECIES_EXCADRILL}, - [SPECIES_AUDINO] = {0x8d0098c, 0x800, SPECIES_AUDINO}, - [SPECIES_TIMBURR] = {0x8d0098c, 0x800, SPECIES_TIMBURR}, - [SPECIES_GURDURR] = {0x8d0098c, 0x800, SPECIES_GURDURR}, - [SPECIES_CONKELDURR] = {0x8d0098c, 0x800, SPECIES_CONKELDURR}, - [SPECIES_TYMPOLE] = {0x8d0098c, 0x800, SPECIES_TYMPOLE}, - [SPECIES_PALPITOAD] = {0x8d0098c, 0x800, SPECIES_PALPITOAD}, - [SPECIES_SEISMITOAD] = {0x8d0098c, 0x800, SPECIES_SEISMITOAD}, - [SPECIES_THROH] = {0x8d0098c, 0x800, SPECIES_THROH}, - [SPECIES_SAWK] = {0x8d0098c, 0x800, SPECIES_SAWK}, - [SPECIES_SEWADDLE] = {0x8d0098c, 0x800, SPECIES_SEWADDLE}, - [SPECIES_SWADLOON] = {0x8d0098c, 0x800, SPECIES_SWADLOON}, - [SPECIES_LEAVANNY] = {0x8d0098c, 0x800, SPECIES_LEAVANNY}, - [SPECIES_VENIPEDE] = {0x8d0098c, 0x800, SPECIES_VENIPEDE}, - [SPECIES_WHIRLIPEDE] = {0x8d0098c, 0x800, SPECIES_WHIRLIPEDE}, - [SPECIES_SCOLIPEDE] = {0x8d0098c, 0x800, SPECIES_SCOLIPEDE}, - [SPECIES_COTTONEE] = {0x8d0098c, 0x800, SPECIES_COTTONEE}, - [SPECIES_WHIMSICOTT] = {0x8d0098c, 0x800, SPECIES_WHIMSICOTT}, - [SPECIES_PETILIL] = {0x8d0098c, 0x800, SPECIES_PETILIL}, - [SPECIES_LILLIGANT] = {0x8d0098c, 0x800, SPECIES_LILLIGANT}, - [SPECIES_BASCULIN_RED] = {0x8d0098c, 0x800, SPECIES_BASCULIN_RED}, - [SPECIES_SANDILE] = {0x8d0098c, 0x800, SPECIES_SANDILE}, - [SPECIES_KROKOROK] = {0x8d0098c, 0x800, SPECIES_KROKOROK}, - [SPECIES_KROOKODILE] = {0x8d0098c, 0x800, SPECIES_KROOKODILE}, - [SPECIES_DARUMAKA] = {0x8d0098c, 0x800, SPECIES_DARUMAKA}, - [SPECIES_DARMANITAN] = {0x8d0098c, 0x800, SPECIES_DARMANITAN}, - [SPECIES_MARACTUS] = {0x8d0098c, 0x800, SPECIES_MARACTUS}, - [SPECIES_DWEBBLE] = {0x8d0098c, 0x800, SPECIES_DWEBBLE}, - [SPECIES_CRUSTLE] = {0x8d0098c, 0x800, SPECIES_CRUSTLE}, - [SPECIES_SCRAGGY] = {0x8d0098c, 0x800, SPECIES_SCRAGGY}, - [SPECIES_SCRAFTY] = {0x8d0098c, 0x800, SPECIES_SCRAFTY}, - [SPECIES_SIGILYPH] = {0x8d0098c, 0x800, SPECIES_SIGILYPH}, - [SPECIES_YAMASK] = {0x8d0098c, 0x800, SPECIES_YAMASK}, - [SPECIES_COFAGRIGUS] = {0x8d0098c, 0x800, SPECIES_COFAGRIGUS}, - [SPECIES_TIRTOUGA] = {0x8d0098c, 0x800, SPECIES_TIRTOUGA}, - [SPECIES_CARRACOSTA] = {0x8d0098c, 0x800, SPECIES_CARRACOSTA}, - [SPECIES_ARCHEN] = {0x8d0098c, 0x800, SPECIES_ARCHEN}, - [SPECIES_ARCHEOPS] = {0x8d0098c, 0x800, SPECIES_ARCHEOPS}, - [SPECIES_TRUBBISH] = {0x8d0098c, 0x800, SPECIES_TRUBBISH}, - [SPECIES_GARBODOR] = {0x8d0098c, 0x800, SPECIES_GARBODOR}, - [SPECIES_ZORUA] = {0x8d0098c, 0x800, SPECIES_ZORUA}, - [SPECIES_ZOROARK] = {0x8d0098c, 0x800, SPECIES_ZOROARK}, - [SPECIES_MINCCINO] = {0x8d0098c, 0x800, SPECIES_MINCCINO}, - [SPECIES_CINCCINO] = {0x8d0098c, 0x800, SPECIES_CINCCINO}, - [SPECIES_GOTHITA] = {0x8d0098c, 0x800, SPECIES_GOTHITA}, - [SPECIES_GOTHORITA] = {0x8d0098c, 0x800, SPECIES_GOTHORITA}, - [SPECIES_GOTHITELLE] = {0x8d0098c, 0x800, SPECIES_GOTHITELLE}, - [SPECIES_SOLOSIS] = {0x8d0098c, 0x800, SPECIES_SOLOSIS}, - [SPECIES_DUOSION] = {0x8d0098c, 0x800, SPECIES_DUOSION}, - [SPECIES_REUNICLUS] = {0x8d0098c, 0x800, SPECIES_REUNICLUS}, - [SPECIES_DUCKLETT] = {0x8d0098c, 0x800, SPECIES_DUCKLETT}, - [SPECIES_SWANNA] = {0x8d0098c, 0x800, SPECIES_SWANNA}, - [SPECIES_VANILLITE] = {0x8d0098c, 0x800, SPECIES_VANILLITE}, - [SPECIES_VANILLISH] = {0x8d0098c, 0x800, SPECIES_VANILLISH}, - [SPECIES_VANILLUXE] = {0x8d0098c, 0x800, SPECIES_VANILLUXE}, - [SPECIES_DEERLING] = {0x8d0098c, 0x800, SPECIES_DEERLING}, - [SPECIES_SAWSBUCK] = {0x8d0098c, 0x800, SPECIES_SAWSBUCK}, - [SPECIES_EMOLGA] = {0x8d0098c, 0x800, SPECIES_EMOLGA}, - [SPECIES_KARRABLAST] = {0x8d0098c, 0x800, SPECIES_KARRABLAST}, - [SPECIES_ESCAVALIER] = {0x8d0098c, 0x800, SPECIES_ESCAVALIER}, - [SPECIES_FOONGUS] = {0x8d0098c, 0x800, SPECIES_FOONGUS}, - [SPECIES_AMOONGUSS] = {0x8d0098c, 0x800, SPECIES_AMOONGUSS}, - [SPECIES_FRILLISH] = {0x8d0098c, 0x800, SPECIES_FRILLISH}, - [SPECIES_JELLICENT] = {0x8d0098c, 0x800, SPECIES_JELLICENT}, - [SPECIES_ALOMOMOLA] = {0x8d0098c, 0x800, SPECIES_ALOMOMOLA}, - [SPECIES_JOLTIK] = {0x8d0098c, 0x800, SPECIES_JOLTIK}, - [SPECIES_GALVANTULA] = {0x8d0098c, 0x800, SPECIES_GALVANTULA}, - [SPECIES_FERROSEED] = {0x8d0098c, 0x800, SPECIES_FERROSEED}, - [SPECIES_FERROTHORN] = {0x8d0098c, 0x800, SPECIES_FERROTHORN}, - [SPECIES_KLINK] = {0x8d0098c, 0x800, SPECIES_KLINK}, - [SPECIES_KLANG] = {0x8d0098c, 0x800, SPECIES_KLANG}, - [SPECIES_KLINKLANG] = {0x8d0098c, 0x800, SPECIES_KLINKLANG}, - [SPECIES_TYNAMO] = {0x8d0098c, 0x800, SPECIES_TYNAMO}, - [SPECIES_EELEKTRIK] = {0x8d0098c, 0x800, SPECIES_EELEKTRIK}, - [SPECIES_EELEKTROSS] = {0x8d0098c, 0x800, SPECIES_EELEKTROSS}, - [SPECIES_ELGYEM] = {0x8d0098c, 0x800, SPECIES_ELGYEM}, - [SPECIES_BEHEEYEM] = {0x8d0098c, 0x800, SPECIES_BEHEEYEM}, - [SPECIES_LITWICK] = {0x8d0098c, 0x800, SPECIES_LITWICK}, - [SPECIES_LAMPENT] = {0x8d0098c, 0x800, SPECIES_LAMPENT}, - [SPECIES_CHANDELURE] = {0x8d0098c, 0x800, SPECIES_CHANDELURE}, - [SPECIES_AXEW] = {0x8d0098c, 0x800, SPECIES_AXEW}, - [SPECIES_FRAXURE] = {0x8d0098c, 0x800, SPECIES_FRAXURE}, - [SPECIES_HAXORUS] = {0x8d0098c, 0x800, SPECIES_HAXORUS}, - [SPECIES_CUBCHOO] = {0x8d0098c, 0x800, SPECIES_CUBCHOO}, - [SPECIES_BEARTIC] = {0x8d0098c, 0x800, SPECIES_BEARTIC}, - [SPECIES_CRYOGONAL] = {0x8d0098c, 0x800, SPECIES_CRYOGONAL}, - [SPECIES_SHELMET] = {0x8d0098c, 0x800, SPECIES_SHELMET}, - [SPECIES_ACCELGOR] = {0x8d0098c, 0x800, SPECIES_ACCELGOR}, - [SPECIES_STUNFISK] = {0x8d0098c, 0x800, SPECIES_STUNFISK}, - [SPECIES_MIENFOO] = {0x8d0098c, 0x800, SPECIES_MIENFOO}, - [SPECIES_MIENSHAO] = {0x8d0098c, 0x800, SPECIES_MIENSHAO}, - [SPECIES_DRUDDIGON] = {0x8d0098c, 0x800, SPECIES_DRUDDIGON}, - [SPECIES_GOLETT] = {0x8d0098c, 0x800, SPECIES_GOLETT}, - [SPECIES_GOLURK] = {0x8d0098c, 0x800, SPECIES_GOLURK}, - [SPECIES_PAWNIARD] = {0x8d0098c, 0x800, SPECIES_PAWNIARD}, - [SPECIES_BISHARP] = {0x8d0098c, 0x800, SPECIES_BISHARP}, - [SPECIES_BOUFFALANT] = {0x8d0098c, 0x800, SPECIES_BOUFFALANT}, - [SPECIES_RUFFLET] = {0x8d0098c, 0x800, SPECIES_RUFFLET}, - [SPECIES_BRAVIARY] = {0x8d0098c, 0x800, SPECIES_BRAVIARY}, - [SPECIES_VULLABY] = {0x8d0098c, 0x800, SPECIES_VULLABY}, - [SPECIES_MANDIBUZZ] = {0x8d0098c, 0x800, SPECIES_MANDIBUZZ}, - [SPECIES_HEATMOR] = {0x8d0098c, 0x800, SPECIES_HEATMOR}, - [SPECIES_DURANT] = {0x8d0098c, 0x800, SPECIES_DURANT}, - [SPECIES_DEINO] = {0x8d0098c, 0x800, SPECIES_DEINO}, - [SPECIES_ZWEILOUS] = {0x8d0098c, 0x800, SPECIES_ZWEILOUS}, - [SPECIES_HYDREIGON] = {0x8d0098c, 0x800, SPECIES_HYDREIGON}, - [SPECIES_LARVESTA] = {0x8d0098c, 0x800, SPECIES_LARVESTA}, - [SPECIES_VOLCARONA] = {0x8d0098c, 0x800, SPECIES_VOLCARONA}, - [SPECIES_COBALION] = {0x8d0098c, 0x800, SPECIES_COBALION}, - [SPECIES_TERRAKION] = {0x8d0098c, 0x800, SPECIES_TERRAKION}, - [SPECIES_VIRIZION] = {0x8d0098c, 0x800, SPECIES_VIRIZION}, - [SPECIES_TORNADUS] = {0x8d0098c, 0x800, SPECIES_TORNADUS}, - [SPECIES_THUNDURUS] = {0x8d0098c, 0x800, SPECIES_THUNDURUS}, - [SPECIES_RESHIRAM] = {0x8d0098c, 0x800, SPECIES_RESHIRAM}, - [SPECIES_ZEKROM] = {0x8d0098c, 0x800, SPECIES_ZEKROM}, - [SPECIES_LANDORUS] = {0x8d0098c, 0x800, SPECIES_LANDORUS}, - [SPECIES_KYUREM] = {0x8d0098c, 0x800, SPECIES_KYUREM}, - [SPECIES_KELDEO] = {0x8d0098c, 0x800, SPECIES_KELDEO}, - [SPECIES_MELOETTA] = {0x8d0098c, 0x800, SPECIES_MELOETTA}, - [SPECIES_GENESECT] = {0x8d0098c, 0x800, SPECIES_GENESECT}, - [SPECIES_UNFEZANT_F] = {0x8d0098c, 0x800, SPECIES_UNFEZANT_F}, - [SPECIES_FRILLISH_F] = {0x8d0098c, 0x800, SPECIES_FRILLISH_F}, - [SPECIES_JELLICENT_F] = {0x8d0098c, 0x800, SPECIES_JELLICENT_F}, - [SPECIES_SHADOW_WARRIOR] = {0x8d0098c, 0x800, SPECIES_SHADOW_WARRIOR}, - [SPECIES_BURMY_SANDY] = {0x8d0098c, 0x800, SPECIES_BURMY_SANDY}, - [SPECIES_BURMY_TRASH] = {0x8d0098c, 0x800, SPECIES_BURMY_TRASH}, - [SPECIES_WORMADAM_SANDY] = {0x8d0098c, 0x800, SPECIES_WORMADAM_SANDY}, - [SPECIES_WORMADAM_TRASH] = {0x8d0098c, 0x800, SPECIES_WORMADAM_TRASH}, - [SPECIES_SHELLOS_EAST] = {0x8d0098c, 0x800, SPECIES_SHELLOS_EAST}, - [SPECIES_GASTRODON_EAST] = {0x8d0098c, 0x800, SPECIES_GASTRODON_EAST}, - [SPECIES_ROTOM_HEAT] = {0x8d0098c, 0x800, SPECIES_ROTOM_HEAT}, - [SPECIES_ROTOM_WASH] = {0x8d0098c, 0x800, SPECIES_ROTOM_WASH}, - [SPECIES_ROTOM_FROST] = {0x8d0098c, 0x800, SPECIES_ROTOM_FROST}, - [SPECIES_ROTOM_FAN] = {0x8d0098c, 0x800, SPECIES_ROTOM_FAN}, - [SPECIES_ROTOM_MOW] = {0x8d0098c, 0x800, SPECIES_ROTOM_MOW}, - [SPECIES_GIRATINA_ORIGIN] = {0x8d0098c, 0x800, SPECIES_GIRATINA_ORIGIN}, - [SPECIES_SHAYMIN_SKY] = {0x8d0098c, 0x800, SPECIES_SHAYMIN_SKY}, - [SPECIES_ARCEUS_FIGHT] = {0x8d0098c, 0x800, SPECIES_ARCEUS_FIGHT}, - [SPECIES_ARCEUS_FLYING] = {0x8d0098c, 0x800, SPECIES_ARCEUS_FLYING}, - [SPECIES_ARCEUS_POISON] = {0x8d0098c, 0x800, SPECIES_ARCEUS_POISON}, - [SPECIES_ARCEUS_GROUND] = {0x8d0098c, 0x800, SPECIES_ARCEUS_GROUND}, - [SPECIES_ARCEUS_ROCK] = {0x8d0098c, 0x800, SPECIES_ARCEUS_ROCK}, - [SPECIES_ARCEUS_BUG] = {0x8d0098c, 0x800, SPECIES_ARCEUS_BUG}, - [SPECIES_ARCEUS_GHOST] = {0x8d0098c, 0x800, SPECIES_ARCEUS_GHOST}, - [SPECIES_ARCEUS_STEEL] = {0x8d0098c, 0x800, SPECIES_ARCEUS_STEEL}, - [SPECIES_ARCEUS_FIRE] = {0x8d0098c, 0x800, SPECIES_ARCEUS_FIRE}, - [SPECIES_ARCEUS_WATER] = {0x8d0098c, 0x800, SPECIES_ARCEUS_WATER}, - [SPECIES_ARCEUS_GRASS] = {0x8d0098c, 0x800, SPECIES_ARCEUS_GRASS}, - [SPECIES_ARCEUS_ELECTRIC] = {0x8d0098c, 0x800, SPECIES_ARCEUS_ELECTRIC}, - [SPECIES_ARCEUS_PSYCHIC] = {0x8d0098c, 0x800, SPECIES_ARCEUS_PSYCHIC}, - [SPECIES_ARCEUS_ICE] = {0x8d0098c, 0x800, SPECIES_ARCEUS_ICE}, - [SPECIES_ARCEUS_DRAGON] = {0x8d0098c, 0x800, SPECIES_ARCEUS_DRAGON}, - [SPECIES_ARCEUS_DARK] = {0x8d0098c, 0x800, SPECIES_ARCEUS_DARK}, - [SPECIES_BASCULIN_BLUE] = {0x8d0098c, 0x800, SPECIES_BASCULIN_BLUE}, - [SPECIES_DARMANITANZEN] = {0x8d0098c, 0x800, SPECIES_DARMANITANZEN}, - [SPECIES_DEERLING_SUMMER] = {0x8d0098c, 0x800, SPECIES_DEERLING_SUMMER}, - [SPECIES_DEERLING_AUTUMN] = {0x8d0098c, 0x800, SPECIES_DEERLING_AUTUMN}, - [SPECIES_DEERLING_WINTER] = {0x8d0098c, 0x800, SPECIES_DEERLING_WINTER}, - [SPECIES_SAWSBUCK_SUMMER] = {0x8d0098c, 0x800, SPECIES_SAWSBUCK_SUMMER}, - [SPECIES_SAWSBUCK_AUTUMN] = {0x8d0098c, 0x800, SPECIES_SAWSBUCK_AUTUMN}, - [SPECIES_SAWSBUCK_WINTER] = {0x8d0098c, 0x800, SPECIES_SAWSBUCK_WINTER}, - [SPECIES_HIPPOPOTAS_F] = {0x8d0098c, 0x800, SPECIES_HIPPOPOTAS_F}, - [SPECIES_HIPPOWDON_F] = {0x8d0098c, 0x800, SPECIES_HIPPOWDON_F}, - [SPECIES_MELOETTA_PIROUETTE] = {0x8d0098c, 0x800, SPECIES_MELOETTA_PIROUETTE}, - [SPECIES_GENESECT_SHOCK] = {0x8d0098c, 0x800, SPECIES_GENESECT_SHOCK}, - [SPECIES_GENESECT_BURN] = {0x8d0098c, 0x800, SPECIES_GENESECT_BURN}, - [SPECIES_GENESECT_CHILL] = {0x8d0098c, 0x800, SPECIES_GENESECT_CHILL}, - [SPECIES_GENESECT_DOUSE] = {0x8d0098c, 0x800, SPECIES_GENESECT_DOUSE}, - [SPECIES_CHERRIM_SUN] = {0x8d0098c, 0x800, SPECIES_CHERRIM_SUN}, - [SPECIES_KYUREM_BLACK] = {0x8d0098c, 0x800, SPECIES_KYUREM_BLACK}, - [SPECIES_KYUREM_WHITE] = {0x8d0098c, 0x800, SPECIES_KYUREM_WHITE}, - [SPECIES_TORNADUS_THERIAN] = {0x8d0098c, 0x800, SPECIES_TORNADUS_THERIAN}, - [SPECIES_THUNDURUS_THERIAN] = {0x8d0098c, 0x800, SPECIES_THUNDURUS_THERIAN}, - [SPECIES_LANDORUS_THERIAN] = {0x8d0098c, 0x800, SPECIES_LANDORUS_THERIAN}, - [SPECIES_KELDEO_RESOLUTE] = {0x8d0098c, 0x800, SPECIES_KELDEO_RESOLUTE}, - [SPECIES_CHESPIN] = {0x8d0098c, 0x800, SPECIES_CHESPIN}, - [SPECIES_QUILLADIN] = {0x8d0098c, 0x800, SPECIES_QUILLADIN}, - [SPECIES_CHESNAUGHT] = {0x8d0098c, 0x800, SPECIES_CHESNAUGHT}, - [SPECIES_FENNEKIN] = {0x8d0098c, 0x800, SPECIES_FENNEKIN}, - [SPECIES_BRAIXEN] = {0x8d0098c, 0x800, SPECIES_BRAIXEN}, - [SPECIES_DELPHOX] = {0x8d0098c, 0x800, SPECIES_DELPHOX}, - [SPECIES_FROAKIE] = {0x8d0098c, 0x800, SPECIES_FROAKIE}, - [SPECIES_FROGADIER] = {0x8d0098c, 0x800, SPECIES_FROGADIER}, - [SPECIES_GRENINJA] = {0x8d0098c, 0x800, SPECIES_GRENINJA}, - [SPECIES_BUNNELBY] = {0x8d0098c, 0x800, SPECIES_BUNNELBY}, - [SPECIES_DIGGERSBY] = {0x8d0098c, 0x800, SPECIES_DIGGERSBY}, - [SPECIES_FLETCHLING] = {0x8d0098c, 0x800, SPECIES_FLETCHLING}, - [SPECIES_FLETCHINDER] = {0x8d0098c, 0x800, SPECIES_FLETCHINDER}, - [SPECIES_TALONFLAME] = {0x8d0098c, 0x800, SPECIES_TALONFLAME}, - [SPECIES_SCATTERBUG] = {0x8d0098c, 0x800, SPECIES_SCATTERBUG}, - [SPECIES_SPEWPA] = {0x8d0098c, 0x800, SPECIES_SPEWPA}, - [SPECIES_VIVILLON] = {0x8d0098c, 0x800, SPECIES_VIVILLON}, - [SPECIES_LITLEO] = {0x8d0098c, 0x800, SPECIES_LITLEO}, - [SPECIES_PYROAR] = {0x8d0098c, 0x800, SPECIES_PYROAR}, - [SPECIES_FLABEBE] = {0x8d0098c, 0x800, SPECIES_FLABEBE}, - [SPECIES_FLOETTE] = {0x8d0098c, 0x800, SPECIES_FLOETTE}, - [SPECIES_FLORGES] = {0x8d0098c, 0x800, SPECIES_FLORGES}, - [SPECIES_SKIDDO] = {0x8d0098c, 0x800, SPECIES_SKIDDO}, - [SPECIES_GOGOAT] = {0x8d0098c, 0x800, SPECIES_GOGOAT}, - [SPECIES_PANCHAM] = {0x8d0098c, 0x800, SPECIES_PANCHAM}, - [SPECIES_PANGORO] = {0x8d0098c, 0x800, SPECIES_PANGORO}, - [SPECIES_FURFROU] = {0x8d0098c, 0x800, SPECIES_FURFROU}, - [SPECIES_ESPURR] = {0x8d0098c, 0x800, SPECIES_ESPURR}, - [SPECIES_MEOWSTIC] = {0x8d0098c, 0x800, SPECIES_MEOWSTIC}, - [SPECIES_HONEDGE] = {0x8d0098c, 0x800, SPECIES_HONEDGE}, - [SPECIES_DOUBLADE] = {0x8d0098c, 0x800, SPECIES_DOUBLADE}, - [SPECIES_AEGISLASH] = {0x8d0098c, 0x800, SPECIES_AEGISLASH}, - [SPECIES_SPRITZEE] = {0x8d0098c, 0x800, SPECIES_SPRITZEE}, - [SPECIES_AROMATISSE] = {0x8d0098c, 0x800, SPECIES_AROMATISSE}, - [SPECIES_SWIRLIX] = {0x8d0098c, 0x800, SPECIES_SWIRLIX}, - [SPECIES_SLURPUFF] = {0x8d0098c, 0x800, SPECIES_SLURPUFF}, - [SPECIES_INKAY] = {0x8d0098c, 0x800, SPECIES_INKAY}, - [SPECIES_MALAMAR] = {0x8d0098c, 0x800, SPECIES_MALAMAR}, - [SPECIES_BINACLE] = {0x8d0098c, 0x800, SPECIES_BINACLE}, - [SPECIES_BARBARACLE] = {0x8d0098c, 0x800, SPECIES_BARBARACLE}, - [SPECIES_SKRELP] = {0x8d0098c, 0x800, SPECIES_SKRELP}, - [SPECIES_DRAGALGE] = {0x8d0098c, 0x800, SPECIES_DRAGALGE}, - [SPECIES_CLAUNCHER] = {0x8d0098c, 0x800, SPECIES_CLAUNCHER}, - [SPECIES_CLAWITZER] = {0x8d0098c, 0x800, SPECIES_CLAWITZER}, - [SPECIES_HELIOPTILE] = {0x8d0098c, 0x800, SPECIES_HELIOPTILE}, - [SPECIES_HELIOLISK] = {0x8d0098c, 0x800, SPECIES_HELIOLISK}, - [SPECIES_TYRUNT] = {0x8d0098c, 0x800, SPECIES_TYRUNT}, - [SPECIES_TYRANTRUM] = {0x8d0098c, 0x800, SPECIES_TYRANTRUM}, - [SPECIES_AMAURA] = {0x8d0098c, 0x800, SPECIES_AMAURA}, - [SPECIES_AURORUS] = {0x8d0098c, 0x800, SPECIES_AURORUS}, - [SPECIES_SYLVEON] = {0x8d0098c, 0x800, SPECIES_SYLVEON}, - [SPECIES_HAWLUCHA] = {0x8d0098c, 0x800, SPECIES_HAWLUCHA}, - [SPECIES_DEDENNE] = {0x8d0098c, 0x800, SPECIES_DEDENNE}, - [SPECIES_CARBINK] = {0x8d0098c, 0x800, SPECIES_CARBINK}, - [SPECIES_GOOMY] = {0x8d0098c, 0x800, SPECIES_GOOMY}, - [SPECIES_SLIGGOO] = {0x8d0098c, 0x800, SPECIES_SLIGGOO}, - [SPECIES_GOODRA] = {0x8d0098c, 0x800, SPECIES_GOODRA}, - [SPECIES_KLEFKI] = {0x8d0098c, 0x800, SPECIES_KLEFKI}, - [SPECIES_PHANTUMP] = {0x8d0098c, 0x800, SPECIES_PHANTUMP}, - [SPECIES_TREVENANT] = {0x8d0098c, 0x800, SPECIES_TREVENANT}, - [SPECIES_PUMPKABOO] = {0x8d0098c, 0x800, SPECIES_PUMPKABOO}, - [SPECIES_GOURGEIST] = {0x8d0098c, 0x800, SPECIES_GOURGEIST}, - [SPECIES_BERGMITE] = {0x8d0098c, 0x800, SPECIES_BERGMITE}, - [SPECIES_AVALUGG] = {0x8d0098c, 0x800, SPECIES_AVALUGG}, - [SPECIES_NOIBAT] = {0x8d0098c, 0x800, SPECIES_NOIBAT}, - [SPECIES_NOIVERN] = {0x8d0098c, 0x800, SPECIES_NOIVERN}, - [SPECIES_XERNEAS] = {0x8d0098c, 0x800, SPECIES_XERNEAS}, - [SPECIES_YVELTAL] = {0x8d0098c, 0x800, SPECIES_YVELTAL}, - [SPECIES_ZYGARDE] = {0x8d0098c, 0x800, SPECIES_ZYGARDE}, - [SPECIES_DIANCIE] = {0x8d0098c, 0x800, SPECIES_DIANCIE}, - [SPECIES_HOOPA] = {0x8d0098c, 0x800, SPECIES_HOOPA}, - [SPECIES_HOOPA_UNBOUND] = {0x8d0098c, 0x800, SPECIES_HOOPA_UNBOUND}, - [SPECIES_VOLCANION] = {0x8d0098c, 0x800, SPECIES_VOLCANION}, - [SPECIES_PYROAR_FEMALE] = {0x8d0098c, 0x800, SPECIES_PYROAR_FEMALE}, - [SPECIES_MEOWSTIC_FEMALE] = {0x8d0098c, 0x800, SPECIES_MEOWSTIC_FEMALE}, - [SPECIES_AEGISLASH_BLADE] = {0x8d0098c, 0x800, SPECIES_AEGISLASH_BLADE}, - [SPECIES_ARCEUS_FAIRY] = {0x8d0098c, 0x800, SPECIES_ARCEUS_FAIRY}, - [SPECIES_ZYGARDE_CELL] = {0x8d0098c, 0x800, SPECIES_ZYGARDE_CELL}, - [SPECIES_ZYGARDE_CORE] = {0x8d0098c, 0x800, SPECIES_ZYGARDE_CORE}, - [SPECIES_ZYGARDE_10] = {0x8d0098c, 0x800, SPECIES_ZYGARDE_10}, - [SPECIES_ZYGARDE_COMPLETE] = {0x8d0098c, 0x800, SPECIES_ZYGARDE_COMPLETE}, - [SPECIES_ASHGRENINJA] = {0x8d0098c, 0x800, SPECIES_ASHGRENINJA}, - [SPECIES_FLABEBE_BLUE] = {0x8d0098c, 0x800, SPECIES_FLABEBE_BLUE}, - [SPECIES_FLABEBE_ORANGE] = {0x8d0098c, 0x800, SPECIES_FLABEBE_ORANGE}, - [SPECIES_FLABEBE_YELLOW] = {0x8d0098c, 0x800, SPECIES_FLABEBE_YELLOW}, - [SPECIES_FLABEBE_WHITE] = {0x8d0098c, 0x800, SPECIES_FLABEBE_WHITE}, - [SPECIES_FLOETTE_BLUE] = {0x8d0098c, 0x800, SPECIES_FLOETTE_BLUE}, - [SPECIES_FLOETTE_ORANGE] = {0x8d0098c, 0x800, SPECIES_FLOETTE_ORANGE}, - [SPECIES_FLOETTE_YELLOW] = {0x8d0098c, 0x800, SPECIES_FLOETTE_YELLOW}, - [SPECIES_FLOETTE_WHITE] = {0x8d0098c, 0x800, SPECIES_FLOETTE_WHITE}, - [SPECIES_FLOETTE_ETERNAL] = {0x8d0098c, 0x800, SPECIES_FLOETTE_ETERNAL}, - [SPECIES_FLORGES_BLUE] = {0x8d0098c, 0x800, SPECIES_FLORGES_BLUE}, - [SPECIES_FLORGES_ORANGE] = {0x8d0098c, 0x800, SPECIES_FLORGES_ORANGE}, - [SPECIES_FLORGES_YELLOW] = {0x8d0098c, 0x800, SPECIES_FLORGES_YELLOW}, - [SPECIES_FLORGES_WHITE] = {0x8d0098c, 0x800, SPECIES_FLORGES_WHITE}, - [SPECIES_PUMPKABOO_XL] = {0x8d0098c, 0x800, SPECIES_PUMPKABOO_XL}, - [SPECIES_PUMPKABOO_L] = {0x8d0098c, 0x800, SPECIES_PUMPKABOO_L}, - [SPECIES_PUMPKABOO_M] = {0x8d0098c, 0x800, SPECIES_PUMPKABOO_M}, - [SPECIES_GOURGEIST_XL] = {0x8d0098c, 0x800, SPECIES_GOURGEIST_XL}, - [SPECIES_GOURGEIST_L] = {0x8d0098c, 0x800, SPECIES_GOURGEIST_L}, - [SPECIES_GOURGEIST_M] = {0x8d0098c, 0x800, SPECIES_GOURGEIST_M}, - [SPECIES_FURFROU_HEART] = {0x8d0098c, 0x800, SPECIES_FURFROU_HEART}, - [SPECIES_FURFROU_DIAMOND] = {0x8d0098c, 0x800, SPECIES_FURFROU_DIAMOND}, - [SPECIES_FURFROU_STAR] = {0x8d0098c, 0x800, SPECIES_FURFROU_STAR}, - [SPECIES_FURFROU_PHAROAH] = {0x8d0098c, 0x800, SPECIES_FURFROU_PHAROAH}, - [SPECIES_FURFROU_KABUKI] = {0x8d0098c, 0x800, SPECIES_FURFROU_KABUKI}, - [SPECIES_FURFROU_LA_REINE] = {0x8d0098c, 0x800, SPECIES_FURFROU_LA_REINE}, - [SPECIES_FURFROU_MATRON] = {0x8d0098c, 0x800, SPECIES_FURFROU_MATRON}, - [SPECIES_FURFROU_DANDY] = {0x8d0098c, 0x800, SPECIES_FURFROU_DANDY}, - [SPECIES_FURFROU_DEBUTANTE] = {0x8d0098c, 0x800, SPECIES_FURFROU_DEBUTANTE}, - [SPECIES_VIVILLON_FANCY] = {0x8d0098c, 0x800, SPECIES_VIVILLON_FANCY}, - [SPECIES_VENUSAUR_MEGA] = {0x8d0098c, 0x800, SPECIES_VENUSAUR_MEGA}, - [SPECIES_CHARIZARD_MEGA_X] = {0x8d0098c, 0x800, SPECIES_CHARIZARD_MEGA_X}, - [SPECIES_CHARIZARD_MEGA_Y] = {0x8d0098c, 0x800, SPECIES_CHARIZARD_MEGA_Y}, - [SPECIES_BLASTOISE_MEGA] = {0x8d0098c, 0x800, SPECIES_BLASTOISE_MEGA}, - [SPECIES_BEEDRILL_MEGA] = {0x8d0098c, 0x800, SPECIES_BEEDRILL_MEGA}, - [SPECIES_PIDGEOT_MEGA] = {0x8d0098c, 0x800, SPECIES_PIDGEOT_MEGA}, - [SPECIES_ALAKAZAM_MEGA] = {0x8d0098c, 0x800, SPECIES_ALAKAZAM_MEGA}, - [SPECIES_SLOWBRO_MEGA] = {0x8d0098c, 0x800, SPECIES_SLOWBRO_MEGA}, - [SPECIES_GENGAR_MEGA] = {0x8d0098c, 0x800, SPECIES_GENGAR_MEGA}, - [SPECIES_KANGASKHAN_MEGA] = {0x8d0098c, 0x800, SPECIES_KANGASKHAN_MEGA}, - [SPECIES_PINSIR_MEGA] = {0x8d0098c, 0x800, SPECIES_PINSIR_MEGA}, - [SPECIES_GYARADOS_MEGA] = {0x8d0098c, 0x800, SPECIES_GYARADOS_MEGA}, - [SPECIES_AERODACTYL_MEGA] = {0x8d0098c, 0x800, SPECIES_AERODACTYL_MEGA}, - [SPECIES_MEWTWO_MEGA_X] = {0x8d0098c, 0x800, SPECIES_MEWTWO_MEGA_X}, - [SPECIES_MEWTWO_MEGA_Y] = {0x8d0098c, 0x800, SPECIES_MEWTWO_MEGA_Y}, - [SPECIES_AMPHAROS_MEGA] = {0x8d0098c, 0x800, SPECIES_AMPHAROS_MEGA}, - [SPECIES_STEELIX_MEGA] = {0x8d0098c, 0x800, SPECIES_STEELIX_MEGA}, - [SPECIES_SCIZOR_MEGA] = {0x8d0098c, 0x800, SPECIES_SCIZOR_MEGA}, - [SPECIES_HERACROSS_MEGA] = {0x8d0098c, 0x800, SPECIES_HERACROSS_MEGA}, - [SPECIES_HOUNDOOM_MEGA] = {0x8d0098c, 0x800, SPECIES_HOUNDOOM_MEGA}, - [SPECIES_TYRANITAR_MEGA] = {0x8d0098c, 0x800, SPECIES_TYRANITAR_MEGA}, - [SPECIES_SCEPTILE_MEGA] = {0x8d0098c, 0x800, SPECIES_SCEPTILE_MEGA}, - [SPECIES_BLAZIKEN_MEGA] = {0x8d0098c, 0x800, SPECIES_BLAZIKEN_MEGA}, - [SPECIES_SWAMPERT_MEGA] = {0x8d0098c, 0x800, SPECIES_SWAMPERT_MEGA}, - [SPECIES_GARDEVOIR_MEGA] = {0x8d0098c, 0x800, SPECIES_GARDEVOIR_MEGA}, - [SPECIES_SABLEYE_MEGA] = {0x8d0098c, 0x800, SPECIES_SABLEYE_MEGA}, - [SPECIES_MAWILE_MEGA] = {0x8d0098c, 0x800, SPECIES_MAWILE_MEGA}, - [SPECIES_AGGRON_MEGA] = {0x8d0098c, 0x800, SPECIES_AGGRON_MEGA}, - [SPECIES_MEDICHAM_MEGA] = {0x8d0098c, 0x800, SPECIES_MEDICHAM_MEGA}, - [SPECIES_MANECTRIC_MEGA] = {0x8d0098c, 0x800, SPECIES_MANECTRIC_MEGA}, - [SPECIES_SHARPEDO_MEGA] = {0x8d0098c, 0x800, SPECIES_SHARPEDO_MEGA}, - [SPECIES_CAMERUPT_MEGA] = {0x8d0098c, 0x800, SPECIES_CAMERUPT_MEGA}, - [SPECIES_ALTARIA_MEGA] = {0x8d0098c, 0x800, SPECIES_ALTARIA_MEGA}, - [SPECIES_BANETTE_MEGA] = {0x8d0098c, 0x800, SPECIES_BANETTE_MEGA}, - [SPECIES_ABSOL_MEGA] = {0x8d0098c, 0x800, SPECIES_ABSOL_MEGA}, - [SPECIES_GLALIE_MEGA] = {0x8d0098c, 0x800, SPECIES_GLALIE_MEGA}, - [SPECIES_SALAMENCE_MEGA] = {0x8d0098c, 0x800, SPECIES_SALAMENCE_MEGA}, - [SPECIES_METAGROSS_MEGA] = {0x8d0098c, 0x800, SPECIES_METAGROSS_MEGA}, - [SPECIES_LATIAS_MEGA] = {0x8d0098c, 0x800, SPECIES_LATIAS_MEGA}, - [SPECIES_LATIOS_MEGA] = {0x8d0098c, 0x800, SPECIES_LATIOS_MEGA}, - [SPECIES_GROUDON_PRIMAL] = {0x8d0098c, 0x800, SPECIES_GROUDON_PRIMAL}, - [SPECIES_KYOGRE_PRIMAL] = {0x8d0098c, 0x800, SPECIES_KYOGRE_PRIMAL}, - [SPECIES_RAYQUAZA_MEGA] = {0x8d0098c, 0x800, SPECIES_RAYQUAZA_MEGA}, - [SPECIES_LOPUNNY_MEGA] = {0x8d0098c, 0x800, SPECIES_LOPUNNY_MEGA}, - [SPECIES_GARCHOMP_MEGA] = {0x8d0098c, 0x800, SPECIES_GARCHOMP_MEGA}, - [SPECIES_LUCARIO_MEGA] = {0x8d0098c, 0x800, SPECIES_LUCARIO_MEGA}, - [SPECIES_ABOMASNOW_MEGA] = {0x8d0098c, 0x800, SPECIES_ABOMASNOW_MEGA}, - [SPECIES_GALLADE_MEGA] = {0x8d0098c, 0x800, SPECIES_GALLADE_MEGA}, - [SPECIES_AUDINO_MEGA] = {0x8d0098c, 0x800, SPECIES_AUDINO_MEGA}, - [SPECIES_DIANCIE_MEGA] = {0x8d0098c, 0x800, SPECIES_DIANCIE_MEGA}, - [SPECIES_DIALGA_PRIMAL] = {0x8d0098c, 0x800, SPECIES_DIALGA_PRIMAL}, - [SPECIES_PALKIA_PRIMAL] = {0x8d0098c, 0x800, SPECIES_PALKIA_PRIMAL}, - [SPECIES_VIVILLON_ARCHIPELAGO] = {0x8d0098c, 0x800, SPECIES_VIVILLON_ARCHIPELAGO}, - [SPECIES_VIVILLON_CONTINENTAL] = {0x8d0098c, 0x800, SPECIES_VIVILLON_CONTINENTAL}, - [SPECIES_VIVILLON_ELEGANT] = {0x8d0098c, 0x800, SPECIES_VIVILLON_ELEGANT}, - [SPECIES_VIVILLON_GARDEN] = {0x8d0098c, 0x800, SPECIES_VIVILLON_GARDEN}, - [SPECIES_VIVILLON_HIGH_PLAINS] = {0x8d0098c, 0x800, SPECIES_VIVILLON_HIGH_PLAINS}, - [SPECIES_VIVILLON_ICY_SNOW] = {0x8d0098c, 0x800, SPECIES_VIVILLON_ICY_SNOW}, - [SPECIES_VIVILLON_JUNGLE] = {0x8d0098c, 0x800, SPECIES_VIVILLON_JUNGLE}, - [SPECIES_VIVILLON_MARINE] = {0x8d0098c, 0x800, SPECIES_VIVILLON_MARINE}, - [SPECIES_VIVILLON_MODERN] = {0x8d0098c, 0x800, SPECIES_VIVILLON_MODERN}, - [SPECIES_VIVILLON_MONSOON] = {0x8d0098c, 0x800, SPECIES_VIVILLON_MONSOON}, - [SPECIES_VIVILLON_OCEAN] = {0x8d0098c, 0x800, SPECIES_VIVILLON_OCEAN}, - [SPECIES_VIVILLON_POKEBALL] = {0x8d0098c, 0x800, SPECIES_VIVILLON_POKEBALL}, - [SPECIES_VIVILLON_POLAR] = {0x8d0098c, 0x800, SPECIES_VIVILLON_POLAR}, - [SPECIES_VIVILLON_RIVER] = {0x8d0098c, 0x800, SPECIES_VIVILLON_RIVER}, - [SPECIES_VIVILLON_SANDSTORM] = {0x8d0098c, 0x800, SPECIES_VIVILLON_SANDSTORM}, - [SPECIES_VIVILLON_SAVANNA] = {0x8d0098c, 0x800, SPECIES_VIVILLON_SAVANNA}, - [SPECIES_VIVILLON_SUN] = {0x8d0098c, 0x800, SPECIES_VIVILLON_SUN}, - [SPECIES_VIVILLON_TUNDRA] = {0x8d0098c, 0x800, SPECIES_VIVILLON_TUNDRA}, - [SPECIES_ROWLET] = {0x8d0098c, 0x800, SPECIES_ROWLET}, - [SPECIES_DARTRIX] = {0x8d0098c, 0x800, SPECIES_DARTRIX}, - [SPECIES_DECIDUEYE] = {0x8d0098c, 0x800, SPECIES_DECIDUEYE}, - [SPECIES_LITTEN] = {0x8d0098c, 0x800, SPECIES_LITTEN}, - [SPECIES_TORRACAT] = {0x8d0098c, 0x800, SPECIES_TORRACAT}, - [SPECIES_INCINEROAR] = {0x8d0098c, 0x800, SPECIES_INCINEROAR}, - [SPECIES_POPPLIO] = {0x8d0098c, 0x800, SPECIES_POPPLIO}, - [SPECIES_BRIONNE] = {0x8d0098c, 0x800, SPECIES_BRIONNE}, - [SPECIES_PRIMARINA] = {0x8d0098c, 0x800, SPECIES_PRIMARINA}, - [SPECIES_PIKIPEK] = {0x8d0098c, 0x800, SPECIES_PIKIPEK}, - [SPECIES_TRUMBEAK] = {0x8d0098c, 0x800, SPECIES_TRUMBEAK}, - [SPECIES_TOUCANNON] = {0x8d0098c, 0x800, SPECIES_TOUCANNON}, - [SPECIES_YUNGOOS] = {0x8d0098c, 0x800, SPECIES_YUNGOOS}, - [SPECIES_GUMSHOOS] = {0x8d0098c, 0x800, SPECIES_GUMSHOOS}, - [SPECIES_GRUBBIN] = {0x8d0098c, 0x800, SPECIES_GRUBBIN}, - [SPECIES_CHARJABUG] = {0x8d0098c, 0x800, SPECIES_CHARJABUG}, - [SPECIES_VIKAVOLT] = {0x8d0098c, 0x800, SPECIES_VIKAVOLT}, - [SPECIES_CRABRAWLER] = {0x8d0098c, 0x800, SPECIES_CRABRAWLER}, - [SPECIES_CRABOMINABLE] = {0x8d0098c, 0x800, SPECIES_CRABOMINABLE}, - [SPECIES_ORICORIO] = {0x8d0098c, 0x800, SPECIES_ORICORIO}, - [SPECIES_CUTIEFLY] = {0x8d0098c, 0x800, SPECIES_CUTIEFLY}, - [SPECIES_RIBOMBEE] = {0x8d0098c, 0x800, SPECIES_RIBOMBEE}, - [SPECIES_ROCKRUFF] = {0x8d0098c, 0x800, SPECIES_ROCKRUFF}, - [SPECIES_LYCANROC] = {0x8d0098c, 0x800, SPECIES_LYCANROC}, - [SPECIES_WISHIWASHI] = {0x8d0098c, 0x800, SPECIES_WISHIWASHI}, - [SPECIES_MAREANIE] = {0x8d0098c, 0x800, SPECIES_MAREANIE}, - [SPECIES_TOXAPEX] = {0x8d0098c, 0x800, SPECIES_TOXAPEX}, - [SPECIES_MUDBRAY] = {0x8d0098c, 0x800, SPECIES_MUDBRAY}, - [SPECIES_MUDSDALE] = {0x8d0098c, 0x800, SPECIES_MUDSDALE}, - [SPECIES_DEWPIDER] = {0x8d0098c, 0x800, SPECIES_DEWPIDER}, - [SPECIES_ARAQUANID] = {0x8d0098c, 0x800, SPECIES_ARAQUANID}, - [SPECIES_FOMANTIS] = {0x8d0098c, 0x800, SPECIES_FOMANTIS}, - [SPECIES_LURANTIS] = {0x8d0098c, 0x800, SPECIES_LURANTIS}, - [SPECIES_MORELULL] = {0x8d0098c, 0x800, SPECIES_MORELULL}, - [SPECIES_SHIINOTIC] = {0x8d0098c, 0x800, SPECIES_SHIINOTIC}, - [SPECIES_SALANDIT] = {0x8d0098c, 0x800, SPECIES_SALANDIT}, - [SPECIES_SALAZZLE] = {0x8d0098c, 0x800, SPECIES_SALAZZLE}, - [SPECIES_STUFFUL] = {0x8d0098c, 0x800, SPECIES_STUFFUL}, - [SPECIES_BEWEAR] = {0x8d0098c, 0x800, SPECIES_BEWEAR}, - [SPECIES_BOUNSWEET] = {0x8d0098c, 0x800, SPECIES_BOUNSWEET}, - [SPECIES_STEENEE] = {0x8d0098c, 0x800, SPECIES_STEENEE}, - [SPECIES_TSAREENA] = {0x8d0098c, 0x800, SPECIES_TSAREENA}, - [SPECIES_COMFEY] = {0x8d0098c, 0x800, SPECIES_COMFEY}, - [SPECIES_ORANGURU] = {0x8d0098c, 0x800, SPECIES_ORANGURU}, - [SPECIES_PASSIMIAN] = {0x8d0098c, 0x800, SPECIES_PASSIMIAN}, - [SPECIES_WIMPOD] = {0x8d0098c, 0x800, SPECIES_WIMPOD}, - [SPECIES_GOLISOPOD] = {0x8d0098c, 0x800, SPECIES_GOLISOPOD}, - [SPECIES_SANDYGAST] = {0x8d0098c, 0x800, SPECIES_SANDYGAST}, - [SPECIES_PALOSSAND] = {0x8d0098c, 0x800, SPECIES_PALOSSAND}, - [SPECIES_PYUKUMUKU] = {0x8d0098c, 0x800, SPECIES_PYUKUMUKU}, - [SPECIES_TYPE_NULL] = {0x8d0098c, 0x800, SPECIES_TYPE_NULL}, - [SPECIES_SILVALLY] = {0x8d0098c, 0x800, SPECIES_SILVALLY}, - [SPECIES_MINIOR_SHIELD] = {0x8d0098c, 0x800, SPECIES_MINIOR_SHIELD}, - [SPECIES_KOMALA] = {0x8d0098c, 0x800, SPECIES_KOMALA}, - [SPECIES_TURTONATOR] = {0x8d0098c, 0x800, SPECIES_TURTONATOR}, - [SPECIES_TOGEDEMARU] = {0x8d0098c, 0x800, SPECIES_TOGEDEMARU}, - [SPECIES_MIMIKYU] = {0x8d0098c, 0x800, SPECIES_MIMIKYU}, - [SPECIES_BRUXISH] = {0x8d0098c, 0x800, SPECIES_BRUXISH}, - [SPECIES_DRAMPA] = {0x8d0098c, 0x800, SPECIES_DRAMPA}, - [SPECIES_DHELMISE] = {0x8d0098c, 0x800, SPECIES_DHELMISE}, - [SPECIES_JANGMO_O] = {0x8d0098c, 0x800, SPECIES_JANGMO_O}, - [SPECIES_HAKAMO_O] = {0x8d0098c, 0x800, SPECIES_HAKAMO_O}, - [SPECIES_KOMMO_O] = {0x8d0098c, 0x800, SPECIES_KOMMO_O}, - [SPECIES_TAPU_KOKO] = {0x8d0098c, 0x800, SPECIES_TAPU_KOKO}, - [SPECIES_TAPU_LELE] = {0x8d0098c, 0x800, SPECIES_TAPU_LELE}, - [SPECIES_TAPU_BULU] = {0x8d0098c, 0x800, SPECIES_TAPU_BULU}, - [SPECIES_TAPU_FINI] = {0x8d0098c, 0x800, SPECIES_TAPU_FINI}, - [SPECIES_COSMOG] = {0x8d0098c, 0x800, SPECIES_COSMOG}, - [SPECIES_COSMOEM] = {0x8d0098c, 0x800, SPECIES_COSMOEM}, - [SPECIES_SOLGALEO] = {0x8d0098c, 0x800, SPECIES_SOLGALEO}, - [SPECIES_LUNALA] = {0x8d0098c, 0x800, SPECIES_LUNALA}, - [SPECIES_NIHILEGO] = {0x8d0098c, 0x800, SPECIES_NIHILEGO}, - [SPECIES_BUZZWOLE] = {0x8d0098c, 0x800, SPECIES_BUZZWOLE}, - [SPECIES_PHEROMOSA] = {0x8d0098c, 0x800, SPECIES_PHEROMOSA}, - [SPECIES_XURKITREE] = {0x8d0098c, 0x800, SPECIES_XURKITREE}, - [SPECIES_CELESTEELA] = {0x8d0098c, 0x800, SPECIES_CELESTEELA}, - [SPECIES_KARTANA] = {0x8d0098c, 0x800, SPECIES_KARTANA}, - [SPECIES_GUZZLORD] = {0x8d0098c, 0x800, SPECIES_GUZZLORD}, - [SPECIES_NECROZMA] = {0x8d0098c, 0x800, SPECIES_NECROZMA}, - [SPECIES_MAGEARNA] = {0x8d0098c, 0x800, SPECIES_MAGEARNA}, - [SPECIES_MARSHADOW] = {0x8d0098c, 0x800, SPECIES_MARSHADOW}, - [SPECIES_RATTATA_A] = {0x8d0098c, 0x800, SPECIES_RATTATA_A}, - [SPECIES_RATICATE_A] = {0x8d0098c, 0x800, SPECIES_RATICATE_A}, - [SPECIES_RAICHU_A] = {0x8d0098c, 0x800, SPECIES_RAICHU_A}, - [SPECIES_SANDSHREW_A] = {0x8d0098c, 0x800, SPECIES_SANDSHREW_A}, - [SPECIES_SANDSLASH_A] = {0x8d0098c, 0x800, SPECIES_SANDSLASH_A}, - [SPECIES_VULPIX_A] = {0x8d0098c, 0x800, SPECIES_VULPIX_A}, - [SPECIES_NINETALES_A] = {0x8d0098c, 0x800, SPECIES_NINETALES_A}, - [SPECIES_DIGLETT_A] = {0x8d0098c, 0x800, SPECIES_DIGLETT_A}, - [SPECIES_DUGTRIO_A] = {0x8d0098c, 0x800, SPECIES_DUGTRIO_A}, - [SPECIES_MEOWTH_A] = {0x8d0098c, 0x800, SPECIES_MEOWTH_A}, - [SPECIES_PERSIAN_A] = {0x8d0098c, 0x800, SPECIES_PERSIAN_A}, - [SPECIES_GEODUDE_A] = {0x8d0098c, 0x800, SPECIES_GEODUDE_A}, - [SPECIES_GRAVELER_A] = {0x8d0098c, 0x800, SPECIES_GRAVELER_A}, - [SPECIES_GOLEM_A] = {0x8d0098c, 0x800, SPECIES_GOLEM_A}, - [SPECIES_GRIMER_A] = {0x8d0098c, 0x800, SPECIES_GRIMER_A}, - [SPECIES_MUK_A] = {0x8d0098c, 0x800, SPECIES_MUK_A}, - [SPECIES_EXEGGCUTE_A] = {0x8d0098c, 0x800, SPECIES_EXEGGCUTE_A}, - [SPECIES_EXEGGUTOR_A] = {0x8d0098c, 0x800, SPECIES_EXEGGUTOR_A}, - [SPECIES_CUBONE_A] = {0x8d0098c, 0x800, SPECIES_CUBONE_A}, - [SPECIES_MAROWAK_A] = {0x8d0098c, 0x800, SPECIES_MAROWAK_A}, - [SPECIES_DEOXYS_ATTACK] = {0x8d0098c, 0x800, SPECIES_DEOXYS_ATTACK}, - [SPECIES_DEOXYS_DEFENSE] = {0x8d0098c, 0x800, SPECIES_DEOXYS_DEFENSE}, - [SPECIES_DEOXYS_SPEED] = {0x8d0098c, 0x800, SPECIES_DEOXYS_SPEED}, - [SPECIES_ORICORIO_Y] = {0x8d0098c, 0x800, SPECIES_ORICORIO_Y}, - [SPECIES_ORICORIO_P] = {0x8d0098c, 0x800, SPECIES_ORICORIO_P}, - [SPECIES_ORICORIO_S] = {0x8d0098c, 0x800, SPECIES_ORICORIO_S}, - [SPECIES_LYCANROC_N] = {0x8d0098c, 0x800, SPECIES_LYCANROC_N}, - [SPECIES_WISHIWASHI_S] = {0x8d0098c, 0x800, SPECIES_WISHIWASHI_S}, - [SPECIES_SILVALLY_FIGHT] = {0x8d0098c, 0x800, SPECIES_SILVALLY_FIGHT}, - [SPECIES_SILVALLY_FLYING] = {0x8d0098c, 0x800, SPECIES_SILVALLY_FLYING}, - [SPECIES_SILVALLY_POISON] = {0x8d0098c, 0x800, SPECIES_SILVALLY_POISON}, - [SPECIES_SILVALLY_GROUND] = {0x8d0098c, 0x800, SPECIES_SILVALLY_GROUND}, - [SPECIES_SILVALLY_ROCK] = {0x8d0098c, 0x800, SPECIES_SILVALLY_ROCK}, - [SPECIES_SILVALLY_BUG] = {0x8d0098c, 0x800, SPECIES_SILVALLY_BUG}, - [SPECIES_SILVALLY_GHOST] = {0x8d0098c, 0x800, SPECIES_SILVALLY_GHOST}, - [SPECIES_SILVALLY_STEEL] = {0x8d0098c, 0x800, SPECIES_SILVALLY_STEEL}, - [SPECIES_SILVALLY_FIRE] = {0x8d0098c, 0x800, SPECIES_SILVALLY_FIRE}, - [SPECIES_SILVALLY_WATER] = {0x8d0098c, 0x800, SPECIES_SILVALLY_WATER}, - [SPECIES_SILVALLY_GRASS] = {0x8d0098c, 0x800, SPECIES_SILVALLY_GRASS}, - [SPECIES_SILVALLY_ELECTRIC] = {0x8d0098c, 0x800, SPECIES_SILVALLY_ELECTRIC}, - [SPECIES_SILVALLY_PSYCHIC] = {0x8d0098c, 0x800, SPECIES_SILVALLY_PSYCHIC}, - [SPECIES_SILVALLY_ICE] = {0x8d0098c, 0x800, SPECIES_SILVALLY_ICE}, - [SPECIES_SILVALLY_DRAGON] = {0x8d0098c, 0x800, SPECIES_SILVALLY_DRAGON}, - [SPECIES_SILVALLY_DARK] = {0x8d0098c, 0x800, SPECIES_SILVALLY_DARK}, - [SPECIES_SILVALLY_FAIRY] = {0x8d0098c, 0x800, SPECIES_SILVALLY_FAIRY}, - [SPECIES_MINIOR_RED] = {0x8d0098c, 0x800, SPECIES_MINIOR_RED}, - [SPECIES_MINIOR_BLUE] = {0x8d0098c, 0x800, SPECIES_MINIOR_BLUE}, - [SPECIES_MINIOR_ORANGE] = {0x8d0098c, 0x800, SPECIES_MINIOR_ORANGE}, - [SPECIES_MINIOR_YELLOW] = {0x8d0098c, 0x800, SPECIES_MINIOR_YELLOW}, - [SPECIES_MINIOR_INDIGO] = {0x8d0098c, 0x800, SPECIES_MINIOR_INDIGO}, - [SPECIES_MINIOR_GREEN] = {0x8d0098c, 0x800, SPECIES_MINIOR_GREEN}, - [SPECIES_MINIOR_VIOLET] = {0x8d0098c, 0x800, SPECIES_MINIOR_VIOLET}, - [SPECIES_MIMIKYU_BUSTED] = {0x8d0098c, 0x800, SPECIES_MIMIKYU_BUSTED}, - [SPECIES_MAGEARNA_P] = {0x8d0098c, 0x800, SPECIES_MAGEARNA_P}, - [SPECIES_POIPOLE] = {0x8d0098c, 0x800, SPECIES_POIPOLE}, - [SPECIES_NAGANADEL] = {0x8d0098c, 0x800, SPECIES_NAGANADEL}, - [SPECIES_STAKATAKA] = {0x8d0098c, 0x800, SPECIES_STAKATAKA}, - [SPECIES_BLACEPHALON] = {0x8d0098c, 0x800, SPECIES_BLACEPHALON}, - [SPECIES_ZERAORA] = {0x8d0098c, 0x800, SPECIES_ZERAORA}, - [SPECIES_NECROZMA_MANE] = {0x8d0098c, 0x800, SPECIES_NECROZMA_MANE}, - [SPECIES_NECROZMA_WINGS] = {0x8d0098c, 0x800, SPECIES_NECROZMA_WINGS}, - [SPECIES_NECROZMA_ULTRA] = {0x8d0098c, 0x800, SPECIES_NECROZMA_ULTRA}, - [SPECIES_LYCANROC_DUSK] = {0x8d0098c, 0x800, SPECIES_LYCANROC_DUSK}, - [SPECIES_MELTAN] = {0x8d0098c, 0x800, SPECIES_MELTAN}, - [SPECIES_MELMETAL] = {0x8d0098c, 0x800, SPECIES_MELMETAL}, - [SPECIES_PIKACHU_SURFING] = {0x8d0098c, 0x800, SPECIES_PIKACHU_SURFING}, - [SPECIES_PIKACHU_FLYING] = {0x8d0098c, 0x800, SPECIES_PIKACHU_FLYING}, - [SPECIES_PIKACHU_COSPLAY] = {0x8d0098c, 0x800, SPECIES_PIKACHU_COSPLAY}, - [SPECIES_PIKACHU_LIBRE] = {0x8d0098c, 0x800, SPECIES_PIKACHU_LIBRE}, - [SPECIES_PIKACHU_POP_STAR] = {0x8d0098c, 0x800, SPECIES_PIKACHU_POP_STAR}, - [SPECIES_PIKACHU_ROCK_STAR] = {0x8d0098c, 0x800, SPECIES_PIKACHU_ROCK_STAR}, - [SPECIES_PIKACHU_BELLE] = {0x8d0098c, 0x800, SPECIES_PIKACHU_BELLE}, - [SPECIES_PIKACHU_PHD] = {0x8d0098c, 0x800, SPECIES_PIKACHU_PHD}, - [SPECIES_PIKACHU_CAP_ORIGINAL] = {0x8d0098c, 0x800, SPECIES_PIKACHU_CAP_ORIGINAL}, - [SPECIES_PIKACHU_CAP_HOENN] = {0x8d0098c, 0x800, SPECIES_PIKACHU_CAP_HOENN}, - [SPECIES_PIKACHU_CAP_SINNOH] = {0x8d0098c, 0x800, SPECIES_PIKACHU_CAP_SINNOH}, - [SPECIES_PIKACHU_CAP_UNOVA] = {0x8d0098c, 0x800, SPECIES_PIKACHU_CAP_UNOVA}, - [SPECIES_PIKACHU_CAP_KALOS] = {0x8d0098c, 0x800, SPECIES_PIKACHU_CAP_KALOS}, - [SPECIES_PIKACHU_CAP_ALOLA] = {0x8d0098c, 0x800, SPECIES_PIKACHU_CAP_ALOLA}, - [SPECIES_PIKACHU_CAP_PARTNER] = {0x8d0098c, 0x800, SPECIES_PIKACHU_CAP_PARTNER}, - [SPECIES_PICHU_SPIKY] = {0x8d0098c, 0x800, SPECIES_PICHU_SPIKY}, - [SPECIES_XERNEAS_NATURAL] = {0x8d0098c, 0x800, SPECIES_XERNEAS_NATURAL}, + [SPECIES_TURTWIG] = {gBackShinySprite440TurtwigTiles, (64 * 64) / 2, SPECIES_TURTWIG}, + [SPECIES_GROTLE] = {gBackShinySprite441GrotleTiles, (64 * 64) / 2, SPECIES_GROTLE}, + [SPECIES_TORTERRA] = {gBackShinySprite442TorterraTiles, (64 * 64) / 2, SPECIES_TORTERRA}, + [SPECIES_CHIMCHAR] = {gBackShinySprite443ChimcharTiles, (64 * 64) / 2, SPECIES_CHIMCHAR}, + [SPECIES_MONFERNO] = {gBackShinySprite444MonfernoTiles, (64 * 64) / 2, SPECIES_MONFERNO}, + [SPECIES_INFERNAPE] = {gBackShinySprite445InfernapeTiles, (64 * 64) / 2, SPECIES_INFERNAPE}, + [SPECIES_PIPLUP] = {gBackShinySprite446PiplupTiles, (64 * 64) / 2, SPECIES_PIPLUP}, + [SPECIES_PRINPLUP] = {gBackShinySprite447PrinplupTiles, (64 * 64) / 2, SPECIES_PRINPLUP}, + [SPECIES_EMPOLEON] = {gBackShinySprite448EmpoleonTiles, (64 * 64) / 2, SPECIES_EMPOLEON}, + [SPECIES_STARLY] = {gBackShinySprite449StarlyTiles, (64 * 64) / 2, SPECIES_STARLY}, + [SPECIES_STARAVIA] = {gBackShinySprite450StaraviaTiles, (64 * 64) / 2, SPECIES_STARAVIA}, + [SPECIES_STARAPTOR] = {gBackShinySprite451StaraptorTiles, (64 * 64) / 2, SPECIES_STARAPTOR}, + [SPECIES_BIDOOF] = {gBackShinySprite452BidoofTiles, (64 * 64) / 2, SPECIES_BIDOOF}, + [SPECIES_BIBAREL] = {gBackShinySprite453BibarelTiles, (64 * 64) / 2, SPECIES_BIBAREL}, + [SPECIES_KRICKETOT] = {gBackShinySprite454KricketotTiles, (64 * 64) / 2, SPECIES_KRICKETOT}, + [SPECIES_KRICKETUNE] = {gBackShinySprite455KricketuneTiles, (64 * 64) / 2, SPECIES_KRICKETUNE}, + [SPECIES_SHINX] = {gBackShinySprite456ShinxTiles, (64 * 64) / 2, SPECIES_SHINX}, + [SPECIES_LUXIO] = {gBackShinySprite457LuxioTiles, (64 * 64) / 2, SPECIES_LUXIO}, + [SPECIES_LUXRAY] = {gBackShinySprite458LuxrayTiles, (64 * 64) / 2, SPECIES_LUXRAY}, + [SPECIES_BUDEW] = {gBackShinySprite459BudewTiles, (64 * 64) / 2, SPECIES_BUDEW}, + [SPECIES_ROSERADE] = {gBackShinySprite460RoseradeTiles, (64 * 64) / 2, SPECIES_ROSERADE}, + [SPECIES_CRANIDOS] = {gBackShinySprite461CranidosTiles, (64 * 64) / 2, SPECIES_CRANIDOS}, + [SPECIES_RAMPARDOS] = {gBackShinySprite462RampardosTiles, (64 * 64) / 2, SPECIES_RAMPARDOS}, + [SPECIES_SHIELDON] = {gBackShinySprite463ShieldonTiles, (64 * 64) / 2, SPECIES_SHIELDON}, + [SPECIES_BASTIODON] = {gBackShinySprite464BastiodonTiles, (64 * 64) / 2, SPECIES_BASTIODON}, + [SPECIES_BURMY] = {gBackShinySprite465BurmyTiles, (64 * 64) / 2, SPECIES_BURMY}, + [SPECIES_WORMADAM] = {gBackShinySprite466WormadamTiles, (64 * 64) / 2, SPECIES_WORMADAM}, + [SPECIES_MOTHIM] = {gBackShinySprite467MothimTiles, (64 * 64) / 2, SPECIES_MOTHIM}, + [SPECIES_COMBEE] = {gBackShinySprite468CombeeTiles, (64 * 64) / 2, SPECIES_COMBEE}, + [SPECIES_VESPIQUEN] = {gBackShinySprite469VespiquenTiles, (64 * 64) / 2, SPECIES_VESPIQUEN}, + [SPECIES_PACHIRISU] = {gBackShinySprite470PachirisuTiles, (64 * 64) / 2, SPECIES_PACHIRISU}, + [SPECIES_BUIZEL] = {gBackShinySprite471BuizelTiles, (64 * 64) / 2, SPECIES_BUIZEL}, + [SPECIES_FLOATZEL] = {gBackShinySprite472FloatzelTiles, (64 * 64) / 2, SPECIES_FLOATZEL}, + [SPECIES_CHERUBI] = {gBackShinySprite473CherubiTiles, (64 * 64) / 2, SPECIES_CHERUBI}, + [SPECIES_CHERRIM] = {gBackShinySprite474CherrimTiles, (64 * 64) / 2, SPECIES_CHERRIM}, + [SPECIES_SHELLOS] = {gBackShinySprite475ShellosTiles, (64 * 64) / 2, SPECIES_SHELLOS}, + [SPECIES_GASTRODON] = {gBackShinySprite476GastrodonTiles, (64 * 64) / 2, SPECIES_GASTRODON}, + [SPECIES_AMBIPOM] = {gBackShinySprite477AmbipomTiles, (64 * 64) / 2, SPECIES_AMBIPOM}, + [SPECIES_DRIFLOON] = {gBackShinySprite478DrifloonTiles, (64 * 64) / 2, SPECIES_DRIFLOON}, + [SPECIES_DRIFBLIM] = {gBackShinySprite479DrifblimTiles, (64 * 64) / 2, SPECIES_DRIFBLIM}, + [SPECIES_BUNEARY] = {gBackShinySprite480BunearyTiles, (64 * 64) / 2, SPECIES_BUNEARY}, + [SPECIES_LOPUNNY] = {gBackShinySprite481LopunnyTiles, (64 * 64) / 2, SPECIES_LOPUNNY}, + [SPECIES_MISMAGIUS] = {gBackShinySprite482MismagiusTiles, (64 * 64) / 2, SPECIES_MISMAGIUS}, + [SPECIES_HONCHKROW] = {gBackShinySprite483HonchkrowTiles, (64 * 64) / 2, SPECIES_HONCHKROW}, + [SPECIES_GLAMEOW] = {gBackShinySprite484GlameowTiles, (64 * 64) / 2, SPECIES_GLAMEOW}, + [SPECIES_PURUGLY] = {gBackShinySprite485PuruglyTiles, (64 * 64) / 2, SPECIES_PURUGLY}, + [SPECIES_CHINGLING] = {gBackShinySprite486ChinglingTiles, (64 * 64) / 2, SPECIES_CHINGLING}, + [SPECIES_STUNKY] = {gBackShinySprite487StunkyTiles, (64 * 64) / 2, SPECIES_STUNKY}, + [SPECIES_SKUNTANK] = {gBackShinySprite488SkuntankTiles, (64 * 64) / 2, SPECIES_SKUNTANK}, + [SPECIES_BRONZOR] = {gBackShinySprite489BronzorTiles, (64 * 64) / 2, SPECIES_BRONZOR}, + [SPECIES_BRONZONG] = {gBackShinySprite490BronzongTiles, (64 * 64) / 2, SPECIES_BRONZONG}, + [SPECIES_BONSLY] = {gBackShinySprite491BonslyTiles, (64 * 64) / 2, SPECIES_BONSLY}, + [SPECIES_MIME_JR] = {gBackShinySprite492MimeJrTiles, (64 * 64) / 2, SPECIES_MIME_JR}, + [SPECIES_HAPPINY] = {gBackShinySprite493HappinyTiles, (64 * 64) / 2, SPECIES_HAPPINY}, + [SPECIES_CHATOT] = {gBackShinySprite494ChatotTiles, (64 * 64) / 2, SPECIES_CHATOT}, + [SPECIES_SPIRITOMB] = {gBackShinySprite495SpiritombTiles, (64 * 64) / 2, SPECIES_SPIRITOMB}, + [SPECIES_GIBLE] = {gBackShinySprite496GibleTiles, (64 * 64) / 2, SPECIES_GIBLE}, + [SPECIES_GABITE] = {gBackShinySprite497GabiteTiles, (64 * 64) / 2, SPECIES_GABITE}, + [SPECIES_GARCHOMP] = {gBackShinySprite498GarchompTiles, (64 * 64) / 2, SPECIES_GARCHOMP}, + [SPECIES_MUNCHLAX] = {gBackShinySprite499MunchlaxTiles, (64 * 64) / 2, SPECIES_MUNCHLAX}, + [SPECIES_RIOLU] = {gBackShinySprite500RioluTiles, (64 * 64) / 2, SPECIES_RIOLU}, + [SPECIES_LUCARIO] = {gBackShinySprite501LucarioTiles, (64 * 64) / 2, SPECIES_LUCARIO}, + [SPECIES_HIPPOPOTAS] = {gBackShinySprite502HippopotasTiles, (64 * 64) / 2, SPECIES_HIPPOPOTAS}, + [SPECIES_HIPPOWDON] = {gBackShinySprite503HippowdonTiles, (64 * 64) / 2, SPECIES_HIPPOWDON}, + [SPECIES_SKORUPI] = {gBackShinySprite504SkorupiTiles, (64 * 64) / 2, SPECIES_SKORUPI}, + [SPECIES_DRAPION] = {gBackShinySprite505DrapionTiles, (64 * 64) / 2, SPECIES_DRAPION}, + [SPECIES_CROAGUNK] = {gBackShinySprite506CroagunkTiles, (64 * 64) / 2, SPECIES_CROAGUNK}, + [SPECIES_TOXICROAK] = {gBackShinySprite507ToxicroakTiles, (64 * 64) / 2, SPECIES_TOXICROAK}, + [SPECIES_CARNIVINE] = {gBackShinySprite508CarnivineTiles, (64 * 64) / 2, SPECIES_CARNIVINE}, + [SPECIES_FINNEON] = {gBackShinySprite509FinneonTiles, (64 * 64) / 2, SPECIES_FINNEON}, + [SPECIES_LUMINEON] = {gBackShinySprite510LumineonTiles, (64 * 64) / 2, SPECIES_LUMINEON}, + [SPECIES_MANTYKE] = {gBackShinySprite511MantykeTiles, (64 * 64) / 2, SPECIES_MANTYKE}, + [SPECIES_SNOVER] = {gBackShinySprite512SnoverTiles, (64 * 64) / 2, SPECIES_SNOVER}, + [SPECIES_ABOMASNOW] = {gBackShinySprite513AbomasnowTiles, (64 * 64) / 2, SPECIES_ABOMASNOW}, + [SPECIES_WEAVILE] = {gBackShinySprite514WeavileTiles, (64 * 64) / 2, SPECIES_WEAVILE}, + [SPECIES_MAGNEZONE] = {gBackShinySprite515MagnezoneTiles, (64 * 64) / 2, SPECIES_MAGNEZONE}, + [SPECIES_LICKILICKY] = {gBackShinySprite516LickilickyTiles, (64 * 64) / 2, SPECIES_LICKILICKY}, + [SPECIES_RHYPERIOR] = {gBackShinySprite517RhyperiorTiles, (64 * 64) / 2, SPECIES_RHYPERIOR}, + [SPECIES_TANGROWTH] = {gBackShinySprite518TangrowthTiles, (64 * 64) / 2, SPECIES_TANGROWTH}, + [SPECIES_ELECTIVIRE] = {gBackShinySprite519ElectivireTiles, (64 * 64) / 2, SPECIES_ELECTIVIRE}, + [SPECIES_MAGMORTAR] = {gBackShinySprite520MagmortarTiles, (64 * 64) / 2, SPECIES_MAGMORTAR}, + [SPECIES_TOGEKISS] = {gBackShinySprite521TogekissTiles, (64 * 64) / 2, SPECIES_TOGEKISS}, + [SPECIES_YANMEGA] = {gBackShinySprite522YanmegaTiles, (64 * 64) / 2, SPECIES_YANMEGA}, + [SPECIES_LEAFEON] = {gBackShinySprite523LeafeonTiles, (64 * 64) / 2, SPECIES_LEAFEON}, + [SPECIES_GLACEON] = {gBackShinySprite524GlaceonTiles, (64 * 64) / 2, SPECIES_GLACEON}, + [SPECIES_GLISCOR] = {gBackShinySprite525GliscorTiles, (64 * 64) / 2, SPECIES_GLISCOR}, + [SPECIES_MAMOSWINE] = {gBackShinySprite526MamoswineTiles, (64 * 64) / 2, SPECIES_MAMOSWINE}, + [SPECIES_PORYGON_Z] = {gBackShinySprite527PorygonZTiles, (64 * 64) / 2, SPECIES_PORYGON_Z}, + [SPECIES_GALLADE] = {gBackShinySprite528GalladeTiles, (64 * 64) / 2, SPECIES_GALLADE}, + [SPECIES_PROBOPASS] = {gBackShinySprite529ProbopassTiles, (64 * 64) / 2, SPECIES_PROBOPASS}, + [SPECIES_DUSKNOIR] = {gBackShinySprite530DusknoirTiles, (64 * 64) / 2, SPECIES_DUSKNOIR}, + [SPECIES_FROSLASS] = {gBackShinySprite531FroslassTiles, (64 * 64) / 2, SPECIES_FROSLASS}, + [SPECIES_ROTOM] = {gBackShinySprite532RotomTiles, (64 * 64) / 2, SPECIES_ROTOM}, + [SPECIES_UXIE] = {gBackShinySprite533UxieTiles, (64 * 64) / 2, SPECIES_UXIE}, + [SPECIES_MESPRIT] = {gBackShinySprite534MespritTiles, (64 * 64) / 2, SPECIES_MESPRIT}, + [SPECIES_AZELF] = {gBackShinySprite535AzelfTiles, (64 * 64) / 2, SPECIES_AZELF}, + [SPECIES_DIALGA] = {gBackShinySprite536DialgaTiles, (64 * 64) / 2, SPECIES_DIALGA}, + [SPECIES_PALKIA] = {gBackShinySprite537PalkiaTiles, (64 * 64) / 2, SPECIES_PALKIA}, + [SPECIES_HEATRAN] = {gBackShinySprite538HeatranTiles, (64 * 64) / 2, SPECIES_HEATRAN}, + [SPECIES_REGIGIGAS] = {gBackShinySprite539RegigigasTiles, (64 * 64) / 2, SPECIES_REGIGIGAS}, + [SPECIES_GIRATINA] = {gBackShinySprite540GiratinaTiles, (64 * 64) / 2, SPECIES_GIRATINA}, + [SPECIES_CRESSELIA] = {gBackShinySprite541CresseliaTiles, (64 * 64) / 2, SPECIES_CRESSELIA}, + [SPECIES_PHIONE] = {gBackShinySprite542PhioneTiles, (64 * 64) / 2, SPECIES_PHIONE}, + [SPECIES_MANAPHY] = {gBackShinySprite543ManaphyTiles, (64 * 64) / 2, SPECIES_MANAPHY}, + [SPECIES_DARKRAI] = {gBackShinySprite544DarkraiTiles, (64 * 64) / 2, SPECIES_DARKRAI}, + [SPECIES_SHAYMIN] = {gBackShinySprite545ShayminTiles, (64 * 64) / 2, SPECIES_SHAYMIN}, + [SPECIES_ARCEUS] = {gBackShinySprite546ArceusTiles, (64 * 64) / 2, SPECIES_ARCEUS}, + [SPECIES_VICTINI] = {gBackShinySprite547VictiniTiles, (64 * 64) / 2, SPECIES_VICTINI}, + [SPECIES_SNIVY] = {gBackShinySprite548SnivyTiles, (64 * 64) / 2, SPECIES_SNIVY}, + [SPECIES_SERVINE] = {gBackShinySprite549ServineTiles, (64 * 64) / 2, SPECIES_SERVINE}, + [SPECIES_SERPERIOR] = {gBackShinySprite550SerperiorTiles, (64 * 64) / 2, SPECIES_SERPERIOR}, + [SPECIES_TEPIG] = {gBackShinySprite551TepigTiles, (64 * 64) / 2, SPECIES_TEPIG}, + [SPECIES_PIGNITE] = {gBackShinySprite552PigniteTiles, (64 * 64) / 2, SPECIES_PIGNITE}, + [SPECIES_EMBOAR] = {gBackShinySprite553EmboarTiles, (64 * 64) / 2, SPECIES_EMBOAR}, + [SPECIES_OSHAWOTT] = {gBackShinySprite554OshawottTiles, (64 * 64) / 2, SPECIES_OSHAWOTT}, + [SPECIES_DEWOTT] = {gBackShinySprite555DewottTiles, (64 * 64) / 2, SPECIES_DEWOTT}, + [SPECIES_SAMUROTT] = {gBackShinySprite556SamurottTiles, (64 * 64) / 2, SPECIES_SAMUROTT}, + [SPECIES_PATRAT] = {gBackShinySprite557PatratTiles, (64 * 64) / 2, SPECIES_PATRAT}, + [SPECIES_WATCHOG] = {gBackShinySprite558WatchogTiles, (64 * 64) / 2, SPECIES_WATCHOG}, + [SPECIES_LILLIPUP] = {gBackShinySprite559LillipupTiles, (64 * 64) / 2, SPECIES_LILLIPUP}, + [SPECIES_HERDIER] = {gBackShinySprite560HerdierTiles, (64 * 64) / 2, SPECIES_HERDIER}, + [SPECIES_STOUTLAND] = {gBackShinySprite561StoutlandTiles, (64 * 64) / 2, SPECIES_STOUTLAND}, + [SPECIES_PURRLOIN] = {gBackShinySprite562PurrloinTiles, (64 * 64) / 2, SPECIES_PURRLOIN}, + [SPECIES_LIEPARD] = {gBackShinySprite563LiepardTiles, (64 * 64) / 2, SPECIES_LIEPARD}, + [SPECIES_PANSAGE] = {gBackShinySprite564PansageTiles, (64 * 64) / 2, SPECIES_PANSAGE}, + [SPECIES_SIMISAGE] = {gBackShinySprite565SimisageTiles, (64 * 64) / 2, SPECIES_SIMISAGE}, + [SPECIES_PANSEAR] = {gBackShinySprite566PansearTiles, (64 * 64) / 2, SPECIES_PANSEAR}, + [SPECIES_SIMISEAR] = {gBackShinySprite567SimisearTiles, (64 * 64) / 2, SPECIES_SIMISEAR}, + [SPECIES_PANPOUR] = {gBackShinySprite568PanpourTiles, (64 * 64) / 2, SPECIES_PANPOUR}, + [SPECIES_SIMIPOUR] = {gBackShinySprite569SimipourTiles, (64 * 64) / 2, SPECIES_SIMIPOUR}, + [SPECIES_MUNNA] = {gBackShinySprite570MunnaTiles, (64 * 64) / 2, SPECIES_MUNNA}, + [SPECIES_MUSHARNA] = {gBackShinySprite571MusharnaTiles, (64 * 64) / 2, SPECIES_MUSHARNA}, + [SPECIES_PIDOVE] = {gBackShinySprite572PidoveTiles, (64 * 64) / 2, SPECIES_PIDOVE}, + [SPECIES_TRANQUILL] = {gBackShinySprite573TranquillTiles, (64 * 64) / 2, SPECIES_TRANQUILL}, + [SPECIES_UNFEZANT] = {gBackShinySprite574UnfezantTiles, (64 * 64) / 2, SPECIES_UNFEZANT}, + [SPECIES_BLITZLE] = {gBackShinySprite575BlitzleTiles, (64 * 64) / 2, SPECIES_BLITZLE}, + [SPECIES_ZEBSTRIKA] = {gBackShinySprite576ZebstrikaTiles, (64 * 64) / 2, SPECIES_ZEBSTRIKA}, + [SPECIES_ROGGENROLA] = {gBackShinySprite577RoggenrolaTiles, (64 * 64) / 2, SPECIES_ROGGENROLA}, + [SPECIES_BOLDORE] = {gBackShinySprite578BoldoreTiles, (64 * 64) / 2, SPECIES_BOLDORE}, + [SPECIES_GIGALITH] = {gBackShinySprite579GigalithTiles, (64 * 64) / 2, SPECIES_GIGALITH}, + [SPECIES_WOOBAT] = {gBackShinySprite580WoobatTiles, (64 * 64) / 2, SPECIES_WOOBAT}, + [SPECIES_SWOOBAT] = {gBackShinySprite581SwoobatTiles, (64 * 64) / 2, SPECIES_SWOOBAT}, + [SPECIES_DRILBUR] = {gBackShinySprite582DrilburTiles, (64 * 64) / 2, SPECIES_DRILBUR}, + [SPECIES_EXCADRILL] = {gBackShinySprite583ExcadrillTiles, (64 * 64) / 2, SPECIES_EXCADRILL}, + [SPECIES_AUDINO] = {gBackShinySprite584AudinoTiles, (64 * 64) / 2, SPECIES_AUDINO}, + [SPECIES_TIMBURR] = {gBackShinySprite585TimburrTiles, (64 * 64) / 2, SPECIES_TIMBURR}, + [SPECIES_GURDURR] = {gBackShinySprite586GurdurrTiles, (64 * 64) / 2, SPECIES_GURDURR}, + [SPECIES_CONKELDURR] = {gBackShinySprite587ConkeldurrTiles, (64 * 64) / 2, SPECIES_CONKELDURR}, + [SPECIES_TYMPOLE] = {gBackShinySprite588TympoleTiles, (64 * 64) / 2, SPECIES_TYMPOLE}, + [SPECIES_PALPITOAD] = {gBackShinySprite589PalpitoadTiles, (64 * 64) / 2, SPECIES_PALPITOAD}, + [SPECIES_SEISMITOAD] = {gBackShinySprite590SeismitoadTiles, (64 * 64) / 2, SPECIES_SEISMITOAD}, + [SPECIES_THROH] = {gBackShinySprite591ThrohTiles, (64 * 64) / 2, SPECIES_THROH}, + [SPECIES_SAWK] = {gBackShinySprite592SawkTiles, (64 * 64) / 2, SPECIES_SAWK}, + [SPECIES_SEWADDLE] = {gBackShinySprite593SewaddleTiles, (64 * 64) / 2, SPECIES_SEWADDLE}, + [SPECIES_SWADLOON] = {gBackShinySprite594SwadloonTiles, (64 * 64) / 2, SPECIES_SWADLOON}, + [SPECIES_LEAVANNY] = {gBackShinySprite595LeavannyTiles, (64 * 64) / 2, SPECIES_LEAVANNY}, + [SPECIES_VENIPEDE] = {gBackShinySprite596VenipedeTiles, (64 * 64) / 2, SPECIES_VENIPEDE}, + [SPECIES_WHIRLIPEDE] = {gBackShinySprite597WhirlipedeTiles, (64 * 64) / 2, SPECIES_WHIRLIPEDE}, + [SPECIES_SCOLIPEDE] = {gBackShinySprite598ScolipedeTiles, (64 * 64) / 2, SPECIES_SCOLIPEDE}, + [SPECIES_COTTONEE] = {gBackShinySprite599CottoneeTiles, (64 * 64) / 2, SPECIES_COTTONEE}, + [SPECIES_WHIMSICOTT] = {gBackShinySprite600WhimsicottTiles, (64 * 64) / 2, SPECIES_WHIMSICOTT}, + [SPECIES_PETILIL] = {gBackShinySprite601PetililTiles, (64 * 64) / 2, SPECIES_PETILIL}, + [SPECIES_LILLIGANT] = {gBackShinySprite602LilligantTiles, (64 * 64) / 2, SPECIES_LILLIGANT}, + [SPECIES_BASCULIN_RED] = {gBackShinySprite603BasculinRedTiles, (64 * 64) / 2, SPECIES_BASCULIN_RED}, + [SPECIES_SANDILE] = {gBackShinySprite604SandileTiles, (64 * 64) / 2, SPECIES_SANDILE}, + [SPECIES_KROKOROK] = {gBackShinySprite605KrokorokTiles, (64 * 64) / 2, SPECIES_KROKOROK}, + [SPECIES_KROOKODILE] = {gBackShinySprite606KrookodileTiles, (64 * 64) / 2, SPECIES_KROOKODILE}, + [SPECIES_DARUMAKA] = {gBackShinySprite607DarumakaTiles, (64 * 64) / 2, SPECIES_DARUMAKA}, + [SPECIES_DARMANITAN] = {gBackShinySprite608DarmanitanTiles, (64 * 64) / 2, SPECIES_DARMANITAN}, + [SPECIES_MARACTUS] = {gBackShinySprite609MaractusTiles, (64 * 64) / 2, SPECIES_MARACTUS}, + [SPECIES_DWEBBLE] = {gBackShinySprite610DwebbleTiles, (64 * 64) / 2, SPECIES_DWEBBLE}, + [SPECIES_CRUSTLE] = {gBackShinySprite611CrustleTiles, (64 * 64) / 2, SPECIES_CRUSTLE}, + [SPECIES_SCRAGGY] = {gBackShinySprite612ScraggyTiles, (64 * 64) / 2, SPECIES_SCRAGGY}, + [SPECIES_SCRAFTY] = {gBackShinySprite613ScraftyTiles, (64 * 64) / 2, SPECIES_SCRAFTY}, + [SPECIES_SIGILYPH] = {gBackShinySprite614SigilyphTiles, (64 * 64) / 2, SPECIES_SIGILYPH}, + [SPECIES_YAMASK] = {gBackShinySprite615YamaskTiles, (64 * 64) / 2, SPECIES_YAMASK}, + [SPECIES_COFAGRIGUS] = {gBackShinySprite616CofagrigusTiles, (64 * 64) / 2, SPECIES_COFAGRIGUS}, + [SPECIES_TIRTOUGA] = {gBackShinySprite617TirtougaTiles, (64 * 64) / 2, SPECIES_TIRTOUGA}, + [SPECIES_CARRACOSTA] = {gBackShinySprite618CarracostaTiles, (64 * 64) / 2, SPECIES_CARRACOSTA}, + [SPECIES_ARCHEN] = {gBackShinySprite619ArchenTiles, (64 * 64) / 2, SPECIES_ARCHEN}, + [SPECIES_ARCHEOPS] = {gBackShinySprite620ArcheopsTiles, (64 * 64) / 2, SPECIES_ARCHEOPS}, + [SPECIES_TRUBBISH] = {gBackShinySprite621TrubbishTiles, (64 * 64) / 2, SPECIES_TRUBBISH}, + [SPECIES_GARBODOR] = {gBackShinySprite622GarbodorTiles, (64 * 64) / 2, SPECIES_GARBODOR}, + [SPECIES_ZORUA] = {gBackShinySprite623ZoruaTiles, (64 * 64) / 2, SPECIES_ZORUA}, + [SPECIES_ZOROARK] = {gBackShinySprite624ZoroarkTiles, (64 * 64) / 2, SPECIES_ZOROARK}, + [SPECIES_MINCCINO] = {gBackShinySprite625MinccinoTiles, (64 * 64) / 2, SPECIES_MINCCINO}, + [SPECIES_CINCCINO] = {gBackShinySprite626CinccinoTiles, (64 * 64) / 2, SPECIES_CINCCINO}, + [SPECIES_GOTHITA] = {gBackShinySprite627GothitaTiles, (64 * 64) / 2, SPECIES_GOTHITA}, + [SPECIES_GOTHORITA] = {gBackShinySprite628GothoritaTiles, (64 * 64) / 2, SPECIES_GOTHORITA}, + [SPECIES_GOTHITELLE] = {gBackShinySprite629GothitelleTiles, (64 * 64) / 2, SPECIES_GOTHITELLE}, + [SPECIES_SOLOSIS] = {gBackShinySprite630SolosisTiles, (64 * 64) / 2, SPECIES_SOLOSIS}, + [SPECIES_DUOSION] = {gBackShinySprite631DuosionTiles, (64 * 64) / 2, SPECIES_DUOSION}, + [SPECIES_REUNICLUS] = {gBackShinySprite632ReuniclusTiles, (64 * 64) / 2, SPECIES_REUNICLUS}, + [SPECIES_DUCKLETT] = {gBackShinySprite633DucklettTiles, (64 * 64) / 2, SPECIES_DUCKLETT}, + [SPECIES_SWANNA] = {gBackShinySprite634SwannaTiles, (64 * 64) / 2, SPECIES_SWANNA}, + [SPECIES_VANILLITE] = {gBackShinySprite635VanilliteTiles, (64 * 64) / 2, SPECIES_VANILLITE}, + [SPECIES_VANILLISH] = {gBackShinySprite636VanillishTiles, (64 * 64) / 2, SPECIES_VANILLISH}, + [SPECIES_VANILLUXE] = {gBackShinySprite637VanilluxeTiles, (64 * 64) / 2, SPECIES_VANILLUXE}, + [SPECIES_DEERLING] = {gBackShinySprite638DeerlingTiles, (64 * 64) / 2, SPECIES_DEERLING}, + [SPECIES_SAWSBUCK] = {gBackShinySprite639SawsbuckTiles, (64 * 64) / 2, SPECIES_SAWSBUCK}, + [SPECIES_EMOLGA] = {gBackShinySprite640EmolgaTiles, (64 * 64) / 2, SPECIES_EMOLGA}, + [SPECIES_KARRABLAST] = {gBackShinySprite641KarrablastTiles, (64 * 64) / 2, SPECIES_KARRABLAST}, + [SPECIES_ESCAVALIER] = {gBackShinySprite642EscavalierTiles, (64 * 64) / 2, SPECIES_ESCAVALIER}, + [SPECIES_FOONGUS] = {gBackShinySprite643FoongusTiles, (64 * 64) / 2, SPECIES_FOONGUS}, + [SPECIES_AMOONGUSS] = {gBackShinySprite644AmoongussTiles, (64 * 64) / 2, SPECIES_AMOONGUSS}, + [SPECIES_FRILLISH] = {gBackShinySprite645FrillishTiles, (64 * 64) / 2, SPECIES_FRILLISH}, + [SPECIES_JELLICENT] = {gBackShinySprite646JellicentTiles, (64 * 64) / 2, SPECIES_JELLICENT}, + [SPECIES_ALOMOMOLA] = {gBackShinySprite647AlomomolaTiles, (64 * 64) / 2, SPECIES_ALOMOMOLA}, + [SPECIES_JOLTIK] = {gBackShinySprite648JoltikTiles, (64 * 64) / 2, SPECIES_JOLTIK}, + [SPECIES_GALVANTULA] = {gBackShinySprite649GalvantulaTiles, (64 * 64) / 2, SPECIES_GALVANTULA}, + [SPECIES_FERROSEED] = {gBackShinySprite650FerroseedTiles, (64 * 64) / 2, SPECIES_FERROSEED}, + [SPECIES_FERROTHORN] = {gBackShinySprite651FerrothornTiles, (64 * 64) / 2, SPECIES_FERROTHORN}, + [SPECIES_KLINK] = {gBackShinySprite652KlinkTiles, (64 * 64) / 2, SPECIES_KLINK}, + [SPECIES_KLANG] = {gBackShinySprite653KlangTiles, (64 * 64) / 2, SPECIES_KLANG}, + [SPECIES_KLINKLANG] = {gBackShinySprite654KlinklangTiles, (64 * 64) / 2, SPECIES_KLINKLANG}, + [SPECIES_TYNAMO] = {gBackShinySprite655TynamoTiles, (64 * 64) / 2, SPECIES_TYNAMO}, + [SPECIES_EELEKTRIK] = {gBackShinySprite656EelektrikTiles, (64 * 64) / 2, SPECIES_EELEKTRIK}, + [SPECIES_EELEKTROSS] = {gBackShinySprite657EelektrossTiles, (64 * 64) / 2, SPECIES_EELEKTROSS}, + [SPECIES_ELGYEM] = {gBackShinySprite658ElgyemTiles, (64 * 64) / 2, SPECIES_ELGYEM}, + [SPECIES_BEHEEYEM] = {gBackShinySprite659BeheeyemTiles, (64 * 64) / 2, SPECIES_BEHEEYEM}, + [SPECIES_LITWICK] = {gBackShinySprite660LitwickTiles, (64 * 64) / 2, SPECIES_LITWICK}, + [SPECIES_LAMPENT] = {gBackShinySprite661LampentTiles, (64 * 64) / 2, SPECIES_LAMPENT}, + [SPECIES_CHANDELURE] = {gBackShinySprite662ChandelureTiles, (64 * 64) / 2, SPECIES_CHANDELURE}, + [SPECIES_AXEW] = {gBackShinySprite663AxewTiles, (64 * 64) / 2, SPECIES_AXEW}, + [SPECIES_FRAXURE] = {gBackShinySprite664FraxureTiles, (64 * 64) / 2, SPECIES_FRAXURE}, + [SPECIES_HAXORUS] = {gBackShinySprite665HaxorusTiles, (64 * 64) / 2, SPECIES_HAXORUS}, + [SPECIES_CUBCHOO] = {gBackShinySprite666CubchooTiles, (64 * 64) / 2, SPECIES_CUBCHOO}, + [SPECIES_BEARTIC] = {gBackShinySprite667BearticTiles, (64 * 64) / 2, SPECIES_BEARTIC}, + [SPECIES_CRYOGONAL] = {gBackShinySprite668CryogonalTiles, (64 * 64) / 2, SPECIES_CRYOGONAL}, + [SPECIES_SHELMET] = {gBackShinySprite669ShelmetTiles, (64 * 64) / 2, SPECIES_SHELMET}, + [SPECIES_ACCELGOR] = {gBackShinySprite670AccelgorTiles, (64 * 64) / 2, SPECIES_ACCELGOR}, + [SPECIES_STUNFISK] = {gBackShinySprite671StunfiskTiles, (64 * 64) / 2, SPECIES_STUNFISK}, + [SPECIES_MIENFOO] = {gBackShinySprite672MienfooTiles, (64 * 64) / 2, SPECIES_MIENFOO}, + [SPECIES_MIENSHAO] = {gBackShinySprite673MienshaoTiles, (64 * 64) / 2, SPECIES_MIENSHAO}, + [SPECIES_DRUDDIGON] = {gBackShinySprite674DruddigonTiles, (64 * 64) / 2, SPECIES_DRUDDIGON}, + [SPECIES_GOLETT] = {gBackShinySprite675GolettTiles, (64 * 64) / 2, SPECIES_GOLETT}, + [SPECIES_GOLURK] = {gBackShinySprite676GolurkTiles, (64 * 64) / 2, SPECIES_GOLURK}, + [SPECIES_PAWNIARD] = {gBackShinySprite677PawniardTiles, (64 * 64) / 2, SPECIES_PAWNIARD}, + [SPECIES_BISHARP] = {gBackShinySprite678BisharpTiles, (64 * 64) / 2, SPECIES_BISHARP}, + [SPECIES_BOUFFALANT] = {gBackShinySprite679BouffalantTiles, (64 * 64) / 2, SPECIES_BOUFFALANT}, + [SPECIES_RUFFLET] = {gBackShinySprite680RuffletTiles, (64 * 64) / 2, SPECIES_RUFFLET}, + [SPECIES_BRAVIARY] = {gBackShinySprite681BraviaryTiles, (64 * 64) / 2, SPECIES_BRAVIARY}, + [SPECIES_VULLABY] = {gBackShinySprite682VullabyTiles, (64 * 64) / 2, SPECIES_VULLABY}, + [SPECIES_MANDIBUZZ] = {gBackShinySprite683MandibuzzTiles, (64 * 64) / 2, SPECIES_MANDIBUZZ}, + [SPECIES_HEATMOR] = {gBackShinySprite684HeatmorTiles, (64 * 64) / 2, SPECIES_HEATMOR}, + [SPECIES_DURANT] = {gBackShinySprite685DurantTiles, (64 * 64) / 2, SPECIES_DURANT}, + [SPECIES_DEINO] = {gBackShinySprite686DeinoTiles, (64 * 64) / 2, SPECIES_DEINO}, + [SPECIES_ZWEILOUS] = {gBackShinySprite687ZweilousTiles, (64 * 64) / 2, SPECIES_ZWEILOUS}, + [SPECIES_HYDREIGON] = {gBackShinySprite688HydreigonTiles, (64 * 64) / 2, SPECIES_HYDREIGON}, + [SPECIES_LARVESTA] = {gBackShinySprite689LarvestaTiles, (64 * 64) / 2, SPECIES_LARVESTA}, + [SPECIES_VOLCARONA] = {gBackShinySprite690VolcaronaTiles, (64 * 64) / 2, SPECIES_VOLCARONA}, + [SPECIES_COBALION] = {gBackShinySprite691CobalionTiles, (64 * 64) / 2, SPECIES_COBALION}, + [SPECIES_TERRAKION] = {gBackShinySprite692TerrakionTiles, (64 * 64) / 2, SPECIES_TERRAKION}, + [SPECIES_VIRIZION] = {gBackShinySprite693VirizionTiles, (64 * 64) / 2, SPECIES_VIRIZION}, + [SPECIES_TORNADUS] = {gBackShinySprite694TornadusTiles, (64 * 64) / 2, SPECIES_TORNADUS}, + [SPECIES_THUNDURUS] = {gBackShinySprite695ThundurusTiles, (64 * 64) / 2, SPECIES_THUNDURUS}, + [SPECIES_RESHIRAM] = {gBackShinySprite696ReshiramTiles, (64 * 64) / 2, SPECIES_RESHIRAM}, + [SPECIES_ZEKROM] = {gBackShinySprite697ZekromTiles, (64 * 64) / 2, SPECIES_ZEKROM}, + [SPECIES_LANDORUS] = {gBackShinySprite698LandorusTiles, (64 * 64) / 2, SPECIES_LANDORUS}, + [SPECIES_KYUREM] = {gBackShinySprite699KyuremTiles, (64 * 64) / 2, SPECIES_KYUREM}, + [SPECIES_KELDEO] = {gBackShinySprite700KeldeoTiles, (64 * 64) / 2, SPECIES_KELDEO}, + [SPECIES_MELOETTA] = {gBackShinySprite701MeloettaTiles, (64 * 64) / 2, SPECIES_MELOETTA}, + [SPECIES_GENESECT] = {gBackShinySprite702GenesectTiles, (64 * 64) / 2, SPECIES_GENESECT}, + [SPECIES_UNFEZANT_F] = {gBackShinySprite703UnfezantFTiles, (64 * 64) / 2, SPECIES_UNFEZANT_F}, + [SPECIES_FRILLISH_F] = {gBackShinySprite704FrillishFTiles, (64 * 64) / 2, SPECIES_FRILLISH_F}, + [SPECIES_JELLICENT_F] = {gBackShinySprite705JellicentFTiles, (64 * 64) / 2, SPECIES_JELLICENT_F}, + [SPECIES_SHADOW_WARRIOR] = {gBackShinySprite000NoneTiles/*gBackShinySprite706ShadowWarriorTiles*/, (64 * 64) / 2, SPECIES_SHADOW_WARRIOR}, + [SPECIES_BURMY_SANDY] = {gBackShinySprite707BurmySandyTiles, (64 * 64) / 2, SPECIES_BURMY_SANDY}, + [SPECIES_BURMY_TRASH] = {gBackShinySprite708BurmyTrashTiles, (64 * 64) / 2, SPECIES_BURMY_TRASH}, + [SPECIES_WORMADAM_SANDY] = {gBackShinySprite709WormadamSandyTiles, (64 * 64) / 2, SPECIES_WORMADAM_SANDY}, + [SPECIES_WORMADAM_TRASH] = {gBackShinySprite710WormadamTrashTiles, (64 * 64) / 2, SPECIES_WORMADAM_TRASH}, + [SPECIES_SHELLOS_EAST] = {gBackShinySprite711ShellosEastTiles, (64 * 64) / 2, SPECIES_SHELLOS_EAST}, + [SPECIES_GASTRODON_EAST] = {gBackShinySprite712GastrodonEastTiles, (64 * 64) / 2, SPECIES_GASTRODON_EAST}, + [SPECIES_ROTOM_HEAT] = {gBackShinySprite713RotomHeatTiles, (64 * 64) / 2, SPECIES_ROTOM_HEAT}, + [SPECIES_ROTOM_WASH] = {gBackShinySprite714RotomWashTiles, (64 * 64) / 2, SPECIES_ROTOM_WASH}, + [SPECIES_ROTOM_FROST] = {gBackShinySprite715RotomFrostTiles, (64 * 64) / 2, SPECIES_ROTOM_FROST}, + [SPECIES_ROTOM_FAN] = {gBackShinySprite716RotomFanTiles, (64 * 64) / 2, SPECIES_ROTOM_FAN}, + [SPECIES_ROTOM_MOW] = {gBackShinySprite717RotomMowTiles, (64 * 64) / 2, SPECIES_ROTOM_MOW}, + [SPECIES_GIRATINA_ORIGIN] = {gBackShinySprite718GiratinaOriginTiles, (64 * 64) / 2, SPECIES_GIRATINA_ORIGIN}, + [SPECIES_SHAYMIN_SKY] = {gBackShinySprite719ShayminSkyTiles, (64 * 64) / 2, SPECIES_SHAYMIN_SKY}, + [SPECIES_ARCEUS_FIGHT] = {gBackShinySprite720ArceusFightTiles, (64 * 64) / 2, SPECIES_ARCEUS_FIGHT}, + [SPECIES_ARCEUS_FLYING] = {gBackShinySprite721ArceusFlyingTiles, (64 * 64) / 2, SPECIES_ARCEUS_FLYING}, + [SPECIES_ARCEUS_POISON] = {gBackShinySprite722ArceusPoisonTiles, (64 * 64) / 2, SPECIES_ARCEUS_POISON}, + [SPECIES_ARCEUS_GROUND] = {gBackShinySprite723ArceusGroundTiles, (64 * 64) / 2, SPECIES_ARCEUS_GROUND}, + [SPECIES_ARCEUS_ROCK] = {gBackShinySprite724ArceusRockTiles, (64 * 64) / 2, SPECIES_ARCEUS_ROCK}, + [SPECIES_ARCEUS_BUG] = {gBackShinySprite725ArceusBugTiles, (64 * 64) / 2, SPECIES_ARCEUS_BUG}, + [SPECIES_ARCEUS_GHOST] = {gBackShinySprite726ArceusGhostTiles, (64 * 64) / 2, SPECIES_ARCEUS_GHOST}, + [SPECIES_ARCEUS_STEEL] = {gBackShinySprite727ArceusSteelTiles, (64 * 64) / 2, SPECIES_ARCEUS_STEEL}, + [SPECIES_ARCEUS_FIRE] = {gBackShinySprite728ArceusFireTiles, (64 * 64) / 2, SPECIES_ARCEUS_FIRE}, + [SPECIES_ARCEUS_WATER] = {gBackShinySprite729ArceusWaterTiles, (64 * 64) / 2, SPECIES_ARCEUS_WATER}, + [SPECIES_ARCEUS_GRASS] = {gBackShinySprite730ArceusGrassTiles, (64 * 64) / 2, SPECIES_ARCEUS_GRASS}, + [SPECIES_ARCEUS_ELECTRIC] = {gBackShinySprite731ArceusElectricTiles, (64 * 64) / 2, SPECIES_ARCEUS_ELECTRIC}, + [SPECIES_ARCEUS_PSYCHIC] = {gBackShinySprite732ArceusPsychicTiles, (64 * 64) / 2, SPECIES_ARCEUS_PSYCHIC}, + [SPECIES_ARCEUS_ICE] = {gBackShinySprite733ArceusIceTiles, (64 * 64) / 2, SPECIES_ARCEUS_ICE}, + [SPECIES_ARCEUS_DRAGON] = {gBackShinySprite734ArceusDragonTiles, (64 * 64) / 2, SPECIES_ARCEUS_DRAGON}, + [SPECIES_ARCEUS_DARK] = {gBackShinySprite735ArceusDarkTiles, (64 * 64) / 2, SPECIES_ARCEUS_DARK}, + [SPECIES_BASCULIN_BLUE] = {gBackShinySprite736BasculinBlueTiles, (64 * 64) / 2, SPECIES_BASCULIN_BLUE}, + [SPECIES_DARMANITANZEN] = {gBackShinySprite737DarmanitanzenTiles, (64 * 64) / 2, SPECIES_DARMANITANZEN}, + [SPECIES_DEERLING_SUMMER] = {gBackShinySprite738DeerlingSummerTiles, (64 * 64) / 2, SPECIES_DEERLING_SUMMER}, + [SPECIES_DEERLING_AUTUMN] = {gBackShinySprite739DeerlingAutumnTiles, (64 * 64) / 2, SPECIES_DEERLING_AUTUMN}, + [SPECIES_DEERLING_WINTER] = {gBackShinySprite740DeerlingWinterTiles, (64 * 64) / 2, SPECIES_DEERLING_WINTER}, + [SPECIES_SAWSBUCK_SUMMER] = {gBackShinySprite741SawsbuckSummerTiles, (64 * 64) / 2, SPECIES_SAWSBUCK_SUMMER}, + [SPECIES_SAWSBUCK_AUTUMN] = {gBackShinySprite742SawsbuckAutumnTiles, (64 * 64) / 2, SPECIES_SAWSBUCK_AUTUMN}, + [SPECIES_SAWSBUCK_WINTER] = {gBackShinySprite743SawsbuckWinterTiles, (64 * 64) / 2, SPECIES_SAWSBUCK_WINTER}, + [SPECIES_HIPPOPOTAS_F] = {gBackShinySprite744HippopotasFTiles, (64 * 64) / 2, SPECIES_HIPPOPOTAS_F}, + [SPECIES_HIPPOWDON_F] = {gBackShinySprite745HippowdonFTiles, (64 * 64) / 2, SPECIES_HIPPOWDON_F}, + [SPECIES_MELOETTA_PIROUETTE] = {gBackShinySprite746MeloettaPirouetteTiles, (64 * 64) / 2, SPECIES_MELOETTA_PIROUETTE}, + [SPECIES_GENESECT_SHOCK] = {gBackShinySprite747GenesectShockTiles, (64 * 64) / 2, SPECIES_GENESECT_SHOCK}, + [SPECIES_GENESECT_BURN] = {gBackShinySprite748GenesectBurnTiles, (64 * 64) / 2, SPECIES_GENESECT_BURN}, + [SPECIES_GENESECT_CHILL] = {gBackShinySprite749GenesectChillTiles, (64 * 64) / 2, SPECIES_GENESECT_CHILL}, + [SPECIES_GENESECT_DOUSE] = {gBackShinySprite750GenesectDouseTiles, (64 * 64) / 2, SPECIES_GENESECT_DOUSE}, + [SPECIES_CHERRIM_SUN] = {gBackShinySprite751CherrimSunTiles, (64 * 64) / 2, SPECIES_CHERRIM_SUN}, + [SPECIES_KYUREM_BLACK] = {gBackShinySprite752KyuremBlackTiles, (64 * 64) / 2, SPECIES_KYUREM_BLACK}, + [SPECIES_KYUREM_WHITE] = {gBackShinySprite753KyuremWhiteTiles, (64 * 64) / 2, SPECIES_KYUREM_WHITE}, + [SPECIES_TORNADUS_THERIAN] = {gBackShinySprite754TornadusTherianTiles, (64 * 64) / 2, SPECIES_TORNADUS_THERIAN}, + [SPECIES_THUNDURUS_THERIAN] = {gBackShinySprite755ThundurusTherianTiles, (64 * 64) / 2, SPECIES_THUNDURUS_THERIAN}, + [SPECIES_LANDORUS_THERIAN] = {gBackShinySprite756LandorusTherianTiles, (64 * 64) / 2, SPECIES_LANDORUS_THERIAN}, + [SPECIES_KELDEO_RESOLUTE] = {gBackShinySprite757KeldeoResoluteTiles, (64 * 64) / 2, SPECIES_KELDEO_RESOLUTE}, + [SPECIES_CHESPIN] = {gBackShinySprite758ChespinTiles, (64 * 64) / 2, SPECIES_CHESPIN}, + [SPECIES_QUILLADIN] = {gBackShinySprite759QuilladinTiles, (64 * 64) / 2, SPECIES_QUILLADIN}, + [SPECIES_CHESNAUGHT] = {gBackShinySprite760ChesnaughtTiles, (64 * 64) / 2, SPECIES_CHESNAUGHT}, + [SPECIES_FENNEKIN] = {gBackShinySprite761FennekinTiles, (64 * 64) / 2, SPECIES_FENNEKIN}, + [SPECIES_BRAIXEN] = {gBackShinySprite762BraixenTiles, (64 * 64) / 2, SPECIES_BRAIXEN}, + [SPECIES_DELPHOX] = {gBackShinySprite763DelphoxTiles, (64 * 64) / 2, SPECIES_DELPHOX}, + [SPECIES_FROAKIE] = {gBackShinySprite764FroakieTiles, (64 * 64) / 2, SPECIES_FROAKIE}, + [SPECIES_FROGADIER] = {gBackShinySprite765FrogadierTiles, (64 * 64) / 2, SPECIES_FROGADIER}, + [SPECIES_GRENINJA] = {gBackShinySprite766GreninjaTiles, (64 * 64) / 2, SPECIES_GRENINJA}, + [SPECIES_BUNNELBY] = {gBackShinySprite767BunnelbyTiles, (64 * 64) / 2, SPECIES_BUNNELBY}, + [SPECIES_DIGGERSBY] = {gBackShinySprite768DiggersbyTiles, (64 * 64) / 2, SPECIES_DIGGERSBY}, + [SPECIES_FLETCHLING] = {gBackShinySprite769FletchlingTiles, (64 * 64) / 2, SPECIES_FLETCHLING}, + [SPECIES_FLETCHINDER] = {gBackShinySprite770FletchinderTiles, (64 * 64) / 2, SPECIES_FLETCHINDER}, + [SPECIES_TALONFLAME] = {gBackShinySprite771TalonflameTiles, (64 * 64) / 2, SPECIES_TALONFLAME}, + [SPECIES_SCATTERBUG] = {gBackShinySprite772ScatterbugTiles, (64 * 64) / 2, SPECIES_SCATTERBUG}, + [SPECIES_SPEWPA] = {gBackShinySprite773SpewpaTiles, (64 * 64) / 2, SPECIES_SPEWPA}, + [SPECIES_VIVILLON] = {gBackShinySprite774VivillonTiles, (64 * 64) / 2, SPECIES_VIVILLON}, + [SPECIES_LITLEO] = {gBackShinySprite775LitleoTiles, (64 * 64) / 2, SPECIES_LITLEO}, + [SPECIES_PYROAR] = {gBackShinySprite776PyroarTiles, (64 * 64) / 2, SPECIES_PYROAR}, + [SPECIES_FLABEBE] = {gBackShinySprite777FlabebeTiles, (64 * 64) / 2, SPECIES_FLABEBE}, + [SPECIES_FLOETTE] = {gBackShinySprite778FloetteTiles, (64 * 64) / 2, SPECIES_FLOETTE}, + [SPECIES_FLORGES] = {gBackShinySprite779FlorgesTiles, (64 * 64) / 2, SPECIES_FLORGES}, + [SPECIES_SKIDDO] = {gBackShinySprite780SkiddoTiles, (64 * 64) / 2, SPECIES_SKIDDO}, + [SPECIES_GOGOAT] = {gBackShinySprite781GogoatTiles, (64 * 64) / 2, SPECIES_GOGOAT}, + [SPECIES_PANCHAM] = {gBackShinySprite782PanchamTiles, (64 * 64) / 2, SPECIES_PANCHAM}, + [SPECIES_PANGORO] = {gBackShinySprite783PangoroTiles, (64 * 64) / 2, SPECIES_PANGORO}, + [SPECIES_FURFROU] = {gBackShinySprite784FurfrouTiles, (64 * 64) / 2, SPECIES_FURFROU}, + [SPECIES_ESPURR] = {gBackShinySprite785EspurrTiles, (64 * 64) / 2, SPECIES_ESPURR}, + [SPECIES_MEOWSTIC] = {gBackShinySprite786MeowsticTiles, (64 * 64) / 2, SPECIES_MEOWSTIC}, + [SPECIES_HONEDGE] = {gBackShinySprite787HonedgeTiles, (64 * 64) / 2, SPECIES_HONEDGE}, + [SPECIES_DOUBLADE] = {gBackShinySprite788DoubladeTiles, (64 * 64) / 2, SPECIES_DOUBLADE}, + [SPECIES_AEGISLASH] = {gBackShinySprite789AegislashTiles, (64 * 64) / 2, SPECIES_AEGISLASH}, + [SPECIES_SPRITZEE] = {gBackShinySprite790SpritzeeTiles, (64 * 64) / 2, SPECIES_SPRITZEE}, + [SPECIES_AROMATISSE] = {gBackShinySprite791AromatisseTiles, (64 * 64) / 2, SPECIES_AROMATISSE}, + [SPECIES_SWIRLIX] = {gBackShinySprite792SwirlixTiles, (64 * 64) / 2, SPECIES_SWIRLIX}, + [SPECIES_SLURPUFF] = {gBackShinySprite793SlurpuffTiles, (64 * 64) / 2, SPECIES_SLURPUFF}, + [SPECIES_INKAY] = {gBackShinySprite794InkayTiles, (64 * 64) / 2, SPECIES_INKAY}, + [SPECIES_MALAMAR] = {gBackShinySprite795MalamarTiles, (64 * 64) / 2, SPECIES_MALAMAR}, + [SPECIES_BINACLE] = {gBackShinySprite796BinacleTiles, (64 * 64) / 2, SPECIES_BINACLE}, + [SPECIES_BARBARACLE] = {gBackShinySprite797BarbaracleTiles, (64 * 64) / 2, SPECIES_BARBARACLE}, + [SPECIES_SKRELP] = {gBackShinySprite798SkrelpTiles, (64 * 64) / 2, SPECIES_SKRELP}, + [SPECIES_DRAGALGE] = {gBackShinySprite799DragalgeTiles, (64 * 64) / 2, SPECIES_DRAGALGE}, + [SPECIES_CLAUNCHER] = {gBackShinySprite800ClauncherTiles, (64 * 64) / 2, SPECIES_CLAUNCHER}, + [SPECIES_CLAWITZER] = {gBackShinySprite801ClawitzerTiles, (64 * 64) / 2, SPECIES_CLAWITZER}, + [SPECIES_HELIOPTILE] = {gBackShinySprite802HelioptileTiles, (64 * 64) / 2, SPECIES_HELIOPTILE}, + [SPECIES_HELIOLISK] = {gBackShinySprite803HelioliskTiles, (64 * 64) / 2, SPECIES_HELIOLISK}, + [SPECIES_TYRUNT] = {gBackShinySprite804TyruntTiles, (64 * 64) / 2, SPECIES_TYRUNT}, + [SPECIES_TYRANTRUM] = {gBackShinySprite805TyrantrumTiles, (64 * 64) / 2, SPECIES_TYRANTRUM}, + [SPECIES_AMAURA] = {gBackShinySprite806AmauraTiles, (64 * 64) / 2, SPECIES_AMAURA}, + [SPECIES_AURORUS] = {gBackShinySprite807AurorusTiles, (64 * 64) / 2, SPECIES_AURORUS}, + [SPECIES_SYLVEON] = {gBackShinySprite808SylveonTiles, (64 * 64) / 2, SPECIES_SYLVEON}, + [SPECIES_HAWLUCHA] = {gBackShinySprite809HawluchaTiles, (64 * 64) / 2, SPECIES_HAWLUCHA}, + [SPECIES_DEDENNE] = {gBackShinySprite810DedenneTiles, (64 * 64) / 2, SPECIES_DEDENNE}, + [SPECIES_CARBINK] = {gBackShinySprite811CarbinkTiles, (64 * 64) / 2, SPECIES_CARBINK}, + [SPECIES_GOOMY] = {gBackShinySprite812GoomyTiles, (64 * 64) / 2, SPECIES_GOOMY}, + [SPECIES_SLIGGOO] = {gBackShinySprite813SliggooTiles, (64 * 64) / 2, SPECIES_SLIGGOO}, + [SPECIES_GOODRA] = {gBackShinySprite814GoodraTiles, (64 * 64) / 2, SPECIES_GOODRA}, + [SPECIES_KLEFKI] = {gBackShinySprite815KlefkiTiles, (64 * 64) / 2, SPECIES_KLEFKI}, + [SPECIES_PHANTUMP] = {gBackShinySprite816PhantumpTiles, (64 * 64) / 2, SPECIES_PHANTUMP}, + [SPECIES_TREVENANT] = {gBackShinySprite817TrevenantTiles, (64 * 64) / 2, SPECIES_TREVENANT}, + [SPECIES_PUMPKABOO] = {gBackShinySprite818PumpkabooTiles, (64 * 64) / 2, SPECIES_PUMPKABOO}, + [SPECIES_GOURGEIST] = {gBackShinySprite819GourgeistTiles, (64 * 64) / 2, SPECIES_GOURGEIST}, + [SPECIES_BERGMITE] = {gBackShinySprite820BergmiteTiles, (64 * 64) / 2, SPECIES_BERGMITE}, + [SPECIES_AVALUGG] = {gBackShinySprite821AvaluggTiles, (64 * 64) / 2, SPECIES_AVALUGG}, + [SPECIES_NOIBAT] = {gBackShinySprite822NoibatTiles, (64 * 64) / 2, SPECIES_NOIBAT}, + [SPECIES_NOIVERN] = {gBackShinySprite823NoivernTiles, (64 * 64) / 2, SPECIES_NOIVERN}, + [SPECIES_XERNEAS] = {gBackShinySprite824XerneasTiles, (64 * 64) / 2, SPECIES_XERNEAS}, + [SPECIES_YVELTAL] = {gBackShinySprite825YveltalTiles, (64 * 64) / 2, SPECIES_YVELTAL}, + [SPECIES_ZYGARDE] = {gBackShinySprite826ZygardeTiles, (64 * 64) / 2, SPECIES_ZYGARDE}, + [SPECIES_DIANCIE] = {gBackShinySprite827DiancieTiles, (64 * 64) / 2, SPECIES_DIANCIE}, + [SPECIES_HOOPA] = {gBackShinySprite828HoopaTiles, (64 * 64) / 2, SPECIES_HOOPA}, + [SPECIES_HOOPA_UNBOUND] = {gBackShinySprite829HoopaUnboundTiles, (64 * 64) / 2, SPECIES_HOOPA_UNBOUND}, + [SPECIES_VOLCANION] = {gBackShinySprite830VolcanionTiles, (64 * 64) / 2, SPECIES_VOLCANION}, + [SPECIES_PYROAR_FEMALE] = {gBackShinySprite831PyroarFemaleTiles, (64 * 64) / 2, SPECIES_PYROAR_FEMALE}, + [SPECIES_MEOWSTIC_FEMALE] = {gBackShinySprite832MeowsticFemaleTiles, (64 * 64) / 2, SPECIES_MEOWSTIC_FEMALE}, + [SPECIES_AEGISLASH_BLADE] = {gBackShinySprite833AegislashBladeTiles, (64 * 64) / 2, SPECIES_AEGISLASH_BLADE}, + [SPECIES_ARCEUS_FAIRY] = {gBackShinySprite834ArceusFairyTiles, (64 * 64) / 2, SPECIES_ARCEUS_FAIRY}, + [SPECIES_ZYGARDE_CELL] = {gBackShinySprite835ZygardeCellTiles, (64 * 64) / 2, SPECIES_ZYGARDE_CELL}, + [SPECIES_ZYGARDE_CORE] = {gBackShinySprite836ZygardeCoreTiles, (64 * 64) / 2, SPECIES_ZYGARDE_CORE}, + [SPECIES_ZYGARDE_10] = {gBackShinySprite837Zygarde10Tiles, (64 * 64) / 2, SPECIES_ZYGARDE_10}, + [SPECIES_ZYGARDE_COMPLETE] = {gBackShinySprite838ZygardeCompleteTiles, (64 * 64) / 2, SPECIES_ZYGARDE_COMPLETE}, + [SPECIES_ASHGRENINJA] = {gBackShinySprite839AshgreninjaTiles, (64 * 64) / 2, SPECIES_ASHGRENINJA}, + [SPECIES_FLABEBE_BLUE] = {gBackShinySprite840FlabebeBlueTiles, (64 * 64) / 2, SPECIES_FLABEBE_BLUE}, + [SPECIES_FLABEBE_ORANGE] = {gBackShinySprite841FlabebeOrangeTiles, (64 * 64) / 2, SPECIES_FLABEBE_ORANGE}, + [SPECIES_FLABEBE_YELLOW] = {gBackShinySprite842FlabebeYellowTiles, (64 * 64) / 2, SPECIES_FLABEBE_YELLOW}, + [SPECIES_FLABEBE_WHITE] = {gBackShinySprite843FlabebeWhiteTiles, (64 * 64) / 2, SPECIES_FLABEBE_WHITE}, + [SPECIES_FLOETTE_BLUE] = {gBackShinySprite844FloetteBlueTiles, (64 * 64) / 2, SPECIES_FLOETTE_BLUE}, + [SPECIES_FLOETTE_ORANGE] = {gBackShinySprite845FloetteOrangeTiles, (64 * 64) / 2, SPECIES_FLOETTE_ORANGE}, + [SPECIES_FLOETTE_YELLOW] = {gBackShinySprite846FloetteYellowTiles, (64 * 64) / 2, SPECIES_FLOETTE_YELLOW}, + [SPECIES_FLOETTE_WHITE] = {gBackShinySprite847FloetteWhiteTiles, (64 * 64) / 2, SPECIES_FLOETTE_WHITE}, + [SPECIES_FLOETTE_ETERNAL] = {gBackShinySprite848FloetteEternalTiles, (64 * 64) / 2, SPECIES_FLOETTE_ETERNAL}, + [SPECIES_FLORGES_BLUE] = {gBackShinySprite849FlorgesBlueTiles, (64 * 64) / 2, SPECIES_FLORGES_BLUE}, + [SPECIES_FLORGES_ORANGE] = {gBackShinySprite850FlorgesOrangeTiles, (64 * 64) / 2, SPECIES_FLORGES_ORANGE}, + [SPECIES_FLORGES_YELLOW] = {gBackShinySprite851FlorgesYellowTiles, (64 * 64) / 2, SPECIES_FLORGES_YELLOW}, + [SPECIES_FLORGES_WHITE] = {gBackShinySprite852FlorgesWhiteTiles, (64 * 64) / 2, SPECIES_FLORGES_WHITE}, + [SPECIES_PUMPKABOO_XL] = {gBackShinySprite853PumpkabooXlTiles, (64 * 64) / 2, SPECIES_PUMPKABOO_XL}, + [SPECIES_PUMPKABOO_L] = {gBackShinySprite854PumpkabooLTiles, (64 * 64) / 2, SPECIES_PUMPKABOO_L}, + [SPECIES_PUMPKABOO_M] = {gBackShinySprite855PumpkabooMTiles, (64 * 64) / 2, SPECIES_PUMPKABOO_M}, + [SPECIES_GOURGEIST_XL] = {gBackShinySprite856GourgeistXlTiles, (64 * 64) / 2, SPECIES_GOURGEIST_XL}, + [SPECIES_GOURGEIST_L] = {gBackShinySprite857GourgeistLTiles, (64 * 64) / 2, SPECIES_GOURGEIST_L}, + [SPECIES_GOURGEIST_M] = {gBackShinySprite858GourgeistMTiles, (64 * 64) / 2, SPECIES_GOURGEIST_M}, + [SPECIES_FURFROU_HEART] = {gBackShinySprite859FurfrouHeartTiles, (64 * 64) / 2, SPECIES_FURFROU_HEART}, + [SPECIES_FURFROU_DIAMOND] = {gBackShinySprite860FurfrouDiamondTiles, (64 * 64) / 2, SPECIES_FURFROU_DIAMOND}, + [SPECIES_FURFROU_STAR] = {gBackShinySprite861FurfrouStarTiles, (64 * 64) / 2, SPECIES_FURFROU_STAR}, + [SPECIES_FURFROU_PHAROAH] = {gBackShinySprite862FurfrouPharoahTiles, (64 * 64) / 2, SPECIES_FURFROU_PHAROAH}, + [SPECIES_FURFROU_KABUKI] = {gBackShinySprite863FurfrouKabukiTiles, (64 * 64) / 2, SPECIES_FURFROU_KABUKI}, + [SPECIES_FURFROU_LA_REINE] = {gBackShinySprite864FurfrouLaReineTiles, (64 * 64) / 2, SPECIES_FURFROU_LA_REINE}, + [SPECIES_FURFROU_MATRON] = {gBackShinySprite865FurfrouMatronTiles, (64 * 64) / 2, SPECIES_FURFROU_MATRON}, + [SPECIES_FURFROU_DANDY] = {gBackShinySprite866FurfrouDandyTiles, (64 * 64) / 2, SPECIES_FURFROU_DANDY}, + [SPECIES_FURFROU_DEBUTANTE] = {gBackShinySprite867FurfrouDebutanteTiles, (64 * 64) / 2, SPECIES_FURFROU_DEBUTANTE}, + [SPECIES_VIVILLON_FANCY] = {gBackShinySprite868VivillonFancyTiles, (64 * 64) / 2, SPECIES_VIVILLON_FANCY}, + [SPECIES_VENUSAUR_MEGA] = {gBackShinySprite869VenusaurMegaTiles, (64 * 64) / 2, SPECIES_VENUSAUR_MEGA}, + [SPECIES_CHARIZARD_MEGA_X] = {gBackShinySprite870CharizardMegaXTiles, (64 * 64) / 2, SPECIES_CHARIZARD_MEGA_X}, + [SPECIES_CHARIZARD_MEGA_Y] = {gBackShinySprite871CharizardMegaYTiles, (64 * 64) / 2, SPECIES_CHARIZARD_MEGA_Y}, + [SPECIES_BLASTOISE_MEGA] = {gBackShinySprite872BlastoiseMegaTiles, (64 * 64) / 2, SPECIES_BLASTOISE_MEGA}, + [SPECIES_BEEDRILL_MEGA] = {gBackShinySprite873BeedrillMegaTiles, (64 * 64) / 2, SPECIES_BEEDRILL_MEGA}, + [SPECIES_PIDGEOT_MEGA] = {gBackShinySprite874PidgeotMegaTiles, (64 * 64) / 2, SPECIES_PIDGEOT_MEGA}, + [SPECIES_ALAKAZAM_MEGA] = {gBackShinySprite875AlakazamMegaTiles, (64 * 64) / 2, SPECIES_ALAKAZAM_MEGA}, + [SPECIES_SLOWBRO_MEGA] = {gBackShinySprite876SlowbroMegaTiles, (64 * 64) / 2, SPECIES_SLOWBRO_MEGA}, + [SPECIES_GENGAR_MEGA] = {gBackShinySprite877GengarMegaTiles, (64 * 64) / 2, SPECIES_GENGAR_MEGA}, + [SPECIES_KANGASKHAN_MEGA] = {gBackShinySprite878KangaskhanMegaTiles, (64 * 64) / 2, SPECIES_KANGASKHAN_MEGA}, + [SPECIES_PINSIR_MEGA] = {gBackShinySprite879PinsirMegaTiles, (64 * 64) / 2, SPECIES_PINSIR_MEGA}, + [SPECIES_GYARADOS_MEGA] = {gBackShinySprite880GyaradosMegaTiles, (64 * 64) / 2, SPECIES_GYARADOS_MEGA}, + [SPECIES_AERODACTYL_MEGA] = {gBackShinySprite881AerodactylMegaTiles, (64 * 64) / 2, SPECIES_AERODACTYL_MEGA}, + [SPECIES_MEWTWO_MEGA_X] = {gBackShinySprite882MewtwoMegaXTiles, (64 * 64) / 2, SPECIES_MEWTWO_MEGA_X}, + [SPECIES_MEWTWO_MEGA_Y] = {gBackShinySprite883MewtwoMegaYTiles, (64 * 64) / 2, SPECIES_MEWTWO_MEGA_Y}, + [SPECIES_AMPHAROS_MEGA] = {gBackShinySprite884AmpharosMegaTiles, (64 * 64) / 2, SPECIES_AMPHAROS_MEGA}, + [SPECIES_STEELIX_MEGA] = {gBackShinySprite885SteelixMegaTiles, (64 * 64) / 2, SPECIES_STEELIX_MEGA}, + [SPECIES_SCIZOR_MEGA] = {gBackShinySprite886ScizorMegaTiles, (64 * 64) / 2, SPECIES_SCIZOR_MEGA}, + [SPECIES_HERACROSS_MEGA] = {gBackShinySprite887HeracrossMegaTiles, (64 * 64) / 2, SPECIES_HERACROSS_MEGA}, + [SPECIES_HOUNDOOM_MEGA] = {gBackShinySprite888HoundoomMegaTiles, (64 * 64) / 2, SPECIES_HOUNDOOM_MEGA}, + [SPECIES_TYRANITAR_MEGA] = {gBackShinySprite889TyranitarMegaTiles, (64 * 64) / 2, SPECIES_TYRANITAR_MEGA}, + [SPECIES_SCEPTILE_MEGA] = {gBackShinySprite890SceptileMegaTiles, (64 * 64) / 2, SPECIES_SCEPTILE_MEGA}, + [SPECIES_BLAZIKEN_MEGA] = {gBackShinySprite891BlazikenMegaTiles, (64 * 64) / 2, SPECIES_BLAZIKEN_MEGA}, + [SPECIES_SWAMPERT_MEGA] = {gBackShinySprite892SwampertMegaTiles, (64 * 64) / 2, SPECIES_SWAMPERT_MEGA}, + [SPECIES_GARDEVOIR_MEGA] = {gBackShinySprite893GardevoirMegaTiles, (64 * 64) / 2, SPECIES_GARDEVOIR_MEGA}, + [SPECIES_SABLEYE_MEGA] = {gBackShinySprite894SableyeMegaTiles, (64 * 64) / 2, SPECIES_SABLEYE_MEGA}, + [SPECIES_MAWILE_MEGA] = {gBackShinySprite895MawileMegaTiles, (64 * 64) / 2, SPECIES_MAWILE_MEGA}, + [SPECIES_AGGRON_MEGA] = {gBackShinySprite896AggronMegaTiles, (64 * 64) / 2, SPECIES_AGGRON_MEGA}, + [SPECIES_MEDICHAM_MEGA] = {gBackShinySprite897MedichamMegaTiles, (64 * 64) / 2, SPECIES_MEDICHAM_MEGA}, + [SPECIES_MANECTRIC_MEGA] = {gBackShinySprite898ManectricMegaTiles, (64 * 64) / 2, SPECIES_MANECTRIC_MEGA}, + [SPECIES_SHARPEDO_MEGA] = {gBackShinySprite899SharpedoMegaTiles, (64 * 64) / 2, SPECIES_SHARPEDO_MEGA}, + [SPECIES_CAMERUPT_MEGA] = {gBackShinySprite900CameruptMegaTiles, (64 * 64) / 2, SPECIES_CAMERUPT_MEGA}, + [SPECIES_ALTARIA_MEGA] = {gBackShinySprite901AltariaMegaTiles, (64 * 64) / 2, SPECIES_ALTARIA_MEGA}, + [SPECIES_BANETTE_MEGA] = {gBackShinySprite902BanetteMegaTiles, (64 * 64) / 2, SPECIES_BANETTE_MEGA}, + [SPECIES_ABSOL_MEGA] = {gBackShinySprite903AbsolMegaTiles, (64 * 64) / 2, SPECIES_ABSOL_MEGA}, + [SPECIES_GLALIE_MEGA] = {gBackShinySprite904GlalieMegaTiles, (64 * 64) / 2, SPECIES_GLALIE_MEGA}, + [SPECIES_SALAMENCE_MEGA] = {gBackShinySprite905SalamenceMegaTiles, (64 * 64) / 2, SPECIES_SALAMENCE_MEGA}, + [SPECIES_METAGROSS_MEGA] = {gBackShinySprite906MetagrossMegaTiles, (64 * 64) / 2, SPECIES_METAGROSS_MEGA}, + [SPECIES_LATIAS_MEGA] = {gBackShinySprite907LatiasMegaTiles, (64 * 64) / 2, SPECIES_LATIAS_MEGA}, + [SPECIES_LATIOS_MEGA] = {gBackShinySprite908LatiosMegaTiles, (64 * 64) / 2, SPECIES_LATIOS_MEGA}, + [SPECIES_GROUDON_PRIMAL] = {gBackShinySprite909GroudonPrimalTiles, (64 * 64) / 2, SPECIES_GROUDON_PRIMAL}, + [SPECIES_KYOGRE_PRIMAL] = {gBackShinySprite910KyogrePrimalTiles, (64 * 64) / 2, SPECIES_KYOGRE_PRIMAL}, + [SPECIES_RAYQUAZA_MEGA] = {gBackShinySprite911RayquazaMegaTiles, (64 * 64) / 2, SPECIES_RAYQUAZA_MEGA}, + [SPECIES_LOPUNNY_MEGA] = {gBackShinySprite912LopunnyMegaTiles, (64 * 64) / 2, SPECIES_LOPUNNY_MEGA}, + [SPECIES_GARCHOMP_MEGA] = {gBackShinySprite913GarchompMegaTiles, (64 * 64) / 2, SPECIES_GARCHOMP_MEGA}, + [SPECIES_LUCARIO_MEGA] = {gBackShinySprite914LucarioMegaTiles, (64 * 64) / 2, SPECIES_LUCARIO_MEGA}, + [SPECIES_ABOMASNOW_MEGA] = {gBackShinySprite915AbomasnowMegaTiles, (64 * 64) / 2, SPECIES_ABOMASNOW_MEGA}, + [SPECIES_GALLADE_MEGA] = {gBackShinySprite916GalladeMegaTiles, (64 * 64) / 2, SPECIES_GALLADE_MEGA}, + [SPECIES_AUDINO_MEGA] = {gBackShinySprite917AudinoMegaTiles, (64 * 64) / 2, SPECIES_AUDINO_MEGA}, + [SPECIES_DIANCIE_MEGA] = {gBackShinySprite918DiancieMegaTiles, (64 * 64) / 2, SPECIES_DIANCIE_MEGA}, + [SPECIES_DIALGA_PRIMAL] = {gBackShinySprite919DialgaPrimalTiles, (64 * 64) / 2, SPECIES_DIALGA_PRIMAL}, + [SPECIES_PALKIA_PRIMAL] = {gBackShinySprite000NoneTiles/*gBackShinySprite920PalkiaPrimalTiles*/, (64 * 64) / 2, SPECIES_PALKIA_PRIMAL}, + [SPECIES_VIVILLON_ARCHIPELAGO] = {gBackShinySprite921VivillonArchipelagoTiles, (64 * 64) / 2, SPECIES_VIVILLON_ARCHIPELAGO}, + [SPECIES_VIVILLON_CONTINENTAL] = {gBackShinySprite922VivillonContinentalTiles, (64 * 64) / 2, SPECIES_VIVILLON_CONTINENTAL}, + [SPECIES_VIVILLON_ELEGANT] = {gBackShinySprite923VivillonElegantTiles, (64 * 64) / 2, SPECIES_VIVILLON_ELEGANT}, + [SPECIES_VIVILLON_GARDEN] = {gBackShinySprite924VivillonGardenTiles, (64 * 64) / 2, SPECIES_VIVILLON_GARDEN}, + [SPECIES_VIVILLON_HIGH_PLAINS] = {gBackShinySprite925VivillonHighPlainsTiles, (64 * 64) / 2, SPECIES_VIVILLON_HIGH_PLAINS}, + [SPECIES_VIVILLON_ICY_SNOW] = {gBackShinySprite926VivillonIcySnowTiles, (64 * 64) / 2, SPECIES_VIVILLON_ICY_SNOW}, + [SPECIES_VIVILLON_JUNGLE] = {gBackShinySprite927VivillonJungleTiles, (64 * 64) / 2, SPECIES_VIVILLON_JUNGLE}, + [SPECIES_VIVILLON_MARINE] = {gBackShinySprite928VivillonMarineTiles, (64 * 64) / 2, SPECIES_VIVILLON_MARINE}, + [SPECIES_VIVILLON_MODERN] = {gBackShinySprite929VivillonModernTiles, (64 * 64) / 2, SPECIES_VIVILLON_MODERN}, + [SPECIES_VIVILLON_MONSOON] = {gBackShinySprite930VivillonMonsoonTiles, (64 * 64) / 2, SPECIES_VIVILLON_MONSOON}, + [SPECIES_VIVILLON_OCEAN] = {gBackShinySprite931VivillonOceanTiles, (64 * 64) / 2, SPECIES_VIVILLON_OCEAN}, + [SPECIES_VIVILLON_POKEBALL] = {gBackShinySprite932VivillonPokeballTiles, (64 * 64) / 2, SPECIES_VIVILLON_POKEBALL}, + [SPECIES_VIVILLON_POLAR] = {gBackShinySprite933VivillonPolarTiles, (64 * 64) / 2, SPECIES_VIVILLON_POLAR}, + [SPECIES_VIVILLON_RIVER] = {gBackShinySprite934VivillonRiverTiles, (64 * 64) / 2, SPECIES_VIVILLON_RIVER}, + [SPECIES_VIVILLON_SANDSTORM] = {gBackShinySprite935VivillonSandstormTiles, (64 * 64) / 2, SPECIES_VIVILLON_SANDSTORM}, + [SPECIES_VIVILLON_SAVANNA] = {gBackShinySprite936VivillonSavannaTiles, (64 * 64) / 2, SPECIES_VIVILLON_SAVANNA}, + [SPECIES_VIVILLON_SUN] = {gBackShinySprite937VivillonSunTiles, (64 * 64) / 2, SPECIES_VIVILLON_SUN}, + [SPECIES_VIVILLON_TUNDRA] = {gBackShinySprite938VivillonTundraTiles, (64 * 64) / 2, SPECIES_VIVILLON_TUNDRA}, + [SPECIES_ROWLET] = {gBackShinySprite939RowletTiles, (64 * 64) / 2, SPECIES_ROWLET}, + [SPECIES_DARTRIX] = {gBackShinySprite940DartrixTiles, (64 * 64) / 2, SPECIES_DARTRIX}, + [SPECIES_DECIDUEYE] = {gBackShinySprite941DecidueyeTiles, (64 * 64) / 2, SPECIES_DECIDUEYE}, + [SPECIES_LITTEN] = {gBackShinySprite942LittenTiles, (64 * 64) / 2, SPECIES_LITTEN}, + [SPECIES_TORRACAT] = {gBackShinySprite943TorracatTiles, (64 * 64) / 2, SPECIES_TORRACAT}, + [SPECIES_INCINEROAR] = {gBackShinySprite944IncineroarTiles, (64 * 64) / 2, SPECIES_INCINEROAR}, + [SPECIES_POPPLIO] = {gBackShinySprite945PopplioTiles, (64 * 64) / 2, SPECIES_POPPLIO}, + [SPECIES_BRIONNE] = {gBackShinySprite946BrionneTiles, (64 * 64) / 2, SPECIES_BRIONNE}, + [SPECIES_PRIMARINA] = {gBackShinySprite947PrimarinaTiles, (64 * 64) / 2, SPECIES_PRIMARINA}, + [SPECIES_PIKIPEK] = {gBackShinySprite948PikipekTiles, (64 * 64) / 2, SPECIES_PIKIPEK}, + [SPECIES_TRUMBEAK] = {gBackShinySprite949TrumbeakTiles, (64 * 64) / 2, SPECIES_TRUMBEAK}, + [SPECIES_TOUCANNON] = {gBackShinySprite950ToucannonTiles, (64 * 64) / 2, SPECIES_TOUCANNON}, + [SPECIES_YUNGOOS] = {gBackShinySprite951YungoosTiles, (64 * 64) / 2, SPECIES_YUNGOOS}, + [SPECIES_GUMSHOOS] = {gBackShinySprite952GumshoosTiles, (64 * 64) / 2, SPECIES_GUMSHOOS}, + [SPECIES_GRUBBIN] = {gBackShinySprite953GrubbinTiles, (64 * 64) / 2, SPECIES_GRUBBIN}, + [SPECIES_CHARJABUG] = {gBackShinySprite954CharjabugTiles, (64 * 64) / 2, SPECIES_CHARJABUG}, + [SPECIES_VIKAVOLT] = {gBackShinySprite955VikavoltTiles, (64 * 64) / 2, SPECIES_VIKAVOLT}, + [SPECIES_CRABRAWLER] = {gBackShinySprite956CrabrawlerTiles, (64 * 64) / 2, SPECIES_CRABRAWLER}, + [SPECIES_CRABOMINABLE] = {gBackShinySprite957CrabominableTiles, (64 * 64) / 2, SPECIES_CRABOMINABLE}, + [SPECIES_ORICORIO] = {gBackShinySprite958OricorioTiles, (64 * 64) / 2, SPECIES_ORICORIO}, + [SPECIES_CUTIEFLY] = {gBackShinySprite959CutieflyTiles, (64 * 64) / 2, SPECIES_CUTIEFLY}, + [SPECIES_RIBOMBEE] = {gBackShinySprite960RibombeeTiles, (64 * 64) / 2, SPECIES_RIBOMBEE}, + [SPECIES_ROCKRUFF] = {gBackShinySprite961RockruffTiles, (64 * 64) / 2, SPECIES_ROCKRUFF}, + [SPECIES_LYCANROC] = {gBackShinySprite962LycanrocTiles, (64 * 64) / 2, SPECIES_LYCANROC}, + [SPECIES_WISHIWASHI] = {gBackShinySprite963WishiwashiTiles, (64 * 64) / 2, SPECIES_WISHIWASHI}, + [SPECIES_MAREANIE] = {gBackShinySprite964MareanieTiles, (64 * 64) / 2, SPECIES_MAREANIE}, + [SPECIES_TOXAPEX] = {gBackShinySprite965ToxapexTiles, (64 * 64) / 2, SPECIES_TOXAPEX}, + [SPECIES_MUDBRAY] = {gBackShinySprite966MudbrayTiles, (64 * 64) / 2, SPECIES_MUDBRAY}, + [SPECIES_MUDSDALE] = {gBackShinySprite967MudsdaleTiles, (64 * 64) / 2, SPECIES_MUDSDALE}, + [SPECIES_DEWPIDER] = {gBackShinySprite968DewpiderTiles, (64 * 64) / 2, SPECIES_DEWPIDER}, + [SPECIES_ARAQUANID] = {gBackShinySprite969AraquanidTiles, (64 * 64) / 2, SPECIES_ARAQUANID}, + [SPECIES_FOMANTIS] = {gBackShinySprite970FomantisTiles, (64 * 64) / 2, SPECIES_FOMANTIS}, + [SPECIES_LURANTIS] = {gBackShinySprite971LurantisTiles, (64 * 64) / 2, SPECIES_LURANTIS}, + [SPECIES_MORELULL] = {gBackShinySprite972MorelullTiles, (64 * 64) / 2, SPECIES_MORELULL}, + [SPECIES_SHIINOTIC] = {gBackShinySprite973ShiinoticTiles, (64 * 64) / 2, SPECIES_SHIINOTIC}, + [SPECIES_SALANDIT] = {gBackShinySprite974SalanditTiles, (64 * 64) / 2, SPECIES_SALANDIT}, + [SPECIES_SALAZZLE] = {gBackShinySprite975SalazzleTiles, (64 * 64) / 2, SPECIES_SALAZZLE}, + [SPECIES_STUFFUL] = {gBackShinySprite976StuffulTiles, (64 * 64) / 2, SPECIES_STUFFUL}, + [SPECIES_BEWEAR] = {gBackShinySprite977BewearTiles, (64 * 64) / 2, SPECIES_BEWEAR}, + [SPECIES_BOUNSWEET] = {gBackShinySprite978BounsweetTiles, (64 * 64) / 2, SPECIES_BOUNSWEET}, + [SPECIES_STEENEE] = {gBackShinySprite979SteeneeTiles, (64 * 64) / 2, SPECIES_STEENEE}, + [SPECIES_TSAREENA] = {gBackShinySprite980TsareenaTiles, (64 * 64) / 2, SPECIES_TSAREENA}, + [SPECIES_COMFEY] = {gBackShinySprite981ComfeyTiles, (64 * 64) / 2, SPECIES_COMFEY}, + [SPECIES_ORANGURU] = {gBackShinySprite982OranguruTiles, (64 * 64) / 2, SPECIES_ORANGURU}, + [SPECIES_PASSIMIAN] = {gBackShinySprite983PassimianTiles, (64 * 64) / 2, SPECIES_PASSIMIAN}, + [SPECIES_WIMPOD] = {gBackShinySprite984WimpodTiles, (64 * 64) / 2, SPECIES_WIMPOD}, + [SPECIES_GOLISOPOD] = {gBackShinySprite985GolisopodTiles, (64 * 64) / 2, SPECIES_GOLISOPOD}, + [SPECIES_SANDYGAST] = {gBackShinySprite986SandygastTiles, (64 * 64) / 2, SPECIES_SANDYGAST}, + [SPECIES_PALOSSAND] = {gBackShinySprite987PalossandTiles, (64 * 64) / 2, SPECIES_PALOSSAND}, + [SPECIES_PYUKUMUKU] = {gBackShinySprite988PyukumukuTiles, (64 * 64) / 2, SPECIES_PYUKUMUKU}, + [SPECIES_TYPE_NULL] = {gBackShinySprite989TypeNullTiles, (64 * 64) / 2, SPECIES_TYPE_NULL}, + [SPECIES_SILVALLY] = {gBackShinySprite990SilvallyTiles, (64 * 64) / 2, SPECIES_SILVALLY}, + [SPECIES_MINIOR_SHIELD] = {gBackShinySprite991MiniorShieldTiles, (64 * 64) / 2, SPECIES_MINIOR_SHIELD}, + [SPECIES_KOMALA] = {gBackShinySprite992KomalaTiles, (64 * 64) / 2, SPECIES_KOMALA}, + [SPECIES_TURTONATOR] = {gBackShinySprite993TurtonatorTiles, (64 * 64) / 2, SPECIES_TURTONATOR}, + [SPECIES_TOGEDEMARU] = {gBackShinySprite994TogedemaruTiles, (64 * 64) / 2, SPECIES_TOGEDEMARU}, + [SPECIES_MIMIKYU] = {gBackShinySprite995MimikyuTiles, (64 * 64) / 2, SPECIES_MIMIKYU}, + [SPECIES_BRUXISH] = {gBackShinySprite996BruxishTiles, (64 * 64) / 2, SPECIES_BRUXISH}, + [SPECIES_DRAMPA] = {gBackShinySprite997DrampaTiles, (64 * 64) / 2, SPECIES_DRAMPA}, + [SPECIES_DHELMISE] = {gBackShinySprite998DhelmiseTiles, (64 * 64) / 2, SPECIES_DHELMISE}, + [SPECIES_JANGMO_O] = {gBackShinySprite999JangmoOTiles, (64 * 64) / 2, SPECIES_JANGMO_O}, + [SPECIES_HAKAMO_O] = {gBackShinySprite1000HakamoOTiles, (64 * 64) / 2, SPECIES_HAKAMO_O}, + [SPECIES_KOMMO_O] = {gBackShinySprite1001KommoOTiles, (64 * 64) / 2, SPECIES_KOMMO_O}, + [SPECIES_TAPU_KOKO] = {gBackShinySprite1002TapuKokoTiles, (64 * 64) / 2, SPECIES_TAPU_KOKO}, + [SPECIES_TAPU_LELE] = {gBackShinySprite1003TapuLeleTiles, (64 * 64) / 2, SPECIES_TAPU_LELE}, + [SPECIES_TAPU_BULU] = {gBackShinySprite1004TapuBuluTiles, (64 * 64) / 2, SPECIES_TAPU_BULU}, + [SPECIES_TAPU_FINI] = {gBackShinySprite1005TapuFiniTiles, (64 * 64) / 2, SPECIES_TAPU_FINI}, + [SPECIES_COSMOG] = {gBackShinySprite1006CosmogTiles, (64 * 64) / 2, SPECIES_COSMOG}, + [SPECIES_COSMOEM] = {gBackShinySprite1007CosmoemTiles, (64 * 64) / 2, SPECIES_COSMOEM}, + [SPECIES_SOLGALEO] = {gBackShinySprite1008SolgaleoTiles, (64 * 64) / 2, SPECIES_SOLGALEO}, + [SPECIES_LUNALA] = {gBackShinySprite1009LunalaTiles, (64 * 64) / 2, SPECIES_LUNALA}, + [SPECIES_NIHILEGO] = {gBackShinySprite1010NihilegoTiles, (64 * 64) / 2, SPECIES_NIHILEGO}, + [SPECIES_BUZZWOLE] = {gBackShinySprite1011BuzzwoleTiles, (64 * 64) / 2, SPECIES_BUZZWOLE}, + [SPECIES_PHEROMOSA] = {gBackShinySprite1012PheromosaTiles, (64 * 64) / 2, SPECIES_PHEROMOSA}, + [SPECIES_XURKITREE] = {gBackShinySprite1013XurkitreeTiles, (64 * 64) / 2, SPECIES_XURKITREE}, + [SPECIES_CELESTEELA] = {gBackShinySprite1014CelesteelaTiles, (64 * 64) / 2, SPECIES_CELESTEELA}, + [SPECIES_KARTANA] = {gBackShinySprite1015KartanaTiles, (64 * 64) / 2, SPECIES_KARTANA}, + [SPECIES_GUZZLORD] = {gBackShinySprite1016GuzzlordTiles, (64 * 64) / 2, SPECIES_GUZZLORD}, + [SPECIES_NECROZMA] = {gBackShinySprite1017NecrozmaTiles, (64 * 64) / 2, SPECIES_NECROZMA}, + [SPECIES_MAGEARNA] = {gBackShinySprite1018MagearnaTiles, (64 * 64) / 2, SPECIES_MAGEARNA}, + [SPECIES_MARSHADOW] = {gBackShinySprite1019MarshadowTiles, (64 * 64) / 2, SPECIES_MARSHADOW}, + [SPECIES_RATTATA_A] = {gBackShinySprite1020RattataATiles, (64 * 64) / 2, SPECIES_RATTATA_A}, + [SPECIES_RATICATE_A] = {gBackShinySprite1021RaticateATiles, (64 * 64) / 2, SPECIES_RATICATE_A}, + [SPECIES_RAICHU_A] = {gBackShinySprite1022RaichuATiles, (64 * 64) / 2, SPECIES_RAICHU_A}, + [SPECIES_SANDSHREW_A] = {gBackShinySprite1023SandshrewATiles, (64 * 64) / 2, SPECIES_SANDSHREW_A}, + [SPECIES_SANDSLASH_A] = {gBackShinySprite1024SandslashATiles, (64 * 64) / 2, SPECIES_SANDSLASH_A}, + [SPECIES_VULPIX_A] = {gBackShinySprite1025VulpixATiles, (64 * 64) / 2, SPECIES_VULPIX_A}, + [SPECIES_NINETALES_A] = {gBackShinySprite1026NinetalesATiles, (64 * 64) / 2, SPECIES_NINETALES_A}, + [SPECIES_DIGLETT_A] = {gBackShinySprite1027DiglettATiles, (64 * 64) / 2, SPECIES_DIGLETT_A}, + [SPECIES_DUGTRIO_A] = {gBackShinySprite1028DugtrioATiles, (64 * 64) / 2, SPECIES_DUGTRIO_A}, + [SPECIES_MEOWTH_A] = {gBackShinySprite1029MeowthATiles, (64 * 64) / 2, SPECIES_MEOWTH_A}, + [SPECIES_PERSIAN_A] = {gBackShinySprite1030PersianATiles, (64 * 64) / 2, SPECIES_PERSIAN_A}, + [SPECIES_GEODUDE_A] = {gBackShinySprite1031GeodudeATiles, (64 * 64) / 2, SPECIES_GEODUDE_A}, + [SPECIES_GRAVELER_A] = {gBackShinySprite1032GravelerATiles, (64 * 64) / 2, SPECIES_GRAVELER_A}, + [SPECIES_GOLEM_A] = {gBackShinySprite1033GolemATiles, (64 * 64) / 2, SPECIES_GOLEM_A}, + [SPECIES_GRIMER_A] = {gBackShinySprite1034GrimerATiles, (64 * 64) / 2, SPECIES_GRIMER_A}, + [SPECIES_MUK_A] = {gBackShinySprite1035MukATiles, (64 * 64) / 2, SPECIES_MUK_A}, + [SPECIES_EXEGGCUTE_A] = {gBackShinySprite1036ExeggcuteATiles, (64 * 64) / 2, SPECIES_EXEGGCUTE_A}, + [SPECIES_EXEGGUTOR_A] = {gBackShinySprite1037ExeggutorATiles, (64 * 64) / 2, SPECIES_EXEGGUTOR_A}, + [SPECIES_CUBONE_A] = {gBackShinySprite1038CuboneATiles, (64 * 64) / 2, SPECIES_CUBONE_A}, + [SPECIES_MAROWAK_A] = {gBackShinySprite1039MarowakATiles, (64 * 64) / 2, SPECIES_MAROWAK_A}, + [SPECIES_DEOXYS_ATTACK] = {gBackShinySprite1040DeoxysAttackTiles, (64 * 64) / 2, SPECIES_DEOXYS_ATTACK}, + [SPECIES_DEOXYS_DEFENSE] = {gBackShinySprite1041DeoxysDefenseTiles, (64 * 64) / 2, SPECIES_DEOXYS_DEFENSE}, + [SPECIES_DEOXYS_SPEED] = {gBackShinySprite1042DeoxysSpeedTiles, (64 * 64) / 2, SPECIES_DEOXYS_SPEED}, + [SPECIES_ORICORIO_Y] = {gBackShinySprite1043OricorioYTiles, (64 * 64) / 2, SPECIES_ORICORIO_Y}, + [SPECIES_ORICORIO_P] = {gBackShinySprite1044OricorioPTiles, (64 * 64) / 2, SPECIES_ORICORIO_P}, + [SPECIES_ORICORIO_S] = {gBackShinySprite1045OricorioSTiles, (64 * 64) / 2, SPECIES_ORICORIO_S}, + [SPECIES_LYCANROC_N] = {gBackShinySprite1046LycanrocNTiles, (64 * 64) / 2, SPECIES_LYCANROC_N}, + [SPECIES_WISHIWASHI_S] = {gBackShinySprite1047WishiwashiSTiles, (64 * 64) / 2, SPECIES_WISHIWASHI_S}, + [SPECIES_SILVALLY_FIGHT] = {gBackShinySprite1048SilvallyFightTiles, (64 * 64) / 2, SPECIES_SILVALLY_FIGHT}, + [SPECIES_SILVALLY_FLYING] = {gBackShinySprite1049SilvallyFlyingTiles, (64 * 64) / 2, SPECIES_SILVALLY_FLYING}, + [SPECIES_SILVALLY_POISON] = {gBackShinySprite1050SilvallyPoisonTiles, (64 * 64) / 2, SPECIES_SILVALLY_POISON}, + [SPECIES_SILVALLY_GROUND] = {gBackShinySprite1051SilvallyGroundTiles, (64 * 64) / 2, SPECIES_SILVALLY_GROUND}, + [SPECIES_SILVALLY_ROCK] = {gBackShinySprite1052SilvallyRockTiles, (64 * 64) / 2, SPECIES_SILVALLY_ROCK}, + [SPECIES_SILVALLY_BUG] = {gBackShinySprite1053SilvallyBugTiles, (64 * 64) / 2, SPECIES_SILVALLY_BUG}, + [SPECIES_SILVALLY_GHOST] = {gBackShinySprite1054SilvallyGhostTiles, (64 * 64) / 2, SPECIES_SILVALLY_GHOST}, + [SPECIES_SILVALLY_STEEL] = {gBackShinySprite1055SilvallySteelTiles, (64 * 64) / 2, SPECIES_SILVALLY_STEEL}, + [SPECIES_SILVALLY_FIRE] = {gBackShinySprite1056SilvallyFireTiles, (64 * 64) / 2, SPECIES_SILVALLY_FIRE}, + [SPECIES_SILVALLY_WATER] = {gBackShinySprite1057SilvallyWaterTiles, (64 * 64) / 2, SPECIES_SILVALLY_WATER}, + [SPECIES_SILVALLY_GRASS] = {gBackShinySprite1058SilvallyGrassTiles, (64 * 64) / 2, SPECIES_SILVALLY_GRASS}, + [SPECIES_SILVALLY_ELECTRIC] = {gBackShinySprite1059SilvallyElectricTiles, (64 * 64) / 2, SPECIES_SILVALLY_ELECTRIC}, + [SPECIES_SILVALLY_PSYCHIC] = {gBackShinySprite1060SilvallyPsychicTiles, (64 * 64) / 2, SPECIES_SILVALLY_PSYCHIC}, + [SPECIES_SILVALLY_ICE] = {gBackShinySprite1061SilvallyIceTiles, (64 * 64) / 2, SPECIES_SILVALLY_ICE}, + [SPECIES_SILVALLY_DRAGON] = {gBackShinySprite1062SilvallyDragonTiles, (64 * 64) / 2, SPECIES_SILVALLY_DRAGON}, + [SPECIES_SILVALLY_DARK] = {gBackShinySprite1063SilvallyDarkTiles, (64 * 64) / 2, SPECIES_SILVALLY_DARK}, + [SPECIES_SILVALLY_FAIRY] = {gBackShinySprite1064SilvallyFairyTiles, (64 * 64) / 2, SPECIES_SILVALLY_FAIRY}, + [SPECIES_MINIOR_RED] = {gBackShinySprite1065MiniorRedTiles, (64 * 64) / 2, SPECIES_MINIOR_RED}, + [SPECIES_MINIOR_BLUE] = {gBackShinySprite1066MiniorBlueTiles, (64 * 64) / 2, SPECIES_MINIOR_BLUE}, + [SPECIES_MINIOR_ORANGE] = {gBackShinySprite1067MiniorOrangeTiles, (64 * 64) / 2, SPECIES_MINIOR_ORANGE}, + [SPECIES_MINIOR_YELLOW] = {gBackShinySprite1068MiniorYellowTiles, (64 * 64) / 2, SPECIES_MINIOR_YELLOW}, + [SPECIES_MINIOR_INDIGO] = {gBackShinySprite1069MiniorIndigoTiles, (64 * 64) / 2, SPECIES_MINIOR_INDIGO}, + [SPECIES_MINIOR_GREEN] = {gBackShinySprite1070MiniorGreenTiles, (64 * 64) / 2, SPECIES_MINIOR_GREEN}, + [SPECIES_MINIOR_VIOLET] = {gBackShinySprite1071MiniorVioletTiles, (64 * 64) / 2, SPECIES_MINIOR_VIOLET}, + [SPECIES_MIMIKYU_BUSTED] = {gBackShinySprite1072MimikyuBustedTiles, (64 * 64) / 2, SPECIES_MIMIKYU_BUSTED}, + [SPECIES_MAGEARNA_P] = {gBackShinySprite1073MagearnaPTiles, (64 * 64) / 2, SPECIES_MAGEARNA_P}, + [SPECIES_POIPOLE] = {gBackShinySprite1074PoipoleTiles, (64 * 64) / 2, SPECIES_POIPOLE}, + [SPECIES_NAGANADEL] = {gBackShinySprite1075NaganadelTiles, (64 * 64) / 2, SPECIES_NAGANADEL}, + [SPECIES_STAKATAKA] = {gBackShinySprite1076StakatakaTiles, (64 * 64) / 2, SPECIES_STAKATAKA}, + [SPECIES_BLACEPHALON] = {gBackShinySprite1077BlacephalonTiles, (64 * 64) / 2, SPECIES_BLACEPHALON}, + [SPECIES_ZERAORA] = {gBackShinySprite1078ZeraoraTiles, (64 * 64) / 2, SPECIES_ZERAORA}, + [SPECIES_NECROZMA_MANE] = {gBackShinySprite1079NecrozmaManeTiles, (64 * 64) / 2, SPECIES_NECROZMA_MANE}, + [SPECIES_NECROZMA_WINGS] = {gBackShinySprite1080NecrozmaWingsTiles, (64 * 64) / 2, SPECIES_NECROZMA_WINGS}, + [SPECIES_NECROZMA_ULTRA] = {gBackShinySprite1081NecrozmaUltraTiles, (64 * 64) / 2, SPECIES_NECROZMA_ULTRA}, + [SPECIES_LYCANROC_DUSK] = {gBackShinySprite1082LycanrocDuskTiles, (64 * 64) / 2, SPECIES_LYCANROC_DUSK}, + [SPECIES_MELTAN] = {gBackShinySprite1083MeltanTiles, (64 * 64) / 2, SPECIES_MELTAN}, + [SPECIES_MELMETAL] = {gBackShinySprite1084MelmetalTiles, (64 * 64) / 2, SPECIES_MELMETAL}, + [SPECIES_PIKACHU_SURFING] = {gBackShinySprite1085PikachuSurfingTiles, (64 * 64) / 2, SPECIES_PIKACHU_SURFING}, + [SPECIES_PIKACHU_FLYING] = {gBackShinySprite1086PikachuFlyingTiles, (64 * 64) / 2, SPECIES_PIKACHU_FLYING}, + [SPECIES_PIKACHU_COSPLAY] = {gBackShinySprite1087PikachuCosplayTiles, (64 * 64) / 2, SPECIES_PIKACHU_COSPLAY}, + [SPECIES_PIKACHU_LIBRE] = {gBackShinySprite1088PikachuLibreTiles, (64 * 64) / 2, SPECIES_PIKACHU_LIBRE}, + [SPECIES_PIKACHU_POP_STAR] = {gBackShinySprite1089PikachuPopStarTiles, (64 * 64) / 2, SPECIES_PIKACHU_POP_STAR}, + [SPECIES_PIKACHU_ROCK_STAR] = {gBackShinySprite1090PikachuRockStarTiles, (64 * 64) / 2, SPECIES_PIKACHU_ROCK_STAR}, + [SPECIES_PIKACHU_BELLE] = {gBackShinySprite1091PikachuBelleTiles, (64 * 64) / 2, SPECIES_PIKACHU_BELLE}, + [SPECIES_PIKACHU_PHD] = {gBackShinySprite1092PikachuPhdTiles, (64 * 64) / 2, SPECIES_PIKACHU_PHD}, + [SPECIES_PIKACHU_CAP_ORIGINAL] = {gBackShinySprite1093PikachuCapOriginalTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_ORIGINAL}, + [SPECIES_PIKACHU_CAP_HOENN] = {gBackShinySprite1094PikachuCapHoennTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_HOENN}, + [SPECIES_PIKACHU_CAP_SINNOH] = {gBackShinySprite1095PikachuCapSinnohTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_SINNOH}, + [SPECIES_PIKACHU_CAP_UNOVA] = {gBackShinySprite1096PikachuCapUnovaTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_UNOVA}, + [SPECIES_PIKACHU_CAP_KALOS] = {gBackShinySprite1097PikachuCapKalosTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_KALOS}, + [SPECIES_PIKACHU_CAP_ALOLA] = {gBackShinySprite1098PikachuCapAlolaTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_ALOLA}, + [SPECIES_PIKACHU_CAP_PARTNER] = {gBackShinySprite1099PikachuCapPartnerTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_PARTNER}, + [SPECIES_PICHU_SPIKY] = {gBackShinySprite1100PichuSpikyTiles, (64 * 64) / 2, SPECIES_PICHU_SPIKY}, + [SPECIES_XERNEAS_NATURAL] = {gBackShinySprite1101XerneasNaturalTiles, (64 * 64) / 2, SPECIES_XERNEAS_NATURAL}, }; diff --git a/src/Front_Pic_Table.c b/src/Front_Pic_Table.c index 006ce52..a4e625e 100644 --- a/src/Front_Pic_Table.c +++ b/src/Front_Pic_Table.c @@ -1,1110 +1,1111 @@ #include "defines.h" #include "../include/graphics.h" +#include "../include/sprite_data.h" const struct CompressedSpriteSheet gMonFrontPicTable[NUM_SPECIES] = { - [SPECIES_NONE] = {0x8d00748, 0x800, SPECIES_NONE}, - [SPECIES_BULBASAUR] = {0x8d2fbd4, 0x800, SPECIES_BULBASAUR}, - [SPECIES_IVYSAUR] = {0x8d305ac, 0x800, SPECIES_IVYSAUR}, - [SPECIES_VENUSAUR] = {0x8d310ac, 0x800, SPECIES_VENUSAUR}, - [SPECIES_CHARMANDER] = {0x8d31f24, 0x800, SPECIES_CHARMANDER}, - [SPECIES_CHARMELEON] = {0x8d328b8, 0x800, SPECIES_CHARMELEON}, - [SPECIES_CHARIZARD] = {0x8d333c8, 0x800, SPECIES_CHARIZARD}, - [SPECIES_SQUIRTLE] = {0x8d34140, 0x800, SPECIES_SQUIRTLE}, - [SPECIES_WARTORTLE] = {0x8d34ad4, 0x800, SPECIES_WARTORTLE}, - [SPECIES_BLASTOISE] = {0x8d35638, 0x800, SPECIES_BLASTOISE}, - [SPECIES_CATERPIE] = {0x8d363c0, 0x800, SPECIES_CATERPIE}, - [SPECIES_METAPOD] = {0x8d36d10, 0x800, SPECIES_METAPOD}, - [SPECIES_BUTTERFREE] = {0x8d375a8, 0x800, SPECIES_BUTTERFREE}, - [SPECIES_WEEDLE] = {0x8d38194, 0x800, SPECIES_WEEDLE}, - [SPECIES_KAKUNA] = {0x8d38aa8, 0x800, SPECIES_KAKUNA}, - [SPECIES_BEEDRILL] = {0x8d393d4, 0x800, SPECIES_BEEDRILL}, - [SPECIES_PIDGEY] = {0x8d39fd8, 0x800, SPECIES_PIDGEY}, - [SPECIES_PIDGEOTTO] = {0x8d3aa14, 0x800, SPECIES_PIDGEOTTO}, - [SPECIES_PIDGEOT] = {0x8d3b568, 0x800, SPECIES_PIDGEOT}, - [SPECIES_RATTATA] = {0x8d3c2ac, 0x800, SPECIES_RATTATA}, - [SPECIES_RATICATE] = {0x8d3cc2c, 0x800, SPECIES_RATICATE}, - [SPECIES_SPEAROW] = {0x8d3d73c, 0x800, SPECIES_SPEAROW}, - [SPECIES_FEAROW] = {0x8d3e148, 0x800, SPECIES_FEAROW}, - [SPECIES_EKANS] = {0x8d3ed6c, 0x800, SPECIES_EKANS}, - [SPECIES_ARBOK] = {0x8d3f794, 0x800, SPECIES_ARBOK}, - [SPECIES_PIKACHU] = {0x8d40300, 0x800, SPECIES_PIKACHU}, - [SPECIES_RAICHU] = {0x8d40d18, 0x800, SPECIES_RAICHU}, - [SPECIES_SANDSHREW] = {0x8d418a0, 0x800, SPECIES_SANDSHREW}, - [SPECIES_SANDSLASH] = {0x8d42314, 0x800, SPECIES_SANDSLASH}, - [SPECIES_NIDORAN_F] = {0x8d42fb8, 0x800, SPECIES_NIDORAN_F}, - [SPECIES_NIDORINA] = {0x8d4396c, 0x800, SPECIES_NIDORINA}, - [SPECIES_NIDOQUEEN] = {0x8d44490, 0x800, SPECIES_NIDOQUEEN}, - [SPECIES_NIDORAN_M] = {0x8d450f0, 0x800, SPECIES_NIDORAN_M}, - [SPECIES_NIDORINO] = {0x8d45b20, 0x800, SPECIES_NIDORINO}, - [SPECIES_NIDOKING] = {0x8d466d0, 0x800, SPECIES_NIDOKING}, - [SPECIES_CLEFAIRY] = {0x8d474b8, 0x800, SPECIES_CLEFAIRY}, - [SPECIES_CLEFABLE] = {0x8d47e94, 0x800, SPECIES_CLEFABLE}, - [SPECIES_VULPIX] = {0x8d4897c, 0x800, SPECIES_VULPIX}, - [SPECIES_NINETALES] = {0x8d4941c, 0x800, SPECIES_NINETALES}, - [SPECIES_JIGGLYPUFF] = {0x8d4a0c8, 0x800, SPECIES_JIGGLYPUFF}, - [SPECIES_WIGGLYTUFF] = {0x8d4aa18, 0x800, SPECIES_WIGGLYTUFF}, - [SPECIES_ZUBAT] = {0x8d4b494, 0x800, SPECIES_ZUBAT}, - [SPECIES_GOLBAT] = {0x8d4be7c, 0x800, SPECIES_GOLBAT}, - [SPECIES_ODDISH] = {0x8d4c948, 0x800, SPECIES_ODDISH}, - [SPECIES_GLOOM] = {0x8d4d2bc, 0x800, SPECIES_GLOOM}, - [SPECIES_VILEPLUME] = {0x8d4de14, 0x800, SPECIES_VILEPLUME}, - [SPECIES_PARAS] = {0x8d4ea24, 0x800, SPECIES_PARAS}, - [SPECIES_PARASECT] = {0x8d4f3a0, 0x800, SPECIES_PARASECT}, - [SPECIES_VENONAT] = {0x8d4fe9c, 0x800, SPECIES_VENONAT}, - [SPECIES_VENOMOTH] = {0x8d5095c, 0x800, SPECIES_VENOMOTH}, - [SPECIES_DIGLETT] = {0x8d51574, 0x800, SPECIES_DIGLETT}, - [SPECIES_DUGTRIO] = {0x8d51e00, 0x800, SPECIES_DUGTRIO}, - [SPECIES_MEOWTH] = {0x8d52848, 0x800, SPECIES_MEOWTH}, - [SPECIES_PERSIAN] = {0x8d53288, 0x800, SPECIES_PERSIAN}, - [SPECIES_PSYDUCK] = {0x8d53db0, 0x800, SPECIES_PSYDUCK}, - [SPECIES_GOLDUCK] = {0x8d547a0, 0x800, SPECIES_GOLDUCK}, - [SPECIES_MANKEY] = {0x8d552f4, 0x800, SPECIES_MANKEY}, - [SPECIES_PRIMEAPE] = {0x8d55dc4, 0x800, SPECIES_PRIMEAPE}, - [SPECIES_GROWLITHE] = {0x8d56930, 0x800, SPECIES_GROWLITHE}, - [SPECIES_ARCANINE] = {0x8d57404, 0x800, SPECIES_ARCANINE}, - [SPECIES_POLIWAG] = {0x8d58150, 0x800, SPECIES_POLIWAG}, - [SPECIES_POLIWHIRL] = {0x8d58ac0, 0x800, SPECIES_POLIWHIRL}, - [SPECIES_POLIWRATH] = {0x8d5952c, 0x800, SPECIES_POLIWRATH}, - [SPECIES_ABRA] = {0x8d5a054, 0x800, SPECIES_ABRA}, - [SPECIES_KADABRA] = {0x8d5aa64, 0x800, SPECIES_KADABRA}, - [SPECIES_ALAKAZAM] = {0x8d5b748, 0x800, SPECIES_ALAKAZAM}, - [SPECIES_MACHOP] = {0x8d5c3d0, 0x800, SPECIES_MACHOP}, - [SPECIES_MACHOKE] = {0x8d5cdac, 0x800, SPECIES_MACHOKE}, - [SPECIES_MACHAMP] = {0x8d5d938, 0x800, SPECIES_MACHAMP}, - [SPECIES_BELLSPROUT] = {0x8d5e6f0, 0x800, SPECIES_BELLSPROUT}, - [SPECIES_WEEPINBELL] = {0x8d5f088, 0x800, SPECIES_WEEPINBELL}, - [SPECIES_VICTREEBEL] = {0x8d5fb18, 0x800, SPECIES_VICTREEBEL}, - [SPECIES_TENTACOOL] = {0x8d6074c, 0x800, SPECIES_TENTACOOL}, - [SPECIES_TENTACRUEL] = {0x8d61130, 0x800, SPECIES_TENTACRUEL}, - [SPECIES_GEODUDE] = {0x8d61e30, 0x800, SPECIES_GEODUDE}, - [SPECIES_GRAVELER] = {0x8d627b0, 0x800, SPECIES_GRAVELER}, - [SPECIES_GOLEM] = {0x8d63290, 0x800, SPECIES_GOLEM}, - [SPECIES_PONYTA] = {0x8d63df0, 0x800, SPECIES_PONYTA}, - [SPECIES_RAPIDASH] = {0x8d6492c, 0x800, SPECIES_RAPIDASH}, - [SPECIES_SLOWPOKE] = {0x8d65634, 0x800, SPECIES_SLOWPOKE}, - [SPECIES_SLOWBRO] = {0x8d65fdc, 0x800, SPECIES_SLOWBRO}, - [SPECIES_MAGNEMITE] = {0x8d66c88, 0x800, SPECIES_MAGNEMITE}, - [SPECIES_MAGNETON] = {0x8d674b4, 0x800, SPECIES_MAGNETON}, - [SPECIES_FARFETCHD] = {0x8d67fe0, 0x800, SPECIES_FARFETCHD}, - [SPECIES_DODUO] = {0x8d68b10, 0x800, SPECIES_DODUO}, - [SPECIES_DODRIO] = {0x8d6957c, 0x800, SPECIES_DODRIO}, - [SPECIES_SEEL] = {0x8d6a290, 0x800, SPECIES_SEEL}, - [SPECIES_DEWGONG] = {0x8d6ad10, 0x800, SPECIES_DEWGONG}, - [SPECIES_GRIMER] = {0x8d6b7dc, 0x800, SPECIES_GRIMER}, - [SPECIES_MUK] = {0x8d6c230, 0x800, SPECIES_MUK}, - [SPECIES_SHELLDER] = {0x8d6cd20, 0x800, SPECIES_SHELLDER}, - [SPECIES_CLOYSTER] = {0x8d6d710, 0x800, SPECIES_CLOYSTER}, - [SPECIES_GASTLY] = {0x8d6e3c0, 0x800, SPECIES_GASTLY}, - [SPECIES_HAUNTER] = {0x8d6ef0c, 0x800, SPECIES_HAUNTER}, - [SPECIES_GENGAR] = {0x8d6fa40, 0x800, SPECIES_GENGAR}, - [SPECIES_ONIX] = {0x8d70548, 0x800, SPECIES_ONIX}, - [SPECIES_DROWZEE] = {0x8d711ec, 0x800, SPECIES_DROWZEE}, - [SPECIES_HYPNO] = {0x8d71bd0, 0x800, SPECIES_HYPNO}, - [SPECIES_KRABBY] = {0x8d727a0, 0x800, SPECIES_KRABBY}, - [SPECIES_KINGLER] = {0x8d732c0, 0x800, SPECIES_KINGLER}, - [SPECIES_VOLTORB] = {0x8d73f34, 0x800, SPECIES_VOLTORB}, - [SPECIES_ELECTRODE] = {0x8d74818, 0x800, SPECIES_ELECTRODE}, - [SPECIES_EXEGGCUTE] = {0x8d7515c, 0x800, SPECIES_EXEGGCUTE}, - [SPECIES_EXEGGUTOR] = {0x8d75c5c, 0x800, SPECIES_EXEGGUTOR}, - [SPECIES_CUBONE] = {0x8d768e8, 0x800, SPECIES_CUBONE}, - [SPECIES_MAROWAK] = {0x8d77354, 0x800, SPECIES_MAROWAK}, - [SPECIES_HITMONLEE] = {0x8d77e58, 0x800, SPECIES_HITMONLEE}, - [SPECIES_HITMONCHAN] = {0x8d788e0, 0x800, SPECIES_HITMONCHAN}, - [SPECIES_LICKITUNG] = {0x8d793d4, 0x800, SPECIES_LICKITUNG}, - [SPECIES_KOFFING] = {0x8d79ec0, 0x800, SPECIES_KOFFING}, - [SPECIES_WEEZING] = {0x8d7a930, 0x800, SPECIES_WEEZING}, - [SPECIES_RHYHORN] = {0x8d7b5e0, 0x800, SPECIES_RHYHORN}, - [SPECIES_RHYDON] = {0x8d7c184, 0x800, SPECIES_RHYDON}, - [SPECIES_CHANSEY] = {0x8d7cf38, 0x800, SPECIES_CHANSEY}, - [SPECIES_TANGELA] = {0x8d7d92c, 0x800, SPECIES_TANGELA}, - [SPECIES_KANGASKHAN] = {0x8d7e514, 0x800, SPECIES_KANGASKHAN}, - [SPECIES_HORSEA] = {0x8d7f25c, 0x800, SPECIES_HORSEA}, - [SPECIES_SEADRA] = {0x8d7fc18, 0x800, SPECIES_SEADRA}, - [SPECIES_GOLDEEN] = {0x8d807b0, 0x800, SPECIES_GOLDEEN}, - [SPECIES_SEAKING] = {0x8d812f8, 0x800, SPECIES_SEAKING}, - [SPECIES_STARYU] = {0x8d81f2c, 0x800, SPECIES_STARYU}, - [SPECIES_STARMIE] = {0x8d828b4, 0x800, SPECIES_STARMIE}, - [SPECIES_MR_MIME] = {0x8d83368, 0x800, SPECIES_MR_MIME}, - [SPECIES_SCYTHER] = {0x8d83ec8, 0x800, SPECIES_SCYTHER}, - [SPECIES_JYNX] = {0x8d84b78, 0x800, SPECIES_JYNX}, - [SPECIES_ELECTABUZZ] = {0x8d856a0, 0x800, SPECIES_ELECTABUZZ}, - [SPECIES_MAGMAR] = {0x8d86278, 0x800, SPECIES_MAGMAR}, - [SPECIES_PINSIR] = {0x8d86e50, 0x800, SPECIES_PINSIR}, - [SPECIES_TAUROS] = {0x8d87a3c, 0x800, SPECIES_TAUROS}, - [SPECIES_MAGIKARP] = {0x8d885c0, 0x800, SPECIES_MAGIKARP}, - [SPECIES_GYARADOS] = {0x8d890a8, 0x800, SPECIES_GYARADOS}, - [SPECIES_LAPRAS] = {0x8d89f74, 0x800, SPECIES_LAPRAS}, - [SPECIES_DITTO] = {0x8d8ab08, 0x800, SPECIES_DITTO}, - [SPECIES_EEVEE] = {0x8d8b358, 0x800, SPECIES_EEVEE}, - [SPECIES_VAPOREON] = {0x8d8bddc, 0x800, SPECIES_VAPOREON}, - [SPECIES_JOLTEON] = {0x8d8c8a8, 0x800, SPECIES_JOLTEON}, - [SPECIES_FLAREON] = {0x8d8d414, 0x800, SPECIES_FLAREON}, - [SPECIES_PORYGON] = {0x8d8df98, 0x800, SPECIES_PORYGON}, - [SPECIES_OMANYTE] = {0x8d8e970, 0x800, SPECIES_OMANYTE}, - [SPECIES_OMASTAR] = {0x8d8f3bc, 0x800, SPECIES_OMASTAR}, - [SPECIES_KABUTO] = {0x8d8ff2c, 0x800, SPECIES_KABUTO}, - [SPECIES_KABUTOPS] = {0x8d9085c, 0x800, SPECIES_KABUTOPS}, - [SPECIES_AERODACTYL] = {0x8d91478, 0x800, SPECIES_AERODACTYL}, - [SPECIES_SNORLAX] = {0x8d9203c, 0x800, SPECIES_SNORLAX}, - [SPECIES_ARTICUNO] = {0x8d92a9c, 0x800, SPECIES_ARTICUNO}, - [SPECIES_ZAPDOS] = {0x8d93660, 0x800, SPECIES_ZAPDOS}, - [SPECIES_MOLTRES] = {0x8d9425c, 0x800, SPECIES_MOLTRES}, - [SPECIES_DRATINI] = {0x8d94ed4, 0x800, SPECIES_DRATINI}, - [SPECIES_DRAGONAIR] = {0x8d95888, 0x800, SPECIES_DRAGONAIR}, - [SPECIES_DRAGONITE] = {0x8d963a0, 0x800, SPECIES_DRAGONITE}, - [SPECIES_MEWTWO] = {0x8d97058, 0x800, SPECIES_MEWTWO}, - [SPECIES_MEW] = {0x8d97cc8, 0x800, SPECIES_MEW}, - [SPECIES_CHIKORITA] = {0x8d98740, 0x800, SPECIES_CHIKORITA}, - [SPECIES_BAYLEEF] = {0x8d990dc, 0x800, SPECIES_BAYLEEF}, - [SPECIES_MEGANIUM] = {0x8d99cb0, 0x800, SPECIES_MEGANIUM}, - [SPECIES_CYNDAQUIL] = {0x8d9a9cc, 0x800, SPECIES_CYNDAQUIL}, - [SPECIES_QUILAVA] = {0x8d9b3f4, 0x800, SPECIES_QUILAVA}, - [SPECIES_TYPHLOSION] = {0x8d9bef4, 0x800, SPECIES_TYPHLOSION}, - [SPECIES_TOTODILE] = {0x8d9cb90, 0x800, SPECIES_TOTODILE}, - [SPECIES_CROCONAW] = {0x8d9d584, 0x800, SPECIES_CROCONAW}, - [SPECIES_FERALIGATR] = {0x8d9e0ac, 0x800, SPECIES_FERALIGATR}, - [SPECIES_SENTRET] = {0x8d9ef54, 0x800, SPECIES_SENTRET}, - [SPECIES_FURRET] = {0x8d9f944, 0x800, SPECIES_FURRET}, - [SPECIES_HOOTHOOT] = {0x8da0410, 0x800, SPECIES_HOOTHOOT}, - [SPECIES_NOCTOWL] = {0x8da0e0c, 0x800, SPECIES_NOCTOWL}, - [SPECIES_LEDYBA] = {0x8da192c, 0x800, SPECIES_LEDYBA}, - [SPECIES_LEDIAN] = {0x8da23c0, 0x800, SPECIES_LEDIAN}, - [SPECIES_SPINARAK] = {0x8da2f10, 0x800, SPECIES_SPINARAK}, - [SPECIES_ARIADOS] = {0x8da3858, 0x800, SPECIES_ARIADOS}, - [SPECIES_CROBAT] = {0x8da4400, 0x800, SPECIES_CROBAT}, - [SPECIES_CHINCHOU] = {0x8da4f28, 0x800, SPECIES_CHINCHOU}, - [SPECIES_LANTURN] = {0x8da5968, 0x800, SPECIES_LANTURN}, - [SPECIES_PICHU] = {0x8da6448, 0x800, SPECIES_PICHU}, - [SPECIES_CLEFFA] = {0x8da6d30, 0x800, SPECIES_CLEFFA}, - [SPECIES_IGGLYBUFF] = {0x8da75bc, 0x800, SPECIES_IGGLYBUFF}, - [SPECIES_TOGEPI] = {0x8da7e50, 0x800, SPECIES_TOGEPI}, - [SPECIES_TOGETIC] = {0x8da8708, 0x800, SPECIES_TOGETIC}, - [SPECIES_NATU] = {0x8da9118, 0x800, SPECIES_NATU}, - [SPECIES_XATU] = {0x8da9968, 0x800, SPECIES_XATU}, - [SPECIES_MAREEP] = {0x8daa42c, 0x800, SPECIES_MAREEP}, - [SPECIES_FLAAFFY] = {0x8daae44, 0x800, SPECIES_FLAAFFY}, - [SPECIES_AMPHAROS] = {0x8dab8d0, 0x800, SPECIES_AMPHAROS}, - [SPECIES_BELLOSSOM] = {0x8dac414, 0x800, SPECIES_BELLOSSOM}, - [SPECIES_MARILL] = {0x8dace18, 0x800, SPECIES_MARILL}, - [SPECIES_AZUMARILL] = {0x8dad7f8, 0x800, SPECIES_AZUMARILL}, - [SPECIES_SUDOWOODO] = {0x8dae224, 0x800, SPECIES_SUDOWOODO}, - [SPECIES_POLITOED] = {0x8daed08, 0x800, SPECIES_POLITOED}, - [SPECIES_HOPPIP] = {0x8daf770, 0x800, SPECIES_HOPPIP}, - [SPECIES_SKIPLOOM] = {0x8db0174, 0x800, SPECIES_SKIPLOOM}, - [SPECIES_JUMPLUFF] = {0x8db0b4c, 0x800, SPECIES_JUMPLUFF}, - [SPECIES_AIPOM] = {0x8db1720, 0x800, SPECIES_AIPOM}, - [SPECIES_SUNKERN] = {0x8db2180, 0x800, SPECIES_SUNKERN}, - [SPECIES_SUNFLORA] = {0x8db2aec, 0x800, SPECIES_SUNFLORA}, - [SPECIES_YANMA] = {0x8db3654, 0x800, SPECIES_YANMA}, - [SPECIES_WOOPER] = {0x8db41fc, 0x800, SPECIES_WOOPER}, - [SPECIES_QUAGSIRE] = {0x8db4b38, 0x800, SPECIES_QUAGSIRE}, - [SPECIES_ESPEON] = {0x8db5618, 0x800, SPECIES_ESPEON}, - [SPECIES_UMBREON] = {0x8db609c, 0x800, SPECIES_UMBREON}, - [SPECIES_MURKROW] = {0x8db6b34, 0x800, SPECIES_MURKROW}, - [SPECIES_SLOWKING] = {0x8db759c, 0x800, SPECIES_SLOWKING}, - [SPECIES_MISDREAVUS] = {0x8db814c, 0x800, SPECIES_MISDREAVUS}, - [SPECIES_UNOWN] = {0x8db8ba0, 0x800, SPECIES_UNOWN}, - [SPECIES_WOBBUFFET] = {0x8db93d4, 0x800, SPECIES_WOBBUFFET}, - [SPECIES_GIRAFARIG] = {0x8db9dd8, 0x800, SPECIES_GIRAFARIG}, - [SPECIES_PINECO] = {0x8dba9f8, 0x800, SPECIES_PINECO}, - [SPECIES_FORRETRESS] = {0x8dbb478, 0x800, SPECIES_FORRETRESS}, - [SPECIES_DUNSPARCE] = {0x8dbbfc4, 0x800, SPECIES_DUNSPARCE}, - [SPECIES_GLIGAR] = {0x8dbca40, 0x800, SPECIES_GLIGAR}, - [SPECIES_STEELIX] = {0x8dbd6b0, 0x800, SPECIES_STEELIX}, - [SPECIES_SNUBBULL] = {0x8dbe3ec, 0x800, SPECIES_SNUBBULL}, - [SPECIES_GRANBULL] = {0x8dbee58, 0x800, SPECIES_GRANBULL}, - [SPECIES_QWILFISH] = {0x8dbf978, 0x800, SPECIES_QWILFISH}, - [SPECIES_SCIZOR] = {0x8dc0388, 0x800, SPECIES_SCIZOR}, - [SPECIES_SHUCKLE] = {0x8dc1060, 0x800, SPECIES_SHUCKLE}, - [SPECIES_HERACROSS] = {0x8dc19f0, 0x800, SPECIES_HERACROSS}, - [SPECIES_SNEASEL] = {0x8dc29c0, 0x800, SPECIES_SNEASEL}, - [SPECIES_TEDDIURSA] = {0x8dc3498, 0x800, SPECIES_TEDDIURSA}, - [SPECIES_URSARING] = {0x8dc3e28, 0x800, SPECIES_URSARING}, - [SPECIES_SLUGMA] = {0x8dc4a58, 0x800, SPECIES_SLUGMA}, - [SPECIES_MAGCARGO] = {0x8dc541c, 0x800, SPECIES_MAGCARGO}, - [SPECIES_SWINUB] = {0x8dc5fec, 0x800, SPECIES_SWINUB}, - [SPECIES_PILOSWINE] = {0x8dc6894, 0x800, SPECIES_PILOSWINE}, - [SPECIES_CORSOLA] = {0x8dc7278, 0x800, SPECIES_CORSOLA}, - [SPECIES_REMORAID] = {0x8dc7c90, 0x800, SPECIES_REMORAID}, - [SPECIES_OCTILLERY] = {0x8dc867c, 0x800, SPECIES_OCTILLERY}, - [SPECIES_DELIBIRD] = {0x8dc90d8, 0x800, SPECIES_DELIBIRD}, - [SPECIES_MANTINE] = {0x8dc9c78, 0x800, SPECIES_MANTINE}, - [SPECIES_SKARMORY] = {0x8dca824, 0x800, SPECIES_SKARMORY}, - [SPECIES_HOUNDOUR] = {0x8dcb478, 0x800, SPECIES_HOUNDOUR}, - [SPECIES_HOUNDOOM] = {0x8dcbe20, 0x800, SPECIES_HOUNDOOM}, - [SPECIES_KINGDRA] = {0x8dcc9b4, 0x800, SPECIES_KINGDRA}, - [SPECIES_PHANPY] = {0x8dcd5f8, 0x800, SPECIES_PHANPY}, - [SPECIES_DONPHAN] = {0x8dcdf88, 0x800, SPECIES_DONPHAN}, - [SPECIES_PORYGON2] = {0x8dceb68, 0x800, SPECIES_PORYGON2}, - [SPECIES_STANTLER] = {0x8dcf57c, 0x800, SPECIES_STANTLER}, - [SPECIES_SMEARGLE] = {0x8dd014c, 0x800, SPECIES_SMEARGLE}, - [SPECIES_TYROGUE] = {0x8dd0c74, 0x800, SPECIES_TYROGUE}, - [SPECIES_HITMONTOP] = {0x8dd168c, 0x800, SPECIES_HITMONTOP}, - [SPECIES_SMOOCHUM] = {0x8dd24b0, 0x800, SPECIES_SMOOCHUM}, - [SPECIES_ELEKID] = {0x8dd2df0, 0x800, SPECIES_ELEKID}, - [SPECIES_MAGBY] = {0x8dd38c0, 0x800, SPECIES_MAGBY}, - [SPECIES_MILTANK] = {0x8dd4260, 0x800, SPECIES_MILTANK}, - [SPECIES_BLISSEY] = {0x8dd4e1c, 0x800, SPECIES_BLISSEY}, - [SPECIES_RAIKOU] = {0x8dd5940, 0x800, SPECIES_RAIKOU}, - [SPECIES_ENTEI] = {0x8dd66d4, 0x800, SPECIES_ENTEI}, - [SPECIES_SUICUNE] = {0x8dd7564, 0x800, SPECIES_SUICUNE}, - [SPECIES_LARVITAR] = {0x8dd8434, 0x800, SPECIES_LARVITAR}, - [SPECIES_PUPITAR] = {0x8dd8dac, 0x800, SPECIES_PUPITAR}, - [SPECIES_TYRANITAR] = {0x8dd9844, 0x800, SPECIES_TYRANITAR}, - [SPECIES_LUGIA] = {0x8dda5dc, 0x800, SPECIES_LUGIA}, - [SPECIES_HO_OH] = {0x8ddb2e4, 0x800, SPECIES_HO_OH}, - [SPECIES_CELEBI] = {0x8ddc1b8, 0x800, SPECIES_CELEBI}, - [252] = {0x8ddcc4c, 0x800, 0xfc}, - [253] = {0x8ddcc4c, 0x800, 0xfd}, - [254] = {0x8ddcc4c, 0x800, 0xfe}, - [255] = {0x8ddcc4c, 0x800, 0xff}, - [256] = {0x8ddcc4c, 0x800, 0x100}, - [257] = {0x8ddcc4c, 0x800, 0x101}, - [258] = {0x8ddcc4c, 0x800, 0x102}, - [259] = {0x8ddcc4c, 0x800, 0x103}, - [260] = {0x8ddcc4c, 0x800, 0x104}, - [261] = {0x8ddcc4c, 0x800, 0x105}, - [262] = {0x8ddcc4c, 0x800, 0x106}, - [263] = {0x8ddcc4c, 0x800, 0x107}, - [264] = {0x8ddcc4c, 0x800, 0x108}, - [265] = {0x8ddcc4c, 0x800, 0x109}, - [266] = {0x8ddcc4c, 0x800, 0x10a}, - [267] = {0x8ddcc4c, 0x800, 0x10b}, - [268] = {0x8ddcc4c, 0x800, 0x10c}, - [269] = {0x8ddcc4c, 0x800, 0x10d}, - [270] = {0x8ddcc4c, 0x800, 0x10e}, - [271] = {0x8ddcc4c, 0x800, 0x10f}, - [272] = {0x8ddcc4c, 0x800, 0x110}, - [273] = {0x8ddcc4c, 0x800, 0x111}, - [274] = {0x8ddcc4c, 0x800, 0x112}, - [275] = {0x8ddcc4c, 0x800, 0x113}, - [276] = {0x8ddcc4c, 0x800, 0x114}, - [SPECIES_TREECKO] = {0x8ddcf7c, 0x800, SPECIES_TREECKO}, - [SPECIES_GROVYLE] = {0x8ddd9f4, 0x800, SPECIES_GROVYLE}, - [SPECIES_SCEPTILE] = {0x8dde62c, 0x800, SPECIES_SCEPTILE}, - [SPECIES_TORCHIC] = {0x8ddf39c, 0x800, SPECIES_TORCHIC}, - [SPECIES_COMBUSKEN] = {0x8ddfd80, 0x800, SPECIES_COMBUSKEN}, - [SPECIES_BLAZIKEN] = {0x8de09ac, 0x800, SPECIES_BLAZIKEN}, - [SPECIES_MUDKIP] = {0x8de1670, 0x800, SPECIES_MUDKIP}, - [SPECIES_MARSHTOMP] = {0x8de2078, 0x800, SPECIES_MARSHTOMP}, - [SPECIES_SWAMPERT] = {0x8de2c20, 0x800, SPECIES_SWAMPERT}, - [SPECIES_POOCHYENA] = {0x8de39c0, 0x800, SPECIES_POOCHYENA}, - [SPECIES_MIGHTYENA] = {0x8de4424, 0x800, SPECIES_MIGHTYENA}, - [SPECIES_ZIGZAGOON] = {0x8de5044, 0x800, SPECIES_ZIGZAGOON}, - [SPECIES_LINOONE] = {0x8de5bc4, 0x800, SPECIES_LINOONE}, - [SPECIES_WURMPLE] = {0x8de6678, 0x800, SPECIES_WURMPLE}, - [SPECIES_SILCOON] = {0x8de6fbc, 0x800, SPECIES_SILCOON}, - [SPECIES_BEAUTIFLY] = {0x8de78c8, 0x800, SPECIES_BEAUTIFLY}, - [SPECIES_CASCOON] = {0x8de8440, 0x800, SPECIES_CASCOON}, - [SPECIES_DUSTOX] = {0x8de8d2c, 0x800, SPECIES_DUSTOX}, - [SPECIES_LOTAD] = {0x8de975c, 0x800, SPECIES_LOTAD}, - [SPECIES_LOMBRE] = {0x8dea114, 0x800, SPECIES_LOMBRE}, - [SPECIES_LUDICOLO] = {0x8deab98, 0x800, SPECIES_LUDICOLO}, - [SPECIES_SEEDOT] = {0x8deb7e8, 0x800, SPECIES_SEEDOT}, - [SPECIES_NUZLEAF] = {0x8dec1cc, 0x800, SPECIES_NUZLEAF}, - [SPECIES_SHIFTRY] = {0x8decbf0, 0x800, SPECIES_SHIFTRY}, - [SPECIES_NINCADA] = {0x8ded7e0, 0x800, SPECIES_NINCADA}, - [SPECIES_NINJASK] = {0x8dee1a8, 0x800, SPECIES_NINJASK}, - [SPECIES_SHEDINJA] = {0x8deed54, 0x800, SPECIES_SHEDINJA}, - [SPECIES_TAILLOW] = {0x8def884, 0x800, SPECIES_TAILLOW}, - [SPECIES_SWELLOW] = {0x8df016c, 0x800, SPECIES_SWELLOW}, - [SPECIES_SHROOMISH] = {0x8df0cd8, 0x800, SPECIES_SHROOMISH}, - [SPECIES_BRELOOM] = {0x8df1690, 0x800, SPECIES_BRELOOM}, - [SPECIES_SPINDA] = {0x8df22c8, 0x800, SPECIES_SPINDA}, - [SPECIES_WINGULL] = {0x8df2d74, 0x800, SPECIES_WINGULL}, - [SPECIES_PELIPPER] = {0x8df3770, 0x800, SPECIES_PELIPPER}, - [SPECIES_SURSKIT] = {0x8df42f8, 0x800, SPECIES_SURSKIT}, - [SPECIES_MASQUERAIN] = {0x8df4bac, 0x800, SPECIES_MASQUERAIN}, - [SPECIES_WAILMER] = {0x8df5710, 0x800, SPECIES_WAILMER}, - [SPECIES_WAILORD] = {0x8df6044, 0x800, SPECIES_WAILORD}, - [SPECIES_SKITTY] = {0x8df6a90, 0x800, SPECIES_SKITTY}, - [SPECIES_DELCATTY] = {0x8df7548, 0x800, SPECIES_DELCATTY}, - [SPECIES_KECLEON] = {0x8df80e0, 0x800, SPECIES_KECLEON}, - [SPECIES_BALTOY] = {0x8df8ca8, 0x800, SPECIES_BALTOY}, - [SPECIES_CLAYDOL] = {0x8df95d4, 0x800, SPECIES_CLAYDOL}, - [SPECIES_NOSEPASS] = {0x8dfa1d0, 0x800, SPECIES_NOSEPASS}, - [SPECIES_TORKOAL] = {0x8dfabac, 0x800, SPECIES_TORKOAL}, - [SPECIES_SABLEYE] = {0x8dfb790, 0x800, SPECIES_SABLEYE}, - [SPECIES_BARBOACH] = {0x8dfc1fc, 0x800, SPECIES_BARBOACH}, - [SPECIES_WHISCASH] = {0x8dfcb8c, 0x800, SPECIES_WHISCASH}, - [SPECIES_LUVDISC] = {0x8dfd6c0, 0x800, SPECIES_LUVDISC}, - [SPECIES_CORPHISH] = {0x8dfdebc, 0x800, SPECIES_CORPHISH}, - [SPECIES_CRAWDAUNT] = {0x8dfe9a4, 0x800, SPECIES_CRAWDAUNT}, - [SPECIES_FEEBAS] = {0x8dff688, 0x800, SPECIES_FEEBAS}, - [SPECIES_MILOTIC] = {0x8e000bc, 0x800, SPECIES_MILOTIC}, - [SPECIES_CARVANHA] = {0x8e00cb0, 0x800, SPECIES_CARVANHA}, - [SPECIES_SHARPEDO] = {0x8e0175c, 0x800, SPECIES_SHARPEDO}, - [SPECIES_TRAPINCH] = {0x8e022b4, 0x800, SPECIES_TRAPINCH}, - [SPECIES_VIBRAVA] = {0x8e02b60, 0x800, SPECIES_VIBRAVA}, - [SPECIES_FLYGON] = {0x8e035b8, 0x800, SPECIES_FLYGON}, - [SPECIES_MAKUHITA] = {0x8e04354, 0x800, SPECIES_MAKUHITA}, - [SPECIES_HARIYAMA] = {0x8e04dc8, 0x800, SPECIES_HARIYAMA}, - [SPECIES_ELECTRIKE] = {0x8e05ac8, 0x800, SPECIES_ELECTRIKE}, - [SPECIES_MANECTRIC] = {0x8e06454, 0x800, SPECIES_MANECTRIC}, - [SPECIES_NUMEL] = {0x8e06e20, 0x800, SPECIES_NUMEL}, - [SPECIES_CAMERUPT] = {0x8e0781c, 0x800, SPECIES_CAMERUPT}, - [SPECIES_SPHEAL] = {0x8e08368, 0x800, SPECIES_SPHEAL}, - [SPECIES_SEALEO] = {0x8e08c48, 0x800, SPECIES_SEALEO}, - [SPECIES_WALREIN] = {0x8e096b4, 0x800, SPECIES_WALREIN}, - [SPECIES_CACNEA] = {0x8e0a34c, 0x800, SPECIES_CACNEA}, - [SPECIES_CACTURNE] = {0x8e0ae2c, 0x800, SPECIES_CACTURNE}, - [SPECIES_SNORUNT] = {0x8e0b9d4, 0x800, SPECIES_SNORUNT}, - [SPECIES_GLALIE] = {0x8e0c3ec, 0x800, SPECIES_GLALIE}, - [SPECIES_LUNATONE] = {0x8e0cfd4, 0x800, SPECIES_LUNATONE}, - [SPECIES_SOLROCK] = {0x8e0dac4, 0x800, SPECIES_SOLROCK}, - [SPECIES_AZURILL] = {0x8e0e76c, 0x800, SPECIES_AZURILL}, - [SPECIES_SPOINK] = {0x8e0f1bc, 0x800, SPECIES_SPOINK}, - [SPECIES_GRUMPIG] = {0x8e0fad8, 0x800, SPECIES_GRUMPIG}, - [SPECIES_PLUSLE] = {0x8e10664, 0x800, SPECIES_PLUSLE}, - [SPECIES_MINUN] = {0x8e11018, 0x800, SPECIES_MINUN}, - [SPECIES_MAWILE] = {0x8e119b8, 0x800, SPECIES_MAWILE}, - [SPECIES_MEDITITE] = {0x8e125e4, 0x800, SPECIES_MEDITITE}, - [SPECIES_MEDICHAM] = {0x8e12fd0, 0x800, SPECIES_MEDICHAM}, - [SPECIES_SWABLU] = {0x8e13aa8, 0x800, SPECIES_SWABLU}, - [SPECIES_ALTARIA] = {0x8e145a8, 0x800, SPECIES_ALTARIA}, - [SPECIES_WYNAUT] = {0x8e1516c, 0x800, SPECIES_WYNAUT}, - [SPECIES_DUSKULL] = {0x8e15b04, 0x800, SPECIES_DUSKULL}, - [SPECIES_DUSCLOPS] = {0x8e16514, 0x800, SPECIES_DUSCLOPS}, - [SPECIES_ROSELIA] = {0x8e17010, 0x800, SPECIES_ROSELIA}, - [SPECIES_SLAKOTH] = {0x8e17bb4, 0x800, SPECIES_SLAKOTH}, - [SPECIES_VIGOROTH] = {0x8e185f4, 0x800, SPECIES_VIGOROTH}, - [SPECIES_SLAKING] = {0x8e19128, 0x800, SPECIES_SLAKING}, - [SPECIES_GULPIN] = {0x8e19e30, 0x800, SPECIES_GULPIN}, - [SPECIES_SWALOT] = {0x8e1a73c, 0x800, SPECIES_SWALOT}, - [SPECIES_TROPIUS] = {0x8e1b238, 0x800, SPECIES_TROPIUS}, - [SPECIES_WHISMUR] = {0x8e1bf44, 0x800, SPECIES_WHISMUR}, - [SPECIES_LOUDRED] = {0x8e1c8b8, 0x800, SPECIES_LOUDRED}, - [SPECIES_EXPLOUD] = {0x8e1d510, 0x800, SPECIES_EXPLOUD}, - [SPECIES_CLAMPERL] = {0x8e1e2f4, 0x800, SPECIES_CLAMPERL}, - [SPECIES_HUNTAIL] = {0x8e1ecd0, 0x800, SPECIES_HUNTAIL}, - [SPECIES_GOREBYSS] = {0x8e1f860, 0x800, SPECIES_GOREBYSS}, - [SPECIES_ABSOL] = {0x8e202c8, 0x800, SPECIES_ABSOL}, - [SPECIES_SHUPPET] = {0x8e20ec8, 0x800, SPECIES_SHUPPET}, - [SPECIES_BANETTE] = {0x8e21808, 0x800, SPECIES_BANETTE}, - [SPECIES_SEVIPER] = {0x8e221a8, 0x800, SPECIES_SEVIPER}, - [SPECIES_ZANGOOSE] = {0x8e22ec4, 0x800, SPECIES_ZANGOOSE}, - [SPECIES_RELICANTH] = {0x8e23a74, 0x800, SPECIES_RELICANTH}, - [SPECIES_ARON] = {0x8e245d0, 0x800, SPECIES_ARON}, - [SPECIES_LAIRON] = {0x8e24e50, 0x800, SPECIES_LAIRON}, - [SPECIES_AGGRON] = {0x8e25978, 0x800, SPECIES_AGGRON}, - [SPECIES_CASTFORM] = {0x8e2678c, 0x800, SPECIES_CASTFORM}, - [SPECIES_VOLBEAT] = {0x8e280ec, 0x800, SPECIES_VOLBEAT}, - [SPECIES_ILLUMISE] = {0x8e28c4c, 0x800, SPECIES_ILLUMISE}, - [SPECIES_LILEEP] = {0x8e2974c, 0x800, SPECIES_LILEEP}, - [SPECIES_CRADILY] = {0x8e2a244, 0x800, SPECIES_CRADILY}, - [SPECIES_ANORITH] = {0x8e2aecc, 0x800, SPECIES_ANORITH}, - [SPECIES_ARMALDO] = {0x8e2b8a8, 0x800, SPECIES_ARMALDO}, - [SPECIES_RALTS] = {0x8e2c6d0, 0x800, SPECIES_RALTS}, - [SPECIES_KIRLIA] = {0x8e2cfac, 0x800, SPECIES_KIRLIA}, - [SPECIES_GARDEVOIR] = {0x8e2da8c, 0x800, SPECIES_GARDEVOIR}, - [SPECIES_BAGON] = {0x8e2e5ac, 0x800, SPECIES_BAGON}, - [SPECIES_SHELGON] = {0x8e2ef7c, 0x800, SPECIES_SHELGON}, - [SPECIES_SALAMENCE] = {0x8e2f9d8, 0x800, SPECIES_SALAMENCE}, - [SPECIES_BELDUM] = {0x8e30590, 0x800, SPECIES_BELDUM}, - [SPECIES_METANG] = {0x8e30f60, 0x800, SPECIES_METANG}, - [SPECIES_METAGROSS] = {0x8e31b50, 0x800, SPECIES_METAGROSS}, - [SPECIES_REGIROCK] = {0x8e326f0, 0x800, SPECIES_REGIROCK}, - [SPECIES_REGICE] = {0x8e33468, 0x800, SPECIES_REGICE}, - [SPECIES_REGISTEEL] = {0x8e34010, 0x800, SPECIES_REGISTEEL}, - [SPECIES_KYOGRE] = {0x8e34c40, 0x800, SPECIES_KYOGRE}, - [SPECIES_GROUDON] = {0x8e35798, 0x800, SPECIES_GROUDON}, - [SPECIES_RAYQUAZA] = {0x8e36604, 0x800, SPECIES_RAYQUAZA}, - [SPECIES_LATIAS] = {0x8e372bc, 0x800, SPECIES_LATIAS}, - [SPECIES_LATIOS] = {0x8e37e4c, 0x800, SPECIES_LATIOS}, - [SPECIES_JIRACHI] = {0x8e38a70, 0x800, SPECIES_JIRACHI}, - [SPECIES_DEOXYS] = {0x8e3958c, 0x800, SPECIES_DEOXYS}, - [SPECIES_CHIMECHO] = {0x8e3aba8, 0x800, SPECIES_CHIMECHO}, - [SPECIES_EGG] = {0x8e3b4d8, 0x800, SPECIES_EGG}, - [SPECIES_UNOWN_B] = {0x8e3b6ac, 0x800, SPECIES_UNOWN_B}, - [SPECIES_UNOWN_C] = {0x8e3be88, 0x800, SPECIES_UNOWN_C}, - [SPECIES_UNOWN_D] = {0x8e3c748, 0x800, SPECIES_UNOWN_D}, - [SPECIES_UNOWN_E] = {0x8e3cf98, 0x800, SPECIES_UNOWN_E}, - [SPECIES_UNOWN_F] = {0x8e3d750, 0x800, SPECIES_UNOWN_F}, - [SPECIES_UNOWN_G] = {0x8e3df60, 0x800, SPECIES_UNOWN_G}, - [SPECIES_UNOWN_H] = {0x8e3e788, 0x800, SPECIES_UNOWN_H}, - [SPECIES_UNOWN_I] = {0x8e3f090, 0x800, SPECIES_UNOWN_I}, - [SPECIES_UNOWN_J] = {0x8e3f7d0, 0x800, SPECIES_UNOWN_J}, - [SPECIES_UNOWN_K] = {0x8e3ff7c, 0x800, SPECIES_UNOWN_K}, - [SPECIES_UNOWN_L] = {0x8e40744, 0x800, SPECIES_UNOWN_L}, - [SPECIES_UNOWN_M] = {0x8e40ec8, 0x800, SPECIES_UNOWN_M}, - [SPECIES_UNOWN_N] = {0x8e41794, 0x800, SPECIES_UNOWN_N}, - [SPECIES_UNOWN_O] = {0x8e41ff8, 0x800, SPECIES_UNOWN_O}, - [SPECIES_UNOWN_P] = {0x8e428f0, 0x800, SPECIES_UNOWN_P}, - [SPECIES_UNOWN_Q] = {0x8e43054, 0x800, SPECIES_UNOWN_Q}, - [SPECIES_UNOWN_R] = {0x8e437d4, 0x800, SPECIES_UNOWN_R}, - [SPECIES_UNOWN_S] = {0x8e43f40, 0x800, SPECIES_UNOWN_S}, - [SPECIES_UNOWN_T] = {0x8e4477c, 0x800, SPECIES_UNOWN_T}, - [SPECIES_UNOWN_U] = {0x8e44ee0, 0x800, SPECIES_UNOWN_U}, - [SPECIES_UNOWN_V] = {0x8e4574c, 0x800, SPECIES_UNOWN_V}, - [SPECIES_UNOWN_W] = {0x8e45f60, 0x800, SPECIES_UNOWN_W}, - [SPECIES_UNOWN_X] = {0x8e46738, 0x800, SPECIES_UNOWN_X}, - [SPECIES_UNOWN_Y] = {0x8e46eec, 0x800, SPECIES_UNOWN_Y}, - [SPECIES_UNOWN_Z] = {0x8e476b8, 0x800, SPECIES_UNOWN_Z}, - [SPECIES_UNOWN_EXCLAMATION] = {0x8e47e44, 0x800, SPECIES_UNOWN_EXCLAMATION}, - [SPECIES_UNOWN_QUESTION] = {0x8e4859c, 0x800, SPECIES_UNOWN_QUESTION}, - + [SPECIES_NONE] = {gFrontSprite000NoneTiles, (64 * 64) / 2, SPECIES_NONE}, + [SPECIES_BULBASAUR] = {gFrontSprite001BulbasaurTiles, (64 * 64) / 2, SPECIES_BULBASAUR}, + [SPECIES_IVYSAUR] = {gFrontSprite002IvysaurTiles, (64 * 64) / 2, SPECIES_IVYSAUR}, + [SPECIES_VENUSAUR] = {gFrontSprite003VenusaurTiles, (64 * 64) / 2, SPECIES_VENUSAUR}, + [SPECIES_CHARMANDER] = {gFrontSprite004CharmanderTiles, (64 * 64) / 2, SPECIES_CHARMANDER}, + [SPECIES_CHARMELEON] = {gFrontSprite005CharmeleonTiles, (64 * 64) / 2, SPECIES_CHARMELEON}, + [SPECIES_CHARIZARD] = {gFrontSprite006CharizardTiles, (64 * 64) / 2, SPECIES_CHARIZARD}, + [SPECIES_SQUIRTLE] = {gFrontSprite007SquirtleTiles, (64 * 64) / 2, SPECIES_SQUIRTLE}, + [SPECIES_WARTORTLE] = {gFrontSprite008WartortleTiles, (64 * 64) / 2, SPECIES_WARTORTLE}, + [SPECIES_BLASTOISE] = {gFrontSprite009BlastoiseTiles, (64 * 64) / 2, SPECIES_BLASTOISE}, + [SPECIES_CATERPIE] = {gFrontSprite010CaterpieTiles, (64 * 64) / 2, SPECIES_CATERPIE}, + [SPECIES_METAPOD] = {gFrontSprite011MetapodTiles, (64 * 64) / 2, SPECIES_METAPOD}, + [SPECIES_BUTTERFREE] = {gFrontSprite012ButterfreeTiles, (64 * 64) / 2, SPECIES_BUTTERFREE}, + [SPECIES_WEEDLE] = {gFrontSprite013WeedleTiles, (64 * 64) / 2, SPECIES_WEEDLE}, + [SPECIES_KAKUNA] = {gFrontSprite014KakunaTiles, (64 * 64) / 2, SPECIES_KAKUNA}, + [SPECIES_BEEDRILL] = {gFrontSprite015BeedrillTiles, (64 * 64) / 2, SPECIES_BEEDRILL}, + [SPECIES_PIDGEY] = {gFrontSprite016PidgeyTiles, (64 * 64) / 2, SPECIES_PIDGEY}, + [SPECIES_PIDGEOTTO] = {gFrontSprite017PidgeottoTiles, (64 * 64) / 2, SPECIES_PIDGEOTTO}, + [SPECIES_PIDGEOT] = {gFrontSprite018PidgeotTiles, (64 * 64) / 2, SPECIES_PIDGEOT}, + [SPECIES_RATTATA] = {gFrontSprite019RattataTiles, (64 * 64) / 2, SPECIES_RATTATA}, + [SPECIES_RATICATE] = {gFrontSprite020RaticateTiles, (64 * 64) / 2, SPECIES_RATICATE}, + [SPECIES_SPEAROW] = {gFrontSprite021SpearowTiles, (64 * 64) / 2, SPECIES_SPEAROW}, + [SPECIES_FEAROW] = {gFrontSprite022FearowTiles, (64 * 64) / 2, SPECIES_FEAROW}, + [SPECIES_EKANS] = {gFrontSprite023EkansTiles, (64 * 64) / 2, SPECIES_EKANS}, + [SPECIES_ARBOK] = {gFrontSprite024ArbokTiles, (64 * 64) / 2, SPECIES_ARBOK}, + [SPECIES_PIKACHU] = {gFrontSprite025PikachuTiles, (64 * 64) / 2, SPECIES_PIKACHU}, + [SPECIES_RAICHU] = {gFrontSprite026RaichuTiles, (64 * 64) / 2, SPECIES_RAICHU}, + [SPECIES_SANDSHREW] = {gFrontSprite027SandshrewTiles, (64 * 64) / 2, SPECIES_SANDSHREW}, + [SPECIES_SANDSLASH] = {gFrontSprite028SandslashTiles, (64 * 64) / 2, SPECIES_SANDSLASH}, + [SPECIES_NIDORAN_F] = {gFrontSprite029NidoranFTiles, (64 * 64) / 2, SPECIES_NIDORAN_F}, + [SPECIES_NIDORINA] = {gFrontSprite030NidorinaTiles, (64 * 64) / 2, SPECIES_NIDORINA}, + [SPECIES_NIDOQUEEN] = {gFrontSprite031NidoqueenTiles, (64 * 64) / 2, SPECIES_NIDOQUEEN}, + [SPECIES_NIDORAN_M] = {gFrontSprite032NidoranMTiles, (64 * 64) / 2, SPECIES_NIDORAN_M}, + [SPECIES_NIDORINO] = {gFrontSprite033NidorinoTiles, (64 * 64) / 2, SPECIES_NIDORINO}, + [SPECIES_NIDOKING] = {gFrontSprite034NidokingTiles, (64 * 64) / 2, SPECIES_NIDOKING}, + [SPECIES_CLEFAIRY] = {gFrontSprite035ClefairyTiles, (64 * 64) / 2, SPECIES_CLEFAIRY}, + [SPECIES_CLEFABLE] = {gFrontSprite036ClefableTiles, (64 * 64) / 2, SPECIES_CLEFABLE}, + [SPECIES_VULPIX] = {gFrontSprite037VulpixTiles, (64 * 64) / 2, SPECIES_VULPIX}, + [SPECIES_NINETALES] = {gFrontSprite038NinetalesTiles, (64 * 64) / 2, SPECIES_NINETALES}, + [SPECIES_JIGGLYPUFF] = {gFrontSprite039JigglypuffTiles, (64 * 64) / 2, SPECIES_JIGGLYPUFF}, + [SPECIES_WIGGLYTUFF] = {gFrontSprite040WigglytuffTiles, (64 * 64) / 2, SPECIES_WIGGLYTUFF}, + [SPECIES_ZUBAT] = {gFrontSprite041ZubatTiles, (64 * 64) / 2, SPECIES_ZUBAT}, + [SPECIES_GOLBAT] = {gFrontSprite042GolbatTiles, (64 * 64) / 2, SPECIES_GOLBAT}, + [SPECIES_ODDISH] = {gFrontSprite043OddishTiles, (64 * 64) / 2, SPECIES_ODDISH}, + [SPECIES_GLOOM] = {gFrontSprite044GloomTiles, (64 * 64) / 2, SPECIES_GLOOM}, + [SPECIES_VILEPLUME] = {gFrontSprite045VileplumeTiles, (64 * 64) / 2, SPECIES_VILEPLUME}, + [SPECIES_PARAS] = {gFrontSprite046ParasTiles, (64 * 64) / 2, SPECIES_PARAS}, + [SPECIES_PARASECT] = {gFrontSprite047ParasectTiles, (64 * 64) / 2, SPECIES_PARASECT}, + [SPECIES_VENONAT] = {gFrontSprite048VenonatTiles, (64 * 64) / 2, SPECIES_VENONAT}, + [SPECIES_VENOMOTH] = {gFrontSprite049VenomothTiles, (64 * 64) / 2, SPECIES_VENOMOTH}, + [SPECIES_DIGLETT] = {gFrontSprite050DiglettTiles, (64 * 64) / 2, SPECIES_DIGLETT}, + [SPECIES_DUGTRIO] = {gFrontSprite051DugtrioTiles, (64 * 64) / 2, SPECIES_DUGTRIO}, + [SPECIES_MEOWTH] = {gFrontSprite052MeowthTiles, (64 * 64) / 2, SPECIES_MEOWTH}, + [SPECIES_PERSIAN] = {gFrontSprite053PersianTiles, (64 * 64) / 2, SPECIES_PERSIAN}, + [SPECIES_PSYDUCK] = {gFrontSprite054PsyduckTiles, (64 * 64) / 2, SPECIES_PSYDUCK}, + [SPECIES_GOLDUCK] = {gFrontSprite055GolduckTiles, (64 * 64) / 2, SPECIES_GOLDUCK}, + [SPECIES_MANKEY] = {gFrontSprite056MankeyTiles, (64 * 64) / 2, SPECIES_MANKEY}, + [SPECIES_PRIMEAPE] = {gFrontSprite057PrimeapeTiles, (64 * 64) / 2, SPECIES_PRIMEAPE}, + [SPECIES_GROWLITHE] = {gFrontSprite058GrowlitheTiles, (64 * 64) / 2, SPECIES_GROWLITHE}, + [SPECIES_ARCANINE] = {gFrontSprite059ArcanineTiles, (64 * 64) / 2, SPECIES_ARCANINE}, + [SPECIES_POLIWAG] = {gFrontSprite060PoliwagTiles, (64 * 64) / 2, SPECIES_POLIWAG}, + [SPECIES_POLIWHIRL] = {gFrontSprite061PoliwhirlTiles, (64 * 64) / 2, SPECIES_POLIWHIRL}, + [SPECIES_POLIWRATH] = {gFrontSprite062PoliwrathTiles, (64 * 64) / 2, SPECIES_POLIWRATH}, + [SPECIES_ABRA] = {gFrontSprite063AbraTiles, (64 * 64) / 2, SPECIES_ABRA}, + [SPECIES_KADABRA] = {gFrontSprite064KadabraTiles, (64 * 64) / 2, SPECIES_KADABRA}, + [SPECIES_ALAKAZAM] = {gFrontSprite065AlakazamTiles, (64 * 64) / 2, SPECIES_ALAKAZAM}, + [SPECIES_MACHOP] = {gFrontSprite066MachopTiles, (64 * 64) / 2, SPECIES_MACHOP}, + [SPECIES_MACHOKE] = {gFrontSprite067MachokeTiles, (64 * 64) / 2, SPECIES_MACHOKE}, + [SPECIES_MACHAMP] = {gFrontSprite068MachampTiles, (64 * 64) / 2, SPECIES_MACHAMP}, + [SPECIES_BELLSPROUT] = {gFrontSprite069BellsproutTiles, (64 * 64) / 2, SPECIES_BELLSPROUT}, + [SPECIES_WEEPINBELL] = {gFrontSprite070WeepinbellTiles, (64 * 64) / 2, SPECIES_WEEPINBELL}, + [SPECIES_VICTREEBEL] = {gFrontSprite071VictreebelTiles, (64 * 64) / 2, SPECIES_VICTREEBEL}, + [SPECIES_TENTACOOL] = {gFrontSprite072TentacoolTiles, (64 * 64) / 2, SPECIES_TENTACOOL}, + [SPECIES_TENTACRUEL] = {gFrontSprite073TentacruelTiles, (64 * 64) / 2, SPECIES_TENTACRUEL}, + [SPECIES_GEODUDE] = {gFrontSprite074GeodudeTiles, (64 * 64) / 2, SPECIES_GEODUDE}, + [SPECIES_GRAVELER] = {gFrontSprite075GravelerTiles, (64 * 64) / 2, SPECIES_GRAVELER}, + [SPECIES_GOLEM] = {gFrontSprite076GolemTiles, (64 * 64) / 2, SPECIES_GOLEM}, + [SPECIES_PONYTA] = {gFrontSprite077PonytaTiles, (64 * 64) / 2, SPECIES_PONYTA}, + [SPECIES_RAPIDASH] = {gFrontSprite078RapidashTiles, (64 * 64) / 2, SPECIES_RAPIDASH}, + [SPECIES_SLOWPOKE] = {gFrontSprite079SlowpokeTiles, (64 * 64) / 2, SPECIES_SLOWPOKE}, + [SPECIES_SLOWBRO] = {gFrontSprite080SlowbroTiles, (64 * 64) / 2, SPECIES_SLOWBRO}, + [SPECIES_MAGNEMITE] = {gFrontSprite081MagnemiteTiles, (64 * 64) / 2, SPECIES_MAGNEMITE}, + [SPECIES_MAGNETON] = {gFrontSprite082MagnetonTiles, (64 * 64) / 2, SPECIES_MAGNETON}, + [SPECIES_FARFETCHD] = {gFrontSprite083FarfetchdTiles, (64 * 64) / 2, SPECIES_FARFETCHD}, + [SPECIES_DODUO] = {gFrontSprite084DoduoTiles, (64 * 64) / 2, SPECIES_DODUO}, + [SPECIES_DODRIO] = {gFrontSprite085DodrioTiles, (64 * 64) / 2, SPECIES_DODRIO}, + [SPECIES_SEEL] = {gFrontSprite086SeelTiles, (64 * 64) / 2, SPECIES_SEEL}, + [SPECIES_DEWGONG] = {gFrontSprite087DewgongTiles, (64 * 64) / 2, SPECIES_DEWGONG}, + [SPECIES_GRIMER] = {gFrontSprite088GrimerTiles, (64 * 64) / 2, SPECIES_GRIMER}, + [SPECIES_MUK] = {gFrontSprite089MukTiles, (64 * 64) / 2, SPECIES_MUK}, + [SPECIES_SHELLDER] = {gFrontSprite090ShellderTiles, (64 * 64) / 2, SPECIES_SHELLDER}, + [SPECIES_CLOYSTER] = {gFrontSprite091CloysterTiles, (64 * 64) / 2, SPECIES_CLOYSTER}, + [SPECIES_GASTLY] = {gFrontSprite092GastlyTiles, (64 * 64) / 2, SPECIES_GASTLY}, + [SPECIES_HAUNTER] = {gFrontSprite093HaunterTiles, (64 * 64) / 2, SPECIES_HAUNTER}, + [SPECIES_GENGAR] = {gFrontSprite094GengarTiles, (64 * 64) / 2, SPECIES_GENGAR}, + [SPECIES_ONIX] = {gFrontSprite095OnixTiles, (64 * 64) / 2, SPECIES_ONIX}, + [SPECIES_DROWZEE] = {gFrontSprite096DrowzeeTiles, (64 * 64) / 2, SPECIES_DROWZEE}, + [SPECIES_HYPNO] = {gFrontSprite097HypnoTiles, (64 * 64) / 2, SPECIES_HYPNO}, + [SPECIES_KRABBY] = {gFrontSprite098KrabbyTiles, (64 * 64) / 2, SPECIES_KRABBY}, + [SPECIES_KINGLER] = {gFrontSprite099KinglerTiles, (64 * 64) / 2, SPECIES_KINGLER}, + [SPECIES_VOLTORB] = {gFrontSprite100VoltorbTiles, (64 * 64) / 2, SPECIES_VOLTORB}, + [SPECIES_ELECTRODE] = {gFrontSprite101ElectrodeTiles, (64 * 64) / 2, SPECIES_ELECTRODE}, + [SPECIES_EXEGGCUTE] = {gFrontSprite102ExeggcuteTiles, (64 * 64) / 2, SPECIES_EXEGGCUTE}, + [SPECIES_EXEGGUTOR] = {gFrontSprite103ExeggutorTiles, (64 * 64) / 2, SPECIES_EXEGGUTOR}, + [SPECIES_CUBONE] = {gFrontSprite104CuboneTiles, (64 * 64) / 2, SPECIES_CUBONE}, + [SPECIES_MAROWAK] = {gFrontSprite105MarowakTiles, (64 * 64) / 2, SPECIES_MAROWAK}, + [SPECIES_HITMONLEE] = {gFrontSprite106HitmonleeTiles, (64 * 64) / 2, SPECIES_HITMONLEE}, + [SPECIES_HITMONCHAN] = {gFrontSprite107HitmonchanTiles, (64 * 64) / 2, SPECIES_HITMONCHAN}, + [SPECIES_LICKITUNG] = {gFrontSprite108LickitungTiles, (64 * 64) / 2, SPECIES_LICKITUNG}, + [SPECIES_KOFFING] = {gFrontSprite109KoffingTiles, (64 * 64) / 2, SPECIES_KOFFING}, + [SPECIES_WEEZING] = {gFrontSprite110WeezingTiles, (64 * 64) / 2, SPECIES_WEEZING}, + [SPECIES_RHYHORN] = {gFrontSprite111RhyhornTiles, (64 * 64) / 2, SPECIES_RHYHORN}, + [SPECIES_RHYDON] = {gFrontSprite112RhydonTiles, (64 * 64) / 2, SPECIES_RHYDON}, + [SPECIES_CHANSEY] = {gFrontSprite113ChanseyTiles, (64 * 64) / 2, SPECIES_CHANSEY}, + [SPECIES_TANGELA] = {gFrontSprite114TangelaTiles, (64 * 64) / 2, SPECIES_TANGELA}, + [SPECIES_KANGASKHAN] = {gFrontSprite115KangaskhanTiles, (64 * 64) / 2, SPECIES_KANGASKHAN}, + [SPECIES_HORSEA] = {gFrontSprite116HorseaTiles, (64 * 64) / 2, SPECIES_HORSEA}, + [SPECIES_SEADRA] = {gFrontSprite117SeadraTiles, (64 * 64) / 2, SPECIES_SEADRA}, + [SPECIES_GOLDEEN] = {gFrontSprite118GoldeenTiles, (64 * 64) / 2, SPECIES_GOLDEEN}, + [SPECIES_SEAKING] = {gFrontSprite119SeakingTiles, (64 * 64) / 2, SPECIES_SEAKING}, + [SPECIES_STARYU] = {gFrontSprite120StaryuTiles, (64 * 64) / 2, SPECIES_STARYU}, + [SPECIES_STARMIE] = {gFrontSprite121StarmieTiles, (64 * 64) / 2, SPECIES_STARMIE}, + [SPECIES_MR_MIME] = {gFrontSprite122MrMimeTiles, (64 * 64) / 2, SPECIES_MR_MIME}, + [SPECIES_SCYTHER] = {gFrontSprite123ScytherTiles, (64 * 64) / 2, SPECIES_SCYTHER}, + [SPECIES_JYNX] = {gFrontSprite124JynxTiles, (64 * 64) / 2, SPECIES_JYNX}, + [SPECIES_ELECTABUZZ] = {gFrontSprite125ElectabuzzTiles, (64 * 64) / 2, SPECIES_ELECTABUZZ}, + [SPECIES_MAGMAR] = {gFrontSprite126MagmarTiles, (64 * 64) / 2, SPECIES_MAGMAR}, + [SPECIES_PINSIR] = {gFrontSprite127PinsirTiles, (64 * 64) / 2, SPECIES_PINSIR}, + [SPECIES_TAUROS] = {gFrontSprite128TaurosTiles, (64 * 64) / 2, SPECIES_TAUROS}, + [SPECIES_MAGIKARP] = {gFrontSprite129MagikarpTiles, (64 * 64) / 2, SPECIES_MAGIKARP}, + [SPECIES_GYARADOS] = {gFrontSprite130GyaradosTiles, (64 * 64) / 2, SPECIES_GYARADOS}, + [SPECIES_LAPRAS] = {gFrontSprite131LaprasTiles, (64 * 64) / 2, SPECIES_LAPRAS}, + [SPECIES_DITTO] = {gFrontSprite132DittoTiles, (64 * 64) / 2, SPECIES_DITTO}, + [SPECIES_EEVEE] = {gFrontSprite133EeveeTiles, (64 * 64) / 2, SPECIES_EEVEE}, + [SPECIES_VAPOREON] = {gFrontSprite134VaporeonTiles, (64 * 64) / 2, SPECIES_VAPOREON}, + [SPECIES_JOLTEON] = {gFrontSprite135JolteonTiles, (64 * 64) / 2, SPECIES_JOLTEON}, + [SPECIES_FLAREON] = {gFrontSprite136FlareonTiles, (64 * 64) / 2, SPECIES_FLAREON}, + [SPECIES_PORYGON] = {gFrontSprite137PorygonTiles, (64 * 64) / 2, SPECIES_PORYGON}, + [SPECIES_OMANYTE] = {gFrontSprite138OmanyteTiles, (64 * 64) / 2, SPECIES_OMANYTE}, + [SPECIES_OMASTAR] = {gFrontSprite139OmastarTiles, (64 * 64) / 2, SPECIES_OMASTAR}, + [SPECIES_KABUTO] = {gFrontSprite140KabutoTiles, (64 * 64) / 2, SPECIES_KABUTO}, + [SPECIES_KABUTOPS] = {gFrontSprite141KabutopsTiles, (64 * 64) / 2, SPECIES_KABUTOPS}, + [SPECIES_AERODACTYL] = {gFrontSprite142AerodactylTiles, (64 * 64) / 2, SPECIES_AERODACTYL}, + [SPECIES_SNORLAX] = {gFrontSprite143SnorlaxTiles, (64 * 64) / 2, SPECIES_SNORLAX}, + [SPECIES_ARTICUNO] = {gFrontSprite144ArticunoTiles, (64 * 64) / 2, SPECIES_ARTICUNO}, + [SPECIES_ZAPDOS] = {gFrontSprite145ZapdosTiles, (64 * 64) / 2, SPECIES_ZAPDOS}, + [SPECIES_MOLTRES] = {gFrontSprite146MoltresTiles, (64 * 64) / 2, SPECIES_MOLTRES}, + [SPECIES_DRATINI] = {gFrontSprite147DratiniTiles, (64 * 64) / 2, SPECIES_DRATINI}, + [SPECIES_DRAGONAIR] = {gFrontSprite148DragonairTiles, (64 * 64) / 2, SPECIES_DRAGONAIR}, + [SPECIES_DRAGONITE] = {gFrontSprite149DragoniteTiles, (64 * 64) / 2, SPECIES_DRAGONITE}, + [SPECIES_MEWTWO] = {gFrontSprite150MewtwoTiles, (64 * 64) / 2, SPECIES_MEWTWO}, + [SPECIES_MEW] = {gFrontSprite151MewTiles, (64 * 64) / 2, SPECIES_MEW}, + [SPECIES_CHIKORITA] = {gFrontSprite152ChikoritaTiles, (64 * 64) / 2, SPECIES_CHIKORITA}, + [SPECIES_BAYLEEF] = {gFrontSprite153BayleefTiles, (64 * 64) / 2, SPECIES_BAYLEEF}, + [SPECIES_MEGANIUM] = {gFrontSprite154MeganiumTiles, (64 * 64) / 2, SPECIES_MEGANIUM}, + [SPECIES_CYNDAQUIL] = {gFrontSprite155CyndaquilTiles, (64 * 64) / 2, SPECIES_CYNDAQUIL}, + [SPECIES_QUILAVA] = {gFrontSprite156QuilavaTiles, (64 * 64) / 2, SPECIES_QUILAVA}, + [SPECIES_TYPHLOSION] = {gFrontSprite157TyphlosionTiles, (64 * 64) / 2, SPECIES_TYPHLOSION}, + [SPECIES_TOTODILE] = {gFrontSprite158TotodileTiles, (64 * 64) / 2, SPECIES_TOTODILE}, + [SPECIES_CROCONAW] = {gFrontSprite159CroconawTiles, (64 * 64) / 2, SPECIES_CROCONAW}, + [SPECIES_FERALIGATR] = {gFrontSprite160FeraligatrTiles, (64 * 64) / 2, SPECIES_FERALIGATR}, + [SPECIES_SENTRET] = {gFrontSprite161SentretTiles, (64 * 64) / 2, SPECIES_SENTRET}, + [SPECIES_FURRET] = {gFrontSprite162FurretTiles, (64 * 64) / 2, SPECIES_FURRET}, + [SPECIES_HOOTHOOT] = {gFrontSprite163HoothootTiles, (64 * 64) / 2, SPECIES_HOOTHOOT}, + [SPECIES_NOCTOWL] = {gFrontSprite164NoctowlTiles, (64 * 64) / 2, SPECIES_NOCTOWL}, + [SPECIES_LEDYBA] = {gFrontSprite165LedybaTiles, (64 * 64) / 2, SPECIES_LEDYBA}, + [SPECIES_LEDIAN] = {gFrontSprite166LedianTiles, (64 * 64) / 2, SPECIES_LEDIAN}, + [SPECIES_SPINARAK] = {gFrontSprite167SpinarakTiles, (64 * 64) / 2, SPECIES_SPINARAK}, + [SPECIES_ARIADOS] = {gFrontSprite168AriadosTiles, (64 * 64) / 2, SPECIES_ARIADOS}, + [SPECIES_CROBAT] = {gFrontSprite169CrobatTiles, (64 * 64) / 2, SPECIES_CROBAT}, + [SPECIES_CHINCHOU] = {gFrontSprite170ChinchouTiles, (64 * 64) / 2, SPECIES_CHINCHOU}, + [SPECIES_LANTURN] = {gFrontSprite171LanturnTiles, (64 * 64) / 2, SPECIES_LANTURN}, + [SPECIES_PICHU] = {gFrontSprite172PichuTiles, (64 * 64) / 2, SPECIES_PICHU}, + [SPECIES_CLEFFA] = {gFrontSprite173CleffaTiles, (64 * 64) / 2, SPECIES_CLEFFA}, + [SPECIES_IGGLYBUFF] = {gFrontSprite174IgglybuffTiles, (64 * 64) / 2, SPECIES_IGGLYBUFF}, + [SPECIES_TOGEPI] = {gFrontSprite175TogepiTiles, (64 * 64) / 2, SPECIES_TOGEPI}, + [SPECIES_TOGETIC] = {gFrontSprite176TogeticTiles, (64 * 64) / 2, SPECIES_TOGETIC}, + [SPECIES_NATU] = {gFrontSprite177NatuTiles, (64 * 64) / 2, SPECIES_NATU}, + [SPECIES_XATU] = {gFrontSprite178XatuTiles, (64 * 64) / 2, SPECIES_XATU}, + [SPECIES_MAREEP] = {gFrontSprite179MareepTiles, (64 * 64) / 2, SPECIES_MAREEP}, + [SPECIES_FLAAFFY] = {gFrontSprite180FlaaffyTiles, (64 * 64) / 2, SPECIES_FLAAFFY}, + [SPECIES_AMPHAROS] = {gFrontSprite181AmpharosTiles, (64 * 64) / 2, SPECIES_AMPHAROS}, + [SPECIES_BELLOSSOM] = {gFrontSprite182BellossomTiles, (64 * 64) / 2, SPECIES_BELLOSSOM}, + [SPECIES_MARILL] = {gFrontSprite183MarillTiles, (64 * 64) / 2, SPECIES_MARILL}, + [SPECIES_AZUMARILL] = {gFrontSprite184AzumarillTiles, (64 * 64) / 2, SPECIES_AZUMARILL}, + [SPECIES_SUDOWOODO] = {gFrontSprite185SudowoodoTiles, (64 * 64) / 2, SPECIES_SUDOWOODO}, + [SPECIES_POLITOED] = {gFrontSprite186PolitoedTiles, (64 * 64) / 2, SPECIES_POLITOED}, + [SPECIES_HOPPIP] = {gFrontSprite187HoppipTiles, (64 * 64) / 2, SPECIES_HOPPIP}, + [SPECIES_SKIPLOOM] = {gFrontSprite188SkiploomTiles, (64 * 64) / 2, SPECIES_SKIPLOOM}, + [SPECIES_JUMPLUFF] = {gFrontSprite189JumpluffTiles, (64 * 64) / 2, SPECIES_JUMPLUFF}, + [SPECIES_AIPOM] = {gFrontSprite190AipomTiles, (64 * 64) / 2, SPECIES_AIPOM}, + [SPECIES_SUNKERN] = {gFrontSprite191SunkernTiles, (64 * 64) / 2, SPECIES_SUNKERN}, + [SPECIES_SUNFLORA] = {gFrontSprite192SunfloraTiles, (64 * 64) / 2, SPECIES_SUNFLORA}, + [SPECIES_YANMA] = {gFrontSprite193YanmaTiles, (64 * 64) / 2, SPECIES_YANMA}, + [SPECIES_WOOPER] = {gFrontSprite194WooperTiles, (64 * 64) / 2, SPECIES_WOOPER}, + [SPECIES_QUAGSIRE] = {gFrontSprite195QuagsireTiles, (64 * 64) / 2, SPECIES_QUAGSIRE}, + [SPECIES_ESPEON] = {gFrontSprite196EspeonTiles, (64 * 64) / 2, SPECIES_ESPEON}, + [SPECIES_UMBREON] = {gFrontSprite197UmbreonTiles, (64 * 64) / 2, SPECIES_UMBREON}, + [SPECIES_MURKROW] = {gFrontSprite198MurkrowTiles, (64 * 64) / 2, SPECIES_MURKROW}, + [SPECIES_SLOWKING] = {gFrontSprite199SlowkingTiles, (64 * 64) / 2, SPECIES_SLOWKING}, + [SPECIES_MISDREAVUS] = {gFrontSprite200MisdreavusTiles, (64 * 64) / 2, SPECIES_MISDREAVUS}, + [SPECIES_UNOWN] = {gFrontSprite201UnownTiles, (64 * 64) / 2, SPECIES_UNOWN}, + [SPECIES_WOBBUFFET] = {gFrontSprite202WobbuffetTiles, (64 * 64) / 2, SPECIES_WOBBUFFET}, + [SPECIES_GIRAFARIG] = {gFrontSprite203GirafarigTiles, (64 * 64) / 2, SPECIES_GIRAFARIG}, + [SPECIES_PINECO] = {gFrontSprite204PinecoTiles, (64 * 64) / 2, SPECIES_PINECO}, + [SPECIES_FORRETRESS] = {gFrontSprite205ForretressTiles, (64 * 64) / 2, SPECIES_FORRETRESS}, + [SPECIES_DUNSPARCE] = {gFrontSprite206DunsparceTiles, (64 * 64) / 2, SPECIES_DUNSPARCE}, + [SPECIES_GLIGAR] = {gFrontSprite207GligarTiles, (64 * 64) / 2, SPECIES_GLIGAR}, + [SPECIES_STEELIX] = {gFrontSprite208SteelixTiles, (64 * 64) / 2, SPECIES_STEELIX}, + [SPECIES_SNUBBULL] = {gFrontSprite209SnubbullTiles, (64 * 64) / 2, SPECIES_SNUBBULL}, + [SPECIES_GRANBULL] = {gFrontSprite210GranbullTiles, (64 * 64) / 2, SPECIES_GRANBULL}, + [SPECIES_QWILFISH] = {gFrontSprite211QwilfishTiles, (64 * 64) / 2, SPECIES_QWILFISH}, + [SPECIES_SCIZOR] = {gFrontSprite212ScizorTiles, (64 * 64) / 2, SPECIES_SCIZOR}, + [SPECIES_SHUCKLE] = {gFrontSprite213ShuckleTiles, (64 * 64) / 2, SPECIES_SHUCKLE}, + [SPECIES_HERACROSS] = {gFrontSprite214HeracrossTiles, (64 * 64) / 2, SPECIES_HERACROSS}, + [SPECIES_SNEASEL] = {gFrontSprite215SneaselTiles, (64 * 64) / 2, SPECIES_SNEASEL}, + [SPECIES_TEDDIURSA] = {gFrontSprite216TeddiursaTiles, (64 * 64) / 2, SPECIES_TEDDIURSA}, + [SPECIES_URSARING] = {gFrontSprite217UrsaringTiles, (64 * 64) / 2, SPECIES_URSARING}, + [SPECIES_SLUGMA] = {gFrontSprite218SlugmaTiles, (64 * 64) / 2, SPECIES_SLUGMA}, + [SPECIES_MAGCARGO] = {gFrontSprite219MagcargoTiles, (64 * 64) / 2, SPECIES_MAGCARGO}, + [SPECIES_SWINUB] = {gFrontSprite220SwinubTiles, (64 * 64) / 2, SPECIES_SWINUB}, + [SPECIES_PILOSWINE] = {gFrontSprite221PiloswineTiles, (64 * 64) / 2, SPECIES_PILOSWINE}, + [SPECIES_CORSOLA] = {gFrontSprite222CorsolaTiles, (64 * 64) / 2, SPECIES_CORSOLA}, + [SPECIES_REMORAID] = {gFrontSprite223RemoraidTiles, (64 * 64) / 2, SPECIES_REMORAID}, + [SPECIES_OCTILLERY] = {gFrontSprite224OctilleryTiles, (64 * 64) / 2, SPECIES_OCTILLERY}, + [SPECIES_DELIBIRD] = {gFrontSprite225DelibirdTiles, (64 * 64) / 2, SPECIES_DELIBIRD}, + [SPECIES_MANTINE] = {gFrontSprite226MantineTiles, (64 * 64) / 2, SPECIES_MANTINE}, + [SPECIES_SKARMORY] = {gFrontSprite227SkarmoryTiles, (64 * 64) / 2, SPECIES_SKARMORY}, + [SPECIES_HOUNDOUR] = {gFrontSprite228HoundourTiles, (64 * 64) / 2, SPECIES_HOUNDOUR}, + [SPECIES_HOUNDOOM] = {gFrontSprite229HoundoomTiles, (64 * 64) / 2, SPECIES_HOUNDOOM}, + [SPECIES_KINGDRA] = {gFrontSprite230KingdraTiles, (64 * 64) / 2, SPECIES_KINGDRA}, + [SPECIES_PHANPY] = {gFrontSprite231PhanpyTiles, (64 * 64) / 2, SPECIES_PHANPY}, + [SPECIES_DONPHAN] = {gFrontSprite232DonphanTiles, (64 * 64) / 2, SPECIES_DONPHAN}, + [SPECIES_PORYGON2] = {gFrontSprite233Porygon2Tiles, (64 * 64) / 2, SPECIES_PORYGON2}, + [SPECIES_STANTLER] = {gFrontSprite234StantlerTiles, (64 * 64) / 2, SPECIES_STANTLER}, + [SPECIES_SMEARGLE] = {gFrontSprite235SmeargleTiles, (64 * 64) / 2, SPECIES_SMEARGLE}, + [SPECIES_TYROGUE] = {gFrontSprite236TyrogueTiles, (64 * 64) / 2, SPECIES_TYROGUE}, + [SPECIES_HITMONTOP] = {gFrontSprite237HitmontopTiles, (64 * 64) / 2, SPECIES_HITMONTOP}, + [SPECIES_SMOOCHUM] = {gFrontSprite238SmoochumTiles, (64 * 64) / 2, SPECIES_SMOOCHUM}, + [SPECIES_ELEKID] = {gFrontSprite239ElekidTiles, (64 * 64) / 2, SPECIES_ELEKID}, + [SPECIES_MAGBY] = {gFrontSprite240MagbyTiles, (64 * 64) / 2, SPECIES_MAGBY}, + [SPECIES_MILTANK] = {gFrontSprite241MiltankTiles, (64 * 64) / 2, SPECIES_MILTANK}, + [SPECIES_BLISSEY] = {gFrontSprite242BlisseyTiles, (64 * 64) / 2, SPECIES_BLISSEY}, + [SPECIES_RAIKOU] = {gFrontSprite243RaikouTiles, (64 * 64) / 2, SPECIES_RAIKOU}, + [SPECIES_ENTEI] = {gFrontSprite244EnteiTiles, (64 * 64) / 2, SPECIES_ENTEI}, + [SPECIES_SUICUNE] = {gFrontSprite245SuicuneTiles, (64 * 64) / 2, SPECIES_SUICUNE}, + [SPECIES_LARVITAR] = {gFrontSprite246LarvitarTiles, (64 * 64) / 2, SPECIES_LARVITAR}, + [SPECIES_PUPITAR] = {gFrontSprite247PupitarTiles, (64 * 64) / 2, SPECIES_PUPITAR}, + [SPECIES_TYRANITAR] = {gFrontSprite248TyranitarTiles, (64 * 64) / 2, SPECIES_TYRANITAR}, + [SPECIES_LUGIA] = {gFrontSprite249LugiaTiles, (64 * 64) / 2, SPECIES_LUGIA}, + [SPECIES_HO_OH] = {gFrontSprite250HoOhTiles, (64 * 64) / 2, SPECIES_HO_OH}, + [SPECIES_CELEBI] = {gFrontSprite251CelebiTiles, (64 * 64) / 2, SPECIES_CELEBI}, + [252] = {gFrontSprite252Tiles, (64 * 64) / 2, 0xfc}, + [253] = {gFrontSprite252Tiles, (64 * 64) / 2, 0xfd}, + [254] = {gFrontSprite252Tiles, (64 * 64) / 2, 0xfe}, + [255] = {gFrontSprite252Tiles, (64 * 64) / 2, 0xff}, + [256] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x100}, + [257] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x101}, + [258] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x102}, + [259] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x103}, + [260] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x104}, + [261] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x105}, + [262] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x106}, + [263] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x107}, + [264] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x108}, + [265] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x109}, + [266] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x10a}, + [267] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x10b}, + [268] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x10c}, + [269] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x10d}, + [270] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x10e}, + [271] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x10f}, + [272] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x110}, + [273] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x111}, + [274] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x112}, + [275] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x113}, + [276] = {gFrontSprite252Tiles, (64 * 64) / 2, 0x114}, + [SPECIES_TREECKO] = {gFrontSprite277TreeckoTiles, (64 * 64) / 2, SPECIES_TREECKO}, + [SPECIES_GROVYLE] = {gFrontSprite278GrovyleTiles, (64 * 64) / 2, SPECIES_GROVYLE}, + [SPECIES_SCEPTILE] = {gFrontSprite279SceptileTiles, (64 * 64) / 2, SPECIES_SCEPTILE}, + [SPECIES_TORCHIC] = {gFrontSprite280TorchicTiles, (64 * 64) / 2, SPECIES_TORCHIC}, + [SPECIES_COMBUSKEN] = {gFrontSprite281CombuskenTiles, (64 * 64) / 2, SPECIES_COMBUSKEN}, + [SPECIES_BLAZIKEN] = {gFrontSprite282BlazikenTiles, (64 * 64) / 2, SPECIES_BLAZIKEN}, + [SPECIES_MUDKIP] = {gFrontSprite283MudkipTiles, (64 * 64) / 2, SPECIES_MUDKIP}, + [SPECIES_MARSHTOMP] = {gFrontSprite284MarshtompTiles, (64 * 64) / 2, SPECIES_MARSHTOMP}, + [SPECIES_SWAMPERT] = {gFrontSprite285SwampertTiles, (64 * 64) / 2, SPECIES_SWAMPERT}, + [SPECIES_POOCHYENA] = {gFrontSprite286PoochyenaTiles, (64 * 64) / 2, SPECIES_POOCHYENA}, + [SPECIES_MIGHTYENA] = {gFrontSprite287MightyenaTiles, (64 * 64) / 2, SPECIES_MIGHTYENA}, + [SPECIES_ZIGZAGOON] = {gFrontSprite288ZigzagoonTiles, (64 * 64) / 2, SPECIES_ZIGZAGOON}, + [SPECIES_LINOONE] = {gFrontSprite289LinooneTiles, (64 * 64) / 2, SPECIES_LINOONE}, + [SPECIES_WURMPLE] = {gFrontSprite290WurmpleTiles, (64 * 64) / 2, SPECIES_WURMPLE}, + [SPECIES_SILCOON] = {gFrontSprite291SilcoonTiles, (64 * 64) / 2, SPECIES_SILCOON}, + [SPECIES_BEAUTIFLY] = {gFrontSprite292BeautiflyTiles, (64 * 64) / 2, SPECIES_BEAUTIFLY}, + [SPECIES_CASCOON] = {gFrontSprite293CascoonTiles, (64 * 64) / 2, SPECIES_CASCOON}, + [SPECIES_DUSTOX] = {gFrontSprite294DustoxTiles, (64 * 64) / 2, SPECIES_DUSTOX}, + [SPECIES_LOTAD] = {gFrontSprite295LotadTiles, (64 * 64) / 2, SPECIES_LOTAD}, + [SPECIES_LOMBRE] = {gFrontSprite296LombreTiles, (64 * 64) / 2, SPECIES_LOMBRE}, + [SPECIES_LUDICOLO] = {gFrontSprite297LudicoloTiles, (64 * 64) / 2, SPECIES_LUDICOLO}, + [SPECIES_SEEDOT] = {gFrontSprite298SeedotTiles, (64 * 64) / 2, SPECIES_SEEDOT}, + [SPECIES_NUZLEAF] = {gFrontSprite299NuzleafTiles, (64 * 64) / 2, SPECIES_NUZLEAF}, + [SPECIES_SHIFTRY] = {gFrontSprite300ShiftryTiles, (64 * 64) / 2, SPECIES_SHIFTRY}, + [SPECIES_NINCADA] = {gFrontSprite301NincadaTiles, (64 * 64) / 2, SPECIES_NINCADA}, + [SPECIES_NINJASK] = {gFrontSprite302NinjaskTiles, (64 * 64) / 2, SPECIES_NINJASK}, + [SPECIES_SHEDINJA] = {gFrontSprite303ShedinjaTiles, (64 * 64) / 2, SPECIES_SHEDINJA}, + [SPECIES_TAILLOW] = {gFrontSprite304TaillowTiles, (64 * 64) / 2, SPECIES_TAILLOW}, + [SPECIES_SWELLOW] = {gFrontSprite305SwellowTiles, (64 * 64) / 2, SPECIES_SWELLOW}, + [SPECIES_SHROOMISH] = {gFrontSprite306ShroomishTiles, (64 * 64) / 2, SPECIES_SHROOMISH}, + [SPECIES_BRELOOM] = {gFrontSprite307BreloomTiles, (64 * 64) / 2, SPECIES_BRELOOM}, + [SPECIES_SPINDA] = {gFrontSprite308SpindaTiles, (64 * 64) / 2, SPECIES_SPINDA}, + [SPECIES_WINGULL] = {gFrontSprite309WingullTiles, (64 * 64) / 2, SPECIES_WINGULL}, + [SPECIES_PELIPPER] = {gFrontSprite310PelipperTiles, (64 * 64) / 2, SPECIES_PELIPPER}, + [SPECIES_SURSKIT] = {gFrontSprite311SurskitTiles, (64 * 64) / 2, SPECIES_SURSKIT}, + [SPECIES_MASQUERAIN] = {gFrontSprite312MasquerainTiles, (64 * 64) / 2, SPECIES_MASQUERAIN}, + [SPECIES_WAILMER] = {gFrontSprite313WailmerTiles, (64 * 64) / 2, SPECIES_WAILMER}, + [SPECIES_WAILORD] = {gFrontSprite314WailordTiles, (64 * 64) / 2, SPECIES_WAILORD}, + [SPECIES_SKITTY] = {gFrontSprite315SkittyTiles, (64 * 64) / 2, SPECIES_SKITTY}, + [SPECIES_DELCATTY] = {gFrontSprite316DelcattyTiles, (64 * 64) / 2, SPECIES_DELCATTY}, + [SPECIES_KECLEON] = {gFrontSprite317KecleonTiles, (64 * 64) / 2, SPECIES_KECLEON}, + [SPECIES_BALTOY] = {gFrontSprite318BaltoyTiles, (64 * 64) / 2, SPECIES_BALTOY}, + [SPECIES_CLAYDOL] = {gFrontSprite319ClaydolTiles, (64 * 64) / 2, SPECIES_CLAYDOL}, + [SPECIES_NOSEPASS] = {gFrontSprite320NosepassTiles, (64 * 64) / 2, SPECIES_NOSEPASS}, + [SPECIES_TORKOAL] = {gFrontSprite321TorkoalTiles, (64 * 64) / 2, SPECIES_TORKOAL}, + [SPECIES_SABLEYE] = {gFrontSprite322SableyeTiles, (64 * 64) / 2, SPECIES_SABLEYE}, + [SPECIES_BARBOACH] = {gFrontSprite323BarboachTiles, (64 * 64) / 2, SPECIES_BARBOACH}, + [SPECIES_WHISCASH] = {gFrontSprite324WhiscashTiles, (64 * 64) / 2, SPECIES_WHISCASH}, + [SPECIES_LUVDISC] = {gFrontSprite325LuvdiscTiles, (64 * 64) / 2, SPECIES_LUVDISC}, + [SPECIES_CORPHISH] = {gFrontSprite326CorphishTiles, (64 * 64) / 2, SPECIES_CORPHISH}, + [SPECIES_CRAWDAUNT] = {gFrontSprite327CrawdauntTiles, (64 * 64) / 2, SPECIES_CRAWDAUNT}, + [SPECIES_FEEBAS] = {gFrontSprite328FeebasTiles, (64 * 64) / 2, SPECIES_FEEBAS}, + [SPECIES_MILOTIC] = {gFrontSprite329MiloticTiles, (64 * 64) / 2, SPECIES_MILOTIC}, + [SPECIES_CARVANHA] = {gFrontSprite330CarvanhaTiles, (64 * 64) / 2, SPECIES_CARVANHA}, + [SPECIES_SHARPEDO] = {gFrontSprite331SharpedoTiles, (64 * 64) / 2, SPECIES_SHARPEDO}, + [SPECIES_TRAPINCH] = {gFrontSprite332TrapinchTiles, (64 * 64) / 2, SPECIES_TRAPINCH}, + [SPECIES_VIBRAVA] = {gFrontSprite333VibravaTiles, (64 * 64) / 2, SPECIES_VIBRAVA}, + [SPECIES_FLYGON] = {gFrontSprite334FlygonTiles, (64 * 64) / 2, SPECIES_FLYGON}, + [SPECIES_MAKUHITA] = {gFrontSprite335MakuhitaTiles, (64 * 64) / 2, SPECIES_MAKUHITA}, + [SPECIES_HARIYAMA] = {gFrontSprite336HariyamaTiles, (64 * 64) / 2, SPECIES_HARIYAMA}, + [SPECIES_ELECTRIKE] = {gFrontSprite337ElectrikeTiles, (64 * 64) / 2, SPECIES_ELECTRIKE}, + [SPECIES_MANECTRIC] = {gFrontSprite338ManectricTiles, (64 * 64) / 2, SPECIES_MANECTRIC}, + [SPECIES_NUMEL] = {gFrontSprite339NumelTiles, (64 * 64) / 2, SPECIES_NUMEL}, + [SPECIES_CAMERUPT] = {gFrontSprite340CameruptTiles, (64 * 64) / 2, SPECIES_CAMERUPT}, + [SPECIES_SPHEAL] = {gFrontSprite341SphealTiles, (64 * 64) / 2, SPECIES_SPHEAL}, + [SPECIES_SEALEO] = {gFrontSprite342SealeoTiles, (64 * 64) / 2, SPECIES_SEALEO}, + [SPECIES_WALREIN] = {gFrontSprite343WalreinTiles, (64 * 64) / 2, SPECIES_WALREIN}, + [SPECIES_CACNEA] = {gFrontSprite344CacneaTiles, (64 * 64) / 2, SPECIES_CACNEA}, + [SPECIES_CACTURNE] = {gFrontSprite345CacturneTiles, (64 * 64) / 2, SPECIES_CACTURNE}, + [SPECIES_SNORUNT] = {gFrontSprite346SnoruntTiles, (64 * 64) / 2, SPECIES_SNORUNT}, + [SPECIES_GLALIE] = {gFrontSprite347GlalieTiles, (64 * 64) / 2, SPECIES_GLALIE}, + [SPECIES_LUNATONE] = {gFrontSprite348LunatoneTiles, (64 * 64) / 2, SPECIES_LUNATONE}, + [SPECIES_SOLROCK] = {gFrontSprite349SolrockTiles, (64 * 64) / 2, SPECIES_SOLROCK}, + [SPECIES_AZURILL] = {gFrontSprite350AzurillTiles, (64 * 64) / 2, SPECIES_AZURILL}, + [SPECIES_SPOINK] = {gFrontSprite351SpoinkTiles, (64 * 64) / 2, SPECIES_SPOINK}, + [SPECIES_GRUMPIG] = {gFrontSprite352GrumpigTiles, (64 * 64) / 2, SPECIES_GRUMPIG}, + [SPECIES_PLUSLE] = {gFrontSprite353PlusleTiles, (64 * 64) / 2, SPECIES_PLUSLE}, + [SPECIES_MINUN] = {gFrontSprite354MinunTiles, (64 * 64) / 2, SPECIES_MINUN}, + [SPECIES_MAWILE] = {gFrontSprite355MawileTiles, (64 * 64) / 2, SPECIES_MAWILE}, + [SPECIES_MEDITITE] = {gFrontSprite356MedititeTiles, (64 * 64) / 2, SPECIES_MEDITITE}, + [SPECIES_MEDICHAM] = {gFrontSprite357MedichamTiles, (64 * 64) / 2, SPECIES_MEDICHAM}, + [SPECIES_SWABLU] = {gFrontSprite358SwabluTiles, (64 * 64) / 2, SPECIES_SWABLU}, + [SPECIES_ALTARIA] = {gFrontSprite359AltariaTiles, (64 * 64) / 2, SPECIES_ALTARIA}, + [SPECIES_WYNAUT] = {gFrontSprite360WynautTiles, (64 * 64) / 2, SPECIES_WYNAUT}, + [SPECIES_DUSKULL] = {gFrontSprite361DuskullTiles, (64 * 64) / 2, SPECIES_DUSKULL}, + [SPECIES_DUSCLOPS] = {gFrontSprite362DusclopsTiles, (64 * 64) / 2, SPECIES_DUSCLOPS}, + [SPECIES_ROSELIA] = {gFrontSprite363RoseliaTiles, (64 * 64) / 2, SPECIES_ROSELIA}, + [SPECIES_SLAKOTH] = {gFrontSprite364SlakothTiles, (64 * 64) / 2, SPECIES_SLAKOTH}, + [SPECIES_VIGOROTH] = {gFrontSprite365VigorothTiles, (64 * 64) / 2, SPECIES_VIGOROTH}, + [SPECIES_SLAKING] = {gFrontSprite366SlakingTiles, (64 * 64) / 2, SPECIES_SLAKING}, + [SPECIES_GULPIN] = {gFrontSprite367GulpinTiles, (64 * 64) / 2, SPECIES_GULPIN}, + [SPECIES_SWALOT] = {gFrontSprite368SwalotTiles, (64 * 64) / 2, SPECIES_SWALOT}, + [SPECIES_TROPIUS] = {gFrontSprite369TropiusTiles, (64 * 64) / 2, SPECIES_TROPIUS}, + [SPECIES_WHISMUR] = {gFrontSprite370WhismurTiles, (64 * 64) / 2, SPECIES_WHISMUR}, + [SPECIES_LOUDRED] = {gFrontSprite371LoudredTiles, (64 * 64) / 2, SPECIES_LOUDRED}, + [SPECIES_EXPLOUD] = {gFrontSprite372ExploudTiles, (64 * 64) / 2, SPECIES_EXPLOUD}, + [SPECIES_CLAMPERL] = {gFrontSprite373ClamperlTiles, (64 * 64) / 2, SPECIES_CLAMPERL}, + [SPECIES_HUNTAIL] = {gFrontSprite374HuntailTiles, (64 * 64) / 2, SPECIES_HUNTAIL}, + [SPECIES_GOREBYSS] = {gFrontSprite375GorebyssTiles, (64 * 64) / 2, SPECIES_GOREBYSS}, + [SPECIES_ABSOL] = {gFrontSprite376AbsolTiles, (64 * 64) / 2, SPECIES_ABSOL}, + [SPECIES_SHUPPET] = {gFrontSprite377ShuppetTiles, (64 * 64) / 2, SPECIES_SHUPPET}, + [SPECIES_BANETTE] = {gFrontSprite378BanetteTiles, (64 * 64) / 2, SPECIES_BANETTE}, + [SPECIES_SEVIPER] = {gFrontSprite379SeviperTiles, (64 * 64) / 2, SPECIES_SEVIPER}, + [SPECIES_ZANGOOSE] = {gFrontSprite380ZangooseTiles, (64 * 64) / 2, SPECIES_ZANGOOSE}, + [SPECIES_RELICANTH] = {gFrontSprite381RelicanthTiles, (64 * 64) / 2, SPECIES_RELICANTH}, + [SPECIES_ARON] = {gFrontSprite382AronTiles, (64 * 64) / 2, SPECIES_ARON}, + [SPECIES_LAIRON] = {gFrontSprite383LaironTiles, (64 * 64) / 2, SPECIES_LAIRON}, + [SPECIES_AGGRON] = {gFrontSprite384AggronTiles, (64 * 64) / 2, SPECIES_AGGRON}, + [SPECIES_CASTFORM] = {gFrontSprite385CastformTiles, (64 * 64) / 2, SPECIES_CASTFORM}, + [SPECIES_VOLBEAT] = {gFrontSprite386VolbeatTiles, (64 * 64) / 2, SPECIES_VOLBEAT}, + [SPECIES_ILLUMISE] = {gFrontSprite387IllumiseTiles, (64 * 64) / 2, SPECIES_ILLUMISE}, + [SPECIES_LILEEP] = {gFrontSprite388LileepTiles, (64 * 64) / 2, SPECIES_LILEEP}, + [SPECIES_CRADILY] = {gFrontSprite389CradilyTiles, (64 * 64) / 2, SPECIES_CRADILY}, + [SPECIES_ANORITH] = {gFrontSprite390AnorithTiles, (64 * 64) / 2, SPECIES_ANORITH}, + [SPECIES_ARMALDO] = {gFrontSprite391ArmaldoTiles, (64 * 64) / 2, SPECIES_ARMALDO}, + [SPECIES_RALTS] = {gFrontSprite392RaltsTiles, (64 * 64) / 2, SPECIES_RALTS}, + [SPECIES_KIRLIA] = {gFrontSprite393KirliaTiles, (64 * 64) / 2, SPECIES_KIRLIA}, + [SPECIES_GARDEVOIR] = {gFrontSprite394GardevoirTiles, (64 * 64) / 2, SPECIES_GARDEVOIR}, + [SPECIES_BAGON] = {gFrontSprite395BagonTiles, (64 * 64) / 2, SPECIES_BAGON}, + [SPECIES_SHELGON] = {gFrontSprite396ShelgonTiles, (64 * 64) / 2, SPECIES_SHELGON}, + [SPECIES_SALAMENCE] = {gFrontSprite397SalamenceTiles, (64 * 64) / 2, SPECIES_SALAMENCE}, + [SPECIES_BELDUM] = {gFrontSprite398BeldumTiles, (64 * 64) / 2, SPECIES_BELDUM}, + [SPECIES_METANG] = {gFrontSprite399MetangTiles, (64 * 64) / 2, SPECIES_METANG}, + [SPECIES_METAGROSS] = {gFrontSprite400MetagrossTiles, (64 * 64) / 2, SPECIES_METAGROSS}, + [SPECIES_REGIROCK] = {gFrontSprite401RegirockTiles, (64 * 64) / 2, SPECIES_REGIROCK}, + [SPECIES_REGICE] = {gFrontSprite402RegiceTiles, (64 * 64) / 2, SPECIES_REGICE}, + [SPECIES_REGISTEEL] = {gFrontSprite403RegisteelTiles, (64 * 64) / 2, SPECIES_REGISTEEL}, + [SPECIES_KYOGRE] = {gFrontSprite404KyogreTiles, (64 * 64) / 2, SPECIES_KYOGRE}, + [SPECIES_GROUDON] = {gFrontSprite405GroudonTiles, (64 * 64) / 2, SPECIES_GROUDON}, + [SPECIES_RAYQUAZA] = {gFrontSprite406RayquazaTiles, (64 * 64) / 2, SPECIES_RAYQUAZA}, + [SPECIES_LATIAS] = {gFrontSprite407LatiasTiles, (64 * 64) / 2, SPECIES_LATIAS}, + [SPECIES_LATIOS] = {gFrontSprite408LatiosTiles, (64 * 64) / 2, SPECIES_LATIOS}, + [SPECIES_JIRACHI] = {gFrontSprite409JirachiTiles, (64 * 64) / 2, SPECIES_JIRACHI}, + [SPECIES_DEOXYS] = {gFrontSprite410DeoxysTiles, (64 * 64) / 2, SPECIES_DEOXYS}, + [SPECIES_CHIMECHO] = {gFrontSprite411ChimechoTiles, (64 * 64) / 2, SPECIES_CHIMECHO}, + [SPECIES_EGG] = {gFrontSprite412EggTiles, (64 * 64) / 2, SPECIES_EGG}, + [SPECIES_UNOWN_B] = {gFrontSprite413UnownBTiles, (64 * 64) / 2, SPECIES_UNOWN_B}, + [SPECIES_UNOWN_C] = {gFrontSprite414UnownCTiles, (64 * 64) / 2, SPECIES_UNOWN_C}, + [SPECIES_UNOWN_D] = {gFrontSprite415UnownDTiles, (64 * 64) / 2, SPECIES_UNOWN_D}, + [SPECIES_UNOWN_E] = {gFrontSprite416UnownETiles, (64 * 64) / 2, SPECIES_UNOWN_E}, + [SPECIES_UNOWN_F] = {gFrontSprite417UnownFTiles, (64 * 64) / 2, SPECIES_UNOWN_F}, + [SPECIES_UNOWN_G] = {gFrontSprite418UnownGTiles, (64 * 64) / 2, SPECIES_UNOWN_G}, + [SPECIES_UNOWN_H] = {gFrontSprite419UnownHTiles, (64 * 64) / 2, SPECIES_UNOWN_H}, + [SPECIES_UNOWN_I] = {gFrontSprite420UnownITiles, (64 * 64) / 2, SPECIES_UNOWN_I}, + [SPECIES_UNOWN_J] = {gFrontSprite421UnownJTiles, (64 * 64) / 2, SPECIES_UNOWN_J}, + [SPECIES_UNOWN_K] = {gFrontSprite422UnownKTiles, (64 * 64) / 2, SPECIES_UNOWN_K}, + [SPECIES_UNOWN_L] = {gFrontSprite423UnownLTiles, (64 * 64) / 2, SPECIES_UNOWN_L}, + [SPECIES_UNOWN_M] = {gFrontSprite424UnownMTiles, (64 * 64) / 2, SPECIES_UNOWN_M}, + [SPECIES_UNOWN_N] = {gFrontSprite425UnownNTiles, (64 * 64) / 2, SPECIES_UNOWN_N}, + [SPECIES_UNOWN_O] = {gFrontSprite426UnownOTiles, (64 * 64) / 2, SPECIES_UNOWN_O}, + [SPECIES_UNOWN_P] = {gFrontSprite427UnownPTiles, (64 * 64) / 2, SPECIES_UNOWN_P}, + [SPECIES_UNOWN_Q] = {gFrontSprite428UnownQTiles, (64 * 64) / 2, SPECIES_UNOWN_Q}, + [SPECIES_UNOWN_R] = {gFrontSprite429UnownRTiles, (64 * 64) / 2, SPECIES_UNOWN_R}, + [SPECIES_UNOWN_S] = {gFrontSprite430UnownSTiles, (64 * 64) / 2, SPECIES_UNOWN_S}, + [SPECIES_UNOWN_T] = {gFrontSprite431UnownTTiles, (64 * 64) / 2, SPECIES_UNOWN_T}, + [SPECIES_UNOWN_U] = {gFrontSprite432UnownUTiles, (64 * 64) / 2, SPECIES_UNOWN_U}, + [SPECIES_UNOWN_V] = {gFrontSprite433UnownVTiles, (64 * 64) / 2, SPECIES_UNOWN_V}, + [SPECIES_UNOWN_W] = {gFrontSprite434UnownWTiles, (64 * 64) / 2, SPECIES_UNOWN_W}, + [SPECIES_UNOWN_X] = {gFrontSprite435UnownXTiles, (64 * 64) / 2, SPECIES_UNOWN_X}, + [SPECIES_UNOWN_Y] = {gFrontSprite436UnownYTiles, (64 * 64) / 2, SPECIES_UNOWN_Y}, + [SPECIES_UNOWN_Z] = {gFrontSprite437UnownZTiles, (64 * 64) / 2, SPECIES_UNOWN_Z}, + [SPECIES_UNOWN_EXCLAMATION] = {gFrontSprite438UnownExclamationTiles, (64 * 64) / 2, SPECIES_UNOWN_EXCLAMATION}, + [SPECIES_UNOWN_QUESTION] = {gFrontSprite439UnownQuestionTiles, (64 * 64) / 2, SPECIES_UNOWN_QUESTION}, + //New Data Starts Here - [SPECIES_TURTWIG] = {0x8d00748, 0x800, SPECIES_TURTWIG}, - [SPECIES_GROTLE] = {0x8d00748, 0x800, SPECIES_GROTLE}, - [SPECIES_TORTERRA] = {0x8d00748, 0x800, SPECIES_TORTERRA}, - [SPECIES_CHIMCHAR] = {0x8d00748, 0x800, SPECIES_CHIMCHAR}, - [SPECIES_MONFERNO] = {0x8d00748, 0x800, SPECIES_MONFERNO}, - [SPECIES_INFERNAPE] = {0x8d00748, 0x800, SPECIES_INFERNAPE}, - [SPECIES_PIPLUP] = {0x8d00748, 0x800, SPECIES_PIPLUP}, - [SPECIES_PRINPLUP] = {0x8d00748, 0x800, SPECIES_PRINPLUP}, - [SPECIES_EMPOLEON] = {0x8d00748, 0x800, SPECIES_EMPOLEON}, - [SPECIES_STARLY] = {0x8d00748, 0x800, SPECIES_STARLY}, - [SPECIES_STARAVIA] = {0x8d00748, 0x800, SPECIES_STARAVIA}, - [SPECIES_STARAPTOR] = {0x8d00748, 0x800, SPECIES_STARAPTOR}, - [SPECIES_BIDOOF] = {0x8d00748, 0x800, SPECIES_BIDOOF}, - [SPECIES_BIBAREL] = {0x8d00748, 0x800, SPECIES_BIBAREL}, - [SPECIES_KRICKETOT] = {0x8d00748, 0x800, SPECIES_KRICKETOT}, - [SPECIES_KRICKETUNE] = {0x8d00748, 0x800, SPECIES_KRICKETUNE}, - [SPECIES_SHINX] = {0x8d00748, 0x800, SPECIES_SHINX}, - [SPECIES_LUXIO] = {0x8d00748, 0x800, SPECIES_LUXIO}, - [SPECIES_LUXRAY] = {0x8d00748, 0x800, SPECIES_LUXRAY}, - [SPECIES_BUDEW] = {0x8d00748, 0x800, SPECIES_BUDEW}, - [SPECIES_ROSERADE] = {0x8d00748, 0x800, SPECIES_ROSERADE}, - [SPECIES_CRANIDOS] = {0x8d00748, 0x800, SPECIES_CRANIDOS}, - [SPECIES_RAMPARDOS] = {0x8d00748, 0x800, SPECIES_RAMPARDOS}, - [SPECIES_SHIELDON] = {0x8d00748, 0x800, SPECIES_SHIELDON}, - [SPECIES_BASTIODON] = {0x8d00748, 0x800, SPECIES_BASTIODON}, - [SPECIES_BURMY] = {0x8d00748, 0x800, SPECIES_BURMY}, - [SPECIES_WORMADAM] = {0x8d00748, 0x800, SPECIES_WORMADAM}, - [SPECIES_MOTHIM] = {0x8d00748, 0x800, SPECIES_MOTHIM}, - [SPECIES_COMBEE] = {0x8d00748, 0x800, SPECIES_COMBEE}, - [SPECIES_VESPIQUEN] = {0x8d00748, 0x800, SPECIES_VESPIQUEN}, - [SPECIES_PACHIRISU] = {0x8d00748, 0x800, SPECIES_PACHIRISU}, - [SPECIES_BUIZEL] = {0x8d00748, 0x800, SPECIES_BUIZEL}, - [SPECIES_FLOATZEL] = {0x8d00748, 0x800, SPECIES_FLOATZEL}, - [SPECIES_CHERUBI] = {0x8d00748, 0x800, SPECIES_CHERUBI}, - [SPECIES_CHERRIM] = {0x8d00748, 0x800, SPECIES_CHERRIM}, - [SPECIES_SHELLOS] = {0x8d00748, 0x800, SPECIES_SHELLOS}, - [SPECIES_GASTRODON] = {0x8d00748, 0x800, SPECIES_GASTRODON}, - [SPECIES_AMBIPOM] = {0x8d00748, 0x800, SPECIES_AMBIPOM}, - [SPECIES_DRIFLOON] = {0x8d00748, 0x800, SPECIES_DRIFLOON}, - [SPECIES_DRIFBLIM] = {0x8d00748, 0x800, SPECIES_DRIFBLIM}, - [SPECIES_BUNEARY] = {0x8d00748, 0x800, SPECIES_BUNEARY}, - [SPECIES_LOPUNNY] = {0x8d00748, 0x800, SPECIES_LOPUNNY}, - [SPECIES_MISMAGIUS] = {0x8d00748, 0x800, SPECIES_MISMAGIUS}, - [SPECIES_HONCHKROW] = {0x8d00748, 0x800, SPECIES_HONCHKROW}, - [SPECIES_GLAMEOW] = {0x8d00748, 0x800, SPECIES_GLAMEOW}, - [SPECIES_PURUGLY] = {0x8d00748, 0x800, SPECIES_PURUGLY}, - [SPECIES_CHINGLING] = {0x8d00748, 0x800, SPECIES_CHINGLING}, - [SPECIES_STUNKY] = {0x8d00748, 0x800, SPECIES_STUNKY}, - [SPECIES_SKUNTANK] = {0x8d00748, 0x800, SPECIES_SKUNTANK}, - [SPECIES_BRONZOR] = {0x8d00748, 0x800, SPECIES_BRONZOR}, - [SPECIES_BRONZONG] = {0x8d00748, 0x800, SPECIES_BRONZONG}, - [SPECIES_BONSLY] = {0x8d00748, 0x800, SPECIES_BONSLY}, - [SPECIES_MIME_JR] = {0x8d00748, 0x800, SPECIES_MIME_JR}, - [SPECIES_HAPPINY] = {0x8d00748, 0x800, SPECIES_HAPPINY}, - [SPECIES_CHATOT] = {0x8d00748, 0x800, SPECIES_CHATOT}, - [SPECIES_SPIRITOMB] = {0x8d00748, 0x800, SPECIES_SPIRITOMB}, - [SPECIES_GIBLE] = {0x8d00748, 0x800, SPECIES_GIBLE}, - [SPECIES_GABITE] = {0x8d00748, 0x800, SPECIES_GABITE}, - [SPECIES_GARCHOMP] = {0x8d00748, 0x800, SPECIES_GARCHOMP}, - [SPECIES_MUNCHLAX] = {0x8d00748, 0x800, SPECIES_MUNCHLAX}, - [SPECIES_RIOLU] = {0x8d00748, 0x800, SPECIES_RIOLU}, - [SPECIES_LUCARIO] = {0x8d00748, 0x800, SPECIES_LUCARIO}, - [SPECIES_HIPPOPOTAS] = {0x8d00748, 0x800, SPECIES_HIPPOPOTAS}, - [SPECIES_HIPPOWDON] = {0x8d00748, 0x800, SPECIES_HIPPOWDON}, - [SPECIES_SKORUPI] = {0x8d00748, 0x800, SPECIES_SKORUPI}, - [SPECIES_DRAPION] = {0x8d00748, 0x800, SPECIES_DRAPION}, - [SPECIES_CROAGUNK] = {0x8d00748, 0x800, SPECIES_CROAGUNK}, - [SPECIES_TOXICROAK] = {0x8d00748, 0x800, SPECIES_TOXICROAK}, - [SPECIES_CARNIVINE] = {0x8d00748, 0x800, SPECIES_CARNIVINE}, - [SPECIES_FINNEON] = {0x8d00748, 0x800, SPECIES_FINNEON}, - [SPECIES_LUMINEON] = {0x8d00748, 0x800, SPECIES_LUMINEON}, - [SPECIES_MANTYKE] = {0x8d00748, 0x800, SPECIES_MANTYKE}, - [SPECIES_SNOVER] = {0x8d00748, 0x800, SPECIES_SNOVER}, - [SPECIES_ABOMASNOW] = {0x8d00748, 0x800, SPECIES_ABOMASNOW}, - [SPECIES_WEAVILE] = {0x8d00748, 0x800, SPECIES_WEAVILE}, - [SPECIES_MAGNEZONE] = {0x8d00748, 0x800, SPECIES_MAGNEZONE}, - [SPECIES_LICKILICKY] = {0x8d00748, 0x800, SPECIES_LICKILICKY}, - [SPECIES_RHYPERIOR] = {0x8d00748, 0x800, SPECIES_RHYPERIOR}, - [SPECIES_TANGROWTH] = {0x8d00748, 0x800, SPECIES_TANGROWTH}, - [SPECIES_ELECTIVIRE] = {0x8d00748, 0x800, SPECIES_ELECTIVIRE}, - [SPECIES_MAGMORTAR] = {0x8d00748, 0x800, SPECIES_MAGMORTAR}, - [SPECIES_TOGEKISS] = {0x8d00748, 0x800, SPECIES_TOGEKISS}, - [SPECIES_YANMEGA] = {0x8d00748, 0x800, SPECIES_YANMEGA}, - [SPECIES_LEAFEON] = {0x8d00748, 0x800, SPECIES_LEAFEON}, - [SPECIES_GLACEON] = {0x8d00748, 0x800, SPECIES_GLACEON}, - [SPECIES_GLISCOR] = {0x8d00748, 0x800, SPECIES_GLISCOR}, - [SPECIES_MAMOSWINE] = {0x8d00748, 0x800, SPECIES_MAMOSWINE}, - [SPECIES_PORYGON_Z] = {0x8d00748, 0x800, SPECIES_PORYGON_Z}, - [SPECIES_GALLADE] = {0x8d00748, 0x800, SPECIES_GALLADE}, - [SPECIES_PROBOPASS] = {0x8d00748, 0x800, SPECIES_PROBOPASS}, - [SPECIES_DUSKNOIR] = {0x8d00748, 0x800, SPECIES_DUSKNOIR}, - [SPECIES_FROSLASS] = {0x8d00748, 0x800, SPECIES_FROSLASS}, - [SPECIES_ROTOM] = {0x8d00748, 0x800, SPECIES_ROTOM}, - [SPECIES_UXIE] = {0x8d00748, 0x800, SPECIES_UXIE}, - [SPECIES_MESPRIT] = {0x8d00748, 0x800, SPECIES_MESPRIT}, - [SPECIES_AZELF] = {0x8d00748, 0x800, SPECIES_AZELF}, - [SPECIES_DIALGA] = {0x8d00748, 0x800, SPECIES_DIALGA}, - [SPECIES_PALKIA] = {0x8d00748, 0x800, SPECIES_PALKIA}, - [SPECIES_HEATRAN] = {0x8d00748, 0x800, SPECIES_HEATRAN}, - [SPECIES_REGIGIGAS] = {0x8d00748, 0x800, SPECIES_REGIGIGAS}, - [SPECIES_GIRATINA] = {0x8d00748, 0x800, SPECIES_GIRATINA}, - [SPECIES_CRESSELIA] = {0x8d00748, 0x800, SPECIES_CRESSELIA}, - [SPECIES_PHIONE] = {0x8d00748, 0x800, SPECIES_PHIONE}, - [SPECIES_MANAPHY] = {0x8d00748, 0x800, SPECIES_MANAPHY}, - [SPECIES_DARKRAI] = {0x8d00748, 0x800, SPECIES_DARKRAI}, - [SPECIES_SHAYMIN] = {0x8d00748, 0x800, SPECIES_SHAYMIN}, - [SPECIES_ARCEUS] = {0x8d00748, 0x800, SPECIES_ARCEUS}, - [SPECIES_VICTINI] = {0x8d00748, 0x800, SPECIES_VICTINI}, - [SPECIES_SNIVY] = {0x8d00748, 0x800, SPECIES_SNIVY}, - [SPECIES_SERVINE] = {0x8d00748, 0x800, SPECIES_SERVINE}, - [SPECIES_SERPERIOR] = {0x8d00748, 0x800, SPECIES_SERPERIOR}, - [SPECIES_TEPIG] = {0x8d00748, 0x800, SPECIES_TEPIG}, - [SPECIES_PIGNITE] = {0x8d00748, 0x800, SPECIES_PIGNITE}, - [SPECIES_EMBOAR] = {0x8d00748, 0x800, SPECIES_EMBOAR}, - [SPECIES_OSHAWOTT] = {0x8d00748, 0x800, SPECIES_OSHAWOTT}, - [SPECIES_DEWOTT] = {0x8d00748, 0x800, SPECIES_DEWOTT}, - [SPECIES_SAMUROTT] = {0x8d00748, 0x800, SPECIES_SAMUROTT}, - [SPECIES_PATRAT] = {0x8d00748, 0x800, SPECIES_PATRAT}, - [SPECIES_WATCHOG] = {0x8d00748, 0x800, SPECIES_WATCHOG}, - [SPECIES_LILLIPUP] = {0x8d00748, 0x800, SPECIES_LILLIPUP}, - [SPECIES_HERDIER] = {0x8d00748, 0x800, SPECIES_HERDIER}, - [SPECIES_STOUTLAND] = {0x8d00748, 0x800, SPECIES_STOUTLAND}, - [SPECIES_PURRLOIN] = {0x8d00748, 0x800, SPECIES_PURRLOIN}, - [SPECIES_LIEPARD] = {0x8d00748, 0x800, SPECIES_LIEPARD}, - [SPECIES_PANSAGE] = {0x8d00748, 0x800, SPECIES_PANSAGE}, - [SPECIES_SIMISAGE] = {0x8d00748, 0x800, SPECIES_SIMISAGE}, - [SPECIES_PANSEAR] = {0x8d00748, 0x800, SPECIES_PANSEAR}, - [SPECIES_SIMISEAR] = {0x8d00748, 0x800, SPECIES_SIMISEAR}, - [SPECIES_PANPOUR] = {0x8d00748, 0x800, SPECIES_PANPOUR}, - [SPECIES_SIMIPOUR] = {0x8d00748, 0x800, SPECIES_SIMIPOUR}, - [SPECIES_MUNNA] = {0x8d00748, 0x800, SPECIES_MUNNA}, - [SPECIES_MUSHARNA] = {0x8d00748, 0x800, SPECIES_MUSHARNA}, - [SPECIES_PIDOVE] = {0x8d00748, 0x800, SPECIES_PIDOVE}, - [SPECIES_TRANQUILL] = {0x8d00748, 0x800, SPECIES_TRANQUILL}, - [SPECIES_UNFEZANT] = {0x8d00748, 0x800, SPECIES_UNFEZANT}, - [SPECIES_BLITZLE] = {0x8d00748, 0x800, SPECIES_BLITZLE}, - [SPECIES_ZEBSTRIKA] = {0x8d00748, 0x800, SPECIES_ZEBSTRIKA}, - [SPECIES_ROGGENROLA] = {0x8d00748, 0x800, SPECIES_ROGGENROLA}, - [SPECIES_BOLDORE] = {0x8d00748, 0x800, SPECIES_BOLDORE}, - [SPECIES_GIGALITH] = {0x8d00748, 0x800, SPECIES_GIGALITH}, - [SPECIES_WOOBAT] = {0x8d00748, 0x800, SPECIES_WOOBAT}, - [SPECIES_SWOOBAT] = {0x8d00748, 0x800, SPECIES_SWOOBAT}, - [SPECIES_DRILBUR] = {0x8d00748, 0x800, SPECIES_DRILBUR}, - [SPECIES_EXCADRILL] = {0x8d00748, 0x800, SPECIES_EXCADRILL}, - [SPECIES_AUDINO] = {0x8d00748, 0x800, SPECIES_AUDINO}, - [SPECIES_TIMBURR] = {0x8d00748, 0x800, SPECIES_TIMBURR}, - [SPECIES_GURDURR] = {0x8d00748, 0x800, SPECIES_GURDURR}, - [SPECIES_CONKELDURR] = {0x8d00748, 0x800, SPECIES_CONKELDURR}, - [SPECIES_TYMPOLE] = {0x8d00748, 0x800, SPECIES_TYMPOLE}, - [SPECIES_PALPITOAD] = {0x8d00748, 0x800, SPECIES_PALPITOAD}, - [SPECIES_SEISMITOAD] = {0x8d00748, 0x800, SPECIES_SEISMITOAD}, - [SPECIES_THROH] = {0x8d00748, 0x800, SPECIES_THROH}, - [SPECIES_SAWK] = {0x8d00748, 0x800, SPECIES_SAWK}, - [SPECIES_SEWADDLE] = {0x8d00748, 0x800, SPECIES_SEWADDLE}, - [SPECIES_SWADLOON] = {0x8d00748, 0x800, SPECIES_SWADLOON}, - [SPECIES_LEAVANNY] = {0x8d00748, 0x800, SPECIES_LEAVANNY}, - [SPECIES_VENIPEDE] = {0x8d00748, 0x800, SPECIES_VENIPEDE}, - [SPECIES_WHIRLIPEDE] = {0x8d00748, 0x800, SPECIES_WHIRLIPEDE}, - [SPECIES_SCOLIPEDE] = {0x8d00748, 0x800, SPECIES_SCOLIPEDE}, - [SPECIES_COTTONEE] = {0x8d00748, 0x800, SPECIES_COTTONEE}, - [SPECIES_WHIMSICOTT] = {0x8d00748, 0x800, SPECIES_WHIMSICOTT}, - [SPECIES_PETILIL] = {0x8d00748, 0x800, SPECIES_PETILIL}, - [SPECIES_LILLIGANT] = {0x8d00748, 0x800, SPECIES_LILLIGANT}, - [SPECIES_BASCULIN_RED] = {0x8d00748, 0x800, SPECIES_BASCULIN_RED}, - [SPECIES_SANDILE] = {0x8d00748, 0x800, SPECIES_SANDILE}, - [SPECIES_KROKOROK] = {0x8d00748, 0x800, SPECIES_KROKOROK}, - [SPECIES_KROOKODILE] = {0x8d00748, 0x800, SPECIES_KROOKODILE}, - [SPECIES_DARUMAKA] = {0x8d00748, 0x800, SPECIES_DARUMAKA}, - [SPECIES_DARMANITAN] = {0x8d00748, 0x800, SPECIES_DARMANITAN}, - [SPECIES_MARACTUS] = {0x8d00748, 0x800, SPECIES_MARACTUS}, - [SPECIES_DWEBBLE] = {0x8d00748, 0x800, SPECIES_DWEBBLE}, - [SPECIES_CRUSTLE] = {0x8d00748, 0x800, SPECIES_CRUSTLE}, - [SPECIES_SCRAGGY] = {0x8d00748, 0x800, SPECIES_SCRAGGY}, - [SPECIES_SCRAFTY] = {0x8d00748, 0x800, SPECIES_SCRAFTY}, - [SPECIES_SIGILYPH] = {0x8d00748, 0x800, SPECIES_SIGILYPH}, - [SPECIES_YAMASK] = {0x8d00748, 0x800, SPECIES_YAMASK}, - [SPECIES_COFAGRIGUS] = {0x8d00748, 0x800, SPECIES_COFAGRIGUS}, - [SPECIES_TIRTOUGA] = {0x8d00748, 0x800, SPECIES_TIRTOUGA}, - [SPECIES_CARRACOSTA] = {0x8d00748, 0x800, SPECIES_CARRACOSTA}, - [SPECIES_ARCHEN] = {0x8d00748, 0x800, SPECIES_ARCHEN}, - [SPECIES_ARCHEOPS] = {0x8d00748, 0x800, SPECIES_ARCHEOPS}, - [SPECIES_TRUBBISH] = {0x8d00748, 0x800, SPECIES_TRUBBISH}, - [SPECIES_GARBODOR] = {0x8d00748, 0x800, SPECIES_GARBODOR}, - [SPECIES_ZORUA] = {0x8d00748, 0x800, SPECIES_ZORUA}, - [SPECIES_ZOROARK] = {0x8d00748, 0x800, SPECIES_ZOROARK}, - [SPECIES_MINCCINO] = {0x8d00748, 0x800, SPECIES_MINCCINO}, - [SPECIES_CINCCINO] = {0x8d00748, 0x800, SPECIES_CINCCINO}, - [SPECIES_GOTHITA] = {0x8d00748, 0x800, SPECIES_GOTHITA}, - [SPECIES_GOTHORITA] = {0x8d00748, 0x800, SPECIES_GOTHORITA}, - [SPECIES_GOTHITELLE] = {0x8d00748, 0x800, SPECIES_GOTHITELLE}, - [SPECIES_SOLOSIS] = {0x8d00748, 0x800, SPECIES_SOLOSIS}, - [SPECIES_DUOSION] = {0x8d00748, 0x800, SPECIES_DUOSION}, - [SPECIES_REUNICLUS] = {0x8d00748, 0x800, SPECIES_REUNICLUS}, - [SPECIES_DUCKLETT] = {0x8d00748, 0x800, SPECIES_DUCKLETT}, - [SPECIES_SWANNA] = {0x8d00748, 0x800, SPECIES_SWANNA}, - [SPECIES_VANILLITE] = {0x8d00748, 0x800, SPECIES_VANILLITE}, - [SPECIES_VANILLISH] = {0x8d00748, 0x800, SPECIES_VANILLISH}, - [SPECIES_VANILLUXE] = {0x8d00748, 0x800, SPECIES_VANILLUXE}, - [SPECIES_DEERLING] = {0x8d00748, 0x800, SPECIES_DEERLING}, - [SPECIES_SAWSBUCK] = {0x8d00748, 0x800, SPECIES_SAWSBUCK}, - [SPECIES_EMOLGA] = {0x8d00748, 0x800, SPECIES_EMOLGA}, - [SPECIES_KARRABLAST] = {0x8d00748, 0x800, SPECIES_KARRABLAST}, - [SPECIES_ESCAVALIER] = {0x8d00748, 0x800, SPECIES_ESCAVALIER}, - [SPECIES_FOONGUS] = {0x8d00748, 0x800, SPECIES_FOONGUS}, - [SPECIES_AMOONGUSS] = {0x8d00748, 0x800, SPECIES_AMOONGUSS}, - [SPECIES_FRILLISH] = {0x8d00748, 0x800, SPECIES_FRILLISH}, - [SPECIES_JELLICENT] = {0x8d00748, 0x800, SPECIES_JELLICENT}, - [SPECIES_ALOMOMOLA] = {0x8d00748, 0x800, SPECIES_ALOMOMOLA}, - [SPECIES_JOLTIK] = {0x8d00748, 0x800, SPECIES_JOLTIK}, - [SPECIES_GALVANTULA] = {0x8d00748, 0x800, SPECIES_GALVANTULA}, - [SPECIES_FERROSEED] = {0x8d00748, 0x800, SPECIES_FERROSEED}, - [SPECIES_FERROTHORN] = {0x8d00748, 0x800, SPECIES_FERROTHORN}, - [SPECIES_KLINK] = {0x8d00748, 0x800, SPECIES_KLINK}, - [SPECIES_KLANG] = {0x8d00748, 0x800, SPECIES_KLANG}, - [SPECIES_KLINKLANG] = {0x8d00748, 0x800, SPECIES_KLINKLANG}, - [SPECIES_TYNAMO] = {0x8d00748, 0x800, SPECIES_TYNAMO}, - [SPECIES_EELEKTRIK] = {0x8d00748, 0x800, SPECIES_EELEKTRIK}, - [SPECIES_EELEKTROSS] = {0x8d00748, 0x800, SPECIES_EELEKTROSS}, - [SPECIES_ELGYEM] = {0x8d00748, 0x800, SPECIES_ELGYEM}, - [SPECIES_BEHEEYEM] = {0x8d00748, 0x800, SPECIES_BEHEEYEM}, - [SPECIES_LITWICK] = {0x8d00748, 0x800, SPECIES_LITWICK}, - [SPECIES_LAMPENT] = {0x8d00748, 0x800, SPECIES_LAMPENT}, - [SPECIES_CHANDELURE] = {0x8d00748, 0x800, SPECIES_CHANDELURE}, - [SPECIES_AXEW] = {0x8d00748, 0x800, SPECIES_AXEW}, - [SPECIES_FRAXURE] = {0x8d00748, 0x800, SPECIES_FRAXURE}, - [SPECIES_HAXORUS] = {0x8d00748, 0x800, SPECIES_HAXORUS}, - [SPECIES_CUBCHOO] = {0x8d00748, 0x800, SPECIES_CUBCHOO}, - [SPECIES_BEARTIC] = {0x8d00748, 0x800, SPECIES_BEARTIC}, - [SPECIES_CRYOGONAL] = {0x8d00748, 0x800, SPECIES_CRYOGONAL}, - [SPECIES_SHELMET] = {0x8d00748, 0x800, SPECIES_SHELMET}, - [SPECIES_ACCELGOR] = {0x8d00748, 0x800, SPECIES_ACCELGOR}, - [SPECIES_STUNFISK] = {0x8d00748, 0x800, SPECIES_STUNFISK}, - [SPECIES_MIENFOO] = {0x8d00748, 0x800, SPECIES_MIENFOO}, - [SPECIES_MIENSHAO] = {0x8d00748, 0x800, SPECIES_MIENSHAO}, - [SPECIES_DRUDDIGON] = {0x8d00748, 0x800, SPECIES_DRUDDIGON}, - [SPECIES_GOLETT] = {0x8d00748, 0x800, SPECIES_GOLETT}, - [SPECIES_GOLURK] = {0x8d00748, 0x800, SPECIES_GOLURK}, - [SPECIES_PAWNIARD] = {0x8d00748, 0x800, SPECIES_PAWNIARD}, - [SPECIES_BISHARP] = {0x8d00748, 0x800, SPECIES_BISHARP}, - [SPECIES_BOUFFALANT] = {0x8d00748, 0x800, SPECIES_BOUFFALANT}, - [SPECIES_RUFFLET] = {0x8d00748, 0x800, SPECIES_RUFFLET}, - [SPECIES_BRAVIARY] = {0x8d00748, 0x800, SPECIES_BRAVIARY}, - [SPECIES_VULLABY] = {0x8d00748, 0x800, SPECIES_VULLABY}, - [SPECIES_MANDIBUZZ] = {0x8d00748, 0x800, SPECIES_MANDIBUZZ}, - [SPECIES_HEATMOR] = {0x8d00748, 0x800, SPECIES_HEATMOR}, - [SPECIES_DURANT] = {0x8d00748, 0x800, SPECIES_DURANT}, - [SPECIES_DEINO] = {0x8d00748, 0x800, SPECIES_DEINO}, - [SPECIES_ZWEILOUS] = {0x8d00748, 0x800, SPECIES_ZWEILOUS}, - [SPECIES_HYDREIGON] = {0x8d00748, 0x800, SPECIES_HYDREIGON}, - [SPECIES_LARVESTA] = {0x8d00748, 0x800, SPECIES_LARVESTA}, - [SPECIES_VOLCARONA] = {0x8d00748, 0x800, SPECIES_VOLCARONA}, - [SPECIES_COBALION] = {0x8d00748, 0x800, SPECIES_COBALION}, - [SPECIES_TERRAKION] = {0x8d00748, 0x800, SPECIES_TERRAKION}, - [SPECIES_VIRIZION] = {0x8d00748, 0x800, SPECIES_VIRIZION}, - [SPECIES_TORNADUS] = {0x8d00748, 0x800, SPECIES_TORNADUS}, - [SPECIES_THUNDURUS] = {0x8d00748, 0x800, SPECIES_THUNDURUS}, - [SPECIES_RESHIRAM] = {0x8d00748, 0x800, SPECIES_RESHIRAM}, - [SPECIES_ZEKROM] = {0x8d00748, 0x800, SPECIES_ZEKROM}, - [SPECIES_LANDORUS] = {0x8d00748, 0x800, SPECIES_LANDORUS}, - [SPECIES_KYUREM] = {0x8d00748, 0x800, SPECIES_KYUREM}, - [SPECIES_KELDEO] = {0x8d00748, 0x800, SPECIES_KELDEO}, - [SPECIES_MELOETTA] = {0x8d00748, 0x800, SPECIES_MELOETTA}, - [SPECIES_GENESECT] = {0x8d00748, 0x800, SPECIES_GENESECT}, - [SPECIES_UNFEZANT_F] = {0x8d00748, 0x800, SPECIES_UNFEZANT_F}, - [SPECIES_FRILLISH_F] = {0x8d00748, 0x800, SPECIES_FRILLISH_F}, - [SPECIES_JELLICENT_F] = {0x8d00748, 0x800, SPECIES_JELLICENT_F}, - [SPECIES_SHADOW_WARRIOR] = {0x8d00748, 0x800, SPECIES_SHADOW_WARRIOR}, - [SPECIES_BURMY_SANDY] = {0x8d00748, 0x800, SPECIES_BURMY_SANDY}, - [SPECIES_BURMY_TRASH] = {0x8d00748, 0x800, SPECIES_BURMY_TRASH}, - [SPECIES_WORMADAM_SANDY] = {0x8d00748, 0x800, SPECIES_WORMADAM_SANDY}, - [SPECIES_WORMADAM_TRASH] = {0x8d00748, 0x800, SPECIES_WORMADAM_TRASH}, - [SPECIES_SHELLOS_EAST] = {0x8d00748, 0x800, SPECIES_SHELLOS_EAST}, - [SPECIES_GASTRODON_EAST] = {0x8d00748, 0x800, SPECIES_GASTRODON_EAST}, - [SPECIES_ROTOM_HEAT] = {0x8d00748, 0x800, SPECIES_ROTOM_HEAT}, - [SPECIES_ROTOM_WASH] = {0x8d00748, 0x800, SPECIES_ROTOM_WASH}, - [SPECIES_ROTOM_FROST] = {0x8d00748, 0x800, SPECIES_ROTOM_FROST}, - [SPECIES_ROTOM_FAN] = {0x8d00748, 0x800, SPECIES_ROTOM_FAN}, - [SPECIES_ROTOM_MOW] = {0x8d00748, 0x800, SPECIES_ROTOM_MOW}, - [SPECIES_GIRATINA_ORIGIN] = {0x8d00748, 0x800, SPECIES_GIRATINA_ORIGIN}, - [SPECIES_SHAYMIN_SKY] = {0x8d00748, 0x800, SPECIES_SHAYMIN_SKY}, - [SPECIES_ARCEUS_FIGHT] = {0x8d00748, 0x800, SPECIES_ARCEUS_FIGHT}, - [SPECIES_ARCEUS_FLYING] = {0x8d00748, 0x800, SPECIES_ARCEUS_FLYING}, - [SPECIES_ARCEUS_POISON] = {0x8d00748, 0x800, SPECIES_ARCEUS_POISON}, - [SPECIES_ARCEUS_GROUND] = {0x8d00748, 0x800, SPECIES_ARCEUS_GROUND}, - [SPECIES_ARCEUS_ROCK] = {0x8d00748, 0x800, SPECIES_ARCEUS_ROCK}, - [SPECIES_ARCEUS_BUG] = {0x8d00748, 0x800, SPECIES_ARCEUS_BUG}, - [SPECIES_ARCEUS_GHOST] = {0x8d00748, 0x800, SPECIES_ARCEUS_GHOST}, - [SPECIES_ARCEUS_STEEL] = {0x8d00748, 0x800, SPECIES_ARCEUS_STEEL}, - [SPECIES_ARCEUS_FIRE] = {0x8d00748, 0x800, SPECIES_ARCEUS_FIRE}, - [SPECIES_ARCEUS_WATER] = {0x8d00748, 0x800, SPECIES_ARCEUS_WATER}, - [SPECIES_ARCEUS_GRASS] = {0x8d00748, 0x800, SPECIES_ARCEUS_GRASS}, - [SPECIES_ARCEUS_ELECTRIC] = {0x8d00748, 0x800, SPECIES_ARCEUS_ELECTRIC}, - [SPECIES_ARCEUS_PSYCHIC] = {0x8d00748, 0x800, SPECIES_ARCEUS_PSYCHIC}, - [SPECIES_ARCEUS_ICE] = {0x8d00748, 0x800, SPECIES_ARCEUS_ICE}, - [SPECIES_ARCEUS_DRAGON] = {0x8d00748, 0x800, SPECIES_ARCEUS_DRAGON}, - [SPECIES_ARCEUS_DARK] = {0x8d00748, 0x800, SPECIES_ARCEUS_DARK}, - [SPECIES_BASCULIN_BLUE] = {0x8d00748, 0x800, SPECIES_BASCULIN_BLUE}, - [SPECIES_DARMANITANZEN] = {0x8d00748, 0x800, SPECIES_DARMANITANZEN}, - [SPECIES_DEERLING_SUMMER] = {0x8d00748, 0x800, SPECIES_DEERLING_SUMMER}, - [SPECIES_DEERLING_AUTUMN] = {0x8d00748, 0x800, SPECIES_DEERLING_AUTUMN}, - [SPECIES_DEERLING_WINTER] = {0x8d00748, 0x800, SPECIES_DEERLING_WINTER}, - [SPECIES_SAWSBUCK_SUMMER] = {0x8d00748, 0x800, SPECIES_SAWSBUCK_SUMMER}, - [SPECIES_SAWSBUCK_AUTUMN] = {0x8d00748, 0x800, SPECIES_SAWSBUCK_AUTUMN}, - [SPECIES_SAWSBUCK_WINTER] = {0x8d00748, 0x800, SPECIES_SAWSBUCK_WINTER}, - [SPECIES_HIPPOPOTAS_F] = {0x8d00748, 0x800, SPECIES_HIPPOPOTAS_F}, - [SPECIES_HIPPOWDON_F] = {0x8d00748, 0x800, SPECIES_HIPPOWDON_F}, - [SPECIES_MELOETTA_PIROUETTE] = {0x8d00748, 0x800, SPECIES_MELOETTA_PIROUETTE}, - [SPECIES_GENESECT_SHOCK] = {0x8d00748, 0x800, SPECIES_GENESECT_SHOCK}, - [SPECIES_GENESECT_BURN] = {0x8d00748, 0x800, SPECIES_GENESECT_BURN}, - [SPECIES_GENESECT_CHILL] = {0x8d00748, 0x800, SPECIES_GENESECT_CHILL}, - [SPECIES_GENESECT_DOUSE] = {0x8d00748, 0x800, SPECIES_GENESECT_DOUSE}, - [SPECIES_CHERRIM_SUN] = {0x8d00748, 0x800, SPECIES_CHERRIM_SUN}, - [SPECIES_KYUREM_BLACK] = {0x8d00748, 0x800, SPECIES_KYUREM_BLACK}, - [SPECIES_KYUREM_WHITE] = {0x8d00748, 0x800, SPECIES_KYUREM_WHITE}, - [SPECIES_TORNADUS_THERIAN] = {0x8d00748, 0x800, SPECIES_TORNADUS_THERIAN}, - [SPECIES_THUNDURUS_THERIAN] = {0x8d00748, 0x800, SPECIES_THUNDURUS_THERIAN}, - [SPECIES_LANDORUS_THERIAN] = {0x8d00748, 0x800, SPECIES_LANDORUS_THERIAN}, - [SPECIES_KELDEO_RESOLUTE] = {0x8d00748, 0x800, SPECIES_KELDEO_RESOLUTE}, - [SPECIES_CHESPIN] = {0x8d00748, 0x800, SPECIES_CHESPIN}, - [SPECIES_QUILLADIN] = {0x8d00748, 0x800, SPECIES_QUILLADIN}, - [SPECIES_CHESNAUGHT] = {0x8d00748, 0x800, SPECIES_CHESNAUGHT}, - [SPECIES_FENNEKIN] = {0x8d00748, 0x800, SPECIES_FENNEKIN}, - [SPECIES_BRAIXEN] = {0x8d00748, 0x800, SPECIES_BRAIXEN}, - [SPECIES_DELPHOX] = {0x8d00748, 0x800, SPECIES_DELPHOX}, - [SPECIES_FROAKIE] = {0x8d00748, 0x800, SPECIES_FROAKIE}, - [SPECIES_FROGADIER] = {0x8d00748, 0x800, SPECIES_FROGADIER}, - [SPECIES_GRENINJA] = {0x8d00748, 0x800, SPECIES_GRENINJA}, - [SPECIES_BUNNELBY] = {0x8d00748, 0x800, SPECIES_BUNNELBY}, - [SPECIES_DIGGERSBY] = {0x8d00748, 0x800, SPECIES_DIGGERSBY}, - [SPECIES_FLETCHLING] = {0x8d00748, 0x800, SPECIES_FLETCHLING}, - [SPECIES_FLETCHINDER] = {0x8d00748, 0x800, SPECIES_FLETCHINDER}, - [SPECIES_TALONFLAME] = {0x8d00748, 0x800, SPECIES_TALONFLAME}, - [SPECIES_SCATTERBUG] = {0x8d00748, 0x800, SPECIES_SCATTERBUG}, - [SPECIES_SPEWPA] = {0x8d00748, 0x800, SPECIES_SPEWPA}, - [SPECIES_VIVILLON] = {0x8d00748, 0x800, SPECIES_VIVILLON}, - [SPECIES_LITLEO] = {0x8d00748, 0x800, SPECIES_LITLEO}, - [SPECIES_PYROAR] = {0x8d00748, 0x800, SPECIES_PYROAR}, - [SPECIES_FLABEBE] = {0x8d00748, 0x800, SPECIES_FLABEBE}, - [SPECIES_FLOETTE] = {0x8d00748, 0x800, SPECIES_FLOETTE}, - [SPECIES_FLORGES] = {0x8d00748, 0x800, SPECIES_FLORGES}, - [SPECIES_SKIDDO] = {0x8d00748, 0x800, SPECIES_SKIDDO}, - [SPECIES_GOGOAT] = {0x8d00748, 0x800, SPECIES_GOGOAT}, - [SPECIES_PANCHAM] = {0x8d00748, 0x800, SPECIES_PANCHAM}, - [SPECIES_PANGORO] = {0x8d00748, 0x800, SPECIES_PANGORO}, - [SPECIES_FURFROU] = {0x8d00748, 0x800, SPECIES_FURFROU}, - [SPECIES_ESPURR] = {0x8d00748, 0x800, SPECIES_ESPURR}, - [SPECIES_MEOWSTIC] = {0x8d00748, 0x800, SPECIES_MEOWSTIC}, - [SPECIES_HONEDGE] = {0x8d00748, 0x800, SPECIES_HONEDGE}, - [SPECIES_DOUBLADE] = {0x8d00748, 0x800, SPECIES_DOUBLADE}, - [SPECIES_AEGISLASH] = {0x8d00748, 0x800, SPECIES_AEGISLASH}, - [SPECIES_SPRITZEE] = {0x8d00748, 0x800, SPECIES_SPRITZEE}, - [SPECIES_AROMATISSE] = {0x8d00748, 0x800, SPECIES_AROMATISSE}, - [SPECIES_SWIRLIX] = {0x8d00748, 0x800, SPECIES_SWIRLIX}, - [SPECIES_SLURPUFF] = {0x8d00748, 0x800, SPECIES_SLURPUFF}, - [SPECIES_INKAY] = {0x8d00748, 0x800, SPECIES_INKAY}, - [SPECIES_MALAMAR] = {0x8d00748, 0x800, SPECIES_MALAMAR}, - [SPECIES_BINACLE] = {0x8d00748, 0x800, SPECIES_BINACLE}, - [SPECIES_BARBARACLE] = {0x8d00748, 0x800, SPECIES_BARBARACLE}, - [SPECIES_SKRELP] = {0x8d00748, 0x800, SPECIES_SKRELP}, - [SPECIES_DRAGALGE] = {0x8d00748, 0x800, SPECIES_DRAGALGE}, - [SPECIES_CLAUNCHER] = {0x8d00748, 0x800, SPECIES_CLAUNCHER}, - [SPECIES_CLAWITZER] = {0x8d00748, 0x800, SPECIES_CLAWITZER}, - [SPECIES_HELIOPTILE] = {0x8d00748, 0x800, SPECIES_HELIOPTILE}, - [SPECIES_HELIOLISK] = {0x8d00748, 0x800, SPECIES_HELIOLISK}, - [SPECIES_TYRUNT] = {0x8d00748, 0x800, SPECIES_TYRUNT}, - [SPECIES_TYRANTRUM] = {0x8d00748, 0x800, SPECIES_TYRANTRUM}, - [SPECIES_AMAURA] = {0x8d00748, 0x800, SPECIES_AMAURA}, - [SPECIES_AURORUS] = {0x8d00748, 0x800, SPECIES_AURORUS}, - [SPECIES_SYLVEON] = {0x8d00748, 0x800, SPECIES_SYLVEON}, - [SPECIES_HAWLUCHA] = {0x8d00748, 0x800, SPECIES_HAWLUCHA}, - [SPECIES_DEDENNE] = {0x8d00748, 0x800, SPECIES_DEDENNE}, - [SPECIES_CARBINK] = {0x8d00748, 0x800, SPECIES_CARBINK}, - [SPECIES_GOOMY] = {0x8d00748, 0x800, SPECIES_GOOMY}, - [SPECIES_SLIGGOO] = {0x8d00748, 0x800, SPECIES_SLIGGOO}, - [SPECIES_GOODRA] = {0x8d00748, 0x800, SPECIES_GOODRA}, - [SPECIES_KLEFKI] = {0x8d00748, 0x800, SPECIES_KLEFKI}, - [SPECIES_PHANTUMP] = {0x8d00748, 0x800, SPECIES_PHANTUMP}, - [SPECIES_TREVENANT] = {0x8d00748, 0x800, SPECIES_TREVENANT}, - [SPECIES_PUMPKABOO] = {0x8d00748, 0x800, SPECIES_PUMPKABOO}, - [SPECIES_GOURGEIST] = {0x8d00748, 0x800, SPECIES_GOURGEIST}, - [SPECIES_BERGMITE] = {0x8d00748, 0x800, SPECIES_BERGMITE}, - [SPECIES_AVALUGG] = {0x8d00748, 0x800, SPECIES_AVALUGG}, - [SPECIES_NOIBAT] = {0x8d00748, 0x800, SPECIES_NOIBAT}, - [SPECIES_NOIVERN] = {0x8d00748, 0x800, SPECIES_NOIVERN}, - [SPECIES_XERNEAS] = {0x8d00748, 0x800, SPECIES_XERNEAS}, - [SPECIES_YVELTAL] = {0x8d00748, 0x800, SPECIES_YVELTAL}, - [SPECIES_ZYGARDE] = {0x8d00748, 0x800, SPECIES_ZYGARDE}, - [SPECIES_DIANCIE] = {0x8d00748, 0x800, SPECIES_DIANCIE}, - [SPECIES_HOOPA] = {0x8d00748, 0x800, SPECIES_HOOPA}, - [SPECIES_HOOPA_UNBOUND] = {0x8d00748, 0x800, SPECIES_HOOPA_UNBOUND}, - [SPECIES_VOLCANION] = {0x8d00748, 0x800, SPECIES_VOLCANION}, - [SPECIES_PYROAR_FEMALE] = {0x8d00748, 0x800, SPECIES_PYROAR_FEMALE}, - [SPECIES_MEOWSTIC_FEMALE] = {0x8d00748, 0x800, SPECIES_MEOWSTIC_FEMALE}, - [SPECIES_AEGISLASH_BLADE] = {0x8d00748, 0x800, SPECIES_AEGISLASH_BLADE}, - [SPECIES_ARCEUS_FAIRY] = {0x8d00748, 0x800, SPECIES_ARCEUS_FAIRY}, - [SPECIES_ZYGARDE_CELL] = {0x8d00748, 0x800, SPECIES_ZYGARDE_CELL}, - [SPECIES_ZYGARDE_CORE] = {0x8d00748, 0x800, SPECIES_ZYGARDE_CORE}, - [SPECIES_ZYGARDE_10] = {0x8d00748, 0x800, SPECIES_ZYGARDE_10}, - [SPECIES_ZYGARDE_COMPLETE] = {0x8d00748, 0x800, SPECIES_ZYGARDE_COMPLETE}, - [SPECIES_ASHGRENINJA] = {0x8d00748, 0x800, SPECIES_ASHGRENINJA}, - [SPECIES_FLABEBE_BLUE] = {0x8d00748, 0x800, SPECIES_FLABEBE_BLUE}, - [SPECIES_FLABEBE_ORANGE] = {0x8d00748, 0x800, SPECIES_FLABEBE_ORANGE}, - [SPECIES_FLABEBE_YELLOW] = {0x8d00748, 0x800, SPECIES_FLABEBE_YELLOW}, - [SPECIES_FLABEBE_WHITE] = {0x8d00748, 0x800, SPECIES_FLABEBE_WHITE}, - [SPECIES_FLOETTE_BLUE] = {0x8d00748, 0x800, SPECIES_FLOETTE_BLUE}, - [SPECIES_FLOETTE_ORANGE] = {0x8d00748, 0x800, SPECIES_FLOETTE_ORANGE}, - [SPECIES_FLOETTE_YELLOW] = {0x8d00748, 0x800, SPECIES_FLOETTE_YELLOW}, - [SPECIES_FLOETTE_WHITE] = {0x8d00748, 0x800, SPECIES_FLOETTE_WHITE}, - [SPECIES_FLOETTE_ETERNAL] = {0x8d00748, 0x800, SPECIES_FLOETTE_ETERNAL}, - [SPECIES_FLORGES_BLUE] = {0x8d00748, 0x800, SPECIES_FLORGES_BLUE}, - [SPECIES_FLORGES_ORANGE] = {0x8d00748, 0x800, SPECIES_FLORGES_ORANGE}, - [SPECIES_FLORGES_YELLOW] = {0x8d00748, 0x800, SPECIES_FLORGES_YELLOW}, - [SPECIES_FLORGES_WHITE] = {0x8d00748, 0x800, SPECIES_FLORGES_WHITE}, - [SPECIES_PUMPKABOO_XL] = {0x8d00748, 0x800, SPECIES_PUMPKABOO_XL}, - [SPECIES_PUMPKABOO_L] = {0x8d00748, 0x800, SPECIES_PUMPKABOO_L}, - [SPECIES_PUMPKABOO_M] = {0x8d00748, 0x800, SPECIES_PUMPKABOO_M}, - [SPECIES_GOURGEIST_XL] = {0x8d00748, 0x800, SPECIES_GOURGEIST_XL}, - [SPECIES_GOURGEIST_L] = {0x8d00748, 0x800, SPECIES_GOURGEIST_L}, - [SPECIES_GOURGEIST_M] = {0x8d00748, 0x800, SPECIES_GOURGEIST_M}, - [SPECIES_FURFROU_HEART] = {0x8d00748, 0x800, SPECIES_FURFROU_HEART}, - [SPECIES_FURFROU_DIAMOND] = {0x8d00748, 0x800, SPECIES_FURFROU_DIAMOND}, - [SPECIES_FURFROU_STAR] = {0x8d00748, 0x800, SPECIES_FURFROU_STAR}, - [SPECIES_FURFROU_PHAROAH] = {0x8d00748, 0x800, SPECIES_FURFROU_PHAROAH}, - [SPECIES_FURFROU_KABUKI] = {0x8d00748, 0x800, SPECIES_FURFROU_KABUKI}, - [SPECIES_FURFROU_LA_REINE] = {0x8d00748, 0x800, SPECIES_FURFROU_LA_REINE}, - [SPECIES_FURFROU_MATRON] = {0x8d00748, 0x800, SPECIES_FURFROU_MATRON}, - [SPECIES_FURFROU_DANDY] = {0x8d00748, 0x800, SPECIES_FURFROU_DANDY}, - [SPECIES_FURFROU_DEBUTANTE] = {0x8d00748, 0x800, SPECIES_FURFROU_DEBUTANTE}, - [SPECIES_VIVILLON_FANCY] = {0x8d00748, 0x800, SPECIES_VIVILLON_FANCY}, - [SPECIES_VENUSAUR_MEGA] = {0x8d00748, 0x800, SPECIES_VENUSAUR_MEGA}, - [SPECIES_CHARIZARD_MEGA_X] = {0x8d00748, 0x800, SPECIES_CHARIZARD_MEGA_X}, - [SPECIES_CHARIZARD_MEGA_Y] = {0x8d00748, 0x800, SPECIES_CHARIZARD_MEGA_Y}, - [SPECIES_BLASTOISE_MEGA] = {0x8d00748, 0x800, SPECIES_BLASTOISE_MEGA}, - [SPECIES_BEEDRILL_MEGA] = {0x8d00748, 0x800, SPECIES_BEEDRILL_MEGA}, - [SPECIES_PIDGEOT_MEGA] = {0x8d00748, 0x800, SPECIES_PIDGEOT_MEGA}, - [SPECIES_ALAKAZAM_MEGA] = {0x8d00748, 0x800, SPECIES_ALAKAZAM_MEGA}, - [SPECIES_SLOWBRO_MEGA] = {0x8d00748, 0x800, SPECIES_SLOWBRO_MEGA}, - [SPECIES_GENGAR_MEGA] = {0x8d00748, 0x800, SPECIES_GENGAR_MEGA}, - [SPECIES_KANGASKHAN_MEGA] = {0x8d00748, 0x800, SPECIES_KANGASKHAN_MEGA}, - [SPECIES_PINSIR_MEGA] = {0x8d00748, 0x800, SPECIES_PINSIR_MEGA}, - [SPECIES_GYARADOS_MEGA] = {0x8d00748, 0x800, SPECIES_GYARADOS_MEGA}, - [SPECIES_AERODACTYL_MEGA] = {0x8d00748, 0x800, SPECIES_AERODACTYL_MEGA}, - [SPECIES_MEWTWO_MEGA_X] = {0x8d00748, 0x800, SPECIES_MEWTWO_MEGA_X}, - [SPECIES_MEWTWO_MEGA_Y] = {0x8d00748, 0x800, SPECIES_MEWTWO_MEGA_Y}, - [SPECIES_AMPHAROS_MEGA] = {0x8d00748, 0x800, SPECIES_AMPHAROS_MEGA}, - [SPECIES_STEELIX_MEGA] = {0x8d00748, 0x800, SPECIES_STEELIX_MEGA}, - [SPECIES_SCIZOR_MEGA] = {0x8d00748, 0x800, SPECIES_SCIZOR_MEGA}, - [SPECIES_HERACROSS_MEGA] = {0x8d00748, 0x800, SPECIES_HERACROSS_MEGA}, - [SPECIES_HOUNDOOM_MEGA] = {0x8d00748, 0x800, SPECIES_HOUNDOOM_MEGA}, - [SPECIES_TYRANITAR_MEGA] = {0x8d00748, 0x800, SPECIES_TYRANITAR_MEGA}, - [SPECIES_SCEPTILE_MEGA] = {0x8d00748, 0x800, SPECIES_SCEPTILE_MEGA}, - [SPECIES_BLAZIKEN_MEGA] = {0x8d00748, 0x800, SPECIES_BLAZIKEN_MEGA}, - [SPECIES_SWAMPERT_MEGA] = {0x8d00748, 0x800, SPECIES_SWAMPERT_MEGA}, - [SPECIES_GARDEVOIR_MEGA] = {0x8d00748, 0x800, SPECIES_GARDEVOIR_MEGA}, - [SPECIES_SABLEYE_MEGA] = {0x8d00748, 0x800, SPECIES_SABLEYE_MEGA}, - [SPECIES_MAWILE_MEGA] = {0x8d00748, 0x800, SPECIES_MAWILE_MEGA}, - [SPECIES_AGGRON_MEGA] = {0x8d00748, 0x800, SPECIES_AGGRON_MEGA}, - [SPECIES_MEDICHAM_MEGA] = {0x8d00748, 0x800, SPECIES_MEDICHAM_MEGA}, - [SPECIES_MANECTRIC_MEGA] = {0x8d00748, 0x800, SPECIES_MANECTRIC_MEGA}, - [SPECIES_SHARPEDO_MEGA] = {0x8d00748, 0x800, SPECIES_SHARPEDO_MEGA}, - [SPECIES_CAMERUPT_MEGA] = {0x8d00748, 0x800, SPECIES_CAMERUPT_MEGA}, - [SPECIES_ALTARIA_MEGA] = {0x8d00748, 0x800, SPECIES_ALTARIA_MEGA}, - [SPECIES_BANETTE_MEGA] = {0x8d00748, 0x800, SPECIES_BANETTE_MEGA}, - [SPECIES_ABSOL_MEGA] = {0x8d00748, 0x800, SPECIES_ABSOL_MEGA}, - [SPECIES_GLALIE_MEGA] = {0x8d00748, 0x800, SPECIES_GLALIE_MEGA}, - [SPECIES_SALAMENCE_MEGA] = {0x8d00748, 0x800, SPECIES_SALAMENCE_MEGA}, - [SPECIES_METAGROSS_MEGA] = {0x8d00748, 0x800, SPECIES_METAGROSS_MEGA}, - [SPECIES_LATIAS_MEGA] = {0x8d00748, 0x800, SPECIES_LATIAS_MEGA}, - [SPECIES_LATIOS_MEGA] = {0x8d00748, 0x800, SPECIES_LATIOS_MEGA}, - [SPECIES_GROUDON_PRIMAL] = {0x8d00748, 0x800, SPECIES_GROUDON_PRIMAL}, - [SPECIES_KYOGRE_PRIMAL] = {0x8d00748, 0x800, SPECIES_KYOGRE_PRIMAL}, - [SPECIES_RAYQUAZA_MEGA] = {0x8d00748, 0x800, SPECIES_RAYQUAZA_MEGA}, - [SPECIES_LOPUNNY_MEGA] = {0x8d00748, 0x800, SPECIES_LOPUNNY_MEGA}, - [SPECIES_GARCHOMP_MEGA] = {0x8d00748, 0x800, SPECIES_GARCHOMP_MEGA}, - [SPECIES_LUCARIO_MEGA] = {0x8d00748, 0x800, SPECIES_LUCARIO_MEGA}, - [SPECIES_ABOMASNOW_MEGA] = {0x8d00748, 0x800, SPECIES_ABOMASNOW_MEGA}, - [SPECIES_GALLADE_MEGA] = {0x8d00748, 0x800, SPECIES_GALLADE_MEGA}, - [SPECIES_AUDINO_MEGA] = {0x8d00748, 0x800, SPECIES_AUDINO_MEGA}, - [SPECIES_DIANCIE_MEGA] = {0x8d00748, 0x800, SPECIES_DIANCIE_MEGA}, - [SPECIES_DIALGA_PRIMAL] = {0x8d00748, 0x800, SPECIES_DIALGA_PRIMAL}, - [SPECIES_PALKIA_PRIMAL] = {0x8d00748, 0x800, SPECIES_PALKIA_PRIMAL}, - [SPECIES_VIVILLON_ARCHIPELAGO] = {0x8d00748, 0x800, SPECIES_VIVILLON_ARCHIPELAGO}, - [SPECIES_VIVILLON_CONTINENTAL] = {0x8d00748, 0x800, SPECIES_VIVILLON_CONTINENTAL}, - [SPECIES_VIVILLON_ELEGANT] = {0x8d00748, 0x800, SPECIES_VIVILLON_ELEGANT}, - [SPECIES_VIVILLON_GARDEN] = {0x8d00748, 0x800, SPECIES_VIVILLON_GARDEN}, - [SPECIES_VIVILLON_HIGH_PLAINS] = {0x8d00748, 0x800, SPECIES_VIVILLON_HIGH_PLAINS}, - [SPECIES_VIVILLON_ICY_SNOW] = {0x8d00748, 0x800, SPECIES_VIVILLON_ICY_SNOW}, - [SPECIES_VIVILLON_JUNGLE] = {0x8d00748, 0x800, SPECIES_VIVILLON_JUNGLE}, - [SPECIES_VIVILLON_MARINE] = {0x8d00748, 0x800, SPECIES_VIVILLON_MARINE}, - [SPECIES_VIVILLON_MODERN] = {0x8d00748, 0x800, SPECIES_VIVILLON_MODERN}, - [SPECIES_VIVILLON_MONSOON] = {0x8d00748, 0x800, SPECIES_VIVILLON_MONSOON}, - [SPECIES_VIVILLON_OCEAN] = {0x8d00748, 0x800, SPECIES_VIVILLON_OCEAN}, - [SPECIES_VIVILLON_POKEBALL] = {0x8d00748, 0x800, SPECIES_VIVILLON_POKEBALL}, - [SPECIES_VIVILLON_POLAR] = {0x8d00748, 0x800, SPECIES_VIVILLON_POLAR}, - [SPECIES_VIVILLON_RIVER] = {0x8d00748, 0x800, SPECIES_VIVILLON_RIVER}, - [SPECIES_VIVILLON_SANDSTORM] = {0x8d00748, 0x800, SPECIES_VIVILLON_SANDSTORM}, - [SPECIES_VIVILLON_SAVANNA] = {0x8d00748, 0x800, SPECIES_VIVILLON_SAVANNA}, - [SPECIES_VIVILLON_SUN] = {0x8d00748, 0x800, SPECIES_VIVILLON_SUN}, - [SPECIES_VIVILLON_TUNDRA] = {0x8d00748, 0x800, SPECIES_VIVILLON_TUNDRA}, - [SPECIES_ROWLET] = {0x8d00748, 0x800, SPECIES_ROWLET}, - [SPECIES_DARTRIX] = {0x8d00748, 0x800, SPECIES_DARTRIX}, - [SPECIES_DECIDUEYE] = {0x8d00748, 0x800, SPECIES_DECIDUEYE}, - [SPECIES_LITTEN] = {0x8d00748, 0x800, SPECIES_LITTEN}, - [SPECIES_TORRACAT] = {0x8d00748, 0x800, SPECIES_TORRACAT}, - [SPECIES_INCINEROAR] = {0x8d00748, 0x800, SPECIES_INCINEROAR}, - [SPECIES_POPPLIO] = {0x8d00748, 0x800, SPECIES_POPPLIO}, - [SPECIES_BRIONNE] = {0x8d00748, 0x800, SPECIES_BRIONNE}, - [SPECIES_PRIMARINA] = {0x8d00748, 0x800, SPECIES_PRIMARINA}, - [SPECIES_PIKIPEK] = {0x8d00748, 0x800, SPECIES_PIKIPEK}, - [SPECIES_TRUMBEAK] = {0x8d00748, 0x800, SPECIES_TRUMBEAK}, - [SPECIES_TOUCANNON] = {0x8d00748, 0x800, SPECIES_TOUCANNON}, - [SPECIES_YUNGOOS] = {0x8d00748, 0x800, SPECIES_YUNGOOS}, - [SPECIES_GUMSHOOS] = {0x8d00748, 0x800, SPECIES_GUMSHOOS}, - [SPECIES_GRUBBIN] = {0x8d00748, 0x800, SPECIES_GRUBBIN}, - [SPECIES_CHARJABUG] = {0x8d00748, 0x800, SPECIES_CHARJABUG}, - [SPECIES_VIKAVOLT] = {0x8d00748, 0x800, SPECIES_VIKAVOLT}, - [SPECIES_CRABRAWLER] = {0x8d00748, 0x800, SPECIES_CRABRAWLER}, - [SPECIES_CRABOMINABLE] = {0x8d00748, 0x800, SPECIES_CRABOMINABLE}, - [SPECIES_ORICORIO] = {0x8d00748, 0x800, SPECIES_ORICORIO}, - [SPECIES_CUTIEFLY] = {0x8d00748, 0x800, SPECIES_CUTIEFLY}, - [SPECIES_RIBOMBEE] = {0x8d00748, 0x800, SPECIES_RIBOMBEE}, - [SPECIES_ROCKRUFF] = {0x8d00748, 0x800, SPECIES_ROCKRUFF}, - [SPECIES_LYCANROC] = {0x8d00748, 0x800, SPECIES_LYCANROC}, - [SPECIES_WISHIWASHI] = {0x8d00748, 0x800, SPECIES_WISHIWASHI}, - [SPECIES_MAREANIE] = {0x8d00748, 0x800, SPECIES_MAREANIE}, - [SPECIES_TOXAPEX] = {0x8d00748, 0x800, SPECIES_TOXAPEX}, - [SPECIES_MUDBRAY] = {0x8d00748, 0x800, SPECIES_MUDBRAY}, - [SPECIES_MUDSDALE] = {0x8d00748, 0x800, SPECIES_MUDSDALE}, - [SPECIES_DEWPIDER] = {0x8d00748, 0x800, SPECIES_DEWPIDER}, - [SPECIES_ARAQUANID] = {0x8d00748, 0x800, SPECIES_ARAQUANID}, - [SPECIES_FOMANTIS] = {0x8d00748, 0x800, SPECIES_FOMANTIS}, - [SPECIES_LURANTIS] = {0x8d00748, 0x800, SPECIES_LURANTIS}, - [SPECIES_MORELULL] = {0x8d00748, 0x800, SPECIES_MORELULL}, - [SPECIES_SHIINOTIC] = {0x8d00748, 0x800, SPECIES_SHIINOTIC}, - [SPECIES_SALANDIT] = {0x8d00748, 0x800, SPECIES_SALANDIT}, - [SPECIES_SALAZZLE] = {0x8d00748, 0x800, SPECIES_SALAZZLE}, - [SPECIES_STUFFUL] = {0x8d00748, 0x800, SPECIES_STUFFUL}, - [SPECIES_BEWEAR] = {0x8d00748, 0x800, SPECIES_BEWEAR}, - [SPECIES_BOUNSWEET] = {0x8d00748, 0x800, SPECIES_BOUNSWEET}, - [SPECIES_STEENEE] = {0x8d00748, 0x800, SPECIES_STEENEE}, - [SPECIES_TSAREENA] = {0x8d00748, 0x800, SPECIES_TSAREENA}, - [SPECIES_COMFEY] = {0x8d00748, 0x800, SPECIES_COMFEY}, - [SPECIES_ORANGURU] = {0x8d00748, 0x800, SPECIES_ORANGURU}, - [SPECIES_PASSIMIAN] = {0x8d00748, 0x800, SPECIES_PASSIMIAN}, - [SPECIES_WIMPOD] = {0x8d00748, 0x800, SPECIES_WIMPOD}, - [SPECIES_GOLISOPOD] = {0x8d00748, 0x800, SPECIES_GOLISOPOD}, - [SPECIES_SANDYGAST] = {0x8d00748, 0x800, SPECIES_SANDYGAST}, - [SPECIES_PALOSSAND] = {0x8d00748, 0x800, SPECIES_PALOSSAND}, - [SPECIES_PYUKUMUKU] = {0x8d00748, 0x800, SPECIES_PYUKUMUKU}, - [SPECIES_TYPE_NULL] = {0x8d00748, 0x800, SPECIES_TYPE_NULL}, - [SPECIES_SILVALLY] = {0x8d00748, 0x800, SPECIES_SILVALLY}, - [SPECIES_MINIOR_SHIELD] = {0x8d00748, 0x800, SPECIES_MINIOR_SHIELD}, - [SPECIES_KOMALA] = {0x8d00748, 0x800, SPECIES_KOMALA}, - [SPECIES_TURTONATOR] = {0x8d00748, 0x800, SPECIES_TURTONATOR}, - [SPECIES_TOGEDEMARU] = {0x8d00748, 0x800, SPECIES_TOGEDEMARU}, - [SPECIES_MIMIKYU] = {0x8d00748, 0x800, SPECIES_MIMIKYU}, - [SPECIES_BRUXISH] = {0x8d00748, 0x800, SPECIES_BRUXISH}, - [SPECIES_DRAMPA] = {0x8d00748, 0x800, SPECIES_DRAMPA}, - [SPECIES_DHELMISE] = {0x8d00748, 0x800, SPECIES_DHELMISE}, - [SPECIES_JANGMO_O] = {0x8d00748, 0x800, SPECIES_JANGMO_O}, - [SPECIES_HAKAMO_O] = {0x8d00748, 0x800, SPECIES_HAKAMO_O}, - [SPECIES_KOMMO_O] = {0x8d00748, 0x800, SPECIES_KOMMO_O}, - [SPECIES_TAPU_KOKO] = {0x8d00748, 0x800, SPECIES_TAPU_KOKO}, - [SPECIES_TAPU_LELE] = {0x8d00748, 0x800, SPECIES_TAPU_LELE}, - [SPECIES_TAPU_BULU] = {0x8d00748, 0x800, SPECIES_TAPU_BULU}, - [SPECIES_TAPU_FINI] = {0x8d00748, 0x800, SPECIES_TAPU_FINI}, - [SPECIES_COSMOG] = {0x8d00748, 0x800, SPECIES_COSMOG}, - [SPECIES_COSMOEM] = {0x8d00748, 0x800, SPECIES_COSMOEM}, - [SPECIES_SOLGALEO] = {0x8d00748, 0x800, SPECIES_SOLGALEO}, - [SPECIES_LUNALA] = {0x8d00748, 0x800, SPECIES_LUNALA}, - [SPECIES_NIHILEGO] = {0x8d00748, 0x800, SPECIES_NIHILEGO}, - [SPECIES_BUZZWOLE] = {0x8d00748, 0x800, SPECIES_BUZZWOLE}, - [SPECIES_PHEROMOSA] = {0x8d00748, 0x800, SPECIES_PHEROMOSA}, - [SPECIES_XURKITREE] = {0x8d00748, 0x800, SPECIES_XURKITREE}, - [SPECIES_CELESTEELA] = {0x8d00748, 0x800, SPECIES_CELESTEELA}, - [SPECIES_KARTANA] = {0x8d00748, 0x800, SPECIES_KARTANA}, - [SPECIES_GUZZLORD] = {0x8d00748, 0x800, SPECIES_GUZZLORD}, - [SPECIES_NECROZMA] = {0x8d00748, 0x800, SPECIES_NECROZMA}, - [SPECIES_MAGEARNA] = {0x8d00748, 0x800, SPECIES_MAGEARNA}, - [SPECIES_MARSHADOW] = {0x8d00748, 0x800, SPECIES_MARSHADOW}, - [SPECIES_RATTATA_A] = {0x8d00748, 0x800, SPECIES_RATTATA_A}, - [SPECIES_RATICATE_A] = {0x8d00748, 0x800, SPECIES_RATICATE_A}, - [SPECIES_RAICHU_A] = {0x8d00748, 0x800, SPECIES_RAICHU_A}, - [SPECIES_SANDSHREW_A] = {0x8d00748, 0x800, SPECIES_SANDSHREW_A}, - [SPECIES_SANDSLASH_A] = {0x8d00748, 0x800, SPECIES_SANDSLASH_A}, - [SPECIES_VULPIX_A] = {0x8d00748, 0x800, SPECIES_VULPIX_A}, - [SPECIES_NINETALES_A] = {0x8d00748, 0x800, SPECIES_NINETALES_A}, - [SPECIES_DIGLETT_A] = {0x8d00748, 0x800, SPECIES_DIGLETT_A}, - [SPECIES_DUGTRIO_A] = {0x8d00748, 0x800, SPECIES_DUGTRIO_A}, - [SPECIES_MEOWTH_A] = {0x8d00748, 0x800, SPECIES_MEOWTH_A}, - [SPECIES_PERSIAN_A] = {0x8d00748, 0x800, SPECIES_PERSIAN_A}, - [SPECIES_GEODUDE_A] = {0x8d00748, 0x800, SPECIES_GEODUDE_A}, - [SPECIES_GRAVELER_A] = {0x8d00748, 0x800, SPECIES_GRAVELER_A}, - [SPECIES_GOLEM_A] = {0x8d00748, 0x800, SPECIES_GOLEM_A}, - [SPECIES_GRIMER_A] = {0x8d00748, 0x800, SPECIES_GRIMER_A}, - [SPECIES_MUK_A] = {0x8d00748, 0x800, SPECIES_MUK_A}, - [SPECIES_EXEGGCUTE_A] = {0x8d00748, 0x800, SPECIES_EXEGGCUTE_A}, - [SPECIES_EXEGGUTOR_A] = {0x8d00748, 0x800, SPECIES_EXEGGUTOR_A}, - [SPECIES_CUBONE_A] = {0x8d00748, 0x800, SPECIES_CUBONE_A}, - [SPECIES_MAROWAK_A] = {0x8d00748, 0x800, SPECIES_MAROWAK_A}, - [SPECIES_DEOXYS_ATTACK] = {0x8d00748, 0x800, SPECIES_DEOXYS_ATTACK}, - [SPECIES_DEOXYS_DEFENSE] = {0x8d00748, 0x800, SPECIES_DEOXYS_DEFENSE}, - [SPECIES_DEOXYS_SPEED] = {0x8d00748, 0x800, SPECIES_DEOXYS_SPEED}, - [SPECIES_ORICORIO_Y] = {0x8d00748, 0x800, SPECIES_ORICORIO_Y}, - [SPECIES_ORICORIO_P] = {0x8d00748, 0x800, SPECIES_ORICORIO_P}, - [SPECIES_ORICORIO_S] = {0x8d00748, 0x800, SPECIES_ORICORIO_S}, - [SPECIES_LYCANROC_N] = {0x8d00748, 0x800, SPECIES_LYCANROC_N}, - [SPECIES_WISHIWASHI_S] = {0x8d00748, 0x800, SPECIES_WISHIWASHI_S}, - [SPECIES_SILVALLY_FIGHT] = {0x8d00748, 0x800, SPECIES_SILVALLY_FIGHT}, - [SPECIES_SILVALLY_FLYING] = {0x8d00748, 0x800, SPECIES_SILVALLY_FLYING}, - [SPECIES_SILVALLY_POISON] = {0x8d00748, 0x800, SPECIES_SILVALLY_POISON}, - [SPECIES_SILVALLY_GROUND] = {0x8d00748, 0x800, SPECIES_SILVALLY_GROUND}, - [SPECIES_SILVALLY_ROCK] = {0x8d00748, 0x800, SPECIES_SILVALLY_ROCK}, - [SPECIES_SILVALLY_BUG] = {0x8d00748, 0x800, SPECIES_SILVALLY_BUG}, - [SPECIES_SILVALLY_GHOST] = {0x8d00748, 0x800, SPECIES_SILVALLY_GHOST}, - [SPECIES_SILVALLY_STEEL] = {0x8d00748, 0x800, SPECIES_SILVALLY_STEEL}, - [SPECIES_SILVALLY_FIRE] = {0x8d00748, 0x800, SPECIES_SILVALLY_FIRE}, - [SPECIES_SILVALLY_WATER] = {0x8d00748, 0x800, SPECIES_SILVALLY_WATER}, - [SPECIES_SILVALLY_GRASS] = {0x8d00748, 0x800, SPECIES_SILVALLY_GRASS}, - [SPECIES_SILVALLY_ELECTRIC] = {0x8d00748, 0x800, SPECIES_SILVALLY_ELECTRIC}, - [SPECIES_SILVALLY_PSYCHIC] = {0x8d00748, 0x800, SPECIES_SILVALLY_PSYCHIC}, - [SPECIES_SILVALLY_ICE] = {0x8d00748, 0x800, SPECIES_SILVALLY_ICE}, - [SPECIES_SILVALLY_DRAGON] = {0x8d00748, 0x800, SPECIES_SILVALLY_DRAGON}, - [SPECIES_SILVALLY_DARK] = {0x8d00748, 0x800, SPECIES_SILVALLY_DARK}, - [SPECIES_SILVALLY_FAIRY] = {0x8d00748, 0x800, SPECIES_SILVALLY_FAIRY}, - [SPECIES_MINIOR_RED] = {0x8d00748, 0x800, SPECIES_MINIOR_RED}, - [SPECIES_MINIOR_BLUE] = {0x8d00748, 0x800, SPECIES_MINIOR_BLUE}, - [SPECIES_MINIOR_ORANGE] = {0x8d00748, 0x800, SPECIES_MINIOR_ORANGE}, - [SPECIES_MINIOR_YELLOW] = {0x8d00748, 0x800, SPECIES_MINIOR_YELLOW}, - [SPECIES_MINIOR_INDIGO] = {0x8d00748, 0x800, SPECIES_MINIOR_INDIGO}, - [SPECIES_MINIOR_GREEN] = {0x8d00748, 0x800, SPECIES_MINIOR_GREEN}, - [SPECIES_MINIOR_VIOLET] = {0x8d00748, 0x800, SPECIES_MINIOR_VIOLET}, - [SPECIES_MIMIKYU_BUSTED] = {0x8d00748, 0x800, SPECIES_MIMIKYU_BUSTED}, - [SPECIES_MAGEARNA_P] = {0x8d00748, 0x800, SPECIES_MAGEARNA_P}, - [SPECIES_POIPOLE] = {0x8d00748, 0x800, SPECIES_POIPOLE}, - [SPECIES_NAGANADEL] = {0x8d00748, 0x800, SPECIES_NAGANADEL}, - [SPECIES_STAKATAKA] = {0x8d00748, 0x800, SPECIES_STAKATAKA}, - [SPECIES_BLACEPHALON] = {0x8d00748, 0x800, SPECIES_BLACEPHALON}, - [SPECIES_ZERAORA] = {0x8d00748, 0x800, SPECIES_ZERAORA}, - [SPECIES_NECROZMA_MANE] = {0x8d00748, 0x800, SPECIES_NECROZMA_MANE}, - [SPECIES_NECROZMA_WINGS] = {0x8d00748, 0x800, SPECIES_NECROZMA_WINGS}, - [SPECIES_NECROZMA_ULTRA] = {0x8d00748, 0x800, SPECIES_NECROZMA_ULTRA}, - [SPECIES_LYCANROC_DUSK] = {0x8d00748, 0x800, SPECIES_LYCANROC_DUSK}, - [SPECIES_MELTAN] = {0x8d00748, 0x800, SPECIES_MELTAN}, - [SPECIES_MELMETAL] = {0x8d00748, 0x800, SPECIES_MELMETAL}, - [SPECIES_PIKACHU_SURFING] = {0x8d00748, 0x800, SPECIES_PIKACHU_SURFING}, - [SPECIES_PIKACHU_FLYING] = {0x8d00748, 0x800, SPECIES_PIKACHU_FLYING}, - [SPECIES_PIKACHU_COSPLAY] = {0x8d00748, 0x800, SPECIES_PIKACHU_COSPLAY}, - [SPECIES_PIKACHU_LIBRE] = {0x8d00748, 0x800, SPECIES_PIKACHU_LIBRE}, - [SPECIES_PIKACHU_POP_STAR] = {0x8d00748, 0x800, SPECIES_PIKACHU_POP_STAR}, - [SPECIES_PIKACHU_ROCK_STAR] = {0x8d00748, 0x800, SPECIES_PIKACHU_ROCK_STAR}, - [SPECIES_PIKACHU_BELLE] = {0x8d00748, 0x800, SPECIES_PIKACHU_BELLE}, - [SPECIES_PIKACHU_PHD] = {0x8d00748, 0x800, SPECIES_PIKACHU_PHD}, - [SPECIES_PIKACHU_CAP_ORIGINAL] = {0x8d00748, 0x800, SPECIES_PIKACHU_CAP_ORIGINAL}, - [SPECIES_PIKACHU_CAP_HOENN] = {0x8d00748, 0x800, SPECIES_PIKACHU_CAP_HOENN}, - [SPECIES_PIKACHU_CAP_SINNOH] = {0x8d00748, 0x800, SPECIES_PIKACHU_CAP_SINNOH}, - [SPECIES_PIKACHU_CAP_UNOVA] = {0x8d00748, 0x800, SPECIES_PIKACHU_CAP_UNOVA}, - [SPECIES_PIKACHU_CAP_KALOS] = {0x8d00748, 0x800, SPECIES_PIKACHU_CAP_KALOS}, - [SPECIES_PIKACHU_CAP_ALOLA] = {0x8d00748, 0x800, SPECIES_PIKACHU_CAP_ALOLA}, - [SPECIES_PIKACHU_CAP_PARTNER] = {0x8d00748, 0x800, SPECIES_PIKACHU_CAP_PARTNER}, - [SPECIES_PICHU_SPIKY] = {0x8d00748, 0x800, SPECIES_PICHU_SPIKY}, - [SPECIES_XERNEAS_NATURAL] = {0x8d00748, 0x800, SPECIES_XERNEAS_NATURAL}, + [SPECIES_TURTWIG] = {gFrontSprite440TurtwigTiles, (64 * 64) / 2, SPECIES_TURTWIG}, + [SPECIES_GROTLE] = {gFrontSprite441GrotleTiles, (64 * 64) / 2, SPECIES_GROTLE}, + [SPECIES_TORTERRA] = {gFrontSprite442TorterraTiles, (64 * 64) / 2, SPECIES_TORTERRA}, + [SPECIES_CHIMCHAR] = {gFrontSprite443ChimcharTiles, (64 * 64) / 2, SPECIES_CHIMCHAR}, + [SPECIES_MONFERNO] = {gFrontSprite444MonfernoTiles, (64 * 64) / 2, SPECIES_MONFERNO}, + [SPECIES_INFERNAPE] = {gFrontSprite445InfernapeTiles, (64 * 64) / 2, SPECIES_INFERNAPE}, + [SPECIES_PIPLUP] = {gFrontSprite446PiplupTiles, (64 * 64) / 2, SPECIES_PIPLUP}, + [SPECIES_PRINPLUP] = {gFrontSprite447PrinplupTiles, (64 * 64) / 2, SPECIES_PRINPLUP}, + [SPECIES_EMPOLEON] = {gFrontSprite448EmpoleonTiles, (64 * 64) / 2, SPECIES_EMPOLEON}, + [SPECIES_STARLY] = {gFrontSprite449StarlyTiles, (64 * 64) / 2, SPECIES_STARLY}, + [SPECIES_STARAVIA] = {gFrontSprite450StaraviaTiles, (64 * 64) / 2, SPECIES_STARAVIA}, + [SPECIES_STARAPTOR] = {gFrontSprite451StaraptorTiles, (64 * 64) / 2, SPECIES_STARAPTOR}, + [SPECIES_BIDOOF] = {gFrontSprite452BidoofTiles, (64 * 64) / 2, SPECIES_BIDOOF}, + [SPECIES_BIBAREL] = {gFrontSprite453BibarelTiles, (64 * 64) / 2, SPECIES_BIBAREL}, + [SPECIES_KRICKETOT] = {gFrontSprite454KricketotTiles, (64 * 64) / 2, SPECIES_KRICKETOT}, + [SPECIES_KRICKETUNE] = {gFrontSprite455KricketuneTiles, (64 * 64) / 2, SPECIES_KRICKETUNE}, + [SPECIES_SHINX] = {gFrontSprite456ShinxTiles, (64 * 64) / 2, SPECIES_SHINX}, + [SPECIES_LUXIO] = {gFrontSprite457LuxioTiles, (64 * 64) / 2, SPECIES_LUXIO}, + [SPECIES_LUXRAY] = {gFrontSprite458LuxrayTiles, (64 * 64) / 2, SPECIES_LUXRAY}, + [SPECIES_BUDEW] = {gFrontSprite459BudewTiles, (64 * 64) / 2, SPECIES_BUDEW}, + [SPECIES_ROSERADE] = {gFrontSprite460RoseradeTiles, (64 * 64) / 2, SPECIES_ROSERADE}, + [SPECIES_CRANIDOS] = {gFrontSprite461CranidosTiles, (64 * 64) / 2, SPECIES_CRANIDOS}, + [SPECIES_RAMPARDOS] = {gFrontSprite462RampardosTiles, (64 * 64) / 2, SPECIES_RAMPARDOS}, + [SPECIES_SHIELDON] = {gFrontSprite463ShieldonTiles, (64 * 64) / 2, SPECIES_SHIELDON}, + [SPECIES_BASTIODON] = {gFrontSprite464BastiodonTiles, (64 * 64) / 2, SPECIES_BASTIODON}, + [SPECIES_BURMY] = {gFrontSprite465BurmyTiles, (64 * 64) / 2, SPECIES_BURMY}, + [SPECIES_WORMADAM] = {gFrontSprite466WormadamTiles, (64 * 64) / 2, SPECIES_WORMADAM}, + [SPECIES_MOTHIM] = {gFrontSprite467MothimTiles, (64 * 64) / 2, SPECIES_MOTHIM}, + [SPECIES_COMBEE] = {gFrontSprite468CombeeTiles, (64 * 64) / 2, SPECIES_COMBEE}, + [SPECIES_VESPIQUEN] = {gFrontSprite469VespiquenTiles, (64 * 64) / 2, SPECIES_VESPIQUEN}, + [SPECIES_PACHIRISU] = {gFrontSprite470PachirisuTiles, (64 * 64) / 2, SPECIES_PACHIRISU}, + [SPECIES_BUIZEL] = {gFrontSprite471BuizelTiles, (64 * 64) / 2, SPECIES_BUIZEL}, + [SPECIES_FLOATZEL] = {gFrontSprite472FloatzelTiles, (64 * 64) / 2, SPECIES_FLOATZEL}, + [SPECIES_CHERUBI] = {gFrontSprite473CherubiTiles, (64 * 64) / 2, SPECIES_CHERUBI}, + [SPECIES_CHERRIM] = {gFrontSprite474CherrimTiles, (64 * 64) / 2, SPECIES_CHERRIM}, + [SPECIES_SHELLOS] = {gFrontSprite475ShellosTiles, (64 * 64) / 2, SPECIES_SHELLOS}, + [SPECIES_GASTRODON] = {gFrontSprite476GastrodonTiles, (64 * 64) / 2, SPECIES_GASTRODON}, + [SPECIES_AMBIPOM] = {gFrontSprite477AmbipomTiles, (64 * 64) / 2, SPECIES_AMBIPOM}, + [SPECIES_DRIFLOON] = {gFrontSprite478DrifloonTiles, (64 * 64) / 2, SPECIES_DRIFLOON}, + [SPECIES_DRIFBLIM] = {gFrontSprite479DrifblimTiles, (64 * 64) / 2, SPECIES_DRIFBLIM}, + [SPECIES_BUNEARY] = {gFrontSprite480BunearyTiles, (64 * 64) / 2, SPECIES_BUNEARY}, + [SPECIES_LOPUNNY] = {gFrontSprite481LopunnyTiles, (64 * 64) / 2, SPECIES_LOPUNNY}, + [SPECIES_MISMAGIUS] = {gFrontSprite482MismagiusTiles, (64 * 64) / 2, SPECIES_MISMAGIUS}, + [SPECIES_HONCHKROW] = {gFrontSprite483HonchkrowTiles, (64 * 64) / 2, SPECIES_HONCHKROW}, + [SPECIES_GLAMEOW] = {gFrontSprite484GlameowTiles, (64 * 64) / 2, SPECIES_GLAMEOW}, + [SPECIES_PURUGLY] = {gFrontSprite485PuruglyTiles, (64 * 64) / 2, SPECIES_PURUGLY}, + [SPECIES_CHINGLING] = {gFrontSprite486ChinglingTiles, (64 * 64) / 2, SPECIES_CHINGLING}, + [SPECIES_STUNKY] = {gFrontSprite487StunkyTiles, (64 * 64) / 2, SPECIES_STUNKY}, + [SPECIES_SKUNTANK] = {gFrontSprite488SkuntankTiles, (64 * 64) / 2, SPECIES_SKUNTANK}, + [SPECIES_BRONZOR] = {gFrontSprite489BronzorTiles, (64 * 64) / 2, SPECIES_BRONZOR}, + [SPECIES_BRONZONG] = {gFrontSprite490BronzongTiles, (64 * 64) / 2, SPECIES_BRONZONG}, + [SPECIES_BONSLY] = {gFrontSprite491BonslyTiles, (64 * 64) / 2, SPECIES_BONSLY}, + [SPECIES_MIME_JR] = {gFrontSprite492MimeJrTiles, (64 * 64) / 2, SPECIES_MIME_JR}, + [SPECIES_HAPPINY] = {gFrontSprite493HappinyTiles, (64 * 64) / 2, SPECIES_HAPPINY}, + [SPECIES_CHATOT] = {gFrontSprite494ChatotTiles, (64 * 64) / 2, SPECIES_CHATOT}, + [SPECIES_SPIRITOMB] = {gFrontSprite495SpiritombTiles, (64 * 64) / 2, SPECIES_SPIRITOMB}, + [SPECIES_GIBLE] = {gFrontSprite496GibleTiles, (64 * 64) / 2, SPECIES_GIBLE}, + [SPECIES_GABITE] = {gFrontSprite497GabiteTiles, (64 * 64) / 2, SPECIES_GABITE}, + [SPECIES_GARCHOMP] = {gFrontSprite498GarchompTiles, (64 * 64) / 2, SPECIES_GARCHOMP}, + [SPECIES_MUNCHLAX] = {gFrontSprite499MunchlaxTiles, (64 * 64) / 2, SPECIES_MUNCHLAX}, + [SPECIES_RIOLU] = {gFrontSprite500RioluTiles, (64 * 64) / 2, SPECIES_RIOLU}, + [SPECIES_LUCARIO] = {gFrontSprite501LucarioTiles, (64 * 64) / 2, SPECIES_LUCARIO}, + [SPECIES_HIPPOPOTAS] = {gFrontSprite502HippopotasTiles, (64 * 64) / 2, SPECIES_HIPPOPOTAS}, + [SPECIES_HIPPOWDON] = {gFrontSprite503HippowdonTiles, (64 * 64) / 2, SPECIES_HIPPOWDON}, + [SPECIES_SKORUPI] = {gFrontSprite504SkorupiTiles, (64 * 64) / 2, SPECIES_SKORUPI}, + [SPECIES_DRAPION] = {gFrontSprite505DrapionTiles, (64 * 64) / 2, SPECIES_DRAPION}, + [SPECIES_CROAGUNK] = {gFrontSprite506CroagunkTiles, (64 * 64) / 2, SPECIES_CROAGUNK}, + [SPECIES_TOXICROAK] = {gFrontSprite507ToxicroakTiles, (64 * 64) / 2, SPECIES_TOXICROAK}, + [SPECIES_CARNIVINE] = {gFrontSprite508CarnivineTiles, (64 * 64) / 2, SPECIES_CARNIVINE}, + [SPECIES_FINNEON] = {gFrontSprite509FinneonTiles, (64 * 64) / 2, SPECIES_FINNEON}, + [SPECIES_LUMINEON] = {gFrontSprite510LumineonTiles, (64 * 64) / 2, SPECIES_LUMINEON}, + [SPECIES_MANTYKE] = {gFrontSprite511MantykeTiles, (64 * 64) / 2, SPECIES_MANTYKE}, + [SPECIES_SNOVER] = {gFrontSprite512SnoverTiles, (64 * 64) / 2, SPECIES_SNOVER}, + [SPECIES_ABOMASNOW] = {gFrontSprite513AbomasnowTiles, (64 * 64) / 2, SPECIES_ABOMASNOW}, + [SPECIES_WEAVILE] = {gFrontSprite514WeavileTiles, (64 * 64) / 2, SPECIES_WEAVILE}, + [SPECIES_MAGNEZONE] = {gFrontSprite515MagnezoneTiles, (64 * 64) / 2, SPECIES_MAGNEZONE}, + [SPECIES_LICKILICKY] = {gFrontSprite516LickilickyTiles, (64 * 64) / 2, SPECIES_LICKILICKY}, + [SPECIES_RHYPERIOR] = {gFrontSprite517RhyperiorTiles, (64 * 64) / 2, SPECIES_RHYPERIOR}, + [SPECIES_TANGROWTH] = {gFrontSprite518TangrowthTiles, (64 * 64) / 2, SPECIES_TANGROWTH}, + [SPECIES_ELECTIVIRE] = {gFrontSprite519ElectivireTiles, (64 * 64) / 2, SPECIES_ELECTIVIRE}, + [SPECIES_MAGMORTAR] = {gFrontSprite520MagmortarTiles, (64 * 64) / 2, SPECIES_MAGMORTAR}, + [SPECIES_TOGEKISS] = {gFrontSprite521TogekissTiles, (64 * 64) / 2, SPECIES_TOGEKISS}, + [SPECIES_YANMEGA] = {gFrontSprite522YanmegaTiles, (64 * 64) / 2, SPECIES_YANMEGA}, + [SPECIES_LEAFEON] = {gFrontSprite523LeafeonTiles, (64 * 64) / 2, SPECIES_LEAFEON}, + [SPECIES_GLACEON] = {gFrontSprite524GlaceonTiles, (64 * 64) / 2, SPECIES_GLACEON}, + [SPECIES_GLISCOR] = {gFrontSprite525GliscorTiles, (64 * 64) / 2, SPECIES_GLISCOR}, + [SPECIES_MAMOSWINE] = {gFrontSprite526MamoswineTiles, (64 * 64) / 2, SPECIES_MAMOSWINE}, + [SPECIES_PORYGON_Z] = {gFrontSprite527PorygonZTiles, (64 * 64) / 2, SPECIES_PORYGON_Z}, + [SPECIES_GALLADE] = {gFrontSprite528GalladeTiles, (64 * 64) / 2, SPECIES_GALLADE}, + [SPECIES_PROBOPASS] = {gFrontSprite529ProbopassTiles, (64 * 64) / 2, SPECIES_PROBOPASS}, + [SPECIES_DUSKNOIR] = {gFrontSprite530DusknoirTiles, (64 * 64) / 2, SPECIES_DUSKNOIR}, + [SPECIES_FROSLASS] = {gFrontSprite531FroslassTiles, (64 * 64) / 2, SPECIES_FROSLASS}, + [SPECIES_ROTOM] = {gFrontSprite532RotomTiles, (64 * 64) / 2, SPECIES_ROTOM}, + [SPECIES_UXIE] = {gFrontSprite533UxieTiles, (64 * 64) / 2, SPECIES_UXIE}, + [SPECIES_MESPRIT] = {gFrontSprite534MespritTiles, (64 * 64) / 2, SPECIES_MESPRIT}, + [SPECIES_AZELF] = {gFrontSprite535AzelfTiles, (64 * 64) / 2, SPECIES_AZELF}, + [SPECIES_DIALGA] = {gFrontSprite536DialgaTiles, (64 * 64) / 2, SPECIES_DIALGA}, + [SPECIES_PALKIA] = {gFrontSprite537PalkiaTiles, (64 * 64) / 2, SPECIES_PALKIA}, + [SPECIES_HEATRAN] = {gFrontSprite538HeatranTiles, (64 * 64) / 2, SPECIES_HEATRAN}, + [SPECIES_REGIGIGAS] = {gFrontSprite539RegigigasTiles, (64 * 64) / 2, SPECIES_REGIGIGAS}, + [SPECIES_GIRATINA] = {gFrontSprite540GiratinaTiles, (64 * 64) / 2, SPECIES_GIRATINA}, + [SPECIES_CRESSELIA] = {gFrontSprite541CresseliaTiles, (64 * 64) / 2, SPECIES_CRESSELIA}, + [SPECIES_PHIONE] = {gFrontSprite542PhioneTiles, (64 * 64) / 2, SPECIES_PHIONE}, + [SPECIES_MANAPHY] = {gFrontSprite543ManaphyTiles, (64 * 64) / 2, SPECIES_MANAPHY}, + [SPECIES_DARKRAI] = {gFrontSprite544DarkraiTiles, (64 * 64) / 2, SPECIES_DARKRAI}, + [SPECIES_SHAYMIN] = {gFrontSprite545ShayminTiles, (64 * 64) / 2, SPECIES_SHAYMIN}, + [SPECIES_ARCEUS] = {gFrontSprite546ArceusTiles, (64 * 64) / 2, SPECIES_ARCEUS}, + [SPECIES_VICTINI] = {gFrontSprite547VictiniTiles, (64 * 64) / 2, SPECIES_VICTINI}, + [SPECIES_SNIVY] = {gFrontSprite548SnivyTiles, (64 * 64) / 2, SPECIES_SNIVY}, + [SPECIES_SERVINE] = {gFrontSprite549ServineTiles, (64 * 64) / 2, SPECIES_SERVINE}, + [SPECIES_SERPERIOR] = {gFrontSprite550SerperiorTiles, (64 * 64) / 2, SPECIES_SERPERIOR}, + [SPECIES_TEPIG] = {gFrontSprite551TepigTiles, (64 * 64) / 2, SPECIES_TEPIG}, + [SPECIES_PIGNITE] = {gFrontSprite552PigniteTiles, (64 * 64) / 2, SPECIES_PIGNITE}, + [SPECIES_EMBOAR] = {gFrontSprite553EmboarTiles, (64 * 64) / 2, SPECIES_EMBOAR}, + [SPECIES_OSHAWOTT] = {gFrontSprite554OshawottTiles, (64 * 64) / 2, SPECIES_OSHAWOTT}, + [SPECIES_DEWOTT] = {gFrontSprite555DewottTiles, (64 * 64) / 2, SPECIES_DEWOTT}, + [SPECIES_SAMUROTT] = {gFrontSprite556SamurottTiles, (64 * 64) / 2, SPECIES_SAMUROTT}, + [SPECIES_PATRAT] = {gFrontSprite557PatratTiles, (64 * 64) / 2, SPECIES_PATRAT}, + [SPECIES_WATCHOG] = {gFrontSprite558WatchogTiles, (64 * 64) / 2, SPECIES_WATCHOG}, + [SPECIES_LILLIPUP] = {gFrontSprite559LillipupTiles, (64 * 64) / 2, SPECIES_LILLIPUP}, + [SPECIES_HERDIER] = {gFrontSprite560HerdierTiles, (64 * 64) / 2, SPECIES_HERDIER}, + [SPECIES_STOUTLAND] = {gFrontSprite561StoutlandTiles, (64 * 64) / 2, SPECIES_STOUTLAND}, + [SPECIES_PURRLOIN] = {gFrontSprite562PurrloinTiles, (64 * 64) / 2, SPECIES_PURRLOIN}, + [SPECIES_LIEPARD] = {gFrontSprite563LiepardTiles, (64 * 64) / 2, SPECIES_LIEPARD}, + [SPECIES_PANSAGE] = {gFrontSprite564PansageTiles, (64 * 64) / 2, SPECIES_PANSAGE}, + [SPECIES_SIMISAGE] = {gFrontSprite565SimisageTiles, (64 * 64) / 2, SPECIES_SIMISAGE}, + [SPECIES_PANSEAR] = {gFrontSprite566PansearTiles, (64 * 64) / 2, SPECIES_PANSEAR}, + [SPECIES_SIMISEAR] = {gFrontSprite567SimisearTiles, (64 * 64) / 2, SPECIES_SIMISEAR}, + [SPECIES_PANPOUR] = {gFrontSprite568PanpourTiles, (64 * 64) / 2, SPECIES_PANPOUR}, + [SPECIES_SIMIPOUR] = {gFrontSprite569SimipourTiles, (64 * 64) / 2, SPECIES_SIMIPOUR}, + [SPECIES_MUNNA] = {gFrontSprite570MunnaTiles, (64 * 64) / 2, SPECIES_MUNNA}, + [SPECIES_MUSHARNA] = {gFrontSprite571MusharnaTiles, (64 * 64) / 2, SPECIES_MUSHARNA}, + [SPECIES_PIDOVE] = {gFrontSprite572PidoveTiles, (64 * 64) / 2, SPECIES_PIDOVE}, + [SPECIES_TRANQUILL] = {gFrontSprite573TranquillTiles, (64 * 64) / 2, SPECIES_TRANQUILL}, + [SPECIES_UNFEZANT] = {gFrontSprite574UnfezantTiles, (64 * 64) / 2, SPECIES_UNFEZANT}, + [SPECIES_BLITZLE] = {gFrontSprite575BlitzleTiles, (64 * 64) / 2, SPECIES_BLITZLE}, + [SPECIES_ZEBSTRIKA] = {gFrontSprite576ZebstrikaTiles, (64 * 64) / 2, SPECIES_ZEBSTRIKA}, + [SPECIES_ROGGENROLA] = {gFrontSprite577RoggenrolaTiles, (64 * 64) / 2, SPECIES_ROGGENROLA}, + [SPECIES_BOLDORE] = {gFrontSprite578BoldoreTiles, (64 * 64) / 2, SPECIES_BOLDORE}, + [SPECIES_GIGALITH] = {gFrontSprite579GigalithTiles, (64 * 64) / 2, SPECIES_GIGALITH}, + [SPECIES_WOOBAT] = {gFrontSprite580WoobatTiles, (64 * 64) / 2, SPECIES_WOOBAT}, + [SPECIES_SWOOBAT] = {gFrontSprite581SwoobatTiles, (64 * 64) / 2, SPECIES_SWOOBAT}, + [SPECIES_DRILBUR] = {gFrontSprite582DrilburTiles, (64 * 64) / 2, SPECIES_DRILBUR}, + [SPECIES_EXCADRILL] = {gFrontSprite583ExcadrillTiles, (64 * 64) / 2, SPECIES_EXCADRILL}, + [SPECIES_AUDINO] = {gFrontSprite584AudinoTiles, (64 * 64) / 2, SPECIES_AUDINO}, + [SPECIES_TIMBURR] = {gFrontSprite585TimburrTiles, (64 * 64) / 2, SPECIES_TIMBURR}, + [SPECIES_GURDURR] = {gFrontSprite586GurdurrTiles, (64 * 64) / 2, SPECIES_GURDURR}, + [SPECIES_CONKELDURR] = {gFrontSprite587ConkeldurrTiles, (64 * 64) / 2, SPECIES_CONKELDURR}, + [SPECIES_TYMPOLE] = {gFrontSprite588TympoleTiles, (64 * 64) / 2, SPECIES_TYMPOLE}, + [SPECIES_PALPITOAD] = {gFrontSprite589PalpitoadTiles, (64 * 64) / 2, SPECIES_PALPITOAD}, + [SPECIES_SEISMITOAD] = {gFrontSprite590SeismitoadTiles, (64 * 64) / 2, SPECIES_SEISMITOAD}, + [SPECIES_THROH] = {gFrontSprite591ThrohTiles, (64 * 64) / 2, SPECIES_THROH}, + [SPECIES_SAWK] = {gFrontSprite592SawkTiles, (64 * 64) / 2, SPECIES_SAWK}, + [SPECIES_SEWADDLE] = {gFrontSprite593SewaddleTiles, (64 * 64) / 2, SPECIES_SEWADDLE}, + [SPECIES_SWADLOON] = {gFrontSprite594SwadloonTiles, (64 * 64) / 2, SPECIES_SWADLOON}, + [SPECIES_LEAVANNY] = {gFrontSprite595LeavannyTiles, (64 * 64) / 2, SPECIES_LEAVANNY}, + [SPECIES_VENIPEDE] = {gFrontSprite596VenipedeTiles, (64 * 64) / 2, SPECIES_VENIPEDE}, + [SPECIES_WHIRLIPEDE] = {gFrontSprite597WhirlipedeTiles, (64 * 64) / 2, SPECIES_WHIRLIPEDE}, + [SPECIES_SCOLIPEDE] = {gFrontSprite598ScolipedeTiles, (64 * 64) / 2, SPECIES_SCOLIPEDE}, + [SPECIES_COTTONEE] = {gFrontSprite599CottoneeTiles, (64 * 64) / 2, SPECIES_COTTONEE}, + [SPECIES_WHIMSICOTT] = {gFrontSprite600WhimsicottTiles, (64 * 64) / 2, SPECIES_WHIMSICOTT}, + [SPECIES_PETILIL] = {gFrontSprite601PetililTiles, (64 * 64) / 2, SPECIES_PETILIL}, + [SPECIES_LILLIGANT] = {gFrontSprite602LilligantTiles, (64 * 64) / 2, SPECIES_LILLIGANT}, + [SPECIES_BASCULIN_RED] = {gFrontSprite603BasculinRedTiles, (64 * 64) / 2, SPECIES_BASCULIN_RED}, + [SPECIES_SANDILE] = {gFrontSprite604SandileTiles, (64 * 64) / 2, SPECIES_SANDILE}, + [SPECIES_KROKOROK] = {gFrontSprite605KrokorokTiles, (64 * 64) / 2, SPECIES_KROKOROK}, + [SPECIES_KROOKODILE] = {gFrontSprite606KrookodileTiles, (64 * 64) / 2, SPECIES_KROOKODILE}, + [SPECIES_DARUMAKA] = {gFrontSprite607DarumakaTiles, (64 * 64) / 2, SPECIES_DARUMAKA}, + [SPECIES_DARMANITAN] = {gFrontSprite608DarmanitanTiles, (64 * 64) / 2, SPECIES_DARMANITAN}, + [SPECIES_MARACTUS] = {gFrontSprite609MaractusTiles, (64 * 64) / 2, SPECIES_MARACTUS}, + [SPECIES_DWEBBLE] = {gFrontSprite610DwebbleTiles, (64 * 64) / 2, SPECIES_DWEBBLE}, + [SPECIES_CRUSTLE] = {gFrontSprite611CrustleTiles, (64 * 64) / 2, SPECIES_CRUSTLE}, + [SPECIES_SCRAGGY] = {gFrontSprite612ScraggyTiles, (64 * 64) / 2, SPECIES_SCRAGGY}, + [SPECIES_SCRAFTY] = {gFrontSprite613ScraftyTiles, (64 * 64) / 2, SPECIES_SCRAFTY}, + [SPECIES_SIGILYPH] = {gFrontSprite614SigilyphTiles, (64 * 64) / 2, SPECIES_SIGILYPH}, + [SPECIES_YAMASK] = {gFrontSprite615YamaskTiles, (64 * 64) / 2, SPECIES_YAMASK}, + [SPECIES_COFAGRIGUS] = {gFrontSprite616CofagrigusTiles, (64 * 64) / 2, SPECIES_COFAGRIGUS}, + [SPECIES_TIRTOUGA] = {gFrontSprite617TirtougaTiles, (64 * 64) / 2, SPECIES_TIRTOUGA}, + [SPECIES_CARRACOSTA] = {gFrontSprite618CarracostaTiles, (64 * 64) / 2, SPECIES_CARRACOSTA}, + [SPECIES_ARCHEN] = {gFrontSprite619ArchenTiles, (64 * 64) / 2, SPECIES_ARCHEN}, + [SPECIES_ARCHEOPS] = {gFrontSprite620ArcheopsTiles, (64 * 64) / 2, SPECIES_ARCHEOPS}, + [SPECIES_TRUBBISH] = {gFrontSprite621TrubbishTiles, (64 * 64) / 2, SPECIES_TRUBBISH}, + [SPECIES_GARBODOR] = {gFrontSprite622GarbodorTiles, (64 * 64) / 2, SPECIES_GARBODOR}, + [SPECIES_ZORUA] = {gFrontSprite623ZoruaTiles, (64 * 64) / 2, SPECIES_ZORUA}, + [SPECIES_ZOROARK] = {gFrontSprite624ZoroarkTiles, (64 * 64) / 2, SPECIES_ZOROARK}, + [SPECIES_MINCCINO] = {gFrontSprite625MinccinoTiles, (64 * 64) / 2, SPECIES_MINCCINO}, + [SPECIES_CINCCINO] = {gFrontSprite626CinccinoTiles, (64 * 64) / 2, SPECIES_CINCCINO}, + [SPECIES_GOTHITA] = {gFrontSprite627GothitaTiles, (64 * 64) / 2, SPECIES_GOTHITA}, + [SPECIES_GOTHORITA] = {gFrontSprite628GothoritaTiles, (64 * 64) / 2, SPECIES_GOTHORITA}, + [SPECIES_GOTHITELLE] = {gFrontSprite629GothitelleTiles, (64 * 64) / 2, SPECIES_GOTHITELLE}, + [SPECIES_SOLOSIS] = {gFrontSprite630SolosisTiles, (64 * 64) / 2, SPECIES_SOLOSIS}, + [SPECIES_DUOSION] = {gFrontSprite631DuosionTiles, (64 * 64) / 2, SPECIES_DUOSION}, + [SPECIES_REUNICLUS] = {gFrontSprite632ReuniclusTiles, (64 * 64) / 2, SPECIES_REUNICLUS}, + [SPECIES_DUCKLETT] = {gFrontSprite633DucklettTiles, (64 * 64) / 2, SPECIES_DUCKLETT}, + [SPECIES_SWANNA] = {gFrontSprite634SwannaTiles, (64 * 64) / 2, SPECIES_SWANNA}, + [SPECIES_VANILLITE] = {gFrontSprite635VanilliteTiles, (64 * 64) / 2, SPECIES_VANILLITE}, + [SPECIES_VANILLISH] = {gFrontSprite636VanillishTiles, (64 * 64) / 2, SPECIES_VANILLISH}, + [SPECIES_VANILLUXE] = {gFrontSprite637VanilluxeTiles, (64 * 64) / 2, SPECIES_VANILLUXE}, + [SPECIES_DEERLING] = {gFrontSprite638DeerlingTiles, (64 * 64) / 2, SPECIES_DEERLING}, + [SPECIES_SAWSBUCK] = {gFrontSprite639SawsbuckTiles, (64 * 64) / 2, SPECIES_SAWSBUCK}, + [SPECIES_EMOLGA] = {gFrontSprite640EmolgaTiles, (64 * 64) / 2, SPECIES_EMOLGA}, + [SPECIES_KARRABLAST] = {gFrontSprite641KarrablastTiles, (64 * 64) / 2, SPECIES_KARRABLAST}, + [SPECIES_ESCAVALIER] = {gFrontSprite642EscavalierTiles, (64 * 64) / 2, SPECIES_ESCAVALIER}, + [SPECIES_FOONGUS] = {gFrontSprite643FoongusTiles, (64 * 64) / 2, SPECIES_FOONGUS}, + [SPECIES_AMOONGUSS] = {gFrontSprite644AmoongussTiles, (64 * 64) / 2, SPECIES_AMOONGUSS}, + [SPECIES_FRILLISH] = {gFrontSprite645FrillishTiles, (64 * 64) / 2, SPECIES_FRILLISH}, + [SPECIES_JELLICENT] = {gFrontSprite646JellicentTiles, (64 * 64) / 2, SPECIES_JELLICENT}, + [SPECIES_ALOMOMOLA] = {gFrontSprite647AlomomolaTiles, (64 * 64) / 2, SPECIES_ALOMOMOLA}, + [SPECIES_JOLTIK] = {gFrontSprite648JoltikTiles, (64 * 64) / 2, SPECIES_JOLTIK}, + [SPECIES_GALVANTULA] = {gFrontSprite649GalvantulaTiles, (64 * 64) / 2, SPECIES_GALVANTULA}, + [SPECIES_FERROSEED] = {gFrontSprite650FerroseedTiles, (64 * 64) / 2, SPECIES_FERROSEED}, + [SPECIES_FERROTHORN] = {gFrontSprite651FerrothornTiles, (64 * 64) / 2, SPECIES_FERROTHORN}, + [SPECIES_KLINK] = {gFrontSprite652KlinkTiles, (64 * 64) / 2, SPECIES_KLINK}, + [SPECIES_KLANG] = {gFrontSprite653KlangTiles, (64 * 64) / 2, SPECIES_KLANG}, + [SPECIES_KLINKLANG] = {gFrontSprite654KlinklangTiles, (64 * 64) / 2, SPECIES_KLINKLANG}, + [SPECIES_TYNAMO] = {gFrontSprite655TynamoTiles, (64 * 64) / 2, SPECIES_TYNAMO}, + [SPECIES_EELEKTRIK] = {gFrontSprite656EelektrikTiles, (64 * 64) / 2, SPECIES_EELEKTRIK}, + [SPECIES_EELEKTROSS] = {gFrontSprite657EelektrossTiles, (64 * 64) / 2, SPECIES_EELEKTROSS}, + [SPECIES_ELGYEM] = {gFrontSprite658ElgyemTiles, (64 * 64) / 2, SPECIES_ELGYEM}, + [SPECIES_BEHEEYEM] = {gFrontSprite659BeheeyemTiles, (64 * 64) / 2, SPECIES_BEHEEYEM}, + [SPECIES_LITWICK] = {gFrontSprite660LitwickTiles, (64 * 64) / 2, SPECIES_LITWICK}, + [SPECIES_LAMPENT] = {gFrontSprite661LampentTiles, (64 * 64) / 2, SPECIES_LAMPENT}, + [SPECIES_CHANDELURE] = {gFrontSprite662ChandelureTiles, (64 * 64) / 2, SPECIES_CHANDELURE}, + [SPECIES_AXEW] = {gFrontSprite663AxewTiles, (64 * 64) / 2, SPECIES_AXEW}, + [SPECIES_FRAXURE] = {gFrontSprite664FraxureTiles, (64 * 64) / 2, SPECIES_FRAXURE}, + [SPECIES_HAXORUS] = {gFrontSprite665HaxorusTiles, (64 * 64) / 2, SPECIES_HAXORUS}, + [SPECIES_CUBCHOO] = {gFrontSprite666CubchooTiles, (64 * 64) / 2, SPECIES_CUBCHOO}, + [SPECIES_BEARTIC] = {gFrontSprite667BearticTiles, (64 * 64) / 2, SPECIES_BEARTIC}, + [SPECIES_CRYOGONAL] = {gFrontSprite668CryogonalTiles, (64 * 64) / 2, SPECIES_CRYOGONAL}, + [SPECIES_SHELMET] = {gFrontSprite669ShelmetTiles, (64 * 64) / 2, SPECIES_SHELMET}, + [SPECIES_ACCELGOR] = {gFrontSprite670AccelgorTiles, (64 * 64) / 2, SPECIES_ACCELGOR}, + [SPECIES_STUNFISK] = {gFrontSprite671StunfiskTiles, (64 * 64) / 2, SPECIES_STUNFISK}, + [SPECIES_MIENFOO] = {gFrontSprite672MienfooTiles, (64 * 64) / 2, SPECIES_MIENFOO}, + [SPECIES_MIENSHAO] = {gFrontSprite673MienshaoTiles, (64 * 64) / 2, SPECIES_MIENSHAO}, + [SPECIES_DRUDDIGON] = {gFrontSprite674DruddigonTiles, (64 * 64) / 2, SPECIES_DRUDDIGON}, + [SPECIES_GOLETT] = {gFrontSprite675GolettTiles, (64 * 64) / 2, SPECIES_GOLETT}, + [SPECIES_GOLURK] = {gFrontSprite676GolurkTiles, (64 * 64) / 2, SPECIES_GOLURK}, + [SPECIES_PAWNIARD] = {gFrontSprite677PawniardTiles, (64 * 64) / 2, SPECIES_PAWNIARD}, + [SPECIES_BISHARP] = {gFrontSprite678BisharpTiles, (64 * 64) / 2, SPECIES_BISHARP}, + [SPECIES_BOUFFALANT] = {gFrontSprite679BouffalantTiles, (64 * 64) / 2, SPECIES_BOUFFALANT}, + [SPECIES_RUFFLET] = {gFrontSprite680RuffletTiles, (64 * 64) / 2, SPECIES_RUFFLET}, + [SPECIES_BRAVIARY] = {gFrontSprite681BraviaryTiles, (64 * 64) / 2, SPECIES_BRAVIARY}, + [SPECIES_VULLABY] = {gFrontSprite682VullabyTiles, (64 * 64) / 2, SPECIES_VULLABY}, + [SPECIES_MANDIBUZZ] = {gFrontSprite683MandibuzzTiles, (64 * 64) / 2, SPECIES_MANDIBUZZ}, + [SPECIES_HEATMOR] = {gFrontSprite684HeatmorTiles, (64 * 64) / 2, SPECIES_HEATMOR}, + [SPECIES_DURANT] = {gFrontSprite685DurantTiles, (64 * 64) / 2, SPECIES_DURANT}, + [SPECIES_DEINO] = {gFrontSprite686DeinoTiles, (64 * 64) / 2, SPECIES_DEINO}, + [SPECIES_ZWEILOUS] = {gFrontSprite687ZweilousTiles, (64 * 64) / 2, SPECIES_ZWEILOUS}, + [SPECIES_HYDREIGON] = {gFrontSprite688HydreigonTiles, (64 * 64) / 2, SPECIES_HYDREIGON}, + [SPECIES_LARVESTA] = {gFrontSprite689LarvestaTiles, (64 * 64) / 2, SPECIES_LARVESTA}, + [SPECIES_VOLCARONA] = {gFrontSprite690VolcaronaTiles, (64 * 64) / 2, SPECIES_VOLCARONA}, + [SPECIES_COBALION] = {gFrontSprite691CobalionTiles, (64 * 64) / 2, SPECIES_COBALION}, + [SPECIES_TERRAKION] = {gFrontSprite692TerrakionTiles, (64 * 64) / 2, SPECIES_TERRAKION}, + [SPECIES_VIRIZION] = {gFrontSprite693VirizionTiles, (64 * 64) / 2, SPECIES_VIRIZION}, + [SPECIES_TORNADUS] = {gFrontSprite694TornadusTiles, (64 * 64) / 2, SPECIES_TORNADUS}, + [SPECIES_THUNDURUS] = {gFrontSprite695ThundurusTiles, (64 * 64) / 2, SPECIES_THUNDURUS}, + [SPECIES_RESHIRAM] = {gFrontSprite696ReshiramTiles, (64 * 64) / 2, SPECIES_RESHIRAM}, + [SPECIES_ZEKROM] = {gFrontSprite697ZekromTiles, (64 * 64) / 2, SPECIES_ZEKROM}, + [SPECIES_LANDORUS] = {gFrontSprite698LandorusTiles, (64 * 64) / 2, SPECIES_LANDORUS}, + [SPECIES_KYUREM] = {gFrontSprite699KyuremTiles, (64 * 64) / 2, SPECIES_KYUREM}, + [SPECIES_KELDEO] = {gFrontSprite700KeldeoTiles, (64 * 64) / 2, SPECIES_KELDEO}, + [SPECIES_MELOETTA] = {gFrontSprite701MeloettaTiles, (64 * 64) / 2, SPECIES_MELOETTA}, + [SPECIES_GENESECT] = {gFrontSprite702GenesectTiles, (64 * 64) / 2, SPECIES_GENESECT}, + [SPECIES_UNFEZANT_F] = {gFrontSprite703UnfezantFTiles, (64 * 64) / 2, SPECIES_UNFEZANT_F}, + [SPECIES_FRILLISH_F] = {gFrontSprite704FrillishFTiles, (64 * 64) / 2, SPECIES_FRILLISH_F}, + [SPECIES_JELLICENT_F] = {gFrontSprite705JellicentFTiles, (64 * 64) / 2, SPECIES_JELLICENT_F}, + [SPECIES_SHADOW_WARRIOR] = {gFrontSprite000NoneTiles/*gFrontSprite706ShadowWarriorTiles*/, (64 * 64) / 2, SPECIES_SHADOW_WARRIOR}, + [SPECIES_BURMY_SANDY] = {gFrontSprite707BurmySandyTiles, (64 * 64) / 2, SPECIES_BURMY_SANDY}, + [SPECIES_BURMY_TRASH] = {gFrontSprite708BurmyTrashTiles, (64 * 64) / 2, SPECIES_BURMY_TRASH}, + [SPECIES_WORMADAM_SANDY] = {gFrontSprite709WormadamSandyTiles, (64 * 64) / 2, SPECIES_WORMADAM_SANDY}, + [SPECIES_WORMADAM_TRASH] = {gFrontSprite710WormadamTrashTiles, (64 * 64) / 2, SPECIES_WORMADAM_TRASH}, + [SPECIES_SHELLOS_EAST] = {gFrontSprite711ShellosEastTiles, (64 * 64) / 2, SPECIES_SHELLOS_EAST}, + [SPECIES_GASTRODON_EAST] = {gFrontSprite712GastrodonEastTiles, (64 * 64) / 2, SPECIES_GASTRODON_EAST}, + [SPECIES_ROTOM_HEAT] = {gFrontSprite713RotomHeatTiles, (64 * 64) / 2, SPECIES_ROTOM_HEAT}, + [SPECIES_ROTOM_WASH] = {gFrontSprite714RotomWashTiles, (64 * 64) / 2, SPECIES_ROTOM_WASH}, + [SPECIES_ROTOM_FROST] = {gFrontSprite715RotomFrostTiles, (64 * 64) / 2, SPECIES_ROTOM_FROST}, + [SPECIES_ROTOM_FAN] = {gFrontSprite716RotomFanTiles, (64 * 64) / 2, SPECIES_ROTOM_FAN}, + [SPECIES_ROTOM_MOW] = {gFrontSprite717RotomMowTiles, (64 * 64) / 2, SPECIES_ROTOM_MOW}, + [SPECIES_GIRATINA_ORIGIN] = {gFrontSprite718GiratinaOriginTiles, (64 * 64) / 2, SPECIES_GIRATINA_ORIGIN}, + [SPECIES_SHAYMIN_SKY] = {gFrontSprite719ShayminSkyTiles, (64 * 64) / 2, SPECIES_SHAYMIN_SKY}, + [SPECIES_ARCEUS_FIGHT] = {gFrontSprite720ArceusFightTiles, (64 * 64) / 2, SPECIES_ARCEUS_FIGHT}, + [SPECIES_ARCEUS_FLYING] = {gFrontSprite721ArceusFlyingTiles, (64 * 64) / 2, SPECIES_ARCEUS_FLYING}, + [SPECIES_ARCEUS_POISON] = {gFrontSprite722ArceusPoisonTiles, (64 * 64) / 2, SPECIES_ARCEUS_POISON}, + [SPECIES_ARCEUS_GROUND] = {gFrontSprite723ArceusGroundTiles, (64 * 64) / 2, SPECIES_ARCEUS_GROUND}, + [SPECIES_ARCEUS_ROCK] = {gFrontSprite724ArceusRockTiles, (64 * 64) / 2, SPECIES_ARCEUS_ROCK}, + [SPECIES_ARCEUS_BUG] = {gFrontSprite725ArceusBugTiles, (64 * 64) / 2, SPECIES_ARCEUS_BUG}, + [SPECIES_ARCEUS_GHOST] = {gFrontSprite726ArceusGhostTiles, (64 * 64) / 2, SPECIES_ARCEUS_GHOST}, + [SPECIES_ARCEUS_STEEL] = {gFrontSprite727ArceusSteelTiles, (64 * 64) / 2, SPECIES_ARCEUS_STEEL}, + [SPECIES_ARCEUS_FIRE] = {gFrontSprite728ArceusFireTiles, (64 * 64) / 2, SPECIES_ARCEUS_FIRE}, + [SPECIES_ARCEUS_WATER] = {gFrontSprite729ArceusWaterTiles, (64 * 64) / 2, SPECIES_ARCEUS_WATER}, + [SPECIES_ARCEUS_GRASS] = {gFrontSprite730ArceusGrassTiles, (64 * 64) / 2, SPECIES_ARCEUS_GRASS}, + [SPECIES_ARCEUS_ELECTRIC] = {gFrontSprite731ArceusElectricTiles, (64 * 64) / 2, SPECIES_ARCEUS_ELECTRIC}, + [SPECIES_ARCEUS_PSYCHIC] = {gFrontSprite732ArceusPsychicTiles, (64 * 64) / 2, SPECIES_ARCEUS_PSYCHIC}, + [SPECIES_ARCEUS_ICE] = {gFrontSprite733ArceusIceTiles, (64 * 64) / 2, SPECIES_ARCEUS_ICE}, + [SPECIES_ARCEUS_DRAGON] = {gFrontSprite734ArceusDragonTiles, (64 * 64) / 2, SPECIES_ARCEUS_DRAGON}, + [SPECIES_ARCEUS_DARK] = {gFrontSprite735ArceusDarkTiles, (64 * 64) / 2, SPECIES_ARCEUS_DARK}, + [SPECIES_BASCULIN_BLUE] = {gFrontSprite736BasculinBlueTiles, (64 * 64) / 2, SPECIES_BASCULIN_BLUE}, + [SPECIES_DARMANITANZEN] = {gFrontSprite737DarmanitanzenTiles, (64 * 64) / 2, SPECIES_DARMANITANZEN}, + [SPECIES_DEERLING_SUMMER] = {gFrontSprite738DeerlingSummerTiles, (64 * 64) / 2, SPECIES_DEERLING_SUMMER}, + [SPECIES_DEERLING_AUTUMN] = {gFrontSprite739DeerlingAutumnTiles, (64 * 64) / 2, SPECIES_DEERLING_AUTUMN}, + [SPECIES_DEERLING_WINTER] = {gFrontSprite740DeerlingWinterTiles, (64 * 64) / 2, SPECIES_DEERLING_WINTER}, + [SPECIES_SAWSBUCK_SUMMER] = {gFrontSprite741SawsbuckSummerTiles, (64 * 64) / 2, SPECIES_SAWSBUCK_SUMMER}, + [SPECIES_SAWSBUCK_AUTUMN] = {gFrontSprite742SawsbuckAutumnTiles, (64 * 64) / 2, SPECIES_SAWSBUCK_AUTUMN}, + [SPECIES_SAWSBUCK_WINTER] = {gFrontSprite743SawsbuckWinterTiles, (64 * 64) / 2, SPECIES_SAWSBUCK_WINTER}, + [SPECIES_HIPPOPOTAS_F] = {gFrontSprite744HippopotasFTiles, (64 * 64) / 2, SPECIES_HIPPOPOTAS_F}, + [SPECIES_HIPPOWDON_F] = {gFrontSprite745HippowdonFTiles, (64 * 64) / 2, SPECIES_HIPPOWDON_F}, + [SPECIES_MELOETTA_PIROUETTE] = {gFrontSprite746MeloettaPirouetteTiles, (64 * 64) / 2, SPECIES_MELOETTA_PIROUETTE}, + [SPECIES_GENESECT_SHOCK] = {gFrontSprite747GenesectShockTiles, (64 * 64) / 2, SPECIES_GENESECT_SHOCK}, + [SPECIES_GENESECT_BURN] = {gFrontSprite748GenesectBurnTiles, (64 * 64) / 2, SPECIES_GENESECT_BURN}, + [SPECIES_GENESECT_CHILL] = {gFrontSprite749GenesectChillTiles, (64 * 64) / 2, SPECIES_GENESECT_CHILL}, + [SPECIES_GENESECT_DOUSE] = {gFrontSprite750GenesectDouseTiles, (64 * 64) / 2, SPECIES_GENESECT_DOUSE}, + [SPECIES_CHERRIM_SUN] = {gFrontSprite751CherrimSunTiles, (64 * 64) / 2, SPECIES_CHERRIM_SUN}, + [SPECIES_KYUREM_BLACK] = {gFrontSprite752KyuremBlackTiles, (64 * 64) / 2, SPECIES_KYUREM_BLACK}, + [SPECIES_KYUREM_WHITE] = {gFrontSprite753KyuremWhiteTiles, (64 * 64) / 2, SPECIES_KYUREM_WHITE}, + [SPECIES_TORNADUS_THERIAN] = {gFrontSprite754TornadusTherianTiles, (64 * 64) / 2, SPECIES_TORNADUS_THERIAN}, + [SPECIES_THUNDURUS_THERIAN] = {gFrontSprite755ThundurusTherianTiles, (64 * 64) / 2, SPECIES_THUNDURUS_THERIAN}, + [SPECIES_LANDORUS_THERIAN] = {gFrontSprite756LandorusTherianTiles, (64 * 64) / 2, SPECIES_LANDORUS_THERIAN}, + [SPECIES_KELDEO_RESOLUTE] = {gFrontSprite757KeldeoResoluteTiles, (64 * 64) / 2, SPECIES_KELDEO_RESOLUTE}, + [SPECIES_CHESPIN] = {gFrontSprite758ChespinTiles, (64 * 64) / 2, SPECIES_CHESPIN}, + [SPECIES_QUILLADIN] = {gFrontSprite759QuilladinTiles, (64 * 64) / 2, SPECIES_QUILLADIN}, + [SPECIES_CHESNAUGHT] = {gFrontSprite760ChesnaughtTiles, (64 * 64) / 2, SPECIES_CHESNAUGHT}, + [SPECIES_FENNEKIN] = {gFrontSprite761FennekinTiles, (64 * 64) / 2, SPECIES_FENNEKIN}, + [SPECIES_BRAIXEN] = {gFrontSprite762BraixenTiles, (64 * 64) / 2, SPECIES_BRAIXEN}, + [SPECIES_DELPHOX] = {gFrontSprite763DelphoxTiles, (64 * 64) / 2, SPECIES_DELPHOX}, + [SPECIES_FROAKIE] = {gFrontSprite764FroakieTiles, (64 * 64) / 2, SPECIES_FROAKIE}, + [SPECIES_FROGADIER] = {gFrontSprite765FrogadierTiles, (64 * 64) / 2, SPECIES_FROGADIER}, + [SPECIES_GRENINJA] = {gFrontSprite766GreninjaTiles, (64 * 64) / 2, SPECIES_GRENINJA}, + [SPECIES_BUNNELBY] = {gFrontSprite767BunnelbyTiles, (64 * 64) / 2, SPECIES_BUNNELBY}, + [SPECIES_DIGGERSBY] = {gFrontSprite768DiggersbyTiles, (64 * 64) / 2, SPECIES_DIGGERSBY}, + [SPECIES_FLETCHLING] = {gFrontSprite769FletchlingTiles, (64 * 64) / 2, SPECIES_FLETCHLING}, + [SPECIES_FLETCHINDER] = {gFrontSprite770FletchinderTiles, (64 * 64) / 2, SPECIES_FLETCHINDER}, + [SPECIES_TALONFLAME] = {gFrontSprite771TalonflameTiles, (64 * 64) / 2, SPECIES_TALONFLAME}, + [SPECIES_SCATTERBUG] = {gFrontSprite772ScatterbugTiles, (64 * 64) / 2, SPECIES_SCATTERBUG}, + [SPECIES_SPEWPA] = {gFrontSprite773SpewpaTiles, (64 * 64) / 2, SPECIES_SPEWPA}, + [SPECIES_VIVILLON] = {gFrontSprite774VivillonTiles, (64 * 64) / 2, SPECIES_VIVILLON}, + [SPECIES_LITLEO] = {gFrontSprite775LitleoTiles, (64 * 64) / 2, SPECIES_LITLEO}, + [SPECIES_PYROAR] = {gFrontSprite776PyroarTiles, (64 * 64) / 2, SPECIES_PYROAR}, + [SPECIES_FLABEBE] = {gFrontSprite777FlabebeTiles, (64 * 64) / 2, SPECIES_FLABEBE}, + [SPECIES_FLOETTE] = {gFrontSprite778FloetteTiles, (64 * 64) / 2, SPECIES_FLOETTE}, + [SPECIES_FLORGES] = {gFrontSprite779FlorgesTiles, (64 * 64) / 2, SPECIES_FLORGES}, + [SPECIES_SKIDDO] = {gFrontSprite780SkiddoTiles, (64 * 64) / 2, SPECIES_SKIDDO}, + [SPECIES_GOGOAT] = {gFrontSprite781GogoatTiles, (64 * 64) / 2, SPECIES_GOGOAT}, + [SPECIES_PANCHAM] = {gFrontSprite782PanchamTiles, (64 * 64) / 2, SPECIES_PANCHAM}, + [SPECIES_PANGORO] = {gFrontSprite783PangoroTiles, (64 * 64) / 2, SPECIES_PANGORO}, + [SPECIES_FURFROU] = {gFrontSprite784FurfrouTiles, (64 * 64) / 2, SPECIES_FURFROU}, + [SPECIES_ESPURR] = {gFrontSprite785EspurrTiles, (64 * 64) / 2, SPECIES_ESPURR}, + [SPECIES_MEOWSTIC] = {gFrontSprite786MeowsticTiles, (64 * 64) / 2, SPECIES_MEOWSTIC}, + [SPECIES_HONEDGE] = {gFrontSprite787HonedgeTiles, (64 * 64) / 2, SPECIES_HONEDGE}, + [SPECIES_DOUBLADE] = {gFrontSprite788DoubladeTiles, (64 * 64) / 2, SPECIES_DOUBLADE}, + [SPECIES_AEGISLASH] = {gFrontSprite789AegislashTiles, (64 * 64) / 2, SPECIES_AEGISLASH}, + [SPECIES_SPRITZEE] = {gFrontSprite790SpritzeeTiles, (64 * 64) / 2, SPECIES_SPRITZEE}, + [SPECIES_AROMATISSE] = {gFrontSprite791AromatisseTiles, (64 * 64) / 2, SPECIES_AROMATISSE}, + [SPECIES_SWIRLIX] = {gFrontSprite792SwirlixTiles, (64 * 64) / 2, SPECIES_SWIRLIX}, + [SPECIES_SLURPUFF] = {gFrontSprite793SlurpuffTiles, (64 * 64) / 2, SPECIES_SLURPUFF}, + [SPECIES_INKAY] = {gFrontSprite794InkayTiles, (64 * 64) / 2, SPECIES_INKAY}, + [SPECIES_MALAMAR] = {gFrontSprite795MalamarTiles, (64 * 64) / 2, SPECIES_MALAMAR}, + [SPECIES_BINACLE] = {gFrontSprite796BinacleTiles, (64 * 64) / 2, SPECIES_BINACLE}, + [SPECIES_BARBARACLE] = {gFrontSprite797BarbaracleTiles, (64 * 64) / 2, SPECIES_BARBARACLE}, + [SPECIES_SKRELP] = {gFrontSprite798SkrelpTiles, (64 * 64) / 2, SPECIES_SKRELP}, + [SPECIES_DRAGALGE] = {gFrontSprite799DragalgeTiles, (64 * 64) / 2, SPECIES_DRAGALGE}, + [SPECIES_CLAUNCHER] = {gFrontSprite800ClauncherTiles, (64 * 64) / 2, SPECIES_CLAUNCHER}, + [SPECIES_CLAWITZER] = {gFrontSprite801ClawitzerTiles, (64 * 64) / 2, SPECIES_CLAWITZER}, + [SPECIES_HELIOPTILE] = {gFrontSprite802HelioptileTiles, (64 * 64) / 2, SPECIES_HELIOPTILE}, + [SPECIES_HELIOLISK] = {gFrontSprite803HelioliskTiles, (64 * 64) / 2, SPECIES_HELIOLISK}, + [SPECIES_TYRUNT] = {gFrontSprite804TyruntTiles, (64 * 64) / 2, SPECIES_TYRUNT}, + [SPECIES_TYRANTRUM] = {gFrontSprite805TyrantrumTiles, (64 * 64) / 2, SPECIES_TYRANTRUM}, + [SPECIES_AMAURA] = {gFrontSprite806AmauraTiles, (64 * 64) / 2, SPECIES_AMAURA}, + [SPECIES_AURORUS] = {gFrontSprite807AurorusTiles, (64 * 64) / 2, SPECIES_AURORUS}, + [SPECIES_SYLVEON] = {gFrontSprite808SylveonTiles, (64 * 64) / 2, SPECIES_SYLVEON}, + [SPECIES_HAWLUCHA] = {gFrontSprite809HawluchaTiles, (64 * 64) / 2, SPECIES_HAWLUCHA}, + [SPECIES_DEDENNE] = {gFrontSprite810DedenneTiles, (64 * 64) / 2, SPECIES_DEDENNE}, + [SPECIES_CARBINK] = {gFrontSprite811CarbinkTiles, (64 * 64) / 2, SPECIES_CARBINK}, + [SPECIES_GOOMY] = {gFrontSprite812GoomyTiles, (64 * 64) / 2, SPECIES_GOOMY}, + [SPECIES_SLIGGOO] = {gFrontSprite813SliggooTiles, (64 * 64) / 2, SPECIES_SLIGGOO}, + [SPECIES_GOODRA] = {gFrontSprite814GoodraTiles, (64 * 64) / 2, SPECIES_GOODRA}, + [SPECIES_KLEFKI] = {gFrontSprite815KlefkiTiles, (64 * 64) / 2, SPECIES_KLEFKI}, + [SPECIES_PHANTUMP] = {gFrontSprite816PhantumpTiles, (64 * 64) / 2, SPECIES_PHANTUMP}, + [SPECIES_TREVENANT] = {gFrontSprite817TrevenantTiles, (64 * 64) / 2, SPECIES_TREVENANT}, + [SPECIES_PUMPKABOO] = {gFrontSprite818PumpkabooTiles, (64 * 64) / 2, SPECIES_PUMPKABOO}, + [SPECIES_GOURGEIST] = {gFrontSprite819GourgeistTiles, (64 * 64) / 2, SPECIES_GOURGEIST}, + [SPECIES_BERGMITE] = {gFrontSprite820BergmiteTiles, (64 * 64) / 2, SPECIES_BERGMITE}, + [SPECIES_AVALUGG] = {gFrontSprite821AvaluggTiles, (64 * 64) / 2, SPECIES_AVALUGG}, + [SPECIES_NOIBAT] = {gFrontSprite822NoibatTiles, (64 * 64) / 2, SPECIES_NOIBAT}, + [SPECIES_NOIVERN] = {gFrontSprite823NoivernTiles, (64 * 64) / 2, SPECIES_NOIVERN}, + [SPECIES_XERNEAS] = {gFrontSprite824XerneasTiles, (64 * 64) / 2, SPECIES_XERNEAS}, + [SPECIES_YVELTAL] = {gFrontSprite825YveltalTiles, (64 * 64) / 2, SPECIES_YVELTAL}, + [SPECIES_ZYGARDE] = {gFrontSprite826ZygardeTiles, (64 * 64) / 2, SPECIES_ZYGARDE}, + [SPECIES_DIANCIE] = {gFrontSprite827DiancieTiles, (64 * 64) / 2, SPECIES_DIANCIE}, + [SPECIES_HOOPA] = {gFrontSprite828HoopaTiles, (64 * 64) / 2, SPECIES_HOOPA}, + [SPECIES_HOOPA_UNBOUND] = {gFrontSprite829HoopaUnboundTiles, (64 * 64) / 2, SPECIES_HOOPA_UNBOUND}, + [SPECIES_VOLCANION] = {gFrontSprite830VolcanionTiles, (64 * 64) / 2, SPECIES_VOLCANION}, + [SPECIES_PYROAR_FEMALE] = {gFrontSprite831PyroarFemaleTiles, (64 * 64) / 2, SPECIES_PYROAR_FEMALE}, + [SPECIES_MEOWSTIC_FEMALE] = {gFrontSprite832MeowsticFemaleTiles, (64 * 64) / 2, SPECIES_MEOWSTIC_FEMALE}, + [SPECIES_AEGISLASH_BLADE] = {gFrontSprite833AegislashBladeTiles, (64 * 64) / 2, SPECIES_AEGISLASH_BLADE}, + [SPECIES_ARCEUS_FAIRY] = {gFrontSprite834ArceusFairyTiles, (64 * 64) / 2, SPECIES_ARCEUS_FAIRY}, + [SPECIES_ZYGARDE_CELL] = {gFrontSprite835ZygardeCellTiles, (64 * 64) / 2, SPECIES_ZYGARDE_CELL}, + [SPECIES_ZYGARDE_CORE] = {gFrontSprite836ZygardeCoreTiles, (64 * 64) / 2, SPECIES_ZYGARDE_CORE}, + [SPECIES_ZYGARDE_10] = {gFrontSprite837Zygarde10Tiles, (64 * 64) / 2, SPECIES_ZYGARDE_10}, + [SPECIES_ZYGARDE_COMPLETE] = {gFrontSprite838ZygardeCompleteTiles, (64 * 64) / 2, SPECIES_ZYGARDE_COMPLETE}, + [SPECIES_ASHGRENINJA] = {gFrontSprite839AshgreninjaTiles, (64 * 64) / 2, SPECIES_ASHGRENINJA}, + [SPECIES_FLABEBE_BLUE] = {gFrontSprite840FlabebeBlueTiles, (64 * 64) / 2, SPECIES_FLABEBE_BLUE}, + [SPECIES_FLABEBE_ORANGE] = {gFrontSprite841FlabebeOrangeTiles, (64 * 64) / 2, SPECIES_FLABEBE_ORANGE}, + [SPECIES_FLABEBE_YELLOW] = {gFrontSprite842FlabebeYellowTiles, (64 * 64) / 2, SPECIES_FLABEBE_YELLOW}, + [SPECIES_FLABEBE_WHITE] = {gFrontSprite843FlabebeWhiteTiles, (64 * 64) / 2, SPECIES_FLABEBE_WHITE}, + [SPECIES_FLOETTE_BLUE] = {gFrontSprite844FloetteBlueTiles, (64 * 64) / 2, SPECIES_FLOETTE_BLUE}, + [SPECIES_FLOETTE_ORANGE] = {gFrontSprite845FloetteOrangeTiles, (64 * 64) / 2, SPECIES_FLOETTE_ORANGE}, + [SPECIES_FLOETTE_YELLOW] = {gFrontSprite846FloetteYellowTiles, (64 * 64) / 2, SPECIES_FLOETTE_YELLOW}, + [SPECIES_FLOETTE_WHITE] = {gFrontSprite847FloetteWhiteTiles, (64 * 64) / 2, SPECIES_FLOETTE_WHITE}, + [SPECIES_FLOETTE_ETERNAL] = {gFrontSprite848FloetteEternalTiles, (64 * 64) / 2, SPECIES_FLOETTE_ETERNAL}, + [SPECIES_FLORGES_BLUE] = {gFrontSprite849FlorgesBlueTiles, (64 * 64) / 2, SPECIES_FLORGES_BLUE}, + [SPECIES_FLORGES_ORANGE] = {gFrontSprite850FlorgesOrangeTiles, (64 * 64) / 2, SPECIES_FLORGES_ORANGE}, + [SPECIES_FLORGES_YELLOW] = {gFrontSprite851FlorgesYellowTiles, (64 * 64) / 2, SPECIES_FLORGES_YELLOW}, + [SPECIES_FLORGES_WHITE] = {gFrontSprite852FlorgesWhiteTiles, (64 * 64) / 2, SPECIES_FLORGES_WHITE}, + [SPECIES_PUMPKABOO_XL] = {gFrontSprite853PumpkabooXlTiles, (64 * 64) / 2, SPECIES_PUMPKABOO_XL}, + [SPECIES_PUMPKABOO_L] = {gFrontSprite854PumpkabooLTiles, (64 * 64) / 2, SPECIES_PUMPKABOO_L}, + [SPECIES_PUMPKABOO_M] = {gFrontSprite855PumpkabooMTiles, (64 * 64) / 2, SPECIES_PUMPKABOO_M}, + [SPECIES_GOURGEIST_XL] = {gFrontSprite856GourgeistXlTiles, (64 * 64) / 2, SPECIES_GOURGEIST_XL}, + [SPECIES_GOURGEIST_L] = {gFrontSprite857GourgeistLTiles, (64 * 64) / 2, SPECIES_GOURGEIST_L}, + [SPECIES_GOURGEIST_M] = {gFrontSprite858GourgeistMTiles, (64 * 64) / 2, SPECIES_GOURGEIST_M}, + [SPECIES_FURFROU_HEART] = {gFrontSprite859FurfrouHeartTiles, (64 * 64) / 2, SPECIES_FURFROU_HEART}, + [SPECIES_FURFROU_DIAMOND] = {gFrontSprite860FurfrouDiamondTiles, (64 * 64) / 2, SPECIES_FURFROU_DIAMOND}, + [SPECIES_FURFROU_STAR] = {gFrontSprite861FurfrouStarTiles, (64 * 64) / 2, SPECIES_FURFROU_STAR}, + [SPECIES_FURFROU_PHAROAH] = {gFrontSprite862FurfrouPharoahTiles, (64 * 64) / 2, SPECIES_FURFROU_PHAROAH}, + [SPECIES_FURFROU_KABUKI] = {gFrontSprite863FurfrouKabukiTiles, (64 * 64) / 2, SPECIES_FURFROU_KABUKI}, + [SPECIES_FURFROU_LA_REINE] = {gFrontSprite864FurfrouLaReineTiles, (64 * 64) / 2, SPECIES_FURFROU_LA_REINE}, + [SPECIES_FURFROU_MATRON] = {gFrontSprite865FurfrouMatronTiles, (64 * 64) / 2, SPECIES_FURFROU_MATRON}, + [SPECIES_FURFROU_DANDY] = {gFrontSprite866FurfrouDandyTiles, (64 * 64) / 2, SPECIES_FURFROU_DANDY}, + [SPECIES_FURFROU_DEBUTANTE] = {gFrontSprite867FurfrouDebutanteTiles, (64 * 64) / 2, SPECIES_FURFROU_DEBUTANTE}, + [SPECIES_VIVILLON_FANCY] = {gFrontSprite868VivillonFancyTiles, (64 * 64) / 2, SPECIES_VIVILLON_FANCY}, + [SPECIES_VENUSAUR_MEGA] = {gFrontSprite869VenusaurMegaTiles, (64 * 64) / 2, SPECIES_VENUSAUR_MEGA}, + [SPECIES_CHARIZARD_MEGA_X] = {gFrontSprite870CharizardMegaXTiles, (64 * 64) / 2, SPECIES_CHARIZARD_MEGA_X}, + [SPECIES_CHARIZARD_MEGA_Y] = {gFrontSprite871CharizardMegaYTiles, (64 * 64) / 2, SPECIES_CHARIZARD_MEGA_Y}, + [SPECIES_BLASTOISE_MEGA] = {gFrontSprite872BlastoiseMegaTiles, (64 * 64) / 2, SPECIES_BLASTOISE_MEGA}, + [SPECIES_BEEDRILL_MEGA] = {gFrontSprite873BeedrillMegaTiles, (64 * 64) / 2, SPECIES_BEEDRILL_MEGA}, + [SPECIES_PIDGEOT_MEGA] = {gFrontSprite874PidgeotMegaTiles, (64 * 64) / 2, SPECIES_PIDGEOT_MEGA}, + [SPECIES_ALAKAZAM_MEGA] = {gFrontSprite875AlakazamMegaTiles, (64 * 64) / 2, SPECIES_ALAKAZAM_MEGA}, + [SPECIES_SLOWBRO_MEGA] = {gFrontSprite876SlowbroMegaTiles, (64 * 64) / 2, SPECIES_SLOWBRO_MEGA}, + [SPECIES_GENGAR_MEGA] = {gFrontSprite877GengarMegaTiles, (64 * 64) / 2, SPECIES_GENGAR_MEGA}, + [SPECIES_KANGASKHAN_MEGA] = {gFrontSprite878KangaskhanMegaTiles, (64 * 64) / 2, SPECIES_KANGASKHAN_MEGA}, + [SPECIES_PINSIR_MEGA] = {gFrontSprite879PinsirMegaTiles, (64 * 64) / 2, SPECIES_PINSIR_MEGA}, + [SPECIES_GYARADOS_MEGA] = {gFrontSprite880GyaradosMegaTiles, (64 * 64) / 2, SPECIES_GYARADOS_MEGA}, + [SPECIES_AERODACTYL_MEGA] = {gFrontSprite881AerodactylMegaTiles, (64 * 64) / 2, SPECIES_AERODACTYL_MEGA}, + [SPECIES_MEWTWO_MEGA_X] = {gFrontSprite882MewtwoMegaXTiles, (64 * 64) / 2, SPECIES_MEWTWO_MEGA_X}, + [SPECIES_MEWTWO_MEGA_Y] = {gFrontSprite883MewtwoMegaYTiles, (64 * 64) / 2, SPECIES_MEWTWO_MEGA_Y}, + [SPECIES_AMPHAROS_MEGA] = {gFrontSprite884AmpharosMegaTiles, (64 * 64) / 2, SPECIES_AMPHAROS_MEGA}, + [SPECIES_STEELIX_MEGA] = {gFrontSprite885SteelixMegaTiles, (64 * 64) / 2, SPECIES_STEELIX_MEGA}, + [SPECIES_SCIZOR_MEGA] = {gFrontSprite886ScizorMegaTiles, (64 * 64) / 2, SPECIES_SCIZOR_MEGA}, + [SPECIES_HERACROSS_MEGA] = {gFrontSprite887HeracrossMegaTiles, (64 * 64) / 2, SPECIES_HERACROSS_MEGA}, + [SPECIES_HOUNDOOM_MEGA] = {gFrontSprite888HoundoomMegaTiles, (64 * 64) / 2, SPECIES_HOUNDOOM_MEGA}, + [SPECIES_TYRANITAR_MEGA] = {gFrontSprite889TyranitarMegaTiles, (64 * 64) / 2, SPECIES_TYRANITAR_MEGA}, + [SPECIES_SCEPTILE_MEGA] = {gFrontSprite890SceptileMegaTiles, (64 * 64) / 2, SPECIES_SCEPTILE_MEGA}, + [SPECIES_BLAZIKEN_MEGA] = {gFrontSprite891BlazikenMegaTiles, (64 * 64) / 2, SPECIES_BLAZIKEN_MEGA}, + [SPECIES_SWAMPERT_MEGA] = {gFrontSprite892SwampertMegaTiles, (64 * 64) / 2, SPECIES_SWAMPERT_MEGA}, + [SPECIES_GARDEVOIR_MEGA] = {gFrontSprite893GardevoirMegaTiles, (64 * 64) / 2, SPECIES_GARDEVOIR_MEGA}, + [SPECIES_SABLEYE_MEGA] = {gFrontSprite894SableyeMegaTiles, (64 * 64) / 2, SPECIES_SABLEYE_MEGA}, + [SPECIES_MAWILE_MEGA] = {gFrontSprite895MawileMegaTiles, (64 * 64) / 2, SPECIES_MAWILE_MEGA}, + [SPECIES_AGGRON_MEGA] = {gFrontSprite896AggronMegaTiles, (64 * 64) / 2, SPECIES_AGGRON_MEGA}, + [SPECIES_MEDICHAM_MEGA] = {gFrontSprite897MedichamMegaTiles, (64 * 64) / 2, SPECIES_MEDICHAM_MEGA}, + [SPECIES_MANECTRIC_MEGA] = {gFrontSprite898ManectricMegaTiles, (64 * 64) / 2, SPECIES_MANECTRIC_MEGA}, + [SPECIES_SHARPEDO_MEGA] = {gFrontSprite899SharpedoMegaTiles, (64 * 64) / 2, SPECIES_SHARPEDO_MEGA}, + [SPECIES_CAMERUPT_MEGA] = {gFrontSprite900CameruptMegaTiles, (64 * 64) / 2, SPECIES_CAMERUPT_MEGA}, + [SPECIES_ALTARIA_MEGA] = {gFrontSprite901AltariaMegaTiles, (64 * 64) / 2, SPECIES_ALTARIA_MEGA}, + [SPECIES_BANETTE_MEGA] = {gFrontSprite902BanetteMegaTiles, (64 * 64) / 2, SPECIES_BANETTE_MEGA}, + [SPECIES_ABSOL_MEGA] = {gFrontSprite903AbsolMegaTiles, (64 * 64) / 2, SPECIES_ABSOL_MEGA}, + [SPECIES_GLALIE_MEGA] = {gFrontSprite904GlalieMegaTiles, (64 * 64) / 2, SPECIES_GLALIE_MEGA}, + [SPECIES_SALAMENCE_MEGA] = {gFrontSprite905SalamenceMegaTiles, (64 * 64) / 2, SPECIES_SALAMENCE_MEGA}, + [SPECIES_METAGROSS_MEGA] = {gFrontSprite906MetagrossMegaTiles, (64 * 64) / 2, SPECIES_METAGROSS_MEGA}, + [SPECIES_LATIAS_MEGA] = {gFrontSprite907LatiasMegaTiles, (64 * 64) / 2, SPECIES_LATIAS_MEGA}, + [SPECIES_LATIOS_MEGA] = {gFrontSprite908LatiosMegaTiles, (64 * 64) / 2, SPECIES_LATIOS_MEGA}, + [SPECIES_GROUDON_PRIMAL] = {gFrontSprite909GroudonPrimalTiles, (64 * 64) / 2, SPECIES_GROUDON_PRIMAL}, + [SPECIES_KYOGRE_PRIMAL] = {gFrontSprite910KyogrePrimalTiles, (64 * 64) / 2, SPECIES_KYOGRE_PRIMAL}, + [SPECIES_RAYQUAZA_MEGA] = {gFrontSprite911RayquazaMegaTiles, (64 * 64) / 2, SPECIES_RAYQUAZA_MEGA}, + [SPECIES_LOPUNNY_MEGA] = {gFrontSprite912LopunnyMegaTiles, (64 * 64) / 2, SPECIES_LOPUNNY_MEGA}, + [SPECIES_GARCHOMP_MEGA] = {gFrontSprite913GarchompMegaTiles, (64 * 64) / 2, SPECIES_GARCHOMP_MEGA}, + [SPECIES_LUCARIO_MEGA] = {gFrontSprite914LucarioMegaTiles, (64 * 64) / 2, SPECIES_LUCARIO_MEGA}, + [SPECIES_ABOMASNOW_MEGA] = {gFrontSprite915AbomasnowMegaTiles, (64 * 64) / 2, SPECIES_ABOMASNOW_MEGA}, + [SPECIES_GALLADE_MEGA] = {gFrontSprite916GalladeMegaTiles, (64 * 64) / 2, SPECIES_GALLADE_MEGA}, + [SPECIES_AUDINO_MEGA] = {gFrontSprite917AudinoMegaTiles, (64 * 64) / 2, SPECIES_AUDINO_MEGA}, + [SPECIES_DIANCIE_MEGA] = {gFrontSprite918DiancieMegaTiles, (64 * 64) / 2, SPECIES_DIANCIE_MEGA}, + [SPECIES_DIALGA_PRIMAL] = {gFrontSprite919DialgaPrimalTiles, (64 * 64) / 2, SPECIES_DIALGA_PRIMAL}, + [SPECIES_PALKIA_PRIMAL] = {gFrontSprite000NoneTiles/*gFrontSprite920PalkiaPrimalTiles*/, (64 * 64) / 2, SPECIES_PALKIA_PRIMAL}, + [SPECIES_VIVILLON_ARCHIPELAGO] = {gFrontSprite921VivillonArchipelagoTiles, (64 * 64) / 2, SPECIES_VIVILLON_ARCHIPELAGO}, + [SPECIES_VIVILLON_CONTINENTAL] = {gFrontSprite922VivillonContinentalTiles, (64 * 64) / 2, SPECIES_VIVILLON_CONTINENTAL}, + [SPECIES_VIVILLON_ELEGANT] = {gFrontSprite923VivillonElegantTiles, (64 * 64) / 2, SPECIES_VIVILLON_ELEGANT}, + [SPECIES_VIVILLON_GARDEN] = {gFrontSprite924VivillonGardenTiles, (64 * 64) / 2, SPECIES_VIVILLON_GARDEN}, + [SPECIES_VIVILLON_HIGH_PLAINS] = {gFrontSprite925VivillonHighPlainsTiles, (64 * 64) / 2, SPECIES_VIVILLON_HIGH_PLAINS}, + [SPECIES_VIVILLON_ICY_SNOW] = {gFrontSprite926VivillonIcySnowTiles, (64 * 64) / 2, SPECIES_VIVILLON_ICY_SNOW}, + [SPECIES_VIVILLON_JUNGLE] = {gFrontSprite927VivillonJungleTiles, (64 * 64) / 2, SPECIES_VIVILLON_JUNGLE}, + [SPECIES_VIVILLON_MARINE] = {gFrontSprite928VivillonMarineTiles, (64 * 64) / 2, SPECIES_VIVILLON_MARINE}, + [SPECIES_VIVILLON_MODERN] = {gFrontSprite929VivillonModernTiles, (64 * 64) / 2, SPECIES_VIVILLON_MODERN}, + [SPECIES_VIVILLON_MONSOON] = {gFrontSprite930VivillonMonsoonTiles, (64 * 64) / 2, SPECIES_VIVILLON_MONSOON}, + [SPECIES_VIVILLON_OCEAN] = {gFrontSprite931VivillonOceanTiles, (64 * 64) / 2, SPECIES_VIVILLON_OCEAN}, + [SPECIES_VIVILLON_POKEBALL] = {gFrontSprite932VivillonPokeballTiles, (64 * 64) / 2, SPECIES_VIVILLON_POKEBALL}, + [SPECIES_VIVILLON_POLAR] = {gFrontSprite933VivillonPolarTiles, (64 * 64) / 2, SPECIES_VIVILLON_POLAR}, + [SPECIES_VIVILLON_RIVER] = {gFrontSprite934VivillonRiverTiles, (64 * 64) / 2, SPECIES_VIVILLON_RIVER}, + [SPECIES_VIVILLON_SANDSTORM] = {gFrontSprite935VivillonSandstormTiles, (64 * 64) / 2, SPECIES_VIVILLON_SANDSTORM}, + [SPECIES_VIVILLON_SAVANNA] = {gFrontSprite936VivillonSavannaTiles, (64 * 64) / 2, SPECIES_VIVILLON_SAVANNA}, + [SPECIES_VIVILLON_SUN] = {gFrontSprite937VivillonSunTiles, (64 * 64) / 2, SPECIES_VIVILLON_SUN}, + [SPECIES_VIVILLON_TUNDRA] = {gFrontSprite938VivillonTundraTiles, (64 * 64) / 2, SPECIES_VIVILLON_TUNDRA}, + [SPECIES_ROWLET] = {gFrontSprite939RowletTiles, (64 * 64) / 2, SPECIES_ROWLET}, + [SPECIES_DARTRIX] = {gFrontSprite940DartrixTiles, (64 * 64) / 2, SPECIES_DARTRIX}, + [SPECIES_DECIDUEYE] = {gFrontSprite941DecidueyeTiles, (64 * 64) / 2, SPECIES_DECIDUEYE}, + [SPECIES_LITTEN] = {gFrontSprite942LittenTiles, (64 * 64) / 2, SPECIES_LITTEN}, + [SPECIES_TORRACAT] = {gFrontSprite943TorracatTiles, (64 * 64) / 2, SPECIES_TORRACAT}, + [SPECIES_INCINEROAR] = {gFrontSprite944IncineroarTiles, (64 * 64) / 2, SPECIES_INCINEROAR}, + [SPECIES_POPPLIO] = {gFrontSprite945PopplioTiles, (64 * 64) / 2, SPECIES_POPPLIO}, + [SPECIES_BRIONNE] = {gFrontSprite946BrionneTiles, (64 * 64) / 2, SPECIES_BRIONNE}, + [SPECIES_PRIMARINA] = {gFrontSprite947PrimarinaTiles, (64 * 64) / 2, SPECIES_PRIMARINA}, + [SPECIES_PIKIPEK] = {gFrontSprite948PikipekTiles, (64 * 64) / 2, SPECIES_PIKIPEK}, + [SPECIES_TRUMBEAK] = {gFrontSprite949TrumbeakTiles, (64 * 64) / 2, SPECIES_TRUMBEAK}, + [SPECIES_TOUCANNON] = {gFrontSprite950ToucannonTiles, (64 * 64) / 2, SPECIES_TOUCANNON}, + [SPECIES_YUNGOOS] = {gFrontSprite951YungoosTiles, (64 * 64) / 2, SPECIES_YUNGOOS}, + [SPECIES_GUMSHOOS] = {gFrontSprite952GumshoosTiles, (64 * 64) / 2, SPECIES_GUMSHOOS}, + [SPECIES_GRUBBIN] = {gFrontSprite953GrubbinTiles, (64 * 64) / 2, SPECIES_GRUBBIN}, + [SPECIES_CHARJABUG] = {gFrontSprite954CharjabugTiles, (64 * 64) / 2, SPECIES_CHARJABUG}, + [SPECIES_VIKAVOLT] = {gFrontSprite955VikavoltTiles, (64 * 64) / 2, SPECIES_VIKAVOLT}, + [SPECIES_CRABRAWLER] = {gFrontSprite956CrabrawlerTiles, (64 * 64) / 2, SPECIES_CRABRAWLER}, + [SPECIES_CRABOMINABLE] = {gFrontSprite957CrabominableTiles, (64 * 64) / 2, SPECIES_CRABOMINABLE}, + [SPECIES_ORICORIO] = {gFrontSprite958OricorioTiles, (64 * 64) / 2, SPECIES_ORICORIO}, + [SPECIES_CUTIEFLY] = {gFrontSprite959CutieflyTiles, (64 * 64) / 2, SPECIES_CUTIEFLY}, + [SPECIES_RIBOMBEE] = {gFrontSprite960RibombeeTiles, (64 * 64) / 2, SPECIES_RIBOMBEE}, + [SPECIES_ROCKRUFF] = {gFrontSprite961RockruffTiles, (64 * 64) / 2, SPECIES_ROCKRUFF}, + [SPECIES_LYCANROC] = {gFrontSprite962LycanrocTiles, (64 * 64) / 2, SPECIES_LYCANROC}, + [SPECIES_WISHIWASHI] = {gFrontSprite963WishiwashiTiles, (64 * 64) / 2, SPECIES_WISHIWASHI}, + [SPECIES_MAREANIE] = {gFrontSprite964MareanieTiles, (64 * 64) / 2, SPECIES_MAREANIE}, + [SPECIES_TOXAPEX] = {gFrontSprite965ToxapexTiles, (64 * 64) / 2, SPECIES_TOXAPEX}, + [SPECIES_MUDBRAY] = {gFrontSprite966MudbrayTiles, (64 * 64) / 2, SPECIES_MUDBRAY}, + [SPECIES_MUDSDALE] = {gFrontSprite967MudsdaleTiles, (64 * 64) / 2, SPECIES_MUDSDALE}, + [SPECIES_DEWPIDER] = {gFrontSprite968DewpiderTiles, (64 * 64) / 2, SPECIES_DEWPIDER}, + [SPECIES_ARAQUANID] = {gFrontSprite969AraquanidTiles, (64 * 64) / 2, SPECIES_ARAQUANID}, + [SPECIES_FOMANTIS] = {gFrontSprite970FomantisTiles, (64 * 64) / 2, SPECIES_FOMANTIS}, + [SPECIES_LURANTIS] = {gFrontSprite971LurantisTiles, (64 * 64) / 2, SPECIES_LURANTIS}, + [SPECIES_MORELULL] = {gFrontSprite972MorelullTiles, (64 * 64) / 2, SPECIES_MORELULL}, + [SPECIES_SHIINOTIC] = {gFrontSprite973ShiinoticTiles, (64 * 64) / 2, SPECIES_SHIINOTIC}, + [SPECIES_SALANDIT] = {gFrontSprite974SalanditTiles, (64 * 64) / 2, SPECIES_SALANDIT}, + [SPECIES_SALAZZLE] = {gFrontSprite975SalazzleTiles, (64 * 64) / 2, SPECIES_SALAZZLE}, + [SPECIES_STUFFUL] = {gFrontSprite976StuffulTiles, (64 * 64) / 2, SPECIES_STUFFUL}, + [SPECIES_BEWEAR] = {gFrontSprite977BewearTiles, (64 * 64) / 2, SPECIES_BEWEAR}, + [SPECIES_BOUNSWEET] = {gFrontSprite978BounsweetTiles, (64 * 64) / 2, SPECIES_BOUNSWEET}, + [SPECIES_STEENEE] = {gFrontSprite979SteeneeTiles, (64 * 64) / 2, SPECIES_STEENEE}, + [SPECIES_TSAREENA] = {gFrontSprite980TsareenaTiles, (64 * 64) / 2, SPECIES_TSAREENA}, + [SPECIES_COMFEY] = {gFrontSprite981ComfeyTiles, (64 * 64) / 2, SPECIES_COMFEY}, + [SPECIES_ORANGURU] = {gFrontSprite982OranguruTiles, (64 * 64) / 2, SPECIES_ORANGURU}, + [SPECIES_PASSIMIAN] = {gFrontSprite983PassimianTiles, (64 * 64) / 2, SPECIES_PASSIMIAN}, + [SPECIES_WIMPOD] = {gFrontSprite984WimpodTiles, (64 * 64) / 2, SPECIES_WIMPOD}, + [SPECIES_GOLISOPOD] = {gFrontSprite985GolisopodTiles, (64 * 64) / 2, SPECIES_GOLISOPOD}, + [SPECIES_SANDYGAST] = {gFrontSprite986SandygastTiles, (64 * 64) / 2, SPECIES_SANDYGAST}, + [SPECIES_PALOSSAND] = {gFrontSprite987PalossandTiles, (64 * 64) / 2, SPECIES_PALOSSAND}, + [SPECIES_PYUKUMUKU] = {gFrontSprite988PyukumukuTiles, (64 * 64) / 2, SPECIES_PYUKUMUKU}, + [SPECIES_TYPE_NULL] = {gFrontSprite989TypeNullTiles, (64 * 64) / 2, SPECIES_TYPE_NULL}, + [SPECIES_SILVALLY] = {gFrontSprite990SilvallyTiles, (64 * 64) / 2, SPECIES_SILVALLY}, + [SPECIES_MINIOR_SHIELD] = {gFrontSprite991MiniorShieldTiles, (64 * 64) / 2, SPECIES_MINIOR_SHIELD}, + [SPECIES_KOMALA] = {gFrontSprite992KomalaTiles, (64 * 64) / 2, SPECIES_KOMALA}, + [SPECIES_TURTONATOR] = {gFrontSprite993TurtonatorTiles, (64 * 64) / 2, SPECIES_TURTONATOR}, + [SPECIES_TOGEDEMARU] = {gFrontSprite994TogedemaruTiles, (64 * 64) / 2, SPECIES_TOGEDEMARU}, + [SPECIES_MIMIKYU] = {gFrontSprite995MimikyuTiles, (64 * 64) / 2, SPECIES_MIMIKYU}, + [SPECIES_BRUXISH] = {gFrontSprite996BruxishTiles, (64 * 64) / 2, SPECIES_BRUXISH}, + [SPECIES_DRAMPA] = {gFrontSprite997DrampaTiles, (64 * 64) / 2, SPECIES_DRAMPA}, + [SPECIES_DHELMISE] = {gFrontSprite998DhelmiseTiles, (64 * 64) / 2, SPECIES_DHELMISE}, + [SPECIES_JANGMO_O] = {gFrontSprite999JangmoOTiles, (64 * 64) / 2, SPECIES_JANGMO_O}, + [SPECIES_HAKAMO_O] = {gFrontSprite1000HakamoOTiles, (64 * 64) / 2, SPECIES_HAKAMO_O}, + [SPECIES_KOMMO_O] = {gFrontSprite1001KommoOTiles, (64 * 64) / 2, SPECIES_KOMMO_O}, + [SPECIES_TAPU_KOKO] = {gFrontSprite1002TapuKokoTiles, (64 * 64) / 2, SPECIES_TAPU_KOKO}, + [SPECIES_TAPU_LELE] = {gFrontSprite1003TapuLeleTiles, (64 * 64) / 2, SPECIES_TAPU_LELE}, + [SPECIES_TAPU_BULU] = {gFrontSprite1004TapuBuluTiles, (64 * 64) / 2, SPECIES_TAPU_BULU}, + [SPECIES_TAPU_FINI] = {gFrontSprite1005TapuFiniTiles, (64 * 64) / 2, SPECIES_TAPU_FINI}, + [SPECIES_COSMOG] = {gFrontSprite1006CosmogTiles, (64 * 64) / 2, SPECIES_COSMOG}, + [SPECIES_COSMOEM] = {gFrontSprite1007CosmoemTiles, (64 * 64) / 2, SPECIES_COSMOEM}, + [SPECIES_SOLGALEO] = {gFrontSprite1008SolgaleoTiles, (64 * 64) / 2, SPECIES_SOLGALEO}, + [SPECIES_LUNALA] = {gFrontSprite1009LunalaTiles, (64 * 64) / 2, SPECIES_LUNALA}, + [SPECIES_NIHILEGO] = {gFrontSprite1010NihilegoTiles, (64 * 64) / 2, SPECIES_NIHILEGO}, + [SPECIES_BUZZWOLE] = {gFrontSprite1011BuzzwoleTiles, (64 * 64) / 2, SPECIES_BUZZWOLE}, + [SPECIES_PHEROMOSA] = {gFrontSprite1012PheromosaTiles, (64 * 64) / 2, SPECIES_PHEROMOSA}, + [SPECIES_XURKITREE] = {gFrontSprite1013XurkitreeTiles, (64 * 64) / 2, SPECIES_XURKITREE}, + [SPECIES_CELESTEELA] = {gFrontSprite1014CelesteelaTiles, (64 * 64) / 2, SPECIES_CELESTEELA}, + [SPECIES_KARTANA] = {gFrontSprite1015KartanaTiles, (64 * 64) / 2, SPECIES_KARTANA}, + [SPECIES_GUZZLORD] = {gFrontSprite1016GuzzlordTiles, (64 * 64) / 2, SPECIES_GUZZLORD}, + [SPECIES_NECROZMA] = {gFrontSprite1017NecrozmaTiles, (64 * 64) / 2, SPECIES_NECROZMA}, + [SPECIES_MAGEARNA] = {gFrontSprite1018MagearnaTiles, (64 * 64) / 2, SPECIES_MAGEARNA}, + [SPECIES_MARSHADOW] = {gFrontSprite1019MarshadowTiles, (64 * 64) / 2, SPECIES_MARSHADOW}, + [SPECIES_RATTATA_A] = {gFrontSprite1020RattataATiles, (64 * 64) / 2, SPECIES_RATTATA_A}, + [SPECIES_RATICATE_A] = {gFrontSprite1021RaticateATiles, (64 * 64) / 2, SPECIES_RATICATE_A}, + [SPECIES_RAICHU_A] = {gFrontSprite1022RaichuATiles, (64 * 64) / 2, SPECIES_RAICHU_A}, + [SPECIES_SANDSHREW_A] = {gFrontSprite1023SandshrewATiles, (64 * 64) / 2, SPECIES_SANDSHREW_A}, + [SPECIES_SANDSLASH_A] = {gFrontSprite1024SandslashATiles, (64 * 64) / 2, SPECIES_SANDSLASH_A}, + [SPECIES_VULPIX_A] = {gFrontSprite1025VulpixATiles, (64 * 64) / 2, SPECIES_VULPIX_A}, + [SPECIES_NINETALES_A] = {gFrontSprite1026NinetalesATiles, (64 * 64) / 2, SPECIES_NINETALES_A}, + [SPECIES_DIGLETT_A] = {gFrontSprite1027DiglettATiles, (64 * 64) / 2, SPECIES_DIGLETT_A}, + [SPECIES_DUGTRIO_A] = {gFrontSprite1028DugtrioATiles, (64 * 64) / 2, SPECIES_DUGTRIO_A}, + [SPECIES_MEOWTH_A] = {gFrontSprite1029MeowthATiles, (64 * 64) / 2, SPECIES_MEOWTH_A}, + [SPECIES_PERSIAN_A] = {gFrontSprite1030PersianATiles, (64 * 64) / 2, SPECIES_PERSIAN_A}, + [SPECIES_GEODUDE_A] = {gFrontSprite1031GeodudeATiles, (64 * 64) / 2, SPECIES_GEODUDE_A}, + [SPECIES_GRAVELER_A] = {gFrontSprite1032GravelerATiles, (64 * 64) / 2, SPECIES_GRAVELER_A}, + [SPECIES_GOLEM_A] = {gFrontSprite1033GolemATiles, (64 * 64) / 2, SPECIES_GOLEM_A}, + [SPECIES_GRIMER_A] = {gFrontSprite1034GrimerATiles, (64 * 64) / 2, SPECIES_GRIMER_A}, + [SPECIES_MUK_A] = {gFrontSprite1035MukATiles, (64 * 64) / 2, SPECIES_MUK_A}, + [SPECIES_EXEGGCUTE_A] = {gFrontSprite1036ExeggcuteATiles, (64 * 64) / 2, SPECIES_EXEGGCUTE_A}, + [SPECIES_EXEGGUTOR_A] = {gFrontSprite1037ExeggutorATiles, (64 * 64) / 2, SPECIES_EXEGGUTOR_A}, + [SPECIES_CUBONE_A] = {gFrontSprite1038CuboneATiles, (64 * 64) / 2, SPECIES_CUBONE_A}, + [SPECIES_MAROWAK_A] = {gFrontSprite1039MarowakATiles, (64 * 64) / 2, SPECIES_MAROWAK_A}, + [SPECIES_DEOXYS_ATTACK] = {gFrontSprite1040DeoxysAttackTiles, (64 * 64) / 2, SPECIES_DEOXYS_ATTACK}, + [SPECIES_DEOXYS_DEFENSE] = {gFrontSprite1041DeoxysDefenseTiles, (64 * 64) / 2, SPECIES_DEOXYS_DEFENSE}, + [SPECIES_DEOXYS_SPEED] = {gFrontSprite1042DeoxysSpeedTiles, (64 * 64) / 2, SPECIES_DEOXYS_SPEED}, + [SPECIES_ORICORIO_Y] = {gFrontSprite1043OricorioYTiles, (64 * 64) / 2, SPECIES_ORICORIO_Y}, + [SPECIES_ORICORIO_P] = {gFrontSprite1044OricorioPTiles, (64 * 64) / 2, SPECIES_ORICORIO_P}, + [SPECIES_ORICORIO_S] = {gFrontSprite1045OricorioSTiles, (64 * 64) / 2, SPECIES_ORICORIO_S}, + [SPECIES_LYCANROC_N] = {gFrontSprite1046LycanrocNTiles, (64 * 64) / 2, SPECIES_LYCANROC_N}, + [SPECIES_WISHIWASHI_S] = {gFrontSprite1047WishiwashiSTiles, (64 * 64) / 2, SPECIES_WISHIWASHI_S}, + [SPECIES_SILVALLY_FIGHT] = {gFrontSprite1048SilvallyFightTiles, (64 * 64) / 2, SPECIES_SILVALLY_FIGHT}, + [SPECIES_SILVALLY_FLYING] = {gFrontSprite1049SilvallyFlyingTiles, (64 * 64) / 2, SPECIES_SILVALLY_FLYING}, + [SPECIES_SILVALLY_POISON] = {gFrontSprite1050SilvallyPoisonTiles, (64 * 64) / 2, SPECIES_SILVALLY_POISON}, + [SPECIES_SILVALLY_GROUND] = {gFrontSprite1051SilvallyGroundTiles, (64 * 64) / 2, SPECIES_SILVALLY_GROUND}, + [SPECIES_SILVALLY_ROCK] = {gFrontSprite1052SilvallyRockTiles, (64 * 64) / 2, SPECIES_SILVALLY_ROCK}, + [SPECIES_SILVALLY_BUG] = {gFrontSprite1053SilvallyBugTiles, (64 * 64) / 2, SPECIES_SILVALLY_BUG}, + [SPECIES_SILVALLY_GHOST] = {gFrontSprite1054SilvallyGhostTiles, (64 * 64) / 2, SPECIES_SILVALLY_GHOST}, + [SPECIES_SILVALLY_STEEL] = {gFrontSprite1055SilvallySteelTiles, (64 * 64) / 2, SPECIES_SILVALLY_STEEL}, + [SPECIES_SILVALLY_FIRE] = {gFrontSprite1056SilvallyFireTiles, (64 * 64) / 2, SPECIES_SILVALLY_FIRE}, + [SPECIES_SILVALLY_WATER] = {gFrontSprite1057SilvallyWaterTiles, (64 * 64) / 2, SPECIES_SILVALLY_WATER}, + [SPECIES_SILVALLY_GRASS] = {gFrontSprite1058SilvallyGrassTiles, (64 * 64) / 2, SPECIES_SILVALLY_GRASS}, + [SPECIES_SILVALLY_ELECTRIC] = {gFrontSprite1059SilvallyElectricTiles, (64 * 64) / 2, SPECIES_SILVALLY_ELECTRIC}, + [SPECIES_SILVALLY_PSYCHIC] = {gFrontSprite1060SilvallyPsychicTiles, (64 * 64) / 2, SPECIES_SILVALLY_PSYCHIC}, + [SPECIES_SILVALLY_ICE] = {gFrontSprite1061SilvallyIceTiles, (64 * 64) / 2, SPECIES_SILVALLY_ICE}, + [SPECIES_SILVALLY_DRAGON] = {gFrontSprite1062SilvallyDragonTiles, (64 * 64) / 2, SPECIES_SILVALLY_DRAGON}, + [SPECIES_SILVALLY_DARK] = {gFrontSprite1063SilvallyDarkTiles, (64 * 64) / 2, SPECIES_SILVALLY_DARK}, + [SPECIES_SILVALLY_FAIRY] = {gFrontSprite1064SilvallyFairyTiles, (64 * 64) / 2, SPECIES_SILVALLY_FAIRY}, + [SPECIES_MINIOR_RED] = {gFrontSprite1065MiniorRedTiles, (64 * 64) / 2, SPECIES_MINIOR_RED}, + [SPECIES_MINIOR_BLUE] = {gFrontSprite1066MiniorBlueTiles, (64 * 64) / 2, SPECIES_MINIOR_BLUE}, + [SPECIES_MINIOR_ORANGE] = {gFrontSprite1067MiniorOrangeTiles, (64 * 64) / 2, SPECIES_MINIOR_ORANGE}, + [SPECIES_MINIOR_YELLOW] = {gFrontSprite1068MiniorYellowTiles, (64 * 64) / 2, SPECIES_MINIOR_YELLOW}, + [SPECIES_MINIOR_INDIGO] = {gFrontSprite1069MiniorIndigoTiles, (64 * 64) / 2, SPECIES_MINIOR_INDIGO}, + [SPECIES_MINIOR_GREEN] = {gFrontSprite1070MiniorGreenTiles, (64 * 64) / 2, SPECIES_MINIOR_GREEN}, + [SPECIES_MINIOR_VIOLET] = {gFrontSprite1071MiniorVioletTiles, (64 * 64) / 2, SPECIES_MINIOR_VIOLET}, + [SPECIES_MIMIKYU_BUSTED] = {gFrontSprite1072MimikyuBustedTiles, (64 * 64) / 2, SPECIES_MIMIKYU_BUSTED}, + [SPECIES_MAGEARNA_P] = {gFrontSprite1073MagearnaPTiles, (64 * 64) / 2, SPECIES_MAGEARNA_P}, + [SPECIES_POIPOLE] = {gFrontSprite1074PoipoleTiles, (64 * 64) / 2, SPECIES_POIPOLE}, + [SPECIES_NAGANADEL] = {gFrontSprite1075NaganadelTiles, (64 * 64) / 2, SPECIES_NAGANADEL}, + [SPECIES_STAKATAKA] = {gFrontSprite1076StakatakaTiles, (64 * 64) / 2, SPECIES_STAKATAKA}, + [SPECIES_BLACEPHALON] = {gFrontSprite1077BlacephalonTiles, (64 * 64) / 2, SPECIES_BLACEPHALON}, + [SPECIES_ZERAORA] = {gFrontSprite1078ZeraoraTiles, (64 * 64) / 2, SPECIES_ZERAORA}, + [SPECIES_NECROZMA_MANE] = {gFrontSprite1079NecrozmaManeTiles, (64 * 64) / 2, SPECIES_NECROZMA_MANE}, + [SPECIES_NECROZMA_WINGS] = {gFrontSprite1080NecrozmaWingsTiles, (64 * 64) / 2, SPECIES_NECROZMA_WINGS}, + [SPECIES_NECROZMA_ULTRA] = {gFrontSprite1081NecrozmaUltraTiles, (64 * 64) / 2, SPECIES_NECROZMA_ULTRA}, + [SPECIES_LYCANROC_DUSK] = {gFrontSprite1082LycanrocDuskTiles, (64 * 64) / 2, SPECIES_LYCANROC_DUSK}, + [SPECIES_MELTAN] = {gFrontSprite1083MeltanTiles, (64 * 64) / 2, SPECIES_MELTAN}, + [SPECIES_MELMETAL] = {gFrontSprite1084MelmetalTiles, (64 * 64) / 2, SPECIES_MELMETAL}, + [SPECIES_PIKACHU_SURFING] = {gFrontSprite1085PikachuSurfingTiles, (64 * 64) / 2, SPECIES_PIKACHU_SURFING}, + [SPECIES_PIKACHU_FLYING] = {gFrontSprite1086PikachuFlyingTiles, (64 * 64) / 2, SPECIES_PIKACHU_FLYING}, + [SPECIES_PIKACHU_COSPLAY] = {gFrontSprite1087PikachuCosplayTiles, (64 * 64) / 2, SPECIES_PIKACHU_COSPLAY}, + [SPECIES_PIKACHU_LIBRE] = {gFrontSprite1088PikachuLibreTiles, (64 * 64) / 2, SPECIES_PIKACHU_LIBRE}, + [SPECIES_PIKACHU_POP_STAR] = {gFrontSprite1089PikachuPopStarTiles, (64 * 64) / 2, SPECIES_PIKACHU_POP_STAR}, + [SPECIES_PIKACHU_ROCK_STAR] = {gFrontSprite1090PikachuRockStarTiles, (64 * 64) / 2, SPECIES_PIKACHU_ROCK_STAR}, + [SPECIES_PIKACHU_BELLE] = {gFrontSprite1091PikachuBelleTiles, (64 * 64) / 2, SPECIES_PIKACHU_BELLE}, + [SPECIES_PIKACHU_PHD] = {gFrontSprite1092PikachuPhdTiles, (64 * 64) / 2, SPECIES_PIKACHU_PHD}, + [SPECIES_PIKACHU_CAP_ORIGINAL] = {gFrontSprite1093PikachuCapOriginalTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_ORIGINAL}, + [SPECIES_PIKACHU_CAP_HOENN] = {gFrontSprite1094PikachuCapHoennTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_HOENN}, + [SPECIES_PIKACHU_CAP_SINNOH] = {gFrontSprite1095PikachuCapSinnohTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_SINNOH}, + [SPECIES_PIKACHU_CAP_UNOVA] = {gFrontSprite1096PikachuCapUnovaTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_UNOVA}, + [SPECIES_PIKACHU_CAP_KALOS] = {gFrontSprite1097PikachuCapKalosTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_KALOS}, + [SPECIES_PIKACHU_CAP_ALOLA] = {gFrontSprite1098PikachuCapAlolaTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_ALOLA}, + [SPECIES_PIKACHU_CAP_PARTNER] = {gFrontSprite1099PikachuCapPartnerTiles, (64 * 64) / 2, SPECIES_PIKACHU_CAP_PARTNER}, + [SPECIES_PICHU_SPIKY] = {gFrontSprite1100PichuSpikyTiles, (64 * 64) / 2, SPECIES_PICHU_SPIKY}, + [SPECIES_XERNEAS_NATURAL] = {gFrontSprite1101XerneasNaturalTiles, (64 * 64) / 2, SPECIES_XERNEAS_NATURAL}, }; diff --git a/src/Palette_Table.c b/src/Palette_Table.c index 7a7ef1c..c3fa6a6 100644 --- a/src/Palette_Table.c +++ b/src/Palette_Table.c @@ -1,1110 +1,1111 @@ #include "defines.h" #include "../include/graphics.h" +#include "../include/sprite_data.h" const struct CompressedSpritePalette gMonPaletteTable[NUM_SPECIES] = { - [SPECIES_NONE] = {0x8d00bd0, SPECIES_NONE, 0x0}, - [SPECIES_BULBASAUR] = {0x8d2fe78, SPECIES_BULBASAUR, 0x0}, - [SPECIES_IVYSAUR] = {0x8d308e8, SPECIES_IVYSAUR, 0x0}, - [SPECIES_VENUSAUR] = {0x8d315ec, SPECIES_VENUSAUR, 0x0}, - [SPECIES_CHARMANDER] = {0x8d321c4, SPECIES_CHARMANDER, 0x0}, - [SPECIES_CHARMELEON] = {0x8d32c64, SPECIES_CHARMELEON, 0x0}, - [SPECIES_CHARIZARD] = {0x8d338c4, SPECIES_CHARIZARD, 0x0}, - [SPECIES_SQUIRTLE] = {0x8d343dc, SPECIES_SQUIRTLE, 0x0}, - [SPECIES_WARTORTLE] = {0x8d34e80, SPECIES_WARTORTLE, 0x0}, - [SPECIES_BLASTOISE] = {0x8d35b3c, SPECIES_BLASTOISE, 0x0}, - [SPECIES_CATERPIE] = {0x8d36618, SPECIES_CATERPIE, 0x0}, - [SPECIES_METAPOD] = {0x8d36f2c, SPECIES_METAPOD, 0x0}, - [SPECIES_BUTTERFREE] = {0x8d37920, SPECIES_BUTTERFREE, 0x0}, - [SPECIES_WEEDLE] = {0x8d383d0, SPECIES_WEEDLE, 0x0}, - [SPECIES_KAKUNA] = {0x8d38ce8, SPECIES_KAKUNA, 0x0}, - [SPECIES_BEEDRILL] = {0x8d397f4, SPECIES_BEEDRILL, 0x0}, - [SPECIES_PIDGEY] = {0x8d3a250, SPECIES_PIDGEY, 0x0}, - [SPECIES_PIDGEOTTO] = {0x8d3adac, SPECIES_PIDGEOTTO, 0x0}, - [SPECIES_PIDGEOT] = {0x8d3ba54, SPECIES_PIDGEOT, 0x0}, - [SPECIES_RATTATA] = {0x8d3c504, SPECIES_RATTATA, 0x0}, - [SPECIES_RATICATE] = {0x8d3cfbc, SPECIES_RATICATE, 0x0}, - [SPECIES_SPEAROW] = {0x8d3d9fc, SPECIES_SPEAROW, 0x0}, - [SPECIES_FEAROW] = {0x8d3e604, SPECIES_FEAROW, 0x0}, - [SPECIES_EKANS] = {0x8d3f034, SPECIES_EKANS, 0x0}, - [SPECIES_ARBOK] = {0x8d3fc08, SPECIES_ARBOK, 0x0}, - [SPECIES_PIKACHU] = {0x8d405d0, SPECIES_PIKACHU, 0x0}, - [SPECIES_RAICHU] = {0x8d41110, SPECIES_RAICHU, 0x0}, - [SPECIES_SANDSHREW] = {0x8d41b7c, SPECIES_SANDSHREW, 0x0}, - [SPECIES_SANDSLASH] = {0x8d4272c, SPECIES_SANDSLASH, 0x0}, - [SPECIES_NIDORAN_F] = {0x8d4321c, SPECIES_NIDORAN_F, 0x0}, - [SPECIES_NIDORINA] = {0x8d43c8c, SPECIES_NIDORINA, 0x0}, - [SPECIES_NIDOQUEEN] = {0x8d448bc, SPECIES_NIDOQUEEN, 0x0}, - [SPECIES_NIDORAN_M] = {0x8d4537c, SPECIES_NIDORAN_M, 0x0}, - [SPECIES_NIDORINO] = {0x8d45ea4, SPECIES_NIDORINO, 0x0}, - [SPECIES_NIDOKING] = {0x8d46c0c, SPECIES_NIDOKING, 0x0}, - [SPECIES_CLEFAIRY] = {0x8d47754, SPECIES_CLEFAIRY, 0x0}, - [SPECIES_CLEFABLE] = {0x8d481d4, SPECIES_CLEFABLE, 0x0}, - [SPECIES_VULPIX] = {0x8d48ca8, SPECIES_VULPIX, 0x0}, - [SPECIES_NINETALES] = {0x8d49870, SPECIES_NINETALES, 0x0}, - [SPECIES_JIGGLYPUFF] = {0x8d4a34c, SPECIES_JIGGLYPUFF, 0x0}, - [SPECIES_WIGGLYTUFF] = {0x8d4ad8c, SPECIES_WIGGLYTUFF, 0x0}, - [SPECIES_ZUBAT] = {0x8d4b750, SPECIES_ZUBAT, 0x0}, - [SPECIES_GOLBAT] = {0x8d4c21c, SPECIES_GOLBAT, 0x0}, - [SPECIES_ODDISH] = {0x8d4cb88, SPECIES_ODDISH, 0x0}, - [SPECIES_GLOOM] = {0x8d4d624, SPECIES_GLOOM, 0x0}, - [SPECIES_VILEPLUME] = {0x8d4e168, SPECIES_VILEPLUME, 0x0}, - [SPECIES_PARAS] = {0x8d4ec90, SPECIES_PARAS, 0x0}, - [SPECIES_PARASECT] = {0x8d4f730, SPECIES_PARASECT, 0x0}, - [SPECIES_VENONAT] = {0x8d501bc, SPECIES_VENONAT, 0x0}, - [SPECIES_VENOMOTH] = {0x8d50d60, SPECIES_VENOMOTH, 0x0}, - [SPECIES_DIGLETT] = {0x8d51784, SPECIES_DIGLETT, 0x0}, - [SPECIES_DUGTRIO] = {0x8d5212c, SPECIES_DUGTRIO, 0x0}, - [SPECIES_MEOWTH] = {0x8d52b34, SPECIES_MEOWTH, 0x0}, - [SPECIES_PERSIAN] = {0x8d53600, SPECIES_PERSIAN, 0x0}, - [SPECIES_PSYDUCK] = {0x8d54094, SPECIES_PSYDUCK, 0x0}, - [SPECIES_GOLDUCK] = {0x8d54b58, SPECIES_GOLDUCK, 0x0}, - [SPECIES_MANKEY] = {0x8d555ec, SPECIES_MANKEY, 0x0}, - [SPECIES_PRIMEAPE] = {0x8d56150, SPECIES_PRIMEAPE, 0x0}, - [SPECIES_GROWLITHE] = {0x8d56c58, SPECIES_GROWLITHE, 0x0}, - [SPECIES_ARCANINE] = {0x8d57900, SPECIES_ARCANINE, 0x0}, - [SPECIES_POLIWAG] = {0x8d583ec, SPECIES_POLIWAG, 0x0}, - [SPECIES_POLIWHIRL] = {0x8d58e40, SPECIES_POLIWHIRL, 0x0}, - [SPECIES_POLIWRATH] = {0x8d598f0, SPECIES_POLIWRATH, 0x0}, - [SPECIES_ABRA] = {0x8d5a328, SPECIES_ABRA, 0x0}, - [SPECIES_KADABRA] = {0x8d5af2c, SPECIES_KADABRA, 0x0}, - [SPECIES_ALAKAZAM] = {0x8d5bbe0, SPECIES_ALAKAZAM, 0x0}, - [SPECIES_MACHOP] = {0x8d5c65c, SPECIES_MACHOP, 0x0}, - [SPECIES_MACHOKE] = {0x8d5d178, SPECIES_MACHOKE, 0x0}, - [SPECIES_MACHAMP] = {0x8d5de24, SPECIES_MACHAMP, 0x0}, - [SPECIES_BELLSPROUT] = {0x8d5e97c, SPECIES_BELLSPROUT, 0x0}, - [SPECIES_WEEPINBELL] = {0x8d5f3ac, SPECIES_WEEPINBELL, 0x0}, - [SPECIES_VICTREEBEL] = {0x8d5ff44, SPECIES_VICTREEBEL, 0x0}, - [SPECIES_TENTACOOL] = {0x8d609f4, SPECIES_TENTACOOL, 0x0}, - [SPECIES_TENTACRUEL] = {0x8d61624, SPECIES_TENTACRUEL, 0x0}, - [SPECIES_GEODUDE] = {0x8d620c4, SPECIES_GEODUDE, 0x0}, - [SPECIES_GRAVELER] = {0x8d62bac, SPECIES_GRAVELER, 0x0}, - [SPECIES_GOLEM] = {0x8d636c0, SPECIES_GOLEM, 0x0}, - [SPECIES_PONYTA] = {0x8d64180, SPECIES_PONYTA, 0x0}, - [SPECIES_RAPIDASH] = {0x8d64db4, SPECIES_RAPIDASH, 0x0}, - [SPECIES_SLOWPOKE] = {0x8d65908, SPECIES_SLOWPOKE, 0x0}, - [SPECIES_SLOWBRO] = {0x8d6647c, SPECIES_SLOWBRO, 0x0}, - [SPECIES_MAGNEMITE] = {0x8d66e60, SPECIES_MAGNEMITE, 0x0}, - [SPECIES_MAGNETON] = {0x8d677f0, SPECIES_MAGNETON, 0x0}, - [SPECIES_FARFETCHD] = {0x8d68334, SPECIES_FARFETCHD, 0x0}, - [SPECIES_DODUO] = {0x8d68dfc, SPECIES_DODUO, 0x0}, - [SPECIES_DODRIO] = {0x8d699bc, SPECIES_DODRIO, 0x0}, - [SPECIES_SEEL] = {0x8d6a5b4, SPECIES_SEEL, 0x0}, - [SPECIES_DEWGONG] = {0x8d6b0e0, SPECIES_DEWGONG, 0x0}, - [SPECIES_GRIMER] = {0x8d6bb04, SPECIES_GRIMER, 0x0}, - [SPECIES_MUK] = {0x8d6c5c0, SPECIES_MUK, 0x0}, - [SPECIES_SHELLDER] = {0x8d6cf94, SPECIES_SHELLDER, 0x0}, - [SPECIES_CLOYSTER] = {0x8d6db4c, SPECIES_CLOYSTER, 0x0}, - [SPECIES_GASTLY] = {0x8d6e778, SPECIES_GASTLY, 0x0}, - [SPECIES_HAUNTER] = {0x8d6f2f4, SPECIES_HAUNTER, 0x0}, - [SPECIES_GENGAR] = {0x8d6fd9c, SPECIES_GENGAR, 0x0}, - [SPECIES_ONIX] = {0x8d70a18, SPECIES_ONIX, 0x0}, - [SPECIES_DROWZEE] = {0x8d7152c, SPECIES_DROWZEE, 0x0}, - [SPECIES_HYPNO] = {0x8d72008, SPECIES_HYPNO, 0x0}, - [SPECIES_KRABBY] = {0x8d72ac4, SPECIES_KRABBY, 0x0}, - [SPECIES_KINGLER] = {0x8d73740, SPECIES_KINGLER, 0x0}, - [SPECIES_VOLTORB] = {0x8d7413c, SPECIES_VOLTORB, 0x0}, - [SPECIES_ELECTRODE] = {0x8d74a84, SPECIES_ELECTRODE, 0x0}, - [SPECIES_EXEGGCUTE] = {0x8d754ec, SPECIES_EXEGGCUTE, 0x0}, - [SPECIES_EXEGGUTOR] = {0x8d760ac, SPECIES_EXEGGUTOR, 0x0}, - [SPECIES_CUBONE] = {0x8d76ba4, SPECIES_CUBONE, 0x0}, - [SPECIES_MAROWAK] = {0x8d776d4, SPECIES_MAROWAK, 0x0}, - [SPECIES_HITMONLEE] = {0x8d781cc, SPECIES_HITMONLEE, 0x0}, - [SPECIES_HITMONCHAN] = {0x8d78c20, SPECIES_HITMONCHAN, 0x0}, - [SPECIES_LICKITUNG] = {0x8d797ac, SPECIES_LICKITUNG, 0x0}, - [SPECIES_KOFFING] = {0x8d7a1c0, SPECIES_KOFFING, 0x0}, - [SPECIES_WEEZING] = {0x8d7adec, SPECIES_WEEZING, 0x0}, - [SPECIES_RHYHORN] = {0x8d7b9dc, SPECIES_RHYHORN, 0x0}, - [SPECIES_RHYDON] = {0x8d7c678, SPECIES_RHYDON, 0x0}, - [SPECIES_CHANSEY] = {0x8d7d274, SPECIES_CHANSEY, 0x0}, - [SPECIES_TANGELA] = {0x8d7dd00, SPECIES_TANGELA, 0x0}, - [SPECIES_KANGASKHAN] = {0x8d7e9bc, SPECIES_KANGASKHAN, 0x0}, - [SPECIES_HORSEA] = {0x8d7f4c8, SPECIES_HORSEA, 0x0}, - [SPECIES_SEADRA] = {0x8d7ffa0, SPECIES_SEADRA, 0x0}, - [SPECIES_GOLDEEN] = {0x8d80b18, SPECIES_GOLDEEN, 0x0}, - [SPECIES_SEAKING] = {0x8d8176c, SPECIES_SEAKING, 0x0}, - [SPECIES_STARYU] = {0x8d821dc, SPECIES_STARYU, 0x0}, - [SPECIES_STARMIE] = {0x8d82c54, SPECIES_STARMIE, 0x0}, - [SPECIES_MR_MIME] = {0x8d83724, SPECIES_MR_MIME, 0x0}, - [SPECIES_SCYTHER] = {0x8d842f0, SPECIES_SCYTHER, 0x0}, - [SPECIES_JYNX] = {0x8d84f44, SPECIES_JYNX, 0x0}, - [SPECIES_ELECTABUZZ] = {0x8d85af8, SPECIES_ELECTABUZZ, 0x0}, - [SPECIES_MAGMAR] = {0x8d866a8, SPECIES_MAGMAR, 0x0}, - [SPECIES_PINSIR] = {0x8d87280, SPECIES_PINSIR, 0x0}, - [SPECIES_TAUROS] = {0x8d87e9c, SPECIES_TAUROS, 0x0}, - [SPECIES_MAGIKARP] = {0x8d88908, SPECIES_MAGIKARP, 0x0}, - [SPECIES_GYARADOS] = {0x8d8964c, SPECIES_GYARADOS, 0x0}, - [SPECIES_LAPRAS] = {0x8d8a354, SPECIES_LAPRAS, 0x0}, - [SPECIES_DITTO] = {0x8d8acf8, SPECIES_DITTO, 0x0}, - [SPECIES_EEVEE] = {0x8d8b644, SPECIES_EEVEE, 0x0}, - [SPECIES_VAPOREON] = {0x8d8c170, SPECIES_VAPOREON, 0x0}, - [SPECIES_JOLTEON] = {0x8d8cbf8, SPECIES_JOLTEON, 0x0}, - [SPECIES_FLAREON] = {0x8d8d798, SPECIES_FLAREON, 0x0}, - [SPECIES_PORYGON] = {0x8d8e250, SPECIES_PORYGON, 0x0}, - [SPECIES_OMANYTE] = {0x8d8ec00, SPECIES_OMANYTE, 0x0}, - [SPECIES_OMASTAR] = {0x8d8f77c, SPECIES_OMASTAR, 0x0}, - [SPECIES_KABUTO] = {0x8d90154, SPECIES_KABUTO, 0x0}, - [SPECIES_KABUTOPS] = {0x8d90c6c, SPECIES_KABUTOPS, 0x0}, - [SPECIES_AERODACTYL] = {0x8d918c8, SPECIES_AERODACTYL, 0x0}, - [SPECIES_SNORLAX] = {0x8d92410, SPECIES_SNORLAX, 0x0}, - [SPECIES_ARTICUNO] = {0x8d92f94, SPECIES_ARTICUNO, 0x0}, - [SPECIES_ZAPDOS] = {0x8d93ab0, SPECIES_ZAPDOS, 0x0}, - [SPECIES_MOLTRES] = {0x8d94728, SPECIES_MOLTRES, 0x0}, - [SPECIES_DRATINI] = {0x8d95190, SPECIES_DRATINI, 0x0}, - [SPECIES_DRAGONAIR] = {0x8d95c20, SPECIES_DRAGONAIR, 0x0}, - [SPECIES_DRAGONITE] = {0x8d968f0, SPECIES_DRAGONITE, 0x0}, - [SPECIES_MEWTWO] = {0x8d97494, SPECIES_MEWTWO, 0x0}, - [SPECIES_MEW] = {0x8d97f88, SPECIES_MEW, 0x0}, - [SPECIES_CHIKORITA] = {0x8d989a8, SPECIES_CHIKORITA, 0x0}, - [SPECIES_BAYLEEF] = {0x8d994b0, SPECIES_BAYLEEF, 0x0}, - [SPECIES_MEGANIUM] = {0x8d9a20c, SPECIES_MEGANIUM, 0x0}, - [SPECIES_CYNDAQUIL] = {0x8d9ac58, SPECIES_CYNDAQUIL, 0x0}, - [SPECIES_QUILAVA] = {0x8d9b710, SPECIES_QUILAVA, 0x0}, - [SPECIES_TYPHLOSION] = {0x8d9c31c, SPECIES_TYPHLOSION, 0x0}, - [SPECIES_TOTODILE] = {0x8d9ce34, SPECIES_TOTODILE, 0x0}, - [SPECIES_CROCONAW] = {0x8d9d8ec, SPECIES_CROCONAW, 0x0}, - [SPECIES_FERALIGATR] = {0x8d9e618, SPECIES_FERALIGATR, 0x0}, - [SPECIES_SENTRET] = {0x8d9f230, SPECIES_SENTRET, 0x0}, - [SPECIES_FURRET] = {0x8d9fc78, SPECIES_FURRET, 0x0}, - [SPECIES_HOOTHOOT] = {0x8da0694, SPECIES_HOOTHOOT, 0x0}, - [SPECIES_NOCTOWL] = {0x8da1160, SPECIES_NOCTOWL, 0x0}, - [SPECIES_LEDYBA] = {0x8da1c20, SPECIES_LEDYBA, 0x0}, - [SPECIES_LEDIAN] = {0x8da2748, SPECIES_LEDIAN, 0x0}, - [SPECIES_SPINARAK] = {0x8da3184, SPECIES_SPINARAK, 0x0}, - [SPECIES_ARIADOS] = {0x8da3c18, SPECIES_ARIADOS, 0x0}, - [SPECIES_CROBAT] = {0x8da47b0, SPECIES_CROBAT, 0x0}, - [SPECIES_CHINCHOU] = {0x8da5200, SPECIES_CHINCHOU, 0x0}, - [SPECIES_LANTURN] = {0x8da5cd8, SPECIES_LANTURN, 0x0}, - [SPECIES_PICHU] = {0x8da6664, SPECIES_PICHU, 0x0}, - [SPECIES_CLEFFA] = {0x8da6f10, SPECIES_CLEFFA, 0x0}, - [SPECIES_IGGLYBUFF] = {0x8da77a4, SPECIES_IGGLYBUFF, 0x0}, - [SPECIES_TOGEPI] = {0x8da8024, SPECIES_TOGEPI, 0x0}, - [SPECIES_TOGETIC] = {0x8da897c, SPECIES_TOGETIC, 0x0}, - [SPECIES_NATU] = {0x8da92e4, SPECIES_NATU, 0x0}, - [SPECIES_XATU] = {0x8da9c44, SPECIES_XATU, 0x0}, - [SPECIES_MAREEP] = {0x8daa6e0, SPECIES_MAREEP, 0x0}, - [SPECIES_FLAAFFY] = {0x8dab144, SPECIES_FLAAFFY, 0x0}, - [SPECIES_AMPHAROS] = {0x8dabc2c, SPECIES_AMPHAROS, 0x0}, - [SPECIES_BELLOSSOM] = {0x8dac684, SPECIES_BELLOSSOM, 0x0}, - [SPECIES_MARILL] = {0x8dad0dc, SPECIES_MARILL, 0x0}, - [SPECIES_AZUMARILL] = {0x8dadaf8, SPECIES_AZUMARILL, 0x0}, - [SPECIES_SUDOWOODO] = {0x8dae53c, SPECIES_SUDOWOODO, 0x0}, - [SPECIES_POLITOED] = {0x8daf044, SPECIES_POLITOED, 0x0}, - [SPECIES_HOPPIP] = {0x8dafa24, SPECIES_HOPPIP, 0x0}, - [SPECIES_SKIPLOOM] = {0x8db03fc, SPECIES_SKIPLOOM, 0x0}, - [SPECIES_JUMPLUFF] = {0x8db0eb8, SPECIES_JUMPLUFF, 0x0}, - [SPECIES_AIPOM] = {0x8db1a1c, SPECIES_AIPOM, 0x0}, - [SPECIES_SUNKERN] = {0x8db23b8, SPECIES_SUNKERN, 0x0}, - [SPECIES_SUNFLORA] = {0x8db2e44, SPECIES_SUNFLORA, 0x0}, - [SPECIES_YANMA] = {0x8db39d8, SPECIES_YANMA, 0x0}, - [SPECIES_WOOPER] = {0x8db443c, SPECIES_WOOPER, 0x0}, - [SPECIES_QUAGSIRE] = {0x8db4eac, SPECIES_QUAGSIRE, 0x0}, - [SPECIES_ESPEON] = {0x8db5958, SPECIES_ESPEON, 0x0}, - [SPECIES_UMBREON] = {0x8db63b0, SPECIES_UMBREON, 0x0}, - [SPECIES_MURKROW] = {0x8db6e14, SPECIES_MURKROW, 0x0}, - [SPECIES_SLOWKING] = {0x8db7950, SPECIES_SLOWKING, 0x0}, - [SPECIES_MISDREAVUS] = {0x8db840c, SPECIES_MISDREAVUS, 0x0}, - [SPECIES_UNOWN] = {0x8db8d74, SPECIES_UNOWN, 0x0}, - [SPECIES_WOBBUFFET] = {0x8db9724, SPECIES_WOBBUFFET, 0x0}, - [SPECIES_GIRAFARIG] = {0x8dba1dc, SPECIES_GIRAFARIG, 0x0}, - [SPECIES_PINECO] = {0x8dbad38, SPECIES_PINECO, 0x0}, - [SPECIES_FORRETRESS] = {0x8dbb894, SPECIES_FORRETRESS, 0x0}, - [SPECIES_DUNSPARCE] = {0x8dbc2d4, SPECIES_DUNSPARCE, 0x0}, - [SPECIES_GLIGAR] = {0x8dbce68, SPECIES_GLIGAR, 0x0}, - [SPECIES_STEELIX] = {0x8dbdb78, SPECIES_STEELIX, 0x0}, - [SPECIES_SNUBBULL] = {0x8dbe6c0, SPECIES_SNUBBULL, 0x0}, - [SPECIES_GRANBULL] = {0x8dbf1e4, SPECIES_GRANBULL, 0x0}, - [SPECIES_QWILFISH] = {0x8dbfc38, SPECIES_QWILFISH, 0x0}, - [SPECIES_SCIZOR] = {0x8dc0870, SPECIES_SCIZOR, 0x0}, - [SPECIES_SHUCKLE] = {0x8dc1328, SPECIES_SHUCKLE, 0x0}, - [SPECIES_HERACROSS] = {0x8dc1de0, SPECIES_HERACROSS, 0x0}, - [SPECIES_SNEASEL] = {0x8dc2d04, SPECIES_SNEASEL, 0x0}, - [SPECIES_TEDDIURSA] = {0x8dc3740, SPECIES_TEDDIURSA, 0x0}, - [SPECIES_URSARING] = {0x8dc4260, SPECIES_URSARING, 0x0}, - [SPECIES_SLUGMA] = {0x8dc4ccc, SPECIES_SLUGMA, 0x0}, - [SPECIES_MAGCARGO] = {0x8dc5764, SPECIES_MAGCARGO, 0x0}, - [SPECIES_SWINUB] = {0x8dc61e8, SPECIES_SWINUB, 0x0}, - [SPECIES_PILOSWINE] = {0x8dc6bbc, SPECIES_PILOSWINE, 0x0}, - [SPECIES_CORSOLA] = {0x8dc7560, SPECIES_CORSOLA, 0x0}, - [SPECIES_REMORAID] = {0x8dc7ef8, SPECIES_REMORAID, 0x0}, - [SPECIES_OCTILLERY] = {0x8dc89b0, SPECIES_OCTILLERY, 0x0}, - [SPECIES_DELIBIRD] = {0x8dc9448, SPECIES_DELIBIRD, 0x0}, - [SPECIES_MANTINE] = {0x8dca114, SPECIES_MANTINE, 0x0}, - [SPECIES_SKARMORY] = {0x8dcad04, SPECIES_SKARMORY, 0x0}, - [SPECIES_HOUNDOUR] = {0x8dcb730, SPECIES_HOUNDOUR, 0x0}, - [SPECIES_HOUNDOOM] = {0x8dcc220, SPECIES_HOUNDOOM, 0x0}, - [SPECIES_KINGDRA] = {0x8dccdd4, SPECIES_KINGDRA, 0x0}, - [SPECIES_PHANPY] = {0x8dcd854, SPECIES_PHANPY, 0x0}, - [SPECIES_DONPHAN] = {0x8dce3fc, SPECIES_DONPHAN, 0x0}, - [SPECIES_PORYGON2] = {0x8dcedf0, SPECIES_PORYGON2, 0x0}, - [SPECIES_STANTLER] = {0x8dcf990, SPECIES_STANTLER, 0x0}, - [SPECIES_SMEARGLE] = {0x8dd04e0, SPECIES_SMEARGLE, 0x0}, - [SPECIES_TYROGUE] = {0x8dd0f00, SPECIES_TYROGUE, 0x0}, - [SPECIES_HITMONTOP] = {0x8dd1a18, SPECIES_HITMONTOP, 0x0}, - [SPECIES_SMOOCHUM] = {0x8dd2708, SPECIES_SMOOCHUM, 0x0}, - [SPECIES_ELEKID] = {0x8dd30f8, SPECIES_ELEKID, 0x0}, - [SPECIES_MAGBY] = {0x8dd3b44, SPECIES_MAGBY, 0x0}, - [SPECIES_MILTANK] = {0x8dd4610, SPECIES_MILTANK, 0x0}, - [SPECIES_BLISSEY] = {0x8dd5204, SPECIES_BLISSEY, 0x0}, - [SPECIES_RAIKOU] = {0x8dd5ebc, SPECIES_RAIKOU, 0x0}, - [SPECIES_ENTEI] = {0x8dd6cd0, SPECIES_ENTEI, 0x0}, - [SPECIES_SUICUNE] = {0x8dd7ae8, SPECIES_SUICUNE, 0x0}, - [SPECIES_LARVITAR] = {0x8dd8690, SPECIES_LARVITAR, 0x0}, - [SPECIES_PUPITAR] = {0x8dd909c, SPECIES_PUPITAR, 0x0}, - [SPECIES_TYRANITAR] = {0x8dd9d80, SPECIES_TYRANITAR, 0x0}, - [SPECIES_LUGIA] = {0x8ddaaa0, SPECIES_LUGIA, 0x0}, - [SPECIES_HO_OH] = {0x8ddb938, SPECIES_HO_OH, 0x0}, - [SPECIES_CELEBI] = {0x8ddc430, SPECIES_CELEBI, 0x0}, - [252] = {0x8ddcdd0, 0xfc, 0x0}, - [253] = {0x8ddcdd0, 0xfd, 0x0}, - [254] = {0x8ddcdd0, 0xfe, 0x0}, - [255] = {0x8ddcdd0, 0xff, 0x0}, - [256] = {0x8ddcdd0, 0x100, 0x0}, - [257] = {0x8ddcdd0, 0x101, 0x0}, - [258] = {0x8ddcdd0, 0x102, 0x0}, - [259] = {0x8ddcdd0, 0x103, 0x0}, - [260] = {0x8ddcdd0, 0x104, 0x0}, - [261] = {0x8ddcdd0, 0x105, 0x0}, - [262] = {0x8ddcdd0, 0x106, 0x0}, - [263] = {0x8ddcdd0, 0x107, 0x0}, - [264] = {0x8ddcdd0, 0x108, 0x0}, - [265] = {0x8ddcdd0, 0x109, 0x0}, - [266] = {0x8ddcdd0, 0x10a, 0x0}, - [267] = {0x8ddcdd0, 0x10b, 0x0}, - [268] = {0x8ddcdd0, 0x10c, 0x0}, - [269] = {0x8ddcdd0, 0x10d, 0x0}, - [270] = {0x8ddcdd0, 0x10e, 0x0}, - [271] = {0x8ddcdd0, 0x10f, 0x0}, - [272] = {0x8ddcdd0, 0x110, 0x0}, - [273] = {0x8ddcdd0, 0x111, 0x0}, - [274] = {0x8ddcdd0, 0x112, 0x0}, - [275] = {0x8ddcdd0, 0x113, 0x0}, - [276] = {0x8ddcdd0, 0x114, 0x0}, - [SPECIES_TREECKO] = {0x8ddd284, SPECIES_TREECKO, 0x0}, - [SPECIES_GROVYLE] = {0x8ddde80, SPECIES_GROVYLE, 0x0}, - [SPECIES_SCEPTILE] = {0x8ddeb30, SPECIES_SCEPTILE, 0x0}, - [SPECIES_TORCHIC] = {0x8ddf638, SPECIES_TORCHIC, 0x0}, - [SPECIES_COMBUSKEN] = {0x8de016c, SPECIES_COMBUSKEN, 0x0}, - [SPECIES_BLAZIKEN] = {0x8de0e24, SPECIES_BLAZIKEN, 0x0}, - [SPECIES_MUDKIP] = {0x8de1928, SPECIES_MUDKIP, 0x0}, - [SPECIES_MARSHTOMP] = {0x8de2400, SPECIES_MARSHTOMP, 0x0}, - [SPECIES_SWAMPERT] = {0x8de319c, SPECIES_SWAMPERT, 0x0}, - [SPECIES_POOCHYENA] = {0x8de3c88, SPECIES_POOCHYENA, 0x0}, - [SPECIES_MIGHTYENA] = {0x8de485c, SPECIES_MIGHTYENA, 0x0}, - [SPECIES_ZIGZAGOON] = {0x8de5414, SPECIES_ZIGZAGOON, 0x0}, - [SPECIES_LINOONE] = {0x8de5f34, SPECIES_LINOONE, 0x0}, - [SPECIES_WURMPLE] = {0x8de6900, SPECIES_WURMPLE, 0x0}, - [SPECIES_SILCOON] = {0x8de723c, SPECIES_SILCOON, 0x0}, - [SPECIES_BEAUTIFLY] = {0x8de7c20, SPECIES_BEAUTIFLY, 0x0}, - [SPECIES_CASCOON] = {0x8de86ac, SPECIES_CASCOON, 0x0}, - [SPECIES_DUSTOX] = {0x8de9094, SPECIES_DUSTOX, 0x0}, - [SPECIES_LOTAD] = {0x8de99bc, SPECIES_LOTAD, 0x0}, - [SPECIES_LOMBRE] = {0x8dea42c, SPECIES_LOMBRE, 0x0}, - [SPECIES_LUDICOLO] = {0x8deb07c, SPECIES_LUDICOLO, 0x0}, - [SPECIES_SEEDOT] = {0x8deba7c, SPECIES_SEEDOT, 0x0}, - [SPECIES_NUZLEAF] = {0x8dec4b8, SPECIES_NUZLEAF, 0x0}, - [SPECIES_SHIFTRY] = {0x8ded0ac, SPECIES_SHIFTRY, 0x0}, - [SPECIES_NINCADA] = {0x8deda80, SPECIES_NINCADA, 0x0}, - [SPECIES_NINJASK] = {0x8dee518, SPECIES_NINJASK, 0x0}, - [SPECIES_SHEDINJA] = {0x8def074, SPECIES_SHEDINJA, 0x0}, - [SPECIES_TAILLOW] = {0x8defadc, SPECIES_TAILLOW, 0x0}, - [SPECIES_SWELLOW] = {0x8df0530, SPECIES_SWELLOW, 0x0}, - [SPECIES_SHROOMISH] = {0x8df0f40, SPECIES_SHROOMISH, 0x0}, - [SPECIES_BRELOOM] = {0x8df1a78, SPECIES_BRELOOM, 0x0}, - [SPECIES_SPINDA] = {0x8df25c8, SPECIES_SPINDA, 0x0}, - [SPECIES_WINGULL] = {0x8df2fb0, SPECIES_WINGULL, 0x0}, - [SPECIES_PELIPPER] = {0x8df3b08, SPECIES_PELIPPER, 0x0}, - [SPECIES_SURSKIT] = {0x8df4504, SPECIES_SURSKIT, 0x0}, - [SPECIES_MASQUERAIN] = {0x8df4f48, SPECIES_MASQUERAIN, 0x0}, - [SPECIES_WAILMER] = {0x8df59f0, SPECIES_WAILMER, 0x0}, - [SPECIES_WAILORD] = {0x8df6408, SPECIES_WAILORD, 0x0}, - [SPECIES_SKITTY] = {0x8df6d90, SPECIES_SKITTY, 0x0}, - [SPECIES_DELCATTY] = {0x8df78d4, SPECIES_DELCATTY, 0x0}, - [SPECIES_KECLEON] = {0x8df8460, SPECIES_KECLEON, 0x0}, - [SPECIES_BALTOY] = {0x8df8ecc, SPECIES_BALTOY, 0x0}, - [SPECIES_CLAYDOL] = {0x8df998c, SPECIES_CLAYDOL, 0x0}, - [SPECIES_NOSEPASS] = {0x8dfa49c, SPECIES_NOSEPASS, 0x0}, - [SPECIES_TORKOAL] = {0x8dfb058, SPECIES_TORKOAL, 0x0}, - [SPECIES_SABLEYE] = {0x8dfba64, SPECIES_SABLEYE, 0x0}, - [SPECIES_BARBOACH] = {0x8dfc48c, SPECIES_BARBOACH, 0x0}, - [SPECIES_WHISCASH] = {0x8dfcf04, SPECIES_WHISCASH, 0x0}, - [SPECIES_LUVDISC] = {0x8dfd880, SPECIES_LUVDISC, 0x0}, - [SPECIES_CORPHISH] = {0x8dfe218, SPECIES_CORPHISH, 0x0}, - [SPECIES_CRAWDAUNT] = {0x8dfee34, SPECIES_CRAWDAUNT, 0x0}, - [SPECIES_FEEBAS] = {0x8dff914, SPECIES_FEEBAS, 0x0}, - [SPECIES_MILOTIC] = {0x8e0054c, SPECIES_MILOTIC, 0x0}, - [SPECIES_CARVANHA] = {0x8e00fdc, SPECIES_CARVANHA, 0x0}, - [SPECIES_SHARPEDO] = {0x8e01aec, SPECIES_SHARPEDO, 0x0}, - [SPECIES_TRAPINCH] = {0x8e024d0, SPECIES_TRAPINCH, 0x0}, - [SPECIES_VIBRAVA] = {0x8e02ed0, SPECIES_VIBRAVA, 0x0}, - [SPECIES_FLYGON] = {0x8e03aa8, SPECIES_FLYGON, 0x0}, - [SPECIES_MAKUHITA] = {0x8e0466c, SPECIES_MAKUHITA, 0x0}, - [SPECIES_HARIYAMA] = {0x8e05278, SPECIES_HARIYAMA, 0x0}, - [SPECIES_ELECTRIKE] = {0x8e05d58, SPECIES_ELECTRIKE, 0x0}, - [SPECIES_MANECTRIC] = {0x8e06784, SPECIES_MANECTRIC, 0x0}, - [SPECIES_NUMEL] = {0x8e070f0, SPECIES_NUMEL, 0x0}, - [SPECIES_CAMERUPT] = {0x8e07c34, SPECIES_CAMERUPT, 0x0}, - [SPECIES_SPHEAL] = {0x8e085dc, SPECIES_SPHEAL, 0x0}, - [SPECIES_SEALEO] = {0x8e08fc8, SPECIES_SEALEO, 0x0}, - [SPECIES_WALREIN] = {0x8e09b54, SPECIES_WALREIN, 0x0}, - [SPECIES_CACNEA] = {0x8e0a65c, SPECIES_CACNEA, 0x0}, - [SPECIES_CACTURNE] = {0x8e0b264, SPECIES_CACTURNE, 0x0}, - [SPECIES_SNORUNT] = {0x8e0bc98, SPECIES_SNORUNT, 0x0}, - [SPECIES_GLALIE] = {0x8e0c7b4, SPECIES_GLALIE, 0x0}, - [SPECIES_LUNATONE] = {0x8e0d2fc, SPECIES_LUNATONE, 0x0}, - [SPECIES_SOLROCK] = {0x8e0df10, SPECIES_SOLROCK, 0x0}, - [SPECIES_AZURILL] = {0x8e0ea34, SPECIES_AZURILL, 0x0}, - [SPECIES_SPOINK] = {0x8e0f428, SPECIES_SPOINK, 0x0}, - [SPECIES_GRUMPIG] = {0x8e0fe94, SPECIES_GRUMPIG, 0x0}, - [SPECIES_PLUSLE] = {0x8e108f0, SPECIES_PLUSLE, 0x0}, - [SPECIES_MINUN] = {0x8e11280, SPECIES_MINUN, 0x0}, - [SPECIES_MAWILE] = {0x8e11d74, SPECIES_MAWILE, 0x0}, - [SPECIES_MEDITITE] = {0x8e1289c, SPECIES_MEDITITE, 0x0}, - [SPECIES_MEDICHAM] = {0x8e13300, SPECIES_MEDICHAM, 0x0}, - [SPECIES_SWABLU] = {0x8e13d80, SPECIES_SWABLU, 0x0}, - [SPECIES_ALTARIA] = {0x8e14984, SPECIES_ALTARIA, 0x0}, - [SPECIES_WYNAUT] = {0x8e15404, SPECIES_WYNAUT, 0x0}, - [SPECIES_DUSKULL] = {0x8e15df4, SPECIES_DUSKULL, 0x0}, - [SPECIES_DUSCLOPS] = {0x8e168b4, SPECIES_DUSCLOPS, 0x0}, - [SPECIES_ROSELIA] = {0x8e1737c, SPECIES_ROSELIA, 0x0}, - [SPECIES_SLAKOTH] = {0x8e17e9c, SPECIES_SLAKOTH, 0x0}, - [SPECIES_VIGOROTH] = {0x8e189f0, SPECIES_VIGOROTH, 0x0}, - [SPECIES_SLAKING] = {0x8e195fc, SPECIES_SLAKING, 0x0}, - [SPECIES_GULPIN] = {0x8e1a048, SPECIES_GULPIN, 0x0}, - [SPECIES_SWALOT] = {0x8e1aa80, SPECIES_SWALOT, 0x0}, - [SPECIES_TROPIUS] = {0x8e1b7b0, SPECIES_TROPIUS, 0x0}, - [SPECIES_WHISMUR] = {0x8e1c1d8, SPECIES_WHISMUR, 0x0}, - [SPECIES_LOUDRED] = {0x8e1cd30, SPECIES_LOUDRED, 0x0}, - [SPECIES_EXPLOUD] = {0x8e1da78, SPECIES_EXPLOUD, 0x0}, - [SPECIES_CLAMPERL] = {0x8e1e5cc, SPECIES_CLAMPERL, 0x0}, - [SPECIES_HUNTAIL] = {0x8e1f09c, SPECIES_HUNTAIL, 0x0}, - [SPECIES_GOREBYSS] = {0x8e1fb70, SPECIES_GOREBYSS, 0x0}, - [SPECIES_ABSOL] = {0x8e206f8, SPECIES_ABSOL, 0x0}, - [SPECIES_SHUPPET] = {0x8e21100, SPECIES_SHUPPET, 0x0}, - [SPECIES_BANETTE] = {0x8e21abc, SPECIES_BANETTE, 0x0}, - [SPECIES_SEVIPER] = {0x8e225c8, SPECIES_SEVIPER, 0x0}, - [SPECIES_ZANGOOSE] = {0x8e23290, SPECIES_ZANGOOSE, 0x0}, - [SPECIES_RELICANTH] = {0x8e23e08, SPECIES_RELICANTH, 0x0}, - [SPECIES_ARON] = {0x8e247b8, SPECIES_ARON, 0x0}, - [SPECIES_LAIRON] = {0x8e2521c, SPECIES_LAIRON, 0x0}, - [SPECIES_AGGRON] = {0x8e25ef4, SPECIES_AGGRON, 0x0}, - [SPECIES_CASTFORM] = {0x8e27214, SPECIES_CASTFORM, 0x0}, - [SPECIES_VOLBEAT] = {0x8e2847c, SPECIES_VOLBEAT, 0x0}, - [SPECIES_ILLUMISE] = {0x8e28fc0, SPECIES_ILLUMISE, 0x0}, - [SPECIES_LILEEP] = {0x8e29a90, SPECIES_LILEEP, 0x0}, - [SPECIES_CRADILY] = {0x8e2a660, SPECIES_CRADILY, 0x0}, - [SPECIES_ANORITH] = {0x8e2b1f0, SPECIES_ANORITH, 0x0}, - [SPECIES_ARMALDO] = {0x8e2be28, SPECIES_ARMALDO, 0x0}, - [SPECIES_RALTS] = {0x8e2c900, SPECIES_RALTS, 0x0}, - [SPECIES_KIRLIA] = {0x8e2d2a8, SPECIES_KIRLIA, 0x0}, - [SPECIES_GARDEVOIR] = {0x8e2de08, SPECIES_GARDEVOIR, 0x0}, - [SPECIES_BAGON] = {0x8e2e824, SPECIES_BAGON, 0x0}, - [SPECIES_SHELGON] = {0x8e2f280, SPECIES_SHELGON, 0x0}, - [SPECIES_SALAMENCE] = {0x8e2fe3c, SPECIES_SALAMENCE, 0x0}, - [SPECIES_BELDUM] = {0x8e30800, SPECIES_BELDUM, 0x0}, - [SPECIES_METANG] = {0x8e313bc, SPECIES_METANG, 0x0}, - [SPECIES_METAGROSS] = {0x8e31fb4, SPECIES_METAGROSS, 0x0}, - [SPECIES_REGIROCK] = {0x8e32bac, SPECIES_REGIROCK, 0x0}, - [SPECIES_REGICE] = {0x8e338b0, SPECIES_REGICE, 0x0}, - [SPECIES_REGISTEEL] = {0x8e34498, SPECIES_REGISTEEL, 0x0}, - [SPECIES_KYOGRE] = {0x8e350b0, SPECIES_KYOGRE, 0x0}, - [SPECIES_GROUDON] = {0x8e35d2c, SPECIES_GROUDON, 0x0}, - [SPECIES_RAYQUAZA] = {0x8e36b14, SPECIES_RAYQUAZA, 0x0}, - [SPECIES_LATIAS] = {0x8e376e0, SPECIES_LATIAS, 0x0}, - [SPECIES_LATIOS] = {0x8e382a0, SPECIES_LATIOS, 0x0}, - [SPECIES_JIRACHI] = {0x8e38d7c, SPECIES_JIRACHI, 0x0}, - [SPECIES_DEOXYS] = {0x8e39d48, SPECIES_DEOXYS, 0x0}, - [SPECIES_CHIMECHO] = {0x8e3adf4, SPECIES_CHIMECHO, 0x0}, - [SPECIES_EGG] = {0x8e3b68c, SPECIES_EGG, 0x0}, - [SPECIES_UNOWN_B] = {0x8db8d74, SPECIES_UNOWN_B, 0x0}, - [SPECIES_UNOWN_C] = {0x8db8d74, SPECIES_UNOWN_C, 0x0}, - [SPECIES_UNOWN_D] = {0x8db8d74, SPECIES_UNOWN_D, 0x0}, - [SPECIES_UNOWN_E] = {0x8db8d74, SPECIES_UNOWN_E, 0x0}, - [SPECIES_UNOWN_F] = {0x8db8d74, SPECIES_UNOWN_F, 0x0}, - [SPECIES_UNOWN_G] = {0x8db8d74, SPECIES_UNOWN_G, 0x0}, - [SPECIES_UNOWN_H] = {0x8db8d74, SPECIES_UNOWN_H, 0x0}, - [SPECIES_UNOWN_I] = {0x8db8d74, SPECIES_UNOWN_I, 0x0}, - [SPECIES_UNOWN_J] = {0x8db8d74, SPECIES_UNOWN_J, 0x0}, - [SPECIES_UNOWN_K] = {0x8db8d74, SPECIES_UNOWN_K, 0x0}, - [SPECIES_UNOWN_L] = {0x8db8d74, SPECIES_UNOWN_L, 0x0}, - [SPECIES_UNOWN_M] = {0x8db8d74, SPECIES_UNOWN_M, 0x0}, - [SPECIES_UNOWN_N] = {0x8db8d74, SPECIES_UNOWN_N, 0x0}, - [SPECIES_UNOWN_O] = {0x8db8d74, SPECIES_UNOWN_O, 0x0}, - [SPECIES_UNOWN_P] = {0x8db8d74, SPECIES_UNOWN_P, 0x0}, - [SPECIES_UNOWN_Q] = {0x8db8d74, SPECIES_UNOWN_Q, 0x0}, - [SPECIES_UNOWN_R] = {0x8db8d74, SPECIES_UNOWN_R, 0x0}, - [SPECIES_UNOWN_S] = {0x8db8d74, SPECIES_UNOWN_S, 0x0}, - [SPECIES_UNOWN_T] = {0x8db8d74, SPECIES_UNOWN_T, 0x0}, - [SPECIES_UNOWN_U] = {0x8db8d74, SPECIES_UNOWN_U, 0x0}, - [SPECIES_UNOWN_V] = {0x8db8d74, SPECIES_UNOWN_V, 0x0}, - [SPECIES_UNOWN_W] = {0x8db8d74, SPECIES_UNOWN_W, 0x0}, - [SPECIES_UNOWN_X] = {0x8db8d74, SPECIES_UNOWN_X, 0x0}, - [SPECIES_UNOWN_Y] = {0x8db8d74, SPECIES_UNOWN_Y, 0x0}, - [SPECIES_UNOWN_Z] = {0x8db8d74, SPECIES_UNOWN_Z, 0x0}, - [SPECIES_UNOWN_EXCLAMATION] = {0x8db8d74, SPECIES_UNOWN_EXCLAMATION, 0x0}, - [SPECIES_UNOWN_QUESTION] = {0x8db8d74, SPECIES_UNOWN_QUESTION, 0x0}, + [SPECIES_NONE] = {gFrontSprite000NonePal, SPECIES_NONE, 0x0}, + [SPECIES_BULBASAUR] = {gFrontSprite001BulbasaurPal, SPECIES_BULBASAUR, 0x0}, + [SPECIES_IVYSAUR] = {gFrontSprite002IvysaurPal, SPECIES_IVYSAUR, 0x0}, + [SPECIES_VENUSAUR] = {gFrontSprite003VenusaurPal, SPECIES_VENUSAUR, 0x0}, + [SPECIES_CHARMANDER] = {gFrontSprite004CharmanderPal, SPECIES_CHARMANDER, 0x0}, + [SPECIES_CHARMELEON] = {gFrontSprite005CharmeleonPal, SPECIES_CHARMELEON, 0x0}, + [SPECIES_CHARIZARD] = {gFrontSprite006CharizardPal, SPECIES_CHARIZARD, 0x0}, + [SPECIES_SQUIRTLE] = {gFrontSprite007SquirtlePal, SPECIES_SQUIRTLE, 0x0}, + [SPECIES_WARTORTLE] = {gFrontSprite008WartortlePal, SPECIES_WARTORTLE, 0x0}, + [SPECIES_BLASTOISE] = {gFrontSprite009BlastoisePal, SPECIES_BLASTOISE, 0x0}, + [SPECIES_CATERPIE] = {gFrontSprite010CaterpiePal, SPECIES_CATERPIE, 0x0}, + [SPECIES_METAPOD] = {gFrontSprite011MetapodPal, SPECIES_METAPOD, 0x0}, + [SPECIES_BUTTERFREE] = {gFrontSprite012ButterfreePal, SPECIES_BUTTERFREE, 0x0}, + [SPECIES_WEEDLE] = {gFrontSprite013WeedlePal, SPECIES_WEEDLE, 0x0}, + [SPECIES_KAKUNA] = {gFrontSprite014KakunaPal, SPECIES_KAKUNA, 0x0}, + [SPECIES_BEEDRILL] = {gFrontSprite015BeedrillPal, SPECIES_BEEDRILL, 0x0}, + [SPECIES_PIDGEY] = {gFrontSprite016PidgeyPal, SPECIES_PIDGEY, 0x0}, + [SPECIES_PIDGEOTTO] = {gFrontSprite017PidgeottoPal, SPECIES_PIDGEOTTO, 0x0}, + [SPECIES_PIDGEOT] = {gFrontSprite018PidgeotPal, SPECIES_PIDGEOT, 0x0}, + [SPECIES_RATTATA] = {gFrontSprite019RattataPal, SPECIES_RATTATA, 0x0}, + [SPECIES_RATICATE] = {gFrontSprite020RaticatePal, SPECIES_RATICATE, 0x0}, + [SPECIES_SPEAROW] = {gFrontSprite021SpearowPal, SPECIES_SPEAROW, 0x0}, + [SPECIES_FEAROW] = {gFrontSprite022FearowPal, SPECIES_FEAROW, 0x0}, + [SPECIES_EKANS] = {gFrontSprite023EkansPal, SPECIES_EKANS, 0x0}, + [SPECIES_ARBOK] = {gFrontSprite024ArbokPal, SPECIES_ARBOK, 0x0}, + [SPECIES_PIKACHU] = {gFrontSprite025PikachuPal, SPECIES_PIKACHU, 0x0}, + [SPECIES_RAICHU] = {gFrontSprite026RaichuPal, SPECIES_RAICHU, 0x0}, + [SPECIES_SANDSHREW] = {gFrontSprite027SandshrewPal, SPECIES_SANDSHREW, 0x0}, + [SPECIES_SANDSLASH] = {gFrontSprite028SandslashPal, SPECIES_SANDSLASH, 0x0}, + [SPECIES_NIDORAN_F] = {gFrontSprite029NidoranFPal, SPECIES_NIDORAN_F, 0x0}, + [SPECIES_NIDORINA] = {gFrontSprite030NidorinaPal, SPECIES_NIDORINA, 0x0}, + [SPECIES_NIDOQUEEN] = {gFrontSprite031NidoqueenPal, SPECIES_NIDOQUEEN, 0x0}, + [SPECIES_NIDORAN_M] = {gFrontSprite032NidoranMPal, SPECIES_NIDORAN_M, 0x0}, + [SPECIES_NIDORINO] = {gFrontSprite033NidorinoPal, SPECIES_NIDORINO, 0x0}, + [SPECIES_NIDOKING] = {gFrontSprite034NidokingPal, SPECIES_NIDOKING, 0x0}, + [SPECIES_CLEFAIRY] = {gFrontSprite035ClefairyPal, SPECIES_CLEFAIRY, 0x0}, + [SPECIES_CLEFABLE] = {gFrontSprite036ClefablePal, SPECIES_CLEFABLE, 0x0}, + [SPECIES_VULPIX] = {gFrontSprite037VulpixPal, SPECIES_VULPIX, 0x0}, + [SPECIES_NINETALES] = {gFrontSprite038NinetalesPal, SPECIES_NINETALES, 0x0}, + [SPECIES_JIGGLYPUFF] = {gFrontSprite039JigglypuffPal, SPECIES_JIGGLYPUFF, 0x0}, + [SPECIES_WIGGLYTUFF] = {gFrontSprite040WigglytuffPal, SPECIES_WIGGLYTUFF, 0x0}, + [SPECIES_ZUBAT] = {gFrontSprite041ZubatPal, SPECIES_ZUBAT, 0x0}, + [SPECIES_GOLBAT] = {gFrontSprite042GolbatPal, SPECIES_GOLBAT, 0x0}, + [SPECIES_ODDISH] = {gFrontSprite043OddishPal, SPECIES_ODDISH, 0x0}, + [SPECIES_GLOOM] = {gFrontSprite044GloomPal, SPECIES_GLOOM, 0x0}, + [SPECIES_VILEPLUME] = {gFrontSprite045VileplumePal, SPECIES_VILEPLUME, 0x0}, + [SPECIES_PARAS] = {gFrontSprite046ParasPal, SPECIES_PARAS, 0x0}, + [SPECIES_PARASECT] = {gFrontSprite047ParasectPal, SPECIES_PARASECT, 0x0}, + [SPECIES_VENONAT] = {gFrontSprite048VenonatPal, SPECIES_VENONAT, 0x0}, + [SPECIES_VENOMOTH] = {gFrontSprite049VenomothPal, SPECIES_VENOMOTH, 0x0}, + [SPECIES_DIGLETT] = {gFrontSprite050DiglettPal, SPECIES_DIGLETT, 0x0}, + [SPECIES_DUGTRIO] = {gFrontSprite051DugtrioPal, SPECIES_DUGTRIO, 0x0}, + [SPECIES_MEOWTH] = {gFrontSprite052MeowthPal, SPECIES_MEOWTH, 0x0}, + [SPECIES_PERSIAN] = {gFrontSprite053PersianPal, SPECIES_PERSIAN, 0x0}, + [SPECIES_PSYDUCK] = {gFrontSprite054PsyduckPal, SPECIES_PSYDUCK, 0x0}, + [SPECIES_GOLDUCK] = {gFrontSprite055GolduckPal, SPECIES_GOLDUCK, 0x0}, + [SPECIES_MANKEY] = {gFrontSprite056MankeyPal, SPECIES_MANKEY, 0x0}, + [SPECIES_PRIMEAPE] = {gFrontSprite057PrimeapePal, SPECIES_PRIMEAPE, 0x0}, + [SPECIES_GROWLITHE] = {gFrontSprite058GrowlithePal, SPECIES_GROWLITHE, 0x0}, + [SPECIES_ARCANINE] = {gFrontSprite059ArcaninePal, SPECIES_ARCANINE, 0x0}, + [SPECIES_POLIWAG] = {gFrontSprite060PoliwagPal, SPECIES_POLIWAG, 0x0}, + [SPECIES_POLIWHIRL] = {gFrontSprite061PoliwhirlPal, SPECIES_POLIWHIRL, 0x0}, + [SPECIES_POLIWRATH] = {gFrontSprite062PoliwrathPal, SPECIES_POLIWRATH, 0x0}, + [SPECIES_ABRA] = {gFrontSprite063AbraPal, SPECIES_ABRA, 0x0}, + [SPECIES_KADABRA] = {gFrontSprite064KadabraPal, SPECIES_KADABRA, 0x0}, + [SPECIES_ALAKAZAM] = {gFrontSprite065AlakazamPal, SPECIES_ALAKAZAM, 0x0}, + [SPECIES_MACHOP] = {gFrontSprite066MachopPal, SPECIES_MACHOP, 0x0}, + [SPECIES_MACHOKE] = {gFrontSprite067MachokePal, SPECIES_MACHOKE, 0x0}, + [SPECIES_MACHAMP] = {gFrontSprite068MachampPal, SPECIES_MACHAMP, 0x0}, + [SPECIES_BELLSPROUT] = {gFrontSprite069BellsproutPal, SPECIES_BELLSPROUT, 0x0}, + [SPECIES_WEEPINBELL] = {gFrontSprite070WeepinbellPal, SPECIES_WEEPINBELL, 0x0}, + [SPECIES_VICTREEBEL] = {gFrontSprite071VictreebelPal, SPECIES_VICTREEBEL, 0x0}, + [SPECIES_TENTACOOL] = {gFrontSprite072TentacoolPal, SPECIES_TENTACOOL, 0x0}, + [SPECIES_TENTACRUEL] = {gFrontSprite073TentacruelPal, SPECIES_TENTACRUEL, 0x0}, + [SPECIES_GEODUDE] = {gFrontSprite074GeodudePal, SPECIES_GEODUDE, 0x0}, + [SPECIES_GRAVELER] = {gFrontSprite075GravelerPal, SPECIES_GRAVELER, 0x0}, + [SPECIES_GOLEM] = {gFrontSprite076GolemPal, SPECIES_GOLEM, 0x0}, + [SPECIES_PONYTA] = {gFrontSprite077PonytaPal, SPECIES_PONYTA, 0x0}, + [SPECIES_RAPIDASH] = {gFrontSprite078RapidashPal, SPECIES_RAPIDASH, 0x0}, + [SPECIES_SLOWPOKE] = {gFrontSprite079SlowpokePal, SPECIES_SLOWPOKE, 0x0}, + [SPECIES_SLOWBRO] = {gFrontSprite080SlowbroPal, SPECIES_SLOWBRO, 0x0}, + [SPECIES_MAGNEMITE] = {gFrontSprite081MagnemitePal, SPECIES_MAGNEMITE, 0x0}, + [SPECIES_MAGNETON] = {gFrontSprite082MagnetonPal, SPECIES_MAGNETON, 0x0}, + [SPECIES_FARFETCHD] = {gFrontSprite083FarfetchdPal, SPECIES_FARFETCHD, 0x0}, + [SPECIES_DODUO] = {gFrontSprite084DoduoPal, SPECIES_DODUO, 0x0}, + [SPECIES_DODRIO] = {gFrontSprite085DodrioPal, SPECIES_DODRIO, 0x0}, + [SPECIES_SEEL] = {gFrontSprite086SeelPal, SPECIES_SEEL, 0x0}, + [SPECIES_DEWGONG] = {gFrontSprite087DewgongPal, SPECIES_DEWGONG, 0x0}, + [SPECIES_GRIMER] = {gFrontSprite088GrimerPal, SPECIES_GRIMER, 0x0}, + [SPECIES_MUK] = {gFrontSprite089MukPal, SPECIES_MUK, 0x0}, + [SPECIES_SHELLDER] = {gFrontSprite090ShellderPal, SPECIES_SHELLDER, 0x0}, + [SPECIES_CLOYSTER] = {gFrontSprite091CloysterPal, SPECIES_CLOYSTER, 0x0}, + [SPECIES_GASTLY] = {gFrontSprite092GastlyPal, SPECIES_GASTLY, 0x0}, + [SPECIES_HAUNTER] = {gFrontSprite093HaunterPal, SPECIES_HAUNTER, 0x0}, + [SPECIES_GENGAR] = {gFrontSprite094GengarPal, SPECIES_GENGAR, 0x0}, + [SPECIES_ONIX] = {gFrontSprite095OnixPal, SPECIES_ONIX, 0x0}, + [SPECIES_DROWZEE] = {gFrontSprite096DrowzeePal, SPECIES_DROWZEE, 0x0}, + [SPECIES_HYPNO] = {gFrontSprite097HypnoPal, SPECIES_HYPNO, 0x0}, + [SPECIES_KRABBY] = {gFrontSprite098KrabbyPal, SPECIES_KRABBY, 0x0}, + [SPECIES_KINGLER] = {gFrontSprite099KinglerPal, SPECIES_KINGLER, 0x0}, + [SPECIES_VOLTORB] = {gFrontSprite100VoltorbPal, SPECIES_VOLTORB, 0x0}, + [SPECIES_ELECTRODE] = {gFrontSprite101ElectrodePal, SPECIES_ELECTRODE, 0x0}, + [SPECIES_EXEGGCUTE] = {gFrontSprite102ExeggcutePal, SPECIES_EXEGGCUTE, 0x0}, + [SPECIES_EXEGGUTOR] = {gFrontSprite103ExeggutorPal, SPECIES_EXEGGUTOR, 0x0}, + [SPECIES_CUBONE] = {gFrontSprite104CubonePal, SPECIES_CUBONE, 0x0}, + [SPECIES_MAROWAK] = {gFrontSprite105MarowakPal, SPECIES_MAROWAK, 0x0}, + [SPECIES_HITMONLEE] = {gFrontSprite106HitmonleePal, SPECIES_HITMONLEE, 0x0}, + [SPECIES_HITMONCHAN] = {gFrontSprite107HitmonchanPal, SPECIES_HITMONCHAN, 0x0}, + [SPECIES_LICKITUNG] = {gFrontSprite108LickitungPal, SPECIES_LICKITUNG, 0x0}, + [SPECIES_KOFFING] = {gFrontSprite109KoffingPal, SPECIES_KOFFING, 0x0}, + [SPECIES_WEEZING] = {gFrontSprite110WeezingPal, SPECIES_WEEZING, 0x0}, + [SPECIES_RHYHORN] = {gFrontSprite111RhyhornPal, SPECIES_RHYHORN, 0x0}, + [SPECIES_RHYDON] = {gFrontSprite112RhydonPal, SPECIES_RHYDON, 0x0}, + [SPECIES_CHANSEY] = {gFrontSprite113ChanseyPal, SPECIES_CHANSEY, 0x0}, + [SPECIES_TANGELA] = {gFrontSprite114TangelaPal, SPECIES_TANGELA, 0x0}, + [SPECIES_KANGASKHAN] = {gFrontSprite115KangaskhanPal, SPECIES_KANGASKHAN, 0x0}, + [SPECIES_HORSEA] = {gFrontSprite116HorseaPal, SPECIES_HORSEA, 0x0}, + [SPECIES_SEADRA] = {gFrontSprite117SeadraPal, SPECIES_SEADRA, 0x0}, + [SPECIES_GOLDEEN] = {gFrontSprite118GoldeenPal, SPECIES_GOLDEEN, 0x0}, + [SPECIES_SEAKING] = {gFrontSprite119SeakingPal, SPECIES_SEAKING, 0x0}, + [SPECIES_STARYU] = {gFrontSprite120StaryuPal, SPECIES_STARYU, 0x0}, + [SPECIES_STARMIE] = {gFrontSprite121StarmiePal, SPECIES_STARMIE, 0x0}, + [SPECIES_MR_MIME] = {gFrontSprite122MrMimePal, SPECIES_MR_MIME, 0x0}, + [SPECIES_SCYTHER] = {gFrontSprite123ScytherPal, SPECIES_SCYTHER, 0x0}, + [SPECIES_JYNX] = {gFrontSprite124JynxPal, SPECIES_JYNX, 0x0}, + [SPECIES_ELECTABUZZ] = {gFrontSprite125ElectabuzzPal, SPECIES_ELECTABUZZ, 0x0}, + [SPECIES_MAGMAR] = {gFrontSprite126MagmarPal, SPECIES_MAGMAR, 0x0}, + [SPECIES_PINSIR] = {gFrontSprite127PinsirPal, SPECIES_PINSIR, 0x0}, + [SPECIES_TAUROS] = {gFrontSprite128TaurosPal, SPECIES_TAUROS, 0x0}, + [SPECIES_MAGIKARP] = {gFrontSprite129MagikarpPal, SPECIES_MAGIKARP, 0x0}, + [SPECIES_GYARADOS] = {gFrontSprite130GyaradosPal, SPECIES_GYARADOS, 0x0}, + [SPECIES_LAPRAS] = {gFrontSprite131LaprasPal, SPECIES_LAPRAS, 0x0}, + [SPECIES_DITTO] = {gFrontSprite132DittoPal, SPECIES_DITTO, 0x0}, + [SPECIES_EEVEE] = {gFrontSprite133EeveePal, SPECIES_EEVEE, 0x0}, + [SPECIES_VAPOREON] = {gFrontSprite134VaporeonPal, SPECIES_VAPOREON, 0x0}, + [SPECIES_JOLTEON] = {gFrontSprite135JolteonPal, SPECIES_JOLTEON, 0x0}, + [SPECIES_FLAREON] = {gFrontSprite136FlareonPal, SPECIES_FLAREON, 0x0}, + [SPECIES_PORYGON] = {gFrontSprite137PorygonPal, SPECIES_PORYGON, 0x0}, + [SPECIES_OMANYTE] = {gFrontSprite138OmanytePal, SPECIES_OMANYTE, 0x0}, + [SPECIES_OMASTAR] = {gFrontSprite139OmastarPal, SPECIES_OMASTAR, 0x0}, + [SPECIES_KABUTO] = {gFrontSprite140KabutoPal, SPECIES_KABUTO, 0x0}, + [SPECIES_KABUTOPS] = {gFrontSprite141KabutopsPal, SPECIES_KABUTOPS, 0x0}, + [SPECIES_AERODACTYL] = {gFrontSprite142AerodactylPal, SPECIES_AERODACTYL, 0x0}, + [SPECIES_SNORLAX] = {gFrontSprite143SnorlaxPal, SPECIES_SNORLAX, 0x0}, + [SPECIES_ARTICUNO] = {gFrontSprite144ArticunoPal, SPECIES_ARTICUNO, 0x0}, + [SPECIES_ZAPDOS] = {gFrontSprite145ZapdosPal, SPECIES_ZAPDOS, 0x0}, + [SPECIES_MOLTRES] = {gFrontSprite146MoltresPal, SPECIES_MOLTRES, 0x0}, + [SPECIES_DRATINI] = {gFrontSprite147DratiniPal, SPECIES_DRATINI, 0x0}, + [SPECIES_DRAGONAIR] = {gFrontSprite148DragonairPal, SPECIES_DRAGONAIR, 0x0}, + [SPECIES_DRAGONITE] = {gFrontSprite149DragonitePal, SPECIES_DRAGONITE, 0x0}, + [SPECIES_MEWTWO] = {gFrontSprite150MewtwoPal, SPECIES_MEWTWO, 0x0}, + [SPECIES_MEW] = {gFrontSprite151MewPal, SPECIES_MEW, 0x0}, + [SPECIES_CHIKORITA] = {gFrontSprite152ChikoritaPal, SPECIES_CHIKORITA, 0x0}, + [SPECIES_BAYLEEF] = {gFrontSprite153BayleefPal, SPECIES_BAYLEEF, 0x0}, + [SPECIES_MEGANIUM] = {gFrontSprite154MeganiumPal, SPECIES_MEGANIUM, 0x0}, + [SPECIES_CYNDAQUIL] = {gFrontSprite155CyndaquilPal, SPECIES_CYNDAQUIL, 0x0}, + [SPECIES_QUILAVA] = {gFrontSprite156QuilavaPal, SPECIES_QUILAVA, 0x0}, + [SPECIES_TYPHLOSION] = {gFrontSprite157TyphlosionPal, SPECIES_TYPHLOSION, 0x0}, + [SPECIES_TOTODILE] = {gFrontSprite158TotodilePal, SPECIES_TOTODILE, 0x0}, + [SPECIES_CROCONAW] = {gFrontSprite159CroconawPal, SPECIES_CROCONAW, 0x0}, + [SPECIES_FERALIGATR] = {gFrontSprite160FeraligatrPal, SPECIES_FERALIGATR, 0x0}, + [SPECIES_SENTRET] = {gFrontSprite161SentretPal, SPECIES_SENTRET, 0x0}, + [SPECIES_FURRET] = {gFrontSprite162FurretPal, SPECIES_FURRET, 0x0}, + [SPECIES_HOOTHOOT] = {gFrontSprite163HoothootPal, SPECIES_HOOTHOOT, 0x0}, + [SPECIES_NOCTOWL] = {gFrontSprite164NoctowlPal, SPECIES_NOCTOWL, 0x0}, + [SPECIES_LEDYBA] = {gFrontSprite165LedybaPal, SPECIES_LEDYBA, 0x0}, + [SPECIES_LEDIAN] = {gFrontSprite166LedianPal, SPECIES_LEDIAN, 0x0}, + [SPECIES_SPINARAK] = {gFrontSprite167SpinarakPal, SPECIES_SPINARAK, 0x0}, + [SPECIES_ARIADOS] = {gFrontSprite168AriadosPal, SPECIES_ARIADOS, 0x0}, + [SPECIES_CROBAT] = {gFrontSprite169CrobatPal, SPECIES_CROBAT, 0x0}, + [SPECIES_CHINCHOU] = {gFrontSprite170ChinchouPal, SPECIES_CHINCHOU, 0x0}, + [SPECIES_LANTURN] = {gFrontSprite171LanturnPal, SPECIES_LANTURN, 0x0}, + [SPECIES_PICHU] = {gFrontSprite172PichuPal, SPECIES_PICHU, 0x0}, + [SPECIES_CLEFFA] = {gFrontSprite173CleffaPal, SPECIES_CLEFFA, 0x0}, + [SPECIES_IGGLYBUFF] = {gFrontSprite174IgglybuffPal, SPECIES_IGGLYBUFF, 0x0}, + [SPECIES_TOGEPI] = {gFrontSprite175TogepiPal, SPECIES_TOGEPI, 0x0}, + [SPECIES_TOGETIC] = {gFrontSprite176TogeticPal, SPECIES_TOGETIC, 0x0}, + [SPECIES_NATU] = {gFrontSprite177NatuPal, SPECIES_NATU, 0x0}, + [SPECIES_XATU] = {gFrontSprite178XatuPal, SPECIES_XATU, 0x0}, + [SPECIES_MAREEP] = {gFrontSprite179MareepPal, SPECIES_MAREEP, 0x0}, + [SPECIES_FLAAFFY] = {gFrontSprite180FlaaffyPal, SPECIES_FLAAFFY, 0x0}, + [SPECIES_AMPHAROS] = {gFrontSprite181AmpharosPal, SPECIES_AMPHAROS, 0x0}, + [SPECIES_BELLOSSOM] = {gFrontSprite182BellossomPal, SPECIES_BELLOSSOM, 0x0}, + [SPECIES_MARILL] = {gFrontSprite183MarillPal, SPECIES_MARILL, 0x0}, + [SPECIES_AZUMARILL] = {gFrontSprite184AzumarillPal, SPECIES_AZUMARILL, 0x0}, + [SPECIES_SUDOWOODO] = {gFrontSprite185SudowoodoPal, SPECIES_SUDOWOODO, 0x0}, + [SPECIES_POLITOED] = {gFrontSprite186PolitoedPal, SPECIES_POLITOED, 0x0}, + [SPECIES_HOPPIP] = {gFrontSprite187HoppipPal, SPECIES_HOPPIP, 0x0}, + [SPECIES_SKIPLOOM] = {gFrontSprite188SkiploomPal, SPECIES_SKIPLOOM, 0x0}, + [SPECIES_JUMPLUFF] = {gFrontSprite189JumpluffPal, SPECIES_JUMPLUFF, 0x0}, + [SPECIES_AIPOM] = {gFrontSprite190AipomPal, SPECIES_AIPOM, 0x0}, + [SPECIES_SUNKERN] = {gFrontSprite191SunkernPal, SPECIES_SUNKERN, 0x0}, + [SPECIES_SUNFLORA] = {gFrontSprite192SunfloraPal, SPECIES_SUNFLORA, 0x0}, + [SPECIES_YANMA] = {gFrontSprite193YanmaPal, SPECIES_YANMA, 0x0}, + [SPECIES_WOOPER] = {gFrontSprite194WooperPal, SPECIES_WOOPER, 0x0}, + [SPECIES_QUAGSIRE] = {gFrontSprite195QuagsirePal, SPECIES_QUAGSIRE, 0x0}, + [SPECIES_ESPEON] = {gFrontSprite196EspeonPal, SPECIES_ESPEON, 0x0}, + [SPECIES_UMBREON] = {gFrontSprite197UmbreonPal, SPECIES_UMBREON, 0x0}, + [SPECIES_MURKROW] = {gFrontSprite198MurkrowPal, SPECIES_MURKROW, 0x0}, + [SPECIES_SLOWKING] = {gFrontSprite199SlowkingPal, SPECIES_SLOWKING, 0x0}, + [SPECIES_MISDREAVUS] = {gFrontSprite200MisdreavusPal, SPECIES_MISDREAVUS, 0x0}, + [SPECIES_UNOWN] = {gFrontSprite201UnownPal, SPECIES_UNOWN, 0x0}, + [SPECIES_WOBBUFFET] = {gFrontSprite202WobbuffetPal, SPECIES_WOBBUFFET, 0x0}, + [SPECIES_GIRAFARIG] = {gFrontSprite203GirafarigPal, SPECIES_GIRAFARIG, 0x0}, + [SPECIES_PINECO] = {gFrontSprite204PinecoPal, SPECIES_PINECO, 0x0}, + [SPECIES_FORRETRESS] = {gFrontSprite205ForretressPal, SPECIES_FORRETRESS, 0x0}, + [SPECIES_DUNSPARCE] = {gFrontSprite206DunsparcePal, SPECIES_DUNSPARCE, 0x0}, + [SPECIES_GLIGAR] = {gFrontSprite207GligarPal, SPECIES_GLIGAR, 0x0}, + [SPECIES_STEELIX] = {gFrontSprite208SteelixPal, SPECIES_STEELIX, 0x0}, + [SPECIES_SNUBBULL] = {gFrontSprite209SnubbullPal, SPECIES_SNUBBULL, 0x0}, + [SPECIES_GRANBULL] = {gFrontSprite210GranbullPal, SPECIES_GRANBULL, 0x0}, + [SPECIES_QWILFISH] = {gFrontSprite211QwilfishPal, SPECIES_QWILFISH, 0x0}, + [SPECIES_SCIZOR] = {gFrontSprite212ScizorPal, SPECIES_SCIZOR, 0x0}, + [SPECIES_SHUCKLE] = {gFrontSprite213ShucklePal, SPECIES_SHUCKLE, 0x0}, + [SPECIES_HERACROSS] = {gFrontSprite214HeracrossPal, SPECIES_HERACROSS, 0x0}, + [SPECIES_SNEASEL] = {gFrontSprite215SneaselPal, SPECIES_SNEASEL, 0x0}, + [SPECIES_TEDDIURSA] = {gFrontSprite216TeddiursaPal, SPECIES_TEDDIURSA, 0x0}, + [SPECIES_URSARING] = {gFrontSprite217UrsaringPal, SPECIES_URSARING, 0x0}, + [SPECIES_SLUGMA] = {gFrontSprite218SlugmaPal, SPECIES_SLUGMA, 0x0}, + [SPECIES_MAGCARGO] = {gFrontSprite219MagcargoPal, SPECIES_MAGCARGO, 0x0}, + [SPECIES_SWINUB] = {gFrontSprite220SwinubPal, SPECIES_SWINUB, 0x0}, + [SPECIES_PILOSWINE] = {gFrontSprite221PiloswinePal, SPECIES_PILOSWINE, 0x0}, + [SPECIES_CORSOLA] = {gFrontSprite222CorsolaPal, SPECIES_CORSOLA, 0x0}, + [SPECIES_REMORAID] = {gFrontSprite223RemoraidPal, SPECIES_REMORAID, 0x0}, + [SPECIES_OCTILLERY] = {gFrontSprite224OctilleryPal, SPECIES_OCTILLERY, 0x0}, + [SPECIES_DELIBIRD] = {gFrontSprite225DelibirdPal, SPECIES_DELIBIRD, 0x0}, + [SPECIES_MANTINE] = {gFrontSprite226MantinePal, SPECIES_MANTINE, 0x0}, + [SPECIES_SKARMORY] = {gFrontSprite227SkarmoryPal, SPECIES_SKARMORY, 0x0}, + [SPECIES_HOUNDOUR] = {gFrontSprite228HoundourPal, SPECIES_HOUNDOUR, 0x0}, + [SPECIES_HOUNDOOM] = {gFrontSprite229HoundoomPal, SPECIES_HOUNDOOM, 0x0}, + [SPECIES_KINGDRA] = {gFrontSprite230KingdraPal, SPECIES_KINGDRA, 0x0}, + [SPECIES_PHANPY] = {gFrontSprite231PhanpyPal, SPECIES_PHANPY, 0x0}, + [SPECIES_DONPHAN] = {gFrontSprite232DonphanPal, SPECIES_DONPHAN, 0x0}, + [SPECIES_PORYGON2] = {gFrontSprite233Porygon2Pal, SPECIES_PORYGON2, 0x0}, + [SPECIES_STANTLER] = {gFrontSprite234StantlerPal, SPECIES_STANTLER, 0x0}, + [SPECIES_SMEARGLE] = {gFrontSprite235SmearglePal, SPECIES_SMEARGLE, 0x0}, + [SPECIES_TYROGUE] = {gFrontSprite236TyroguePal, SPECIES_TYROGUE, 0x0}, + [SPECIES_HITMONTOP] = {gFrontSprite237HitmontopPal, SPECIES_HITMONTOP, 0x0}, + [SPECIES_SMOOCHUM] = {gFrontSprite238SmoochumPal, SPECIES_SMOOCHUM, 0x0}, + [SPECIES_ELEKID] = {gFrontSprite239ElekidPal, SPECIES_ELEKID, 0x0}, + [SPECIES_MAGBY] = {gFrontSprite240MagbyPal, SPECIES_MAGBY, 0x0}, + [SPECIES_MILTANK] = {gFrontSprite241MiltankPal, SPECIES_MILTANK, 0x0}, + [SPECIES_BLISSEY] = {gFrontSprite242BlisseyPal, SPECIES_BLISSEY, 0x0}, + [SPECIES_RAIKOU] = {gFrontSprite243RaikouPal, SPECIES_RAIKOU, 0x0}, + [SPECIES_ENTEI] = {gFrontSprite244EnteiPal, SPECIES_ENTEI, 0x0}, + [SPECIES_SUICUNE] = {gFrontSprite245SuicunePal, SPECIES_SUICUNE, 0x0}, + [SPECIES_LARVITAR] = {gFrontSprite246LarvitarPal, SPECIES_LARVITAR, 0x0}, + [SPECIES_PUPITAR] = {gFrontSprite247PupitarPal, SPECIES_PUPITAR, 0x0}, + [SPECIES_TYRANITAR] = {gFrontSprite248TyranitarPal, SPECIES_TYRANITAR, 0x0}, + [SPECIES_LUGIA] = {gFrontSprite249LugiaPal, SPECIES_LUGIA, 0x0}, + [SPECIES_HO_OH] = {gFrontSprite250HoOhPal, SPECIES_HO_OH, 0x0}, + [SPECIES_CELEBI] = {gFrontSprite251CelebiPal, SPECIES_CELEBI, 0x0}, + [252] = {gFrontSprite252Pal, 0xfc, 0x0}, + [253] = {gFrontSprite252Pal, 0xfd, 0x0}, + [254] = {gFrontSprite252Pal, 0xfe, 0x0}, + [255] = {gFrontSprite252Pal, 0xff, 0x0}, + [256] = {gFrontSprite252Pal, 0x100, 0x0}, + [257] = {gFrontSprite252Pal, 0x101, 0x0}, + [258] = {gFrontSprite252Pal, 0x102, 0x0}, + [259] = {gFrontSprite252Pal, 0x103, 0x0}, + [260] = {gFrontSprite252Pal, 0x104, 0x0}, + [261] = {gFrontSprite252Pal, 0x105, 0x0}, + [262] = {gFrontSprite252Pal, 0x106, 0x0}, + [263] = {gFrontSprite252Pal, 0x107, 0x0}, + [264] = {gFrontSprite252Pal, 0x108, 0x0}, + [265] = {gFrontSprite252Pal, 0x109, 0x0}, + [266] = {gFrontSprite252Pal, 0x10a, 0x0}, + [267] = {gFrontSprite252Pal, 0x10b, 0x0}, + [268] = {gFrontSprite252Pal, 0x10c, 0x0}, + [269] = {gFrontSprite252Pal, 0x10d, 0x0}, + [270] = {gFrontSprite252Pal, 0x10e, 0x0}, + [271] = {gFrontSprite252Pal, 0x10f, 0x0}, + [272] = {gFrontSprite252Pal, 0x110, 0x0}, + [273] = {gFrontSprite252Pal, 0x111, 0x0}, + [274] = {gFrontSprite252Pal, 0x112, 0x0}, + [275] = {gFrontSprite252Pal, 0x113, 0x0}, + [276] = {gFrontSprite252Pal, 0x114, 0x0}, + [SPECIES_TREECKO] = {gFrontSprite277TreeckoPal, SPECIES_TREECKO, 0x0}, + [SPECIES_GROVYLE] = {gFrontSprite278GrovylePal, SPECIES_GROVYLE, 0x0}, + [SPECIES_SCEPTILE] = {gFrontSprite279SceptilePal, SPECIES_SCEPTILE, 0x0}, + [SPECIES_TORCHIC] = {gFrontSprite280TorchicPal, SPECIES_TORCHIC, 0x0}, + [SPECIES_COMBUSKEN] = {gFrontSprite281CombuskenPal, SPECIES_COMBUSKEN, 0x0}, + [SPECIES_BLAZIKEN] = {gFrontSprite282BlazikenPal, SPECIES_BLAZIKEN, 0x0}, + [SPECIES_MUDKIP] = {gFrontSprite283MudkipPal, SPECIES_MUDKIP, 0x0}, + [SPECIES_MARSHTOMP] = {gFrontSprite284MarshtompPal, SPECIES_MARSHTOMP, 0x0}, + [SPECIES_SWAMPERT] = {gFrontSprite285SwampertPal, SPECIES_SWAMPERT, 0x0}, + [SPECIES_POOCHYENA] = {gFrontSprite286PoochyenaPal, SPECIES_POOCHYENA, 0x0}, + [SPECIES_MIGHTYENA] = {gFrontSprite287MightyenaPal, SPECIES_MIGHTYENA, 0x0}, + [SPECIES_ZIGZAGOON] = {gFrontSprite288ZigzagoonPal, SPECIES_ZIGZAGOON, 0x0}, + [SPECIES_LINOONE] = {gFrontSprite289LinoonePal, SPECIES_LINOONE, 0x0}, + [SPECIES_WURMPLE] = {gFrontSprite290WurmplePal, SPECIES_WURMPLE, 0x0}, + [SPECIES_SILCOON] = {gFrontSprite291SilcoonPal, SPECIES_SILCOON, 0x0}, + [SPECIES_BEAUTIFLY] = {gFrontSprite292BeautiflyPal, SPECIES_BEAUTIFLY, 0x0}, + [SPECIES_CASCOON] = {gFrontSprite293CascoonPal, SPECIES_CASCOON, 0x0}, + [SPECIES_DUSTOX] = {gFrontSprite294DustoxPal, SPECIES_DUSTOX, 0x0}, + [SPECIES_LOTAD] = {gFrontSprite295LotadPal, SPECIES_LOTAD, 0x0}, + [SPECIES_LOMBRE] = {gFrontSprite296LombrePal, SPECIES_LOMBRE, 0x0}, + [SPECIES_LUDICOLO] = {gFrontSprite297LudicoloPal, SPECIES_LUDICOLO, 0x0}, + [SPECIES_SEEDOT] = {gFrontSprite298SeedotPal, SPECIES_SEEDOT, 0x0}, + [SPECIES_NUZLEAF] = {gFrontSprite299NuzleafPal, SPECIES_NUZLEAF, 0x0}, + [SPECIES_SHIFTRY] = {gFrontSprite300ShiftryPal, SPECIES_SHIFTRY, 0x0}, + [SPECIES_NINCADA] = {gFrontSprite301NincadaPal, SPECIES_NINCADA, 0x0}, + [SPECIES_NINJASK] = {gFrontSprite302NinjaskPal, SPECIES_NINJASK, 0x0}, + [SPECIES_SHEDINJA] = {gFrontSprite303ShedinjaPal, SPECIES_SHEDINJA, 0x0}, + [SPECIES_TAILLOW] = {gFrontSprite304TaillowPal, SPECIES_TAILLOW, 0x0}, + [SPECIES_SWELLOW] = {gFrontSprite305SwellowPal, SPECIES_SWELLOW, 0x0}, + [SPECIES_SHROOMISH] = {gFrontSprite306ShroomishPal, SPECIES_SHROOMISH, 0x0}, + [SPECIES_BRELOOM] = {gFrontSprite307BreloomPal, SPECIES_BRELOOM, 0x0}, + [SPECIES_SPINDA] = {gFrontSprite308SpindaPal, SPECIES_SPINDA, 0x0}, + [SPECIES_WINGULL] = {gFrontSprite309WingullPal, SPECIES_WINGULL, 0x0}, + [SPECIES_PELIPPER] = {gFrontSprite310PelipperPal, SPECIES_PELIPPER, 0x0}, + [SPECIES_SURSKIT] = {gFrontSprite311SurskitPal, SPECIES_SURSKIT, 0x0}, + [SPECIES_MASQUERAIN] = {gFrontSprite312MasquerainPal, SPECIES_MASQUERAIN, 0x0}, + [SPECIES_WAILMER] = {gFrontSprite313WailmerPal, SPECIES_WAILMER, 0x0}, + [SPECIES_WAILORD] = {gFrontSprite314WailordPal, SPECIES_WAILORD, 0x0}, + [SPECIES_SKITTY] = {gFrontSprite315SkittyPal, SPECIES_SKITTY, 0x0}, + [SPECIES_DELCATTY] = {gFrontSprite316DelcattyPal, SPECIES_DELCATTY, 0x0}, + [SPECIES_KECLEON] = {gFrontSprite317KecleonPal, SPECIES_KECLEON, 0x0}, + [SPECIES_BALTOY] = {gFrontSprite318BaltoyPal, SPECIES_BALTOY, 0x0}, + [SPECIES_CLAYDOL] = {gFrontSprite319ClaydolPal, SPECIES_CLAYDOL, 0x0}, + [SPECIES_NOSEPASS] = {gFrontSprite320NosepassPal, SPECIES_NOSEPASS, 0x0}, + [SPECIES_TORKOAL] = {gFrontSprite321TorkoalPal, SPECIES_TORKOAL, 0x0}, + [SPECIES_SABLEYE] = {gFrontSprite322SableyePal, SPECIES_SABLEYE, 0x0}, + [SPECIES_BARBOACH] = {gFrontSprite323BarboachPal, SPECIES_BARBOACH, 0x0}, + [SPECIES_WHISCASH] = {gFrontSprite324WhiscashPal, SPECIES_WHISCASH, 0x0}, + [SPECIES_LUVDISC] = {gFrontSprite325LuvdiscPal, SPECIES_LUVDISC, 0x0}, + [SPECIES_CORPHISH] = {gFrontSprite326CorphishPal, SPECIES_CORPHISH, 0x0}, + [SPECIES_CRAWDAUNT] = {gFrontSprite327CrawdauntPal, SPECIES_CRAWDAUNT, 0x0}, + [SPECIES_FEEBAS] = {gFrontSprite328FeebasPal, SPECIES_FEEBAS, 0x0}, + [SPECIES_MILOTIC] = {gFrontSprite329MiloticPal, SPECIES_MILOTIC, 0x0}, + [SPECIES_CARVANHA] = {gFrontSprite330CarvanhaPal, SPECIES_CARVANHA, 0x0}, + [SPECIES_SHARPEDO] = {gFrontSprite331SharpedoPal, SPECIES_SHARPEDO, 0x0}, + [SPECIES_TRAPINCH] = {gFrontSprite332TrapinchPal, SPECIES_TRAPINCH, 0x0}, + [SPECIES_VIBRAVA] = {gFrontSprite333VibravaPal, SPECIES_VIBRAVA, 0x0}, + [SPECIES_FLYGON] = {gFrontSprite334FlygonPal, SPECIES_FLYGON, 0x0}, + [SPECIES_MAKUHITA] = {gFrontSprite335MakuhitaPal, SPECIES_MAKUHITA, 0x0}, + [SPECIES_HARIYAMA] = {gFrontSprite336HariyamaPal, SPECIES_HARIYAMA, 0x0}, + [SPECIES_ELECTRIKE] = {gFrontSprite337ElectrikePal, SPECIES_ELECTRIKE, 0x0}, + [SPECIES_MANECTRIC] = {gFrontSprite338ManectricPal, SPECIES_MANECTRIC, 0x0}, + [SPECIES_NUMEL] = {gFrontSprite339NumelPal, SPECIES_NUMEL, 0x0}, + [SPECIES_CAMERUPT] = {gFrontSprite340CameruptPal, SPECIES_CAMERUPT, 0x0}, + [SPECIES_SPHEAL] = {gFrontSprite341SphealPal, SPECIES_SPHEAL, 0x0}, + [SPECIES_SEALEO] = {gFrontSprite342SealeoPal, SPECIES_SEALEO, 0x0}, + [SPECIES_WALREIN] = {gFrontSprite343WalreinPal, SPECIES_WALREIN, 0x0}, + [SPECIES_CACNEA] = {gFrontSprite344CacneaPal, SPECIES_CACNEA, 0x0}, + [SPECIES_CACTURNE] = {gFrontSprite345CacturnePal, SPECIES_CACTURNE, 0x0}, + [SPECIES_SNORUNT] = {gFrontSprite346SnoruntPal, SPECIES_SNORUNT, 0x0}, + [SPECIES_GLALIE] = {gFrontSprite347GlaliePal, SPECIES_GLALIE, 0x0}, + [SPECIES_LUNATONE] = {gFrontSprite348LunatonePal, SPECIES_LUNATONE, 0x0}, + [SPECIES_SOLROCK] = {gFrontSprite349SolrockPal, SPECIES_SOLROCK, 0x0}, + [SPECIES_AZURILL] = {gFrontSprite350AzurillPal, SPECIES_AZURILL, 0x0}, + [SPECIES_SPOINK] = {gFrontSprite351SpoinkPal, SPECIES_SPOINK, 0x0}, + [SPECIES_GRUMPIG] = {gFrontSprite352GrumpigPal, SPECIES_GRUMPIG, 0x0}, + [SPECIES_PLUSLE] = {gFrontSprite353PluslePal, SPECIES_PLUSLE, 0x0}, + [SPECIES_MINUN] = {gFrontSprite354MinunPal, SPECIES_MINUN, 0x0}, + [SPECIES_MAWILE] = {gFrontSprite355MawilePal, SPECIES_MAWILE, 0x0}, + [SPECIES_MEDITITE] = {gFrontSprite356MedititePal, SPECIES_MEDITITE, 0x0}, + [SPECIES_MEDICHAM] = {gFrontSprite357MedichamPal, SPECIES_MEDICHAM, 0x0}, + [SPECIES_SWABLU] = {gFrontSprite358SwabluPal, SPECIES_SWABLU, 0x0}, + [SPECIES_ALTARIA] = {gFrontSprite359AltariaPal, SPECIES_ALTARIA, 0x0}, + [SPECIES_WYNAUT] = {gFrontSprite360WynautPal, SPECIES_WYNAUT, 0x0}, + [SPECIES_DUSKULL] = {gFrontSprite361DuskullPal, SPECIES_DUSKULL, 0x0}, + [SPECIES_DUSCLOPS] = {gFrontSprite362DusclopsPal, SPECIES_DUSCLOPS, 0x0}, + [SPECIES_ROSELIA] = {gFrontSprite363RoseliaPal, SPECIES_ROSELIA, 0x0}, + [SPECIES_SLAKOTH] = {gFrontSprite364SlakothPal, SPECIES_SLAKOTH, 0x0}, + [SPECIES_VIGOROTH] = {gFrontSprite365VigorothPal, SPECIES_VIGOROTH, 0x0}, + [SPECIES_SLAKING] = {gFrontSprite366SlakingPal, SPECIES_SLAKING, 0x0}, + [SPECIES_GULPIN] = {gFrontSprite367GulpinPal, SPECIES_GULPIN, 0x0}, + [SPECIES_SWALOT] = {gFrontSprite368SwalotPal, SPECIES_SWALOT, 0x0}, + [SPECIES_TROPIUS] = {gFrontSprite369TropiusPal, SPECIES_TROPIUS, 0x0}, + [SPECIES_WHISMUR] = {gFrontSprite370WhismurPal, SPECIES_WHISMUR, 0x0}, + [SPECIES_LOUDRED] = {gFrontSprite371LoudredPal, SPECIES_LOUDRED, 0x0}, + [SPECIES_EXPLOUD] = {gFrontSprite372ExploudPal, SPECIES_EXPLOUD, 0x0}, + [SPECIES_CLAMPERL] = {gFrontSprite373ClamperlPal, SPECIES_CLAMPERL, 0x0}, + [SPECIES_HUNTAIL] = {gFrontSprite374HuntailPal, SPECIES_HUNTAIL, 0x0}, + [SPECIES_GOREBYSS] = {gFrontSprite375GorebyssPal, SPECIES_GOREBYSS, 0x0}, + [SPECIES_ABSOL] = {gFrontSprite376AbsolPal, SPECIES_ABSOL, 0x0}, + [SPECIES_SHUPPET] = {gFrontSprite377ShuppetPal, SPECIES_SHUPPET, 0x0}, + [SPECIES_BANETTE] = {gFrontSprite378BanettePal, SPECIES_BANETTE, 0x0}, + [SPECIES_SEVIPER] = {gFrontSprite379SeviperPal, SPECIES_SEVIPER, 0x0}, + [SPECIES_ZANGOOSE] = {gFrontSprite380ZangoosePal, SPECIES_ZANGOOSE, 0x0}, + [SPECIES_RELICANTH] = {gFrontSprite381RelicanthPal, SPECIES_RELICANTH, 0x0}, + [SPECIES_ARON] = {gFrontSprite382AronPal, SPECIES_ARON, 0x0}, + [SPECIES_LAIRON] = {gFrontSprite383LaironPal, SPECIES_LAIRON, 0x0}, + [SPECIES_AGGRON] = {gFrontSprite384AggronPal, SPECIES_AGGRON, 0x0}, + [SPECIES_CASTFORM] = {gFrontSprite385CastformPal, SPECIES_CASTFORM, 0x0}, + [SPECIES_VOLBEAT] = {gFrontSprite386VolbeatPal, SPECIES_VOLBEAT, 0x0}, + [SPECIES_ILLUMISE] = {gFrontSprite387IllumisePal, SPECIES_ILLUMISE, 0x0}, + [SPECIES_LILEEP] = {gFrontSprite388LileepPal, SPECIES_LILEEP, 0x0}, + [SPECIES_CRADILY] = {gFrontSprite389CradilyPal, SPECIES_CRADILY, 0x0}, + [SPECIES_ANORITH] = {gFrontSprite390AnorithPal, SPECIES_ANORITH, 0x0}, + [SPECIES_ARMALDO] = {gFrontSprite391ArmaldoPal, SPECIES_ARMALDO, 0x0}, + [SPECIES_RALTS] = {gFrontSprite392RaltsPal, SPECIES_RALTS, 0x0}, + [SPECIES_KIRLIA] = {gFrontSprite393KirliaPal, SPECIES_KIRLIA, 0x0}, + [SPECIES_GARDEVOIR] = {gFrontSprite394GardevoirPal, SPECIES_GARDEVOIR, 0x0}, + [SPECIES_BAGON] = {gFrontSprite395BagonPal, SPECIES_BAGON, 0x0}, + [SPECIES_SHELGON] = {gFrontSprite396ShelgonPal, SPECIES_SHELGON, 0x0}, + [SPECIES_SALAMENCE] = {gFrontSprite397SalamencePal, SPECIES_SALAMENCE, 0x0}, + [SPECIES_BELDUM] = {gFrontSprite398BeldumPal, SPECIES_BELDUM, 0x0}, + [SPECIES_METANG] = {gFrontSprite399MetangPal, SPECIES_METANG, 0x0}, + [SPECIES_METAGROSS] = {gFrontSprite400MetagrossPal, SPECIES_METAGROSS, 0x0}, + [SPECIES_REGIROCK] = {gFrontSprite401RegirockPal, SPECIES_REGIROCK, 0x0}, + [SPECIES_REGICE] = {gFrontSprite402RegicePal, SPECIES_REGICE, 0x0}, + [SPECIES_REGISTEEL] = {gFrontSprite403RegisteelPal, SPECIES_REGISTEEL, 0x0}, + [SPECIES_KYOGRE] = {gFrontSprite404KyogrePal, SPECIES_KYOGRE, 0x0}, + [SPECIES_GROUDON] = {gFrontSprite405GroudonPal, SPECIES_GROUDON, 0x0}, + [SPECIES_RAYQUAZA] = {gFrontSprite406RayquazaPal, SPECIES_RAYQUAZA, 0x0}, + [SPECIES_LATIAS] = {gFrontSprite407LatiasPal, SPECIES_LATIAS, 0x0}, + [SPECIES_LATIOS] = {gFrontSprite408LatiosPal, SPECIES_LATIOS, 0x0}, + [SPECIES_JIRACHI] = {gFrontSprite409JirachiPal, SPECIES_JIRACHI, 0x0}, + [SPECIES_DEOXYS] = {gFrontSprite410DeoxysPal, SPECIES_DEOXYS, 0x0}, + [SPECIES_CHIMECHO] = {gFrontSprite411ChimechoPal, SPECIES_CHIMECHO, 0x0}, + [SPECIES_EGG] = {gFrontSprite412EggPal, SPECIES_EGG, 0x0}, + [SPECIES_UNOWN_B] = {gFrontSprite413UnownBPal, SPECIES_UNOWN_B, 0x0}, + [SPECIES_UNOWN_C] = {gFrontSprite414UnownCPal, SPECIES_UNOWN_C, 0x0}, + [SPECIES_UNOWN_D] = {gFrontSprite415UnownDPal, SPECIES_UNOWN_D, 0x0}, + [SPECIES_UNOWN_E] = {gFrontSprite416UnownEPal, SPECIES_UNOWN_E, 0x0}, + [SPECIES_UNOWN_F] = {gFrontSprite417UnownFPal, SPECIES_UNOWN_F, 0x0}, + [SPECIES_UNOWN_G] = {gFrontSprite418UnownGPal, SPECIES_UNOWN_G, 0x0}, + [SPECIES_UNOWN_H] = {gFrontSprite419UnownHPal, SPECIES_UNOWN_H, 0x0}, + [SPECIES_UNOWN_I] = {gFrontSprite420UnownIPal, SPECIES_UNOWN_I, 0x0}, + [SPECIES_UNOWN_J] = {gFrontSprite421UnownJPal, SPECIES_UNOWN_J, 0x0}, + [SPECIES_UNOWN_K] = {gFrontSprite422UnownKPal, SPECIES_UNOWN_K, 0x0}, + [SPECIES_UNOWN_L] = {gFrontSprite423UnownLPal, SPECIES_UNOWN_L, 0x0}, + [SPECIES_UNOWN_M] = {gFrontSprite424UnownMPal, SPECIES_UNOWN_M, 0x0}, + [SPECIES_UNOWN_N] = {gFrontSprite425UnownNPal, SPECIES_UNOWN_N, 0x0}, + [SPECIES_UNOWN_O] = {gFrontSprite426UnownOPal, SPECIES_UNOWN_O, 0x0}, + [SPECIES_UNOWN_P] = {gFrontSprite427UnownPPal, SPECIES_UNOWN_P, 0x0}, + [SPECIES_UNOWN_Q] = {gFrontSprite428UnownQPal, SPECIES_UNOWN_Q, 0x0}, + [SPECIES_UNOWN_R] = {gFrontSprite429UnownRPal, SPECIES_UNOWN_R, 0x0}, + [SPECIES_UNOWN_S] = {gFrontSprite430UnownSPal, SPECIES_UNOWN_S, 0x0}, + [SPECIES_UNOWN_T] = {gFrontSprite431UnownTPal, SPECIES_UNOWN_T, 0x0}, + [SPECIES_UNOWN_U] = {gFrontSprite432UnownUPal, SPECIES_UNOWN_U, 0x0}, + [SPECIES_UNOWN_V] = {gFrontSprite433UnownVPal, SPECIES_UNOWN_V, 0x0}, + [SPECIES_UNOWN_W] = {gFrontSprite434UnownWPal, SPECIES_UNOWN_W, 0x0}, + [SPECIES_UNOWN_X] = {gFrontSprite435UnownXPal, SPECIES_UNOWN_X, 0x0}, + [SPECIES_UNOWN_Y] = {gFrontSprite436UnownYPal, SPECIES_UNOWN_Y, 0x0}, + [SPECIES_UNOWN_Z] = {gFrontSprite437UnownZPal, SPECIES_UNOWN_Z, 0x0}, + [SPECIES_UNOWN_EXCLAMATION] = {gFrontSprite438UnownExclamationPal, SPECIES_UNOWN_EXCLAMATION, 0x0}, + [SPECIES_UNOWN_QUESTION] = {gFrontSprite439UnownQuestionPal, SPECIES_UNOWN_QUESTION, 0x0}, -//New Data Starts Here - [SPECIES_TURTWIG] = {0x8d00bd0, SPECIES_TURTWIG, 0x0}, - [SPECIES_GROTLE] = {0x8d00bd0, SPECIES_GROTLE, 0x0}, - [SPECIES_TORTERRA] = {0x8d00bd0, SPECIES_TORTERRA, 0x0}, - [SPECIES_CHIMCHAR] = {0x8d00bd0, SPECIES_CHIMCHAR, 0x0}, - [SPECIES_MONFERNO] = {0x8d00bd0, SPECIES_MONFERNO, 0x0}, - [SPECIES_INFERNAPE] = {0x8d00bd0, SPECIES_INFERNAPE, 0x0}, - [SPECIES_PIPLUP] = {0x8d00bd0, SPECIES_PIPLUP, 0x0}, - [SPECIES_PRINPLUP] = {0x8d00bd0, SPECIES_PRINPLUP, 0x0}, - [SPECIES_EMPOLEON] = {0x8d00bd0, SPECIES_EMPOLEON, 0x0}, - [SPECIES_STARLY] = {0x8d00bd0, SPECIES_STARLY, 0x0}, - [SPECIES_STARAVIA] = {0x8d00bd0, SPECIES_STARAVIA, 0x0}, - [SPECIES_STARAPTOR] = {0x8d00bd0, SPECIES_STARAPTOR, 0x0}, - [SPECIES_BIDOOF] = {0x8d00bd0, SPECIES_BIDOOF, 0x0}, - [SPECIES_BIBAREL] = {0x8d00bd0, SPECIES_BIBAREL, 0x0}, - [SPECIES_KRICKETOT] = {0x8d00bd0, SPECIES_KRICKETOT, 0x0}, - [SPECIES_KRICKETUNE] = {0x8d00bd0, SPECIES_KRICKETUNE, 0x0}, - [SPECIES_SHINX] = {0x8d00bd0, SPECIES_SHINX, 0x0}, - [SPECIES_LUXIO] = {0x8d00bd0, SPECIES_LUXIO, 0x0}, - [SPECIES_LUXRAY] = {0x8d00bd0, SPECIES_LUXRAY, 0x0}, - [SPECIES_BUDEW] = {0x8d00bd0, SPECIES_BUDEW, 0x0}, - [SPECIES_ROSERADE] = {0x8d00bd0, SPECIES_ROSERADE, 0x0}, - [SPECIES_CRANIDOS] = {0x8d00bd0, SPECIES_CRANIDOS, 0x0}, - [SPECIES_RAMPARDOS] = {0x8d00bd0, SPECIES_RAMPARDOS, 0x0}, - [SPECIES_SHIELDON] = {0x8d00bd0, SPECIES_SHIELDON, 0x0}, - [SPECIES_BASTIODON] = {0x8d00bd0, SPECIES_BASTIODON, 0x0}, - [SPECIES_BURMY] = {0x8d00bd0, SPECIES_BURMY, 0x0}, - [SPECIES_WORMADAM] = {0x8d00bd0, SPECIES_WORMADAM, 0x0}, - [SPECIES_MOTHIM] = {0x8d00bd0, SPECIES_MOTHIM, 0x0}, - [SPECIES_COMBEE] = {0x8d00bd0, SPECIES_COMBEE, 0x0}, - [SPECIES_VESPIQUEN] = {0x8d00bd0, SPECIES_VESPIQUEN, 0x0}, - [SPECIES_PACHIRISU] = {0x8d00bd0, SPECIES_PACHIRISU, 0x0}, - [SPECIES_BUIZEL] = {0x8d00bd0, SPECIES_BUIZEL, 0x0}, - [SPECIES_FLOATZEL] = {0x8d00bd0, SPECIES_FLOATZEL, 0x0}, - [SPECIES_CHERUBI] = {0x8d00bd0, SPECIES_CHERUBI, 0x0}, - [SPECIES_CHERRIM] = {0x8d00bd0, SPECIES_CHERRIM, 0x0}, - [SPECIES_SHELLOS] = {0x8d00bd0, SPECIES_SHELLOS, 0x0}, - [SPECIES_GASTRODON] = {0x8d00bd0, SPECIES_GASTRODON, 0x0}, - [SPECIES_AMBIPOM] = {0x8d00bd0, SPECIES_AMBIPOM, 0x0}, - [SPECIES_DRIFLOON] = {0x8d00bd0, SPECIES_DRIFLOON, 0x0}, - [SPECIES_DRIFBLIM] = {0x8d00bd0, SPECIES_DRIFBLIM, 0x0}, - [SPECIES_BUNEARY] = {0x8d00bd0, SPECIES_BUNEARY, 0x0}, - [SPECIES_LOPUNNY] = {0x8d00bd0, SPECIES_LOPUNNY, 0x0}, - [SPECIES_MISMAGIUS] = {0x8d00bd0, SPECIES_MISMAGIUS, 0x0}, - [SPECIES_HONCHKROW] = {0x8d00bd0, SPECIES_HONCHKROW, 0x0}, - [SPECIES_GLAMEOW] = {0x8d00bd0, SPECIES_GLAMEOW, 0x0}, - [SPECIES_PURUGLY] = {0x8d00bd0, SPECIES_PURUGLY, 0x0}, - [SPECIES_CHINGLING] = {0x8d00bd0, SPECIES_CHINGLING, 0x0}, - [SPECIES_STUNKY] = {0x8d00bd0, SPECIES_STUNKY, 0x0}, - [SPECIES_SKUNTANK] = {0x8d00bd0, SPECIES_SKUNTANK, 0x0}, - [SPECIES_BRONZOR] = {0x8d00bd0, SPECIES_BRONZOR, 0x0}, - [SPECIES_BRONZONG] = {0x8d00bd0, SPECIES_BRONZONG, 0x0}, - [SPECIES_BONSLY] = {0x8d00bd0, SPECIES_BONSLY, 0x0}, - [SPECIES_MIME_JR] = {0x8d00bd0, SPECIES_MIME_JR, 0x0}, - [SPECIES_HAPPINY] = {0x8d00bd0, SPECIES_HAPPINY, 0x0}, - [SPECIES_CHATOT] = {0x8d00bd0, SPECIES_CHATOT, 0x0}, - [SPECIES_SPIRITOMB] = {0x8d00bd0, SPECIES_SPIRITOMB, 0x0}, - [SPECIES_GIBLE] = {0x8d00bd0, SPECIES_GIBLE, 0x0}, - [SPECIES_GABITE] = {0x8d00bd0, SPECIES_GABITE, 0x0}, - [SPECIES_GARCHOMP] = {0x8d00bd0, SPECIES_GARCHOMP, 0x0}, - [SPECIES_MUNCHLAX] = {0x8d00bd0, SPECIES_MUNCHLAX, 0x0}, - [SPECIES_RIOLU] = {0x8d00bd0, SPECIES_RIOLU, 0x0}, - [SPECIES_LUCARIO] = {0x8d00bd0, SPECIES_LUCARIO, 0x0}, - [SPECIES_HIPPOPOTAS] = {0x8d00bd0, SPECIES_HIPPOPOTAS, 0x0}, - [SPECIES_HIPPOWDON] = {0x8d00bd0, SPECIES_HIPPOWDON, 0x0}, - [SPECIES_SKORUPI] = {0x8d00bd0, SPECIES_SKORUPI, 0x0}, - [SPECIES_DRAPION] = {0x8d00bd0, SPECIES_DRAPION, 0x0}, - [SPECIES_CROAGUNK] = {0x8d00bd0, SPECIES_CROAGUNK, 0x0}, - [SPECIES_TOXICROAK] = {0x8d00bd0, SPECIES_TOXICROAK, 0x0}, - [SPECIES_CARNIVINE] = {0x8d00bd0, SPECIES_CARNIVINE, 0x0}, - [SPECIES_FINNEON] = {0x8d00bd0, SPECIES_FINNEON, 0x0}, - [SPECIES_LUMINEON] = {0x8d00bd0, SPECIES_LUMINEON, 0x0}, - [SPECIES_MANTYKE] = {0x8d00bd0, SPECIES_MANTYKE, 0x0}, - [SPECIES_SNOVER] = {0x8d00bd0, SPECIES_SNOVER, 0x0}, - [SPECIES_ABOMASNOW] = {0x8d00bd0, SPECIES_ABOMASNOW, 0x0}, - [SPECIES_WEAVILE] = {0x8d00bd0, SPECIES_WEAVILE, 0x0}, - [SPECIES_MAGNEZONE] = {0x8d00bd0, SPECIES_MAGNEZONE, 0x0}, - [SPECIES_LICKILICKY] = {0x8d00bd0, SPECIES_LICKILICKY, 0x0}, - [SPECIES_RHYPERIOR] = {0x8d00bd0, SPECIES_RHYPERIOR, 0x0}, - [SPECIES_TANGROWTH] = {0x8d00bd0, SPECIES_TANGROWTH, 0x0}, - [SPECIES_ELECTIVIRE] = {0x8d00bd0, SPECIES_ELECTIVIRE, 0x0}, - [SPECIES_MAGMORTAR] = {0x8d00bd0, SPECIES_MAGMORTAR, 0x0}, - [SPECIES_TOGEKISS] = {0x8d00bd0, SPECIES_TOGEKISS, 0x0}, - [SPECIES_YANMEGA] = {0x8d00bd0, SPECIES_YANMEGA, 0x0}, - [SPECIES_LEAFEON] = {0x8d00bd0, SPECIES_LEAFEON, 0x0}, - [SPECIES_GLACEON] = {0x8d00bd0, SPECIES_GLACEON, 0x0}, - [SPECIES_GLISCOR] = {0x8d00bd0, SPECIES_GLISCOR, 0x0}, - [SPECIES_MAMOSWINE] = {0x8d00bd0, SPECIES_MAMOSWINE, 0x0}, - [SPECIES_PORYGON_Z] = {0x8d00bd0, SPECIES_PORYGON_Z, 0x0}, - [SPECIES_GALLADE] = {0x8d00bd0, SPECIES_GALLADE, 0x0}, - [SPECIES_PROBOPASS] = {0x8d00bd0, SPECIES_PROBOPASS, 0x0}, - [SPECIES_DUSKNOIR] = {0x8d00bd0, SPECIES_DUSKNOIR, 0x0}, - [SPECIES_FROSLASS] = {0x8d00bd0, SPECIES_FROSLASS, 0x0}, - [SPECIES_ROTOM] = {0x8d00bd0, SPECIES_ROTOM, 0x0}, - [SPECIES_UXIE] = {0x8d00bd0, SPECIES_UXIE, 0x0}, - [SPECIES_MESPRIT] = {0x8d00bd0, SPECIES_MESPRIT, 0x0}, - [SPECIES_AZELF] = {0x8d00bd0, SPECIES_AZELF, 0x0}, - [SPECIES_DIALGA] = {0x8d00bd0, SPECIES_DIALGA, 0x0}, - [SPECIES_PALKIA] = {0x8d00bd0, SPECIES_PALKIA, 0x0}, - [SPECIES_HEATRAN] = {0x8d00bd0, SPECIES_HEATRAN, 0x0}, - [SPECIES_REGIGIGAS] = {0x8d00bd0, SPECIES_REGIGIGAS, 0x0}, - [SPECIES_GIRATINA] = {0x8d00bd0, SPECIES_GIRATINA, 0x0}, - [SPECIES_CRESSELIA] = {0x8d00bd0, SPECIES_CRESSELIA, 0x0}, - [SPECIES_PHIONE] = {0x8d00bd0, SPECIES_PHIONE, 0x0}, - [SPECIES_MANAPHY] = {0x8d00bd0, SPECIES_MANAPHY, 0x0}, - [SPECIES_DARKRAI] = {0x8d00bd0, SPECIES_DARKRAI, 0x0}, - [SPECIES_SHAYMIN] = {0x8d00bd0, SPECIES_SHAYMIN, 0x0}, - [SPECIES_ARCEUS] = {0x8d00bd0, SPECIES_ARCEUS, 0x0}, - [SPECIES_VICTINI] = {0x8d00bd0, SPECIES_VICTINI, 0x0}, - [SPECIES_SNIVY] = {0x8d00bd0, SPECIES_SNIVY, 0x0}, - [SPECIES_SERVINE] = {0x8d00bd0, SPECIES_SERVINE, 0x0}, - [SPECIES_SERPERIOR] = {0x8d00bd0, SPECIES_SERPERIOR, 0x0}, - [SPECIES_TEPIG] = {0x8d00bd0, SPECIES_TEPIG, 0x0}, - [SPECIES_PIGNITE] = {0x8d00bd0, SPECIES_PIGNITE, 0x0}, - [SPECIES_EMBOAR] = {0x8d00bd0, SPECIES_EMBOAR, 0x0}, - [SPECIES_OSHAWOTT] = {0x8d00bd0, SPECIES_OSHAWOTT, 0x0}, - [SPECIES_DEWOTT] = {0x8d00bd0, SPECIES_DEWOTT, 0x0}, - [SPECIES_SAMUROTT] = {0x8d00bd0, SPECIES_SAMUROTT, 0x0}, - [SPECIES_PATRAT] = {0x8d00bd0, SPECIES_PATRAT, 0x0}, - [SPECIES_WATCHOG] = {0x8d00bd0, SPECIES_WATCHOG, 0x0}, - [SPECIES_LILLIPUP] = {0x8d00bd0, SPECIES_LILLIPUP, 0x0}, - [SPECIES_HERDIER] = {0x8d00bd0, SPECIES_HERDIER, 0x0}, - [SPECIES_STOUTLAND] = {0x8d00bd0, SPECIES_STOUTLAND, 0x0}, - [SPECIES_PURRLOIN] = {0x8d00bd0, SPECIES_PURRLOIN, 0x0}, - [SPECIES_LIEPARD] = {0x8d00bd0, SPECIES_LIEPARD, 0x0}, - [SPECIES_PANSAGE] = {0x8d00bd0, SPECIES_PANSAGE, 0x0}, - [SPECIES_SIMISAGE] = {0x8d00bd0, SPECIES_SIMISAGE, 0x0}, - [SPECIES_PANSEAR] = {0x8d00bd0, SPECIES_PANSEAR, 0x0}, - [SPECIES_SIMISEAR] = {0x8d00bd0, SPECIES_SIMISEAR, 0x0}, - [SPECIES_PANPOUR] = {0x8d00bd0, SPECIES_PANPOUR, 0x0}, - [SPECIES_SIMIPOUR] = {0x8d00bd0, SPECIES_SIMIPOUR, 0x0}, - [SPECIES_MUNNA] = {0x8d00bd0, SPECIES_MUNNA, 0x0}, - [SPECIES_MUSHARNA] = {0x8d00bd0, SPECIES_MUSHARNA, 0x0}, - [SPECIES_PIDOVE] = {0x8d00bd0, SPECIES_PIDOVE, 0x0}, - [SPECIES_TRANQUILL] = {0x8d00bd0, SPECIES_TRANQUILL, 0x0}, - [SPECIES_UNFEZANT] = {0x8d00bd0, SPECIES_UNFEZANT, 0x0}, - [SPECIES_BLITZLE] = {0x8d00bd0, SPECIES_BLITZLE, 0x0}, - [SPECIES_ZEBSTRIKA] = {0x8d00bd0, SPECIES_ZEBSTRIKA, 0x0}, - [SPECIES_ROGGENROLA] = {0x8d00bd0, SPECIES_ROGGENROLA, 0x0}, - [SPECIES_BOLDORE] = {0x8d00bd0, SPECIES_BOLDORE, 0x0}, - [SPECIES_GIGALITH] = {0x8d00bd0, SPECIES_GIGALITH, 0x0}, - [SPECIES_WOOBAT] = {0x8d00bd0, SPECIES_WOOBAT, 0x0}, - [SPECIES_SWOOBAT] = {0x8d00bd0, SPECIES_SWOOBAT, 0x0}, - [SPECIES_DRILBUR] = {0x8d00bd0, SPECIES_DRILBUR, 0x0}, - [SPECIES_EXCADRILL] = {0x8d00bd0, SPECIES_EXCADRILL, 0x0}, - [SPECIES_AUDINO] = {0x8d00bd0, SPECIES_AUDINO, 0x0}, - [SPECIES_TIMBURR] = {0x8d00bd0, SPECIES_TIMBURR, 0x0}, - [SPECIES_GURDURR] = {0x8d00bd0, SPECIES_GURDURR, 0x0}, - [SPECIES_CONKELDURR] = {0x8d00bd0, SPECIES_CONKELDURR, 0x0}, - [SPECIES_TYMPOLE] = {0x8d00bd0, SPECIES_TYMPOLE, 0x0}, - [SPECIES_PALPITOAD] = {0x8d00bd0, SPECIES_PALPITOAD, 0x0}, - [SPECIES_SEISMITOAD] = {0x8d00bd0, SPECIES_SEISMITOAD, 0x0}, - [SPECIES_THROH] = {0x8d00bd0, SPECIES_THROH, 0x0}, - [SPECIES_SAWK] = {0x8d00bd0, SPECIES_SAWK, 0x0}, - [SPECIES_SEWADDLE] = {0x8d00bd0, SPECIES_SEWADDLE, 0x0}, - [SPECIES_SWADLOON] = {0x8d00bd0, SPECIES_SWADLOON, 0x0}, - [SPECIES_LEAVANNY] = {0x8d00bd0, SPECIES_LEAVANNY, 0x0}, - [SPECIES_VENIPEDE] = {0x8d00bd0, SPECIES_VENIPEDE, 0x0}, - [SPECIES_WHIRLIPEDE] = {0x8d00bd0, SPECIES_WHIRLIPEDE, 0x0}, - [SPECIES_SCOLIPEDE] = {0x8d00bd0, SPECIES_SCOLIPEDE, 0x0}, - [SPECIES_COTTONEE] = {0x8d00bd0, SPECIES_COTTONEE, 0x0}, - [SPECIES_WHIMSICOTT] = {0x8d00bd0, SPECIES_WHIMSICOTT, 0x0}, - [SPECIES_PETILIL] = {0x8d00bd0, SPECIES_PETILIL, 0x0}, - [SPECIES_LILLIGANT] = {0x8d00bd0, SPECIES_LILLIGANT, 0x0}, - [SPECIES_BASCULIN_RED] = {0x8d00bd0, SPECIES_BASCULIN_RED, 0x0}, - [SPECIES_SANDILE] = {0x8d00bd0, SPECIES_SANDILE, 0x0}, - [SPECIES_KROKOROK] = {0x8d00bd0, SPECIES_KROKOROK, 0x0}, - [SPECIES_KROOKODILE] = {0x8d00bd0, SPECIES_KROOKODILE, 0x0}, - [SPECIES_DARUMAKA] = {0x8d00bd0, SPECIES_DARUMAKA, 0x0}, - [SPECIES_DARMANITAN] = {0x8d00bd0, SPECIES_DARMANITAN, 0x0}, - [SPECIES_MARACTUS] = {0x8d00bd0, SPECIES_MARACTUS, 0x0}, - [SPECIES_DWEBBLE] = {0x8d00bd0, SPECIES_DWEBBLE, 0x0}, - [SPECIES_CRUSTLE] = {0x8d00bd0, SPECIES_CRUSTLE, 0x0}, - [SPECIES_SCRAGGY] = {0x8d00bd0, SPECIES_SCRAGGY, 0x0}, - [SPECIES_SCRAFTY] = {0x8d00bd0, SPECIES_SCRAFTY, 0x0}, - [SPECIES_SIGILYPH] = {0x8d00bd0, SPECIES_SIGILYPH, 0x0}, - [SPECIES_YAMASK] = {0x8d00bd0, SPECIES_YAMASK, 0x0}, - [SPECIES_COFAGRIGUS] = {0x8d00bd0, SPECIES_COFAGRIGUS, 0x0}, - [SPECIES_TIRTOUGA] = {0x8d00bd0, SPECIES_TIRTOUGA, 0x0}, - [SPECIES_CARRACOSTA] = {0x8d00bd0, SPECIES_CARRACOSTA, 0x0}, - [SPECIES_ARCHEN] = {0x8d00bd0, SPECIES_ARCHEN, 0x0}, - [SPECIES_ARCHEOPS] = {0x8d00bd0, SPECIES_ARCHEOPS, 0x0}, - [SPECIES_TRUBBISH] = {0x8d00bd0, SPECIES_TRUBBISH, 0x0}, - [SPECIES_GARBODOR] = {0x8d00bd0, SPECIES_GARBODOR, 0x0}, - [SPECIES_ZORUA] = {0x8d00bd0, SPECIES_ZORUA, 0x0}, - [SPECIES_ZOROARK] = {0x8d00bd0, SPECIES_ZOROARK, 0x0}, - [SPECIES_MINCCINO] = {0x8d00bd0, SPECIES_MINCCINO, 0x0}, - [SPECIES_CINCCINO] = {0x8d00bd0, SPECIES_CINCCINO, 0x0}, - [SPECIES_GOTHITA] = {0x8d00bd0, SPECIES_GOTHITA, 0x0}, - [SPECIES_GOTHORITA] = {0x8d00bd0, SPECIES_GOTHORITA, 0x0}, - [SPECIES_GOTHITELLE] = {0x8d00bd0, SPECIES_GOTHITELLE, 0x0}, - [SPECIES_SOLOSIS] = {0x8d00bd0, SPECIES_SOLOSIS, 0x0}, - [SPECIES_DUOSION] = {0x8d00bd0, SPECIES_DUOSION, 0x0}, - [SPECIES_REUNICLUS] = {0x8d00bd0, SPECIES_REUNICLUS, 0x0}, - [SPECIES_DUCKLETT] = {0x8d00bd0, SPECIES_DUCKLETT, 0x0}, - [SPECIES_SWANNA] = {0x8d00bd0, SPECIES_SWANNA, 0x0}, - [SPECIES_VANILLITE] = {0x8d00bd0, SPECIES_VANILLITE, 0x0}, - [SPECIES_VANILLISH] = {0x8d00bd0, SPECIES_VANILLISH, 0x0}, - [SPECIES_VANILLUXE] = {0x8d00bd0, SPECIES_VANILLUXE, 0x0}, - [SPECIES_DEERLING] = {0x8d00bd0, SPECIES_DEERLING, 0x0}, - [SPECIES_SAWSBUCK] = {0x8d00bd0, SPECIES_SAWSBUCK, 0x0}, - [SPECIES_EMOLGA] = {0x8d00bd0, SPECIES_EMOLGA, 0x0}, - [SPECIES_KARRABLAST] = {0x8d00bd0, SPECIES_KARRABLAST, 0x0}, - [SPECIES_ESCAVALIER] = {0x8d00bd0, SPECIES_ESCAVALIER, 0x0}, - [SPECIES_FOONGUS] = {0x8d00bd0, SPECIES_FOONGUS, 0x0}, - [SPECIES_AMOONGUSS] = {0x8d00bd0, SPECIES_AMOONGUSS, 0x0}, - [SPECIES_FRILLISH] = {0x8d00bd0, SPECIES_FRILLISH, 0x0}, - [SPECIES_JELLICENT] = {0x8d00bd0, SPECIES_JELLICENT, 0x0}, - [SPECIES_ALOMOMOLA] = {0x8d00bd0, SPECIES_ALOMOMOLA, 0x0}, - [SPECIES_JOLTIK] = {0x8d00bd0, SPECIES_JOLTIK, 0x0}, - [SPECIES_GALVANTULA] = {0x8d00bd0, SPECIES_GALVANTULA, 0x0}, - [SPECIES_FERROSEED] = {0x8d00bd0, SPECIES_FERROSEED, 0x0}, - [SPECIES_FERROTHORN] = {0x8d00bd0, SPECIES_FERROTHORN, 0x0}, - [SPECIES_KLINK] = {0x8d00bd0, SPECIES_KLINK, 0x0}, - [SPECIES_KLANG] = {0x8d00bd0, SPECIES_KLANG, 0x0}, - [SPECIES_KLINKLANG] = {0x8d00bd0, SPECIES_KLINKLANG, 0x0}, - [SPECIES_TYNAMO] = {0x8d00bd0, SPECIES_TYNAMO, 0x0}, - [SPECIES_EELEKTRIK] = {0x8d00bd0, SPECIES_EELEKTRIK, 0x0}, - [SPECIES_EELEKTROSS] = {0x8d00bd0, SPECIES_EELEKTROSS, 0x0}, - [SPECIES_ELGYEM] = {0x8d00bd0, SPECIES_ELGYEM, 0x0}, - [SPECIES_BEHEEYEM] = {0x8d00bd0, SPECIES_BEHEEYEM, 0x0}, - [SPECIES_LITWICK] = {0x8d00bd0, SPECIES_LITWICK, 0x0}, - [SPECIES_LAMPENT] = {0x8d00bd0, SPECIES_LAMPENT, 0x0}, - [SPECIES_CHANDELURE] = {0x8d00bd0, SPECIES_CHANDELURE, 0x0}, - [SPECIES_AXEW] = {0x8d00bd0, SPECIES_AXEW, 0x0}, - [SPECIES_FRAXURE] = {0x8d00bd0, SPECIES_FRAXURE, 0x0}, - [SPECIES_HAXORUS] = {0x8d00bd0, SPECIES_HAXORUS, 0x0}, - [SPECIES_CUBCHOO] = {0x8d00bd0, SPECIES_CUBCHOO, 0x0}, - [SPECIES_BEARTIC] = {0x8d00bd0, SPECIES_BEARTIC, 0x0}, - [SPECIES_CRYOGONAL] = {0x8d00bd0, SPECIES_CRYOGONAL, 0x0}, - [SPECIES_SHELMET] = {0x8d00bd0, SPECIES_SHELMET, 0x0}, - [SPECIES_ACCELGOR] = {0x8d00bd0, SPECIES_ACCELGOR, 0x0}, - [SPECIES_STUNFISK] = {0x8d00bd0, SPECIES_STUNFISK, 0x0}, - [SPECIES_MIENFOO] = {0x8d00bd0, SPECIES_MIENFOO, 0x0}, - [SPECIES_MIENSHAO] = {0x8d00bd0, SPECIES_MIENSHAO, 0x0}, - [SPECIES_DRUDDIGON] = {0x8d00bd0, SPECIES_DRUDDIGON, 0x0}, - [SPECIES_GOLETT] = {0x8d00bd0, SPECIES_GOLETT, 0x0}, - [SPECIES_GOLURK] = {0x8d00bd0, SPECIES_GOLURK, 0x0}, - [SPECIES_PAWNIARD] = {0x8d00bd0, SPECIES_PAWNIARD, 0x0}, - [SPECIES_BISHARP] = {0x8d00bd0, SPECIES_BISHARP, 0x0}, - [SPECIES_BOUFFALANT] = {0x8d00bd0, SPECIES_BOUFFALANT, 0x0}, - [SPECIES_RUFFLET] = {0x8d00bd0, SPECIES_RUFFLET, 0x0}, - [SPECIES_BRAVIARY] = {0x8d00bd0, SPECIES_BRAVIARY, 0x0}, - [SPECIES_VULLABY] = {0x8d00bd0, SPECIES_VULLABY, 0x0}, - [SPECIES_MANDIBUZZ] = {0x8d00bd0, SPECIES_MANDIBUZZ, 0x0}, - [SPECIES_HEATMOR] = {0x8d00bd0, SPECIES_HEATMOR, 0x0}, - [SPECIES_DURANT] = {0x8d00bd0, SPECIES_DURANT, 0x0}, - [SPECIES_DEINO] = {0x8d00bd0, SPECIES_DEINO, 0x0}, - [SPECIES_ZWEILOUS] = {0x8d00bd0, SPECIES_ZWEILOUS, 0x0}, - [SPECIES_HYDREIGON] = {0x8d00bd0, SPECIES_HYDREIGON, 0x0}, - [SPECIES_LARVESTA] = {0x8d00bd0, SPECIES_LARVESTA, 0x0}, - [SPECIES_VOLCARONA] = {0x8d00bd0, SPECIES_VOLCARONA, 0x0}, - [SPECIES_COBALION] = {0x8d00bd0, SPECIES_COBALION, 0x0}, - [SPECIES_TERRAKION] = {0x8d00bd0, SPECIES_TERRAKION, 0x0}, - [SPECIES_VIRIZION] = {0x8d00bd0, SPECIES_VIRIZION, 0x0}, - [SPECIES_TORNADUS] = {0x8d00bd0, SPECIES_TORNADUS, 0x0}, - [SPECIES_THUNDURUS] = {0x8d00bd0, SPECIES_THUNDURUS, 0x0}, - [SPECIES_RESHIRAM] = {0x8d00bd0, SPECIES_RESHIRAM, 0x0}, - [SPECIES_ZEKROM] = {0x8d00bd0, SPECIES_ZEKROM, 0x0}, - [SPECIES_LANDORUS] = {0x8d00bd0, SPECIES_LANDORUS, 0x0}, - [SPECIES_KYUREM] = {0x8d00bd0, SPECIES_KYUREM, 0x0}, - [SPECIES_KELDEO] = {0x8d00bd0, SPECIES_KELDEO, 0x0}, - [SPECIES_MELOETTA] = {0x8d00bd0, SPECIES_MELOETTA, 0x0}, - [SPECIES_GENESECT] = {0x8d00bd0, SPECIES_GENESECT, 0x0}, - [SPECIES_UNFEZANT_F] = {0x8d00bd0, SPECIES_UNFEZANT_F, 0x0}, - [SPECIES_FRILLISH_F] = {0x8d00bd0, SPECIES_FRILLISH_F, 0x0}, - [SPECIES_JELLICENT_F] = {0x8d00bd0, SPECIES_JELLICENT_F, 0x0}, - [SPECIES_SHADOW_WARRIOR] = {0x8d00bd0, SPECIES_SHADOW_WARRIOR, 0x0}, - [SPECIES_BURMY_SANDY] = {0x8d00bd0, SPECIES_BURMY_SANDY, 0x0}, - [SPECIES_BURMY_TRASH] = {0x8d00bd0, SPECIES_BURMY_TRASH, 0x0}, - [SPECIES_WORMADAM_SANDY] = {0x8d00bd0, SPECIES_WORMADAM_SANDY, 0x0}, - [SPECIES_WORMADAM_TRASH] = {0x8d00bd0, SPECIES_WORMADAM_TRASH, 0x0}, - [SPECIES_SHELLOS_EAST] = {0x8d00bd0, SPECIES_SHELLOS_EAST, 0x0}, - [SPECIES_GASTRODON_EAST] = {0x8d00bd0, SPECIES_GASTRODON_EAST, 0x0}, - [SPECIES_ROTOM_HEAT] = {0x8d00bd0, SPECIES_ROTOM_HEAT, 0x0}, - [SPECIES_ROTOM_WASH] = {0x8d00bd0, SPECIES_ROTOM_WASH, 0x0}, - [SPECIES_ROTOM_FROST] = {0x8d00bd0, SPECIES_ROTOM_FROST, 0x0}, - [SPECIES_ROTOM_FAN] = {0x8d00bd0, SPECIES_ROTOM_FAN, 0x0}, - [SPECIES_ROTOM_MOW] = {0x8d00bd0, SPECIES_ROTOM_MOW, 0x0}, - [SPECIES_GIRATINA_ORIGIN] = {0x8d00bd0, SPECIES_GIRATINA_ORIGIN, 0x0}, - [SPECIES_SHAYMIN_SKY] = {0x8d00bd0, SPECIES_SHAYMIN_SKY, 0x0}, - [SPECIES_ARCEUS_FIGHT] = {0x8d00bd0, SPECIES_ARCEUS_FIGHT, 0x0}, - [SPECIES_ARCEUS_FLYING] = {0x8d00bd0, SPECIES_ARCEUS_FLYING, 0x0}, - [SPECIES_ARCEUS_POISON] = {0x8d00bd0, SPECIES_ARCEUS_POISON, 0x0}, - [SPECIES_ARCEUS_GROUND] = {0x8d00bd0, SPECIES_ARCEUS_GROUND, 0x0}, - [SPECIES_ARCEUS_ROCK] = {0x8d00bd0, SPECIES_ARCEUS_ROCK, 0x0}, - [SPECIES_ARCEUS_BUG] = {0x8d00bd0, SPECIES_ARCEUS_BUG, 0x0}, - [SPECIES_ARCEUS_GHOST] = {0x8d00bd0, SPECIES_ARCEUS_GHOST, 0x0}, - [SPECIES_ARCEUS_STEEL] = {0x8d00bd0, SPECIES_ARCEUS_STEEL, 0x0}, - [SPECIES_ARCEUS_FIRE] = {0x8d00bd0, SPECIES_ARCEUS_FIRE, 0x0}, - [SPECIES_ARCEUS_WATER] = {0x8d00bd0, SPECIES_ARCEUS_WATER, 0x0}, - [SPECIES_ARCEUS_GRASS] = {0x8d00bd0, SPECIES_ARCEUS_GRASS, 0x0}, - [SPECIES_ARCEUS_ELECTRIC] = {0x8d00bd0, SPECIES_ARCEUS_ELECTRIC, 0x0}, - [SPECIES_ARCEUS_PSYCHIC] = {0x8d00bd0, SPECIES_ARCEUS_PSYCHIC, 0x0}, - [SPECIES_ARCEUS_ICE] = {0x8d00bd0, SPECIES_ARCEUS_ICE, 0x0}, - [SPECIES_ARCEUS_DRAGON] = {0x8d00bd0, SPECIES_ARCEUS_DRAGON, 0x0}, - [SPECIES_ARCEUS_DARK] = {0x8d00bd0, SPECIES_ARCEUS_DARK, 0x0}, - [SPECIES_BASCULIN_BLUE] = {0x8d00bd0, SPECIES_BASCULIN_BLUE, 0x0}, - [SPECIES_DARMANITANZEN] = {0x8d00bd0, SPECIES_DARMANITANZEN, 0x0}, - [SPECIES_DEERLING_SUMMER] = {0x8d00bd0, SPECIES_DEERLING_SUMMER, 0x0}, - [SPECIES_DEERLING_AUTUMN] = {0x8d00bd0, SPECIES_DEERLING_AUTUMN, 0x0}, - [SPECIES_DEERLING_WINTER] = {0x8d00bd0, SPECIES_DEERLING_WINTER, 0x0}, - [SPECIES_SAWSBUCK_SUMMER] = {0x8d00bd0, SPECIES_SAWSBUCK_SUMMER, 0x0}, - [SPECIES_SAWSBUCK_AUTUMN] = {0x8d00bd0, SPECIES_SAWSBUCK_AUTUMN, 0x0}, - [SPECIES_SAWSBUCK_WINTER] = {0x8d00bd0, SPECIES_SAWSBUCK_WINTER, 0x0}, - [SPECIES_HIPPOPOTAS_F] = {0x8d00bd0, SPECIES_HIPPOPOTAS_F, 0x0}, - [SPECIES_HIPPOWDON_F] = {0x8d00bd0, SPECIES_HIPPOWDON_F, 0x0}, - [SPECIES_MELOETTA_PIROUETTE] = {0x8d00bd0, SPECIES_MELOETTA_PIROUETTE, 0x0}, - [SPECIES_GENESECT_SHOCK] = {0x8d00bd0, SPECIES_GENESECT_SHOCK, 0x0}, - [SPECIES_GENESECT_BURN] = {0x8d00bd0, SPECIES_GENESECT_BURN, 0x0}, - [SPECIES_GENESECT_CHILL] = {0x8d00bd0, SPECIES_GENESECT_CHILL, 0x0}, - [SPECIES_GENESECT_DOUSE] = {0x8d00bd0, SPECIES_GENESECT_DOUSE, 0x0}, - [SPECIES_CHERRIM_SUN] = {0x8d00bd0, SPECIES_CHERRIM_SUN, 0x0}, - [SPECIES_KYUREM_BLACK] = {0x8d00bd0, SPECIES_KYUREM_BLACK, 0x0}, - [SPECIES_KYUREM_WHITE] = {0x8d00bd0, SPECIES_KYUREM_WHITE, 0x0}, - [SPECIES_TORNADUS_THERIAN] = {0x8d00bd0, SPECIES_TORNADUS_THERIAN, 0x0}, - [SPECIES_THUNDURUS_THERIAN] = {0x8d00bd0, SPECIES_THUNDURUS_THERIAN, 0x0}, - [SPECIES_LANDORUS_THERIAN] = {0x8d00bd0, SPECIES_LANDORUS_THERIAN, 0x0}, - [SPECIES_KELDEO_RESOLUTE] = {0x8d00bd0, SPECIES_KELDEO_RESOLUTE, 0x0}, - [SPECIES_CHESPIN] = {0x8d00bd0, SPECIES_CHESPIN, 0x0}, - [SPECIES_QUILLADIN] = {0x8d00bd0, SPECIES_QUILLADIN, 0x0}, - [SPECIES_CHESNAUGHT] = {0x8d00bd0, SPECIES_CHESNAUGHT, 0x0}, - [SPECIES_FENNEKIN] = {0x8d00bd0, SPECIES_FENNEKIN, 0x0}, - [SPECIES_BRAIXEN] = {0x8d00bd0, SPECIES_BRAIXEN, 0x0}, - [SPECIES_DELPHOX] = {0x8d00bd0, SPECIES_DELPHOX, 0x0}, - [SPECIES_FROAKIE] = {0x8d00bd0, SPECIES_FROAKIE, 0x0}, - [SPECIES_FROGADIER] = {0x8d00bd0, SPECIES_FROGADIER, 0x0}, - [SPECIES_GRENINJA] = {0x8d00bd0, SPECIES_GRENINJA, 0x0}, - [SPECIES_BUNNELBY] = {0x8d00bd0, SPECIES_BUNNELBY, 0x0}, - [SPECIES_DIGGERSBY] = {0x8d00bd0, SPECIES_DIGGERSBY, 0x0}, - [SPECIES_FLETCHLING] = {0x8d00bd0, SPECIES_FLETCHLING, 0x0}, - [SPECIES_FLETCHINDER] = {0x8d00bd0, SPECIES_FLETCHINDER, 0x0}, - [SPECIES_TALONFLAME] = {0x8d00bd0, SPECIES_TALONFLAME, 0x0}, - [SPECIES_SCATTERBUG] = {0x8d00bd0, SPECIES_SCATTERBUG, 0x0}, - [SPECIES_SPEWPA] = {0x8d00bd0, SPECIES_SPEWPA, 0x0}, - [SPECIES_VIVILLON] = {0x8d00bd0, SPECIES_VIVILLON, 0x0}, - [SPECIES_LITLEO] = {0x8d00bd0, SPECIES_LITLEO, 0x0}, - [SPECIES_PYROAR] = {0x8d00bd0, SPECIES_PYROAR, 0x0}, - [SPECIES_FLABEBE] = {0x8d00bd0, SPECIES_FLABEBE, 0x0}, - [SPECIES_FLOETTE] = {0x8d00bd0, SPECIES_FLOETTE, 0x0}, - [SPECIES_FLORGES] = {0x8d00bd0, SPECIES_FLORGES, 0x0}, - [SPECIES_SKIDDO] = {0x8d00bd0, SPECIES_SKIDDO, 0x0}, - [SPECIES_GOGOAT] = {0x8d00bd0, SPECIES_GOGOAT, 0x0}, - [SPECIES_PANCHAM] = {0x8d00bd0, SPECIES_PANCHAM, 0x0}, - [SPECIES_PANGORO] = {0x8d00bd0, SPECIES_PANGORO, 0x0}, - [SPECIES_FURFROU] = {0x8d00bd0, SPECIES_FURFROU, 0x0}, - [SPECIES_ESPURR] = {0x8d00bd0, SPECIES_ESPURR, 0x0}, - [SPECIES_MEOWSTIC] = {0x8d00bd0, SPECIES_MEOWSTIC, 0x0}, - [SPECIES_HONEDGE] = {0x8d00bd0, SPECIES_HONEDGE, 0x0}, - [SPECIES_DOUBLADE] = {0x8d00bd0, SPECIES_DOUBLADE, 0x0}, - [SPECIES_AEGISLASH] = {0x8d00bd0, SPECIES_AEGISLASH, 0x0}, - [SPECIES_SPRITZEE] = {0x8d00bd0, SPECIES_SPRITZEE, 0x0}, - [SPECIES_AROMATISSE] = {0x8d00bd0, SPECIES_AROMATISSE, 0x0}, - [SPECIES_SWIRLIX] = {0x8d00bd0, SPECIES_SWIRLIX, 0x0}, - [SPECIES_SLURPUFF] = {0x8d00bd0, SPECIES_SLURPUFF, 0x0}, - [SPECIES_INKAY] = {0x8d00bd0, SPECIES_INKAY, 0x0}, - [SPECIES_MALAMAR] = {0x8d00bd0, SPECIES_MALAMAR, 0x0}, - [SPECIES_BINACLE] = {0x8d00bd0, SPECIES_BINACLE, 0x0}, - [SPECIES_BARBARACLE] = {0x8d00bd0, SPECIES_BARBARACLE, 0x0}, - [SPECIES_SKRELP] = {0x8d00bd0, SPECIES_SKRELP, 0x0}, - [SPECIES_DRAGALGE] = {0x8d00bd0, SPECIES_DRAGALGE, 0x0}, - [SPECIES_CLAUNCHER] = {0x8d00bd0, SPECIES_CLAUNCHER, 0x0}, - [SPECIES_CLAWITZER] = {0x8d00bd0, SPECIES_CLAWITZER, 0x0}, - [SPECIES_HELIOPTILE] = {0x8d00bd0, SPECIES_HELIOPTILE, 0x0}, - [SPECIES_HELIOLISK] = {0x8d00bd0, SPECIES_HELIOLISK, 0x0}, - [SPECIES_TYRUNT] = {0x8d00bd0, SPECIES_TYRUNT, 0x0}, - [SPECIES_TYRANTRUM] = {0x8d00bd0, SPECIES_TYRANTRUM, 0x0}, - [SPECIES_AMAURA] = {0x8d00bd0, SPECIES_AMAURA, 0x0}, - [SPECIES_AURORUS] = {0x8d00bd0, SPECIES_AURORUS, 0x0}, - [SPECIES_SYLVEON] = {0x8d00bd0, SPECIES_SYLVEON, 0x0}, - [SPECIES_HAWLUCHA] = {0x8d00bd0, SPECIES_HAWLUCHA, 0x0}, - [SPECIES_DEDENNE] = {0x8d00bd0, SPECIES_DEDENNE, 0x0}, - [SPECIES_CARBINK] = {0x8d00bd0, SPECIES_CARBINK, 0x0}, - [SPECIES_GOOMY] = {0x8d00bd0, SPECIES_GOOMY, 0x0}, - [SPECIES_SLIGGOO] = {0x8d00bd0, SPECIES_SLIGGOO, 0x0}, - [SPECIES_GOODRA] = {0x8d00bd0, SPECIES_GOODRA, 0x0}, - [SPECIES_KLEFKI] = {0x8d00bd0, SPECIES_KLEFKI, 0x0}, - [SPECIES_PHANTUMP] = {0x8d00bd0, SPECIES_PHANTUMP, 0x0}, - [SPECIES_TREVENANT] = {0x8d00bd0, SPECIES_TREVENANT, 0x0}, - [SPECIES_PUMPKABOO] = {0x8d00bd0, SPECIES_PUMPKABOO, 0x0}, - [SPECIES_GOURGEIST] = {0x8d00bd0, SPECIES_GOURGEIST, 0x0}, - [SPECIES_BERGMITE] = {0x8d00bd0, SPECIES_BERGMITE, 0x0}, - [SPECIES_AVALUGG] = {0x8d00bd0, SPECIES_AVALUGG, 0x0}, - [SPECIES_NOIBAT] = {0x8d00bd0, SPECIES_NOIBAT, 0x0}, - [SPECIES_NOIVERN] = {0x8d00bd0, SPECIES_NOIVERN, 0x0}, - [SPECIES_XERNEAS] = {0x8d00bd0, SPECIES_XERNEAS, 0x0}, - [SPECIES_YVELTAL] = {0x8d00bd0, SPECIES_YVELTAL, 0x0}, - [SPECIES_ZYGARDE] = {0x8d00bd0, SPECIES_ZYGARDE, 0x0}, - [SPECIES_DIANCIE] = {0x8d00bd0, SPECIES_DIANCIE, 0x0}, - [SPECIES_HOOPA] = {0x8d00bd0, SPECIES_HOOPA, 0x0}, - [SPECIES_HOOPA_UNBOUND] = {0x8d00bd0, SPECIES_HOOPA_UNBOUND, 0x0}, - [SPECIES_VOLCANION] = {0x8d00bd0, SPECIES_VOLCANION, 0x0}, - [SPECIES_PYROAR_FEMALE] = {0x8d00bd0, SPECIES_PYROAR_FEMALE, 0x0}, - [SPECIES_MEOWSTIC_FEMALE] = {0x8d00bd0, SPECIES_MEOWSTIC_FEMALE, 0x0}, - [SPECIES_AEGISLASH_BLADE] = {0x8d00bd0, SPECIES_AEGISLASH_BLADE, 0x0}, - [SPECIES_ARCEUS_FAIRY] = {0x8d00bd0, SPECIES_ARCEUS_FAIRY, 0x0}, - [SPECIES_ZYGARDE_CELL] = {0x8d00bd0, SPECIES_ZYGARDE_CELL, 0x0}, - [SPECIES_ZYGARDE_CORE] = {0x8d00bd0, SPECIES_ZYGARDE_CORE, 0x0}, - [SPECIES_ZYGARDE_10] = {0x8d00bd0, SPECIES_ZYGARDE_10, 0x0}, - [SPECIES_ZYGARDE_COMPLETE] = {0x8d00bd0, SPECIES_ZYGARDE_COMPLETE, 0x0}, - [SPECIES_ASHGRENINJA] = {0x8d00bd0, SPECIES_ASHGRENINJA, 0x0}, - [SPECIES_FLABEBE_BLUE] = {0x8d00bd0, SPECIES_FLABEBE_BLUE, 0x0}, - [SPECIES_FLABEBE_ORANGE] = {0x8d00bd0, SPECIES_FLABEBE_ORANGE, 0x0}, - [SPECIES_FLABEBE_YELLOW] = {0x8d00bd0, SPECIES_FLABEBE_YELLOW, 0x0}, - [SPECIES_FLABEBE_WHITE] = {0x8d00bd0, SPECIES_FLABEBE_WHITE, 0x0}, - [SPECIES_FLOETTE_BLUE] = {0x8d00bd0, SPECIES_FLOETTE_BLUE, 0x0}, - [SPECIES_FLOETTE_ORANGE] = {0x8d00bd0, SPECIES_FLOETTE_ORANGE, 0x0}, - [SPECIES_FLOETTE_YELLOW] = {0x8d00bd0, SPECIES_FLOETTE_YELLOW, 0x0}, - [SPECIES_FLOETTE_WHITE] = {0x8d00bd0, SPECIES_FLOETTE_WHITE, 0x0}, - [SPECIES_FLOETTE_ETERNAL] = {0x8d00bd0, SPECIES_FLOETTE_ETERNAL, 0x0}, - [SPECIES_FLORGES_BLUE] = {0x8d00bd0, SPECIES_FLORGES_BLUE, 0x0}, - [SPECIES_FLORGES_ORANGE] = {0x8d00bd0, SPECIES_FLORGES_ORANGE, 0x0}, - [SPECIES_FLORGES_YELLOW] = {0x8d00bd0, SPECIES_FLORGES_YELLOW, 0x0}, - [SPECIES_FLORGES_WHITE] = {0x8d00bd0, SPECIES_FLORGES_WHITE, 0x0}, - [SPECIES_PUMPKABOO_XL] = {0x8d00bd0, SPECIES_PUMPKABOO_XL, 0x0}, - [SPECIES_PUMPKABOO_L] = {0x8d00bd0, SPECIES_PUMPKABOO_L, 0x0}, - [SPECIES_PUMPKABOO_M] = {0x8d00bd0, SPECIES_PUMPKABOO_M, 0x0}, - [SPECIES_GOURGEIST_XL] = {0x8d00bd0, SPECIES_GOURGEIST_XL, 0x0}, - [SPECIES_GOURGEIST_L] = {0x8d00bd0, SPECIES_GOURGEIST_L, 0x0}, - [SPECIES_GOURGEIST_M] = {0x8d00bd0, SPECIES_GOURGEIST_M, 0x0}, - [SPECIES_FURFROU_HEART] = {0x8d00bd0, SPECIES_FURFROU_HEART, 0x0}, - [SPECIES_FURFROU_DIAMOND] = {0x8d00bd0, SPECIES_FURFROU_DIAMOND, 0x0}, - [SPECIES_FURFROU_STAR] = {0x8d00bd0, SPECIES_FURFROU_STAR, 0x0}, - [SPECIES_FURFROU_PHAROAH] = {0x8d00bd0, SPECIES_FURFROU_PHAROAH, 0x0}, - [SPECIES_FURFROU_KABUKI] = {0x8d00bd0, SPECIES_FURFROU_KABUKI, 0x0}, - [SPECIES_FURFROU_LA_REINE] = {0x8d00bd0, SPECIES_FURFROU_LA_REINE, 0x0}, - [SPECIES_FURFROU_MATRON] = {0x8d00bd0, SPECIES_FURFROU_MATRON, 0x0}, - [SPECIES_FURFROU_DANDY] = {0x8d00bd0, SPECIES_FURFROU_DANDY, 0x0}, - [SPECIES_FURFROU_DEBUTANTE] = {0x8d00bd0, SPECIES_FURFROU_DEBUTANTE, 0x0}, - [SPECIES_VIVILLON_FANCY] = {0x8d00bd0, SPECIES_VIVILLON_FANCY, 0x0}, - [SPECIES_VENUSAUR_MEGA] = {0x8d00bd0, SPECIES_VENUSAUR_MEGA, 0x0}, - [SPECIES_CHARIZARD_MEGA_X] = {0x8d00bd0, SPECIES_CHARIZARD_MEGA_X, 0x0}, - [SPECIES_CHARIZARD_MEGA_Y] = {0x8d00bd0, SPECIES_CHARIZARD_MEGA_Y, 0x0}, - [SPECIES_BLASTOISE_MEGA] = {0x8d00bd0, SPECIES_BLASTOISE_MEGA, 0x0}, - [SPECIES_BEEDRILL_MEGA] = {0x8d00bd0, SPECIES_BEEDRILL_MEGA, 0x0}, - [SPECIES_PIDGEOT_MEGA] = {0x8d00bd0, SPECIES_PIDGEOT_MEGA, 0x0}, - [SPECIES_ALAKAZAM_MEGA] = {0x8d00bd0, SPECIES_ALAKAZAM_MEGA, 0x0}, - [SPECIES_SLOWBRO_MEGA] = {0x8d00bd0, SPECIES_SLOWBRO_MEGA, 0x0}, - [SPECIES_GENGAR_MEGA] = {0x8d00bd0, SPECIES_GENGAR_MEGA, 0x0}, - [SPECIES_KANGASKHAN_MEGA] = {0x8d00bd0, SPECIES_KANGASKHAN_MEGA, 0x0}, - [SPECIES_PINSIR_MEGA] = {0x8d00bd0, SPECIES_PINSIR_MEGA, 0x0}, - [SPECIES_GYARADOS_MEGA] = {0x8d00bd0, SPECIES_GYARADOS_MEGA, 0x0}, - [SPECIES_AERODACTYL_MEGA] = {0x8d00bd0, SPECIES_AERODACTYL_MEGA, 0x0}, - [SPECIES_MEWTWO_MEGA_X] = {0x8d00bd0, SPECIES_MEWTWO_MEGA_X, 0x0}, - [SPECIES_MEWTWO_MEGA_Y] = {0x8d00bd0, SPECIES_MEWTWO_MEGA_Y, 0x0}, - [SPECIES_AMPHAROS_MEGA] = {0x8d00bd0, SPECIES_AMPHAROS_MEGA, 0x0}, - [SPECIES_STEELIX_MEGA] = {0x8d00bd0, SPECIES_STEELIX_MEGA, 0x0}, - [SPECIES_SCIZOR_MEGA] = {0x8d00bd0, SPECIES_SCIZOR_MEGA, 0x0}, - [SPECIES_HERACROSS_MEGA] = {0x8d00bd0, SPECIES_HERACROSS_MEGA, 0x0}, - [SPECIES_HOUNDOOM_MEGA] = {0x8d00bd0, SPECIES_HOUNDOOM_MEGA, 0x0}, - [SPECIES_TYRANITAR_MEGA] = {0x8d00bd0, SPECIES_TYRANITAR_MEGA, 0x0}, - [SPECIES_SCEPTILE_MEGA] = {0x8d00bd0, SPECIES_SCEPTILE_MEGA, 0x0}, - [SPECIES_BLAZIKEN_MEGA] = {0x8d00bd0, SPECIES_BLAZIKEN_MEGA, 0x0}, - [SPECIES_SWAMPERT_MEGA] = {0x8d00bd0, SPECIES_SWAMPERT_MEGA, 0x0}, - [SPECIES_GARDEVOIR_MEGA] = {0x8d00bd0, SPECIES_GARDEVOIR_MEGA, 0x0}, - [SPECIES_SABLEYE_MEGA] = {0x8d00bd0, SPECIES_SABLEYE_MEGA, 0x0}, - [SPECIES_MAWILE_MEGA] = {0x8d00bd0, SPECIES_MAWILE_MEGA, 0x0}, - [SPECIES_AGGRON_MEGA] = {0x8d00bd0, SPECIES_AGGRON_MEGA, 0x0}, - [SPECIES_MEDICHAM_MEGA] = {0x8d00bd0, SPECIES_MEDICHAM_MEGA, 0x0}, - [SPECIES_MANECTRIC_MEGA] = {0x8d00bd0, SPECIES_MANECTRIC_MEGA, 0x0}, - [SPECIES_SHARPEDO_MEGA] = {0x8d00bd0, SPECIES_SHARPEDO_MEGA, 0x0}, - [SPECIES_CAMERUPT_MEGA] = {0x8d00bd0, SPECIES_CAMERUPT_MEGA, 0x0}, - [SPECIES_ALTARIA_MEGA] = {0x8d00bd0, SPECIES_ALTARIA_MEGA, 0x0}, - [SPECIES_BANETTE_MEGA] = {0x8d00bd0, SPECIES_BANETTE_MEGA, 0x0}, - [SPECIES_ABSOL_MEGA] = {0x8d00bd0, SPECIES_ABSOL_MEGA, 0x0}, - [SPECIES_GLALIE_MEGA] = {0x8d00bd0, SPECIES_GLALIE_MEGA, 0x0}, - [SPECIES_SALAMENCE_MEGA] = {0x8d00bd0, SPECIES_SALAMENCE_MEGA, 0x0}, - [SPECIES_METAGROSS_MEGA] = {0x8d00bd0, SPECIES_METAGROSS_MEGA, 0x0}, - [SPECIES_LATIAS_MEGA] = {0x8d00bd0, SPECIES_LATIAS_MEGA, 0x0}, - [SPECIES_LATIOS_MEGA] = {0x8d00bd0, SPECIES_LATIOS_MEGA, 0x0}, - [SPECIES_GROUDON_PRIMAL] = {0x8d00bd0, SPECIES_GROUDON_PRIMAL, 0x0}, - [SPECIES_KYOGRE_PRIMAL] = {0x8d00bd0, SPECIES_KYOGRE_PRIMAL, 0x0}, - [SPECIES_RAYQUAZA_MEGA] = {0x8d00bd0, SPECIES_RAYQUAZA_MEGA, 0x0}, - [SPECIES_LOPUNNY_MEGA] = {0x8d00bd0, SPECIES_LOPUNNY_MEGA, 0x0}, - [SPECIES_GARCHOMP_MEGA] = {0x8d00bd0, SPECIES_GARCHOMP_MEGA, 0x0}, - [SPECIES_LUCARIO_MEGA] = {0x8d00bd0, SPECIES_LUCARIO_MEGA, 0x0}, - [SPECIES_ABOMASNOW_MEGA] = {0x8d00bd0, SPECIES_ABOMASNOW_MEGA, 0x0}, - [SPECIES_GALLADE_MEGA] = {0x8d00bd0, SPECIES_GALLADE_MEGA, 0x0}, - [SPECIES_AUDINO_MEGA] = {0x8d00bd0, SPECIES_AUDINO_MEGA, 0x0}, - [SPECIES_DIANCIE_MEGA] = {0x8d00bd0, SPECIES_DIANCIE_MEGA, 0x0}, - [SPECIES_DIALGA_PRIMAL] = {0x8d00bd0, SPECIES_DIALGA_PRIMAL, 0x0}, - [SPECIES_PALKIA_PRIMAL] = {0x8d00bd0, SPECIES_PALKIA_PRIMAL, 0x0}, - [SPECIES_VIVILLON_ARCHIPELAGO] = {0x8d00bd0, SPECIES_VIVILLON_ARCHIPELAGO, 0x0}, - [SPECIES_VIVILLON_CONTINENTAL] = {0x8d00bd0, SPECIES_VIVILLON_CONTINENTAL, 0x0}, - [SPECIES_VIVILLON_ELEGANT] = {0x8d00bd0, SPECIES_VIVILLON_ELEGANT, 0x0}, - [SPECIES_VIVILLON_GARDEN] = {0x8d00bd0, SPECIES_VIVILLON_GARDEN, 0x0}, - [SPECIES_VIVILLON_HIGH_PLAINS] = {0x8d00bd0, SPECIES_VIVILLON_HIGH_PLAINS, 0x0}, - [SPECIES_VIVILLON_ICY_SNOW] = {0x8d00bd0, SPECIES_VIVILLON_ICY_SNOW, 0x0}, - [SPECIES_VIVILLON_JUNGLE] = {0x8d00bd0, SPECIES_VIVILLON_JUNGLE, 0x0}, - [SPECIES_VIVILLON_MARINE] = {0x8d00bd0, SPECIES_VIVILLON_MARINE, 0x0}, - [SPECIES_VIVILLON_MODERN] = {0x8d00bd0, SPECIES_VIVILLON_MODERN, 0x0}, - [SPECIES_VIVILLON_MONSOON] = {0x8d00bd0, SPECIES_VIVILLON_MONSOON, 0x0}, - [SPECIES_VIVILLON_OCEAN] = {0x8d00bd0, SPECIES_VIVILLON_OCEAN, 0x0}, - [SPECIES_VIVILLON_POKEBALL] = {0x8d00bd0, SPECIES_VIVILLON_POKEBALL, 0x0}, - [SPECIES_VIVILLON_POLAR] = {0x8d00bd0, SPECIES_VIVILLON_POLAR, 0x0}, - [SPECIES_VIVILLON_RIVER] = {0x8d00bd0, SPECIES_VIVILLON_RIVER, 0x0}, - [SPECIES_VIVILLON_SANDSTORM] = {0x8d00bd0, SPECIES_VIVILLON_SANDSTORM, 0x0}, - [SPECIES_VIVILLON_SAVANNA] = {0x8d00bd0, SPECIES_VIVILLON_SAVANNA, 0x0}, - [SPECIES_VIVILLON_SUN] = {0x8d00bd0, SPECIES_VIVILLON_SUN, 0x0}, - [SPECIES_VIVILLON_TUNDRA] = {0x8d00bd0, SPECIES_VIVILLON_TUNDRA, 0x0}, - [SPECIES_ROWLET] = {0x8d00bd0, SPECIES_ROWLET, 0x0}, - [SPECIES_DARTRIX] = {0x8d00bd0, SPECIES_DARTRIX, 0x0}, - [SPECIES_DECIDUEYE] = {0x8d00bd0, SPECIES_DECIDUEYE, 0x0}, - [SPECIES_LITTEN] = {0x8d00bd0, SPECIES_LITTEN, 0x0}, - [SPECIES_TORRACAT] = {0x8d00bd0, SPECIES_TORRACAT, 0x0}, - [SPECIES_INCINEROAR] = {0x8d00bd0, SPECIES_INCINEROAR, 0x0}, - [SPECIES_POPPLIO] = {0x8d00bd0, SPECIES_POPPLIO, 0x0}, - [SPECIES_BRIONNE] = {0x8d00bd0, SPECIES_BRIONNE, 0x0}, - [SPECIES_PRIMARINA] = {0x8d00bd0, SPECIES_PRIMARINA, 0x0}, - [SPECIES_PIKIPEK] = {0x8d00bd0, SPECIES_PIKIPEK, 0x0}, - [SPECIES_TRUMBEAK] = {0x8d00bd0, SPECIES_TRUMBEAK, 0x0}, - [SPECIES_TOUCANNON] = {0x8d00bd0, SPECIES_TOUCANNON, 0x0}, - [SPECIES_YUNGOOS] = {0x8d00bd0, SPECIES_YUNGOOS, 0x0}, - [SPECIES_GUMSHOOS] = {0x8d00bd0, SPECIES_GUMSHOOS, 0x0}, - [SPECIES_GRUBBIN] = {0x8d00bd0, SPECIES_GRUBBIN, 0x0}, - [SPECIES_CHARJABUG] = {0x8d00bd0, SPECIES_CHARJABUG, 0x0}, - [SPECIES_VIKAVOLT] = {0x8d00bd0, SPECIES_VIKAVOLT, 0x0}, - [SPECIES_CRABRAWLER] = {0x8d00bd0, SPECIES_CRABRAWLER, 0x0}, - [SPECIES_CRABOMINABLE] = {0x8d00bd0, SPECIES_CRABOMINABLE, 0x0}, - [SPECIES_ORICORIO] = {0x8d00bd0, SPECIES_ORICORIO, 0x0}, - [SPECIES_CUTIEFLY] = {0x8d00bd0, SPECIES_CUTIEFLY, 0x0}, - [SPECIES_RIBOMBEE] = {0x8d00bd0, SPECIES_RIBOMBEE, 0x0}, - [SPECIES_ROCKRUFF] = {0x8d00bd0, SPECIES_ROCKRUFF, 0x0}, - [SPECIES_LYCANROC] = {0x8d00bd0, SPECIES_LYCANROC, 0x0}, - [SPECIES_WISHIWASHI] = {0x8d00bd0, SPECIES_WISHIWASHI, 0x0}, - [SPECIES_MAREANIE] = {0x8d00bd0, SPECIES_MAREANIE, 0x0}, - [SPECIES_TOXAPEX] = {0x8d00bd0, SPECIES_TOXAPEX, 0x0}, - [SPECIES_MUDBRAY] = {0x8d00bd0, SPECIES_MUDBRAY, 0x0}, - [SPECIES_MUDSDALE] = {0x8d00bd0, SPECIES_MUDSDALE, 0x0}, - [SPECIES_DEWPIDER] = {0x8d00bd0, SPECIES_DEWPIDER, 0x0}, - [SPECIES_ARAQUANID] = {0x8d00bd0, SPECIES_ARAQUANID, 0x0}, - [SPECIES_FOMANTIS] = {0x8d00bd0, SPECIES_FOMANTIS, 0x0}, - [SPECIES_LURANTIS] = {0x8d00bd0, SPECIES_LURANTIS, 0x0}, - [SPECIES_MORELULL] = {0x8d00bd0, SPECIES_MORELULL, 0x0}, - [SPECIES_SHIINOTIC] = {0x8d00bd0, SPECIES_SHIINOTIC, 0x0}, - [SPECIES_SALANDIT] = {0x8d00bd0, SPECIES_SALANDIT, 0x0}, - [SPECIES_SALAZZLE] = {0x8d00bd0, SPECIES_SALAZZLE, 0x0}, - [SPECIES_STUFFUL] = {0x8d00bd0, SPECIES_STUFFUL, 0x0}, - [SPECIES_BEWEAR] = {0x8d00bd0, SPECIES_BEWEAR, 0x0}, - [SPECIES_BOUNSWEET] = {0x8d00bd0, SPECIES_BOUNSWEET, 0x0}, - [SPECIES_STEENEE] = {0x8d00bd0, SPECIES_STEENEE, 0x0}, - [SPECIES_TSAREENA] = {0x8d00bd0, SPECIES_TSAREENA, 0x0}, - [SPECIES_COMFEY] = {0x8d00bd0, SPECIES_COMFEY, 0x0}, - [SPECIES_ORANGURU] = {0x8d00bd0, SPECIES_ORANGURU, 0x0}, - [SPECIES_PASSIMIAN] = {0x8d00bd0, SPECIES_PASSIMIAN, 0x0}, - [SPECIES_WIMPOD] = {0x8d00bd0, SPECIES_WIMPOD, 0x0}, - [SPECIES_GOLISOPOD] = {0x8d00bd0, SPECIES_GOLISOPOD, 0x0}, - [SPECIES_SANDYGAST] = {0x8d00bd0, SPECIES_SANDYGAST, 0x0}, - [SPECIES_PALOSSAND] = {0x8d00bd0, SPECIES_PALOSSAND, 0x0}, - [SPECIES_PYUKUMUKU] = {0x8d00bd0, SPECIES_PYUKUMUKU, 0x0}, - [SPECIES_TYPE_NULL] = {0x8d00bd0, SPECIES_TYPE_NULL, 0x0}, - [SPECIES_SILVALLY] = {0x8d00bd0, SPECIES_SILVALLY, 0x0}, - [SPECIES_MINIOR_SHIELD] = {0x8d00bd0, SPECIES_MINIOR_SHIELD, 0x0}, - [SPECIES_KOMALA] = {0x8d00bd0, SPECIES_KOMALA, 0x0}, - [SPECIES_TURTONATOR] = {0x8d00bd0, SPECIES_TURTONATOR, 0x0}, - [SPECIES_TOGEDEMARU] = {0x8d00bd0, SPECIES_TOGEDEMARU, 0x0}, - [SPECIES_MIMIKYU] = {0x8d00bd0, SPECIES_MIMIKYU, 0x0}, - [SPECIES_BRUXISH] = {0x8d00bd0, SPECIES_BRUXISH, 0x0}, - [SPECIES_DRAMPA] = {0x8d00bd0, SPECIES_DRAMPA, 0x0}, - [SPECIES_DHELMISE] = {0x8d00bd0, SPECIES_DHELMISE, 0x0}, - [SPECIES_JANGMO_O] = {0x8d00bd0, SPECIES_JANGMO_O, 0x0}, - [SPECIES_HAKAMO_O] = {0x8d00bd0, SPECIES_HAKAMO_O, 0x0}, - [SPECIES_KOMMO_O] = {0x8d00bd0, SPECIES_KOMMO_O, 0x0}, - [SPECIES_TAPU_KOKO] = {0x8d00bd0, SPECIES_TAPU_KOKO, 0x0}, - [SPECIES_TAPU_LELE] = {0x8d00bd0, SPECIES_TAPU_LELE, 0x0}, - [SPECIES_TAPU_BULU] = {0x8d00bd0, SPECIES_TAPU_BULU, 0x0}, - [SPECIES_TAPU_FINI] = {0x8d00bd0, SPECIES_TAPU_FINI, 0x0}, - [SPECIES_COSMOG] = {0x8d00bd0, SPECIES_COSMOG, 0x0}, - [SPECIES_COSMOEM] = {0x8d00bd0, SPECIES_COSMOEM, 0x0}, - [SPECIES_SOLGALEO] = {0x8d00bd0, SPECIES_SOLGALEO, 0x0}, - [SPECIES_LUNALA] = {0x8d00bd0, SPECIES_LUNALA, 0x0}, - [SPECIES_NIHILEGO] = {0x8d00bd0, SPECIES_NIHILEGO, 0x0}, - [SPECIES_BUZZWOLE] = {0x8d00bd0, SPECIES_BUZZWOLE, 0x0}, - [SPECIES_PHEROMOSA] = {0x8d00bd0, SPECIES_PHEROMOSA, 0x0}, - [SPECIES_XURKITREE] = {0x8d00bd0, SPECIES_XURKITREE, 0x0}, - [SPECIES_CELESTEELA] = {0x8d00bd0, SPECIES_CELESTEELA, 0x0}, - [SPECIES_KARTANA] = {0x8d00bd0, SPECIES_KARTANA, 0x0}, - [SPECIES_GUZZLORD] = {0x8d00bd0, SPECIES_GUZZLORD, 0x0}, - [SPECIES_NECROZMA] = {0x8d00bd0, SPECIES_NECROZMA, 0x0}, - [SPECIES_MAGEARNA] = {0x8d00bd0, SPECIES_MAGEARNA, 0x0}, - [SPECIES_MARSHADOW] = {0x8d00bd0, SPECIES_MARSHADOW, 0x0}, - [SPECIES_RATTATA_A] = {0x8d00bd0, SPECIES_RATTATA_A, 0x0}, - [SPECIES_RATICATE_A] = {0x8d00bd0, SPECIES_RATICATE_A, 0x0}, - [SPECIES_RAICHU_A] = {0x8d00bd0, SPECIES_RAICHU_A, 0x0}, - [SPECIES_SANDSHREW_A] = {0x8d00bd0, SPECIES_SANDSHREW_A, 0x0}, - [SPECIES_SANDSLASH_A] = {0x8d00bd0, SPECIES_SANDSLASH_A, 0x0}, - [SPECIES_VULPIX_A] = {0x8d00bd0, SPECIES_VULPIX_A, 0x0}, - [SPECIES_NINETALES_A] = {0x8d00bd0, SPECIES_NINETALES_A, 0x0}, - [SPECIES_DIGLETT_A] = {0x8d00bd0, SPECIES_DIGLETT_A, 0x0}, - [SPECIES_DUGTRIO_A] = {0x8d00bd0, SPECIES_DUGTRIO_A, 0x0}, - [SPECIES_MEOWTH_A] = {0x8d00bd0, SPECIES_MEOWTH_A, 0x0}, - [SPECIES_PERSIAN_A] = {0x8d00bd0, SPECIES_PERSIAN_A, 0x0}, - [SPECIES_GEODUDE_A] = {0x8d00bd0, SPECIES_GEODUDE_A, 0x0}, - [SPECIES_GRAVELER_A] = {0x8d00bd0, SPECIES_GRAVELER_A, 0x0}, - [SPECIES_GOLEM_A] = {0x8d00bd0, SPECIES_GOLEM_A, 0x0}, - [SPECIES_GRIMER_A] = {0x8d00bd0, SPECIES_GRIMER_A, 0x0}, - [SPECIES_MUK_A] = {0x8d00bd0, SPECIES_MUK_A, 0x0}, - [SPECIES_EXEGGCUTE_A] = {0x8d00bd0, SPECIES_EXEGGCUTE_A, 0x0}, - [SPECIES_EXEGGUTOR_A] = {0x8d00bd0, SPECIES_EXEGGUTOR_A, 0x0}, - [SPECIES_CUBONE_A] = {0x8d00bd0, SPECIES_CUBONE_A, 0x0}, - [SPECIES_MAROWAK_A] = {0x8d00bd0, SPECIES_MAROWAK_A, 0x0}, - [SPECIES_DEOXYS_ATTACK] = {0x8d00bd0, SPECIES_DEOXYS_ATTACK, 0x0}, - [SPECIES_DEOXYS_DEFENSE] = {0x8d00bd0, SPECIES_DEOXYS_DEFENSE, 0x0}, - [SPECIES_DEOXYS_SPEED] = {0x8d00bd0, SPECIES_DEOXYS_SPEED, 0x0}, - [SPECIES_ORICORIO_Y] = {0x8d00bd0, SPECIES_ORICORIO_Y, 0x0}, - [SPECIES_ORICORIO_P] = {0x8d00bd0, SPECIES_ORICORIO_P, 0x0}, - [SPECIES_ORICORIO_S] = {0x8d00bd0, SPECIES_ORICORIO_S, 0x0}, - [SPECIES_LYCANROC_N] = {0x8d00bd0, SPECIES_LYCANROC_N, 0x0}, - [SPECIES_WISHIWASHI_S] = {0x8d00bd0, SPECIES_WISHIWASHI_S, 0x0}, - [SPECIES_SILVALLY_FIGHT] = {0x8d00bd0, SPECIES_SILVALLY_FIGHT, 0x0}, - [SPECIES_SILVALLY_FLYING] = {0x8d00bd0, SPECIES_SILVALLY_FLYING, 0x0}, - [SPECIES_SILVALLY_POISON] = {0x8d00bd0, SPECIES_SILVALLY_POISON, 0x0}, - [SPECIES_SILVALLY_GROUND] = {0x8d00bd0, SPECIES_SILVALLY_GROUND, 0x0}, - [SPECIES_SILVALLY_ROCK] = {0x8d00bd0, SPECIES_SILVALLY_ROCK, 0x0}, - [SPECIES_SILVALLY_BUG] = {0x8d00bd0, SPECIES_SILVALLY_BUG, 0x0}, - [SPECIES_SILVALLY_GHOST] = {0x8d00bd0, SPECIES_SILVALLY_GHOST, 0x0}, - [SPECIES_SILVALLY_STEEL] = {0x8d00bd0, SPECIES_SILVALLY_STEEL, 0x0}, - [SPECIES_SILVALLY_FIRE] = {0x8d00bd0, SPECIES_SILVALLY_FIRE, 0x0}, - [SPECIES_SILVALLY_WATER] = {0x8d00bd0, SPECIES_SILVALLY_WATER, 0x0}, - [SPECIES_SILVALLY_GRASS] = {0x8d00bd0, SPECIES_SILVALLY_GRASS, 0x0}, - [SPECIES_SILVALLY_ELECTRIC] = {0x8d00bd0, SPECIES_SILVALLY_ELECTRIC, 0x0}, - [SPECIES_SILVALLY_PSYCHIC] = {0x8d00bd0, SPECIES_SILVALLY_PSYCHIC, 0x0}, - [SPECIES_SILVALLY_ICE] = {0x8d00bd0, SPECIES_SILVALLY_ICE, 0x0}, - [SPECIES_SILVALLY_DRAGON] = {0x8d00bd0, SPECIES_SILVALLY_DRAGON, 0x0}, - [SPECIES_SILVALLY_DARK] = {0x8d00bd0, SPECIES_SILVALLY_DARK, 0x0}, - [SPECIES_SILVALLY_FAIRY] = {0x8d00bd0, SPECIES_SILVALLY_FAIRY, 0x0}, - [SPECIES_MINIOR_RED] = {0x8d00bd0, SPECIES_MINIOR_RED, 0x0}, - [SPECIES_MINIOR_BLUE] = {0x8d00bd0, SPECIES_MINIOR_BLUE, 0x0}, - [SPECIES_MINIOR_ORANGE] = {0x8d00bd0, SPECIES_MINIOR_ORANGE, 0x0}, - [SPECIES_MINIOR_YELLOW] = {0x8d00bd0, SPECIES_MINIOR_YELLOW, 0x0}, - [SPECIES_MINIOR_INDIGO] = {0x8d00bd0, SPECIES_MINIOR_INDIGO, 0x0}, - [SPECIES_MINIOR_GREEN] = {0x8d00bd0, SPECIES_MINIOR_GREEN, 0x0}, - [SPECIES_MINIOR_VIOLET] = {0x8d00bd0, SPECIES_MINIOR_VIOLET, 0x0}, - [SPECIES_MIMIKYU_BUSTED] = {0x8d00bd0, SPECIES_MIMIKYU_BUSTED, 0x0}, - [SPECIES_MAGEARNA_P] = {0x8d00bd0, SPECIES_MAGEARNA_P, 0x0}, - [SPECIES_POIPOLE] = {0x8d00bd0, SPECIES_POIPOLE, 0x0}, - [SPECIES_NAGANADEL] = {0x8d00bd0, SPECIES_NAGANADEL, 0x0}, - [SPECIES_STAKATAKA] = {0x8d00bd0, SPECIES_STAKATAKA, 0x0}, - [SPECIES_BLACEPHALON] = {0x8d00bd0, SPECIES_BLACEPHALON, 0x0}, - [SPECIES_ZERAORA] = {0x8d00bd0, SPECIES_ZERAORA, 0x0}, - [SPECIES_NECROZMA_MANE] = {0x8d00bd0, SPECIES_NECROZMA_MANE, 0x0}, - [SPECIES_NECROZMA_WINGS] = {0x8d00bd0, SPECIES_NECROZMA_WINGS, 0x0}, - [SPECIES_NECROZMA_ULTRA] = {0x8d00bd0, SPECIES_NECROZMA_ULTRA, 0x0}, - [SPECIES_LYCANROC_DUSK] = {0x8d00bd0, SPECIES_LYCANROC_DUSK, 0x0}, - [SPECIES_MELTAN] = {0x8d00bd0, SPECIES_MELTAN, 0x0}, - [SPECIES_MELMETAL] = {0x8d00bd0, SPECIES_MELMETAL, 0x0}, - [SPECIES_PIKACHU_SURFING] = {0x8d00bd0, SPECIES_PIKACHU_SURFING, 0x0}, - [SPECIES_PIKACHU_FLYING] = {0x8d00bd0, SPECIES_PIKACHU_FLYING, 0x0}, - [SPECIES_PIKACHU_COSPLAY] = {0x8d00bd0, SPECIES_PIKACHU_COSPLAY, 0x0}, - [SPECIES_PIKACHU_LIBRE] = {0x8d00bd0, SPECIES_PIKACHU_LIBRE, 0x0}, - [SPECIES_PIKACHU_POP_STAR] = {0x8d00bd0, SPECIES_PIKACHU_POP_STAR, 0x0}, - [SPECIES_PIKACHU_ROCK_STAR] = {0x8d00bd0, SPECIES_PIKACHU_ROCK_STAR, 0x0}, - [SPECIES_PIKACHU_BELLE] = {0x8d00bd0, SPECIES_PIKACHU_BELLE, 0x0}, - [SPECIES_PIKACHU_PHD] = {0x8d00bd0, SPECIES_PIKACHU_PHD, 0x0}, - [SPECIES_PIKACHU_CAP_ORIGINAL] = {0x8d00bd0, SPECIES_PIKACHU_CAP_ORIGINAL, 0x0}, - [SPECIES_PIKACHU_CAP_HOENN] = {0x8d00bd0, SPECIES_PIKACHU_CAP_HOENN, 0x0}, - [SPECIES_PIKACHU_CAP_SINNOH] = {0x8d00bd0, SPECIES_PIKACHU_CAP_SINNOH, 0x0}, - [SPECIES_PIKACHU_CAP_UNOVA] = {0x8d00bd0, SPECIES_PIKACHU_CAP_UNOVA, 0x0}, - [SPECIES_PIKACHU_CAP_KALOS] = {0x8d00bd0, SPECIES_PIKACHU_CAP_KALOS, 0x0}, - [SPECIES_PIKACHU_CAP_ALOLA] = {0x8d00bd0, SPECIES_PIKACHU_CAP_ALOLA, 0x0}, - [SPECIES_PIKACHU_CAP_PARTNER] = {0x8d00bd0, SPECIES_PIKACHU_CAP_PARTNER, 0x0}, - [SPECIES_PICHU_SPIKY] = {0x8d00bd0, SPECIES_PICHU_SPIKY, 0x0}, - [SPECIES_XERNEAS_NATURAL] = {0x8d00bd0, SPECIES_XERNEAS_NATURAL, 0x0}, +//New Data Starts Here + [SPECIES_TURTWIG] = {gFrontSprite440TurtwigPal, SPECIES_TURTWIG, 0x0}, + [SPECIES_GROTLE] = {gFrontSprite441GrotlePal, SPECIES_GROTLE, 0x0}, + [SPECIES_TORTERRA] = {gFrontSprite442TorterraPal, SPECIES_TORTERRA, 0x0}, + [SPECIES_CHIMCHAR] = {gFrontSprite443ChimcharPal, SPECIES_CHIMCHAR, 0x0}, + [SPECIES_MONFERNO] = {gFrontSprite444MonfernoPal, SPECIES_MONFERNO, 0x0}, + [SPECIES_INFERNAPE] = {gFrontSprite445InfernapePal, SPECIES_INFERNAPE, 0x0}, + [SPECIES_PIPLUP] = {gFrontSprite446PiplupPal, SPECIES_PIPLUP, 0x0}, + [SPECIES_PRINPLUP] = {gFrontSprite447PrinplupPal, SPECIES_PRINPLUP, 0x0}, + [SPECIES_EMPOLEON] = {gFrontSprite448EmpoleonPal, SPECIES_EMPOLEON, 0x0}, + [SPECIES_STARLY] = {gFrontSprite449StarlyPal, SPECIES_STARLY, 0x0}, + [SPECIES_STARAVIA] = {gFrontSprite450StaraviaPal, SPECIES_STARAVIA, 0x0}, + [SPECIES_STARAPTOR] = {gFrontSprite451StaraptorPal, SPECIES_STARAPTOR, 0x0}, + [SPECIES_BIDOOF] = {gFrontSprite452BidoofPal, SPECIES_BIDOOF, 0x0}, + [SPECIES_BIBAREL] = {gFrontSprite453BibarelPal, SPECIES_BIBAREL, 0x0}, + [SPECIES_KRICKETOT] = {gFrontSprite454KricketotPal, SPECIES_KRICKETOT, 0x0}, + [SPECIES_KRICKETUNE] = {gFrontSprite455KricketunePal, SPECIES_KRICKETUNE, 0x0}, + [SPECIES_SHINX] = {gFrontSprite456ShinxPal, SPECIES_SHINX, 0x0}, + [SPECIES_LUXIO] = {gFrontSprite457LuxioPal, SPECIES_LUXIO, 0x0}, + [SPECIES_LUXRAY] = {gFrontSprite458LuxrayPal, SPECIES_LUXRAY, 0x0}, + [SPECIES_BUDEW] = {gFrontSprite459BudewPal, SPECIES_BUDEW, 0x0}, + [SPECIES_ROSERADE] = {gFrontSprite460RoseradePal, SPECIES_ROSERADE, 0x0}, + [SPECIES_CRANIDOS] = {gFrontSprite461CranidosPal, SPECIES_CRANIDOS, 0x0}, + [SPECIES_RAMPARDOS] = {gFrontSprite462RampardosPal, SPECIES_RAMPARDOS, 0x0}, + [SPECIES_SHIELDON] = {gFrontSprite463ShieldonPal, SPECIES_SHIELDON, 0x0}, + [SPECIES_BASTIODON] = {gFrontSprite464BastiodonPal, SPECIES_BASTIODON, 0x0}, + [SPECIES_BURMY] = {gFrontSprite465BurmyPal, SPECIES_BURMY, 0x0}, + [SPECIES_WORMADAM] = {gFrontSprite466WormadamPal, SPECIES_WORMADAM, 0x0}, + [SPECIES_MOTHIM] = {gFrontSprite467MothimPal, SPECIES_MOTHIM, 0x0}, + [SPECIES_COMBEE] = {gFrontSprite468CombeePal, SPECIES_COMBEE, 0x0}, + [SPECIES_VESPIQUEN] = {gFrontSprite469VespiquenPal, SPECIES_VESPIQUEN, 0x0}, + [SPECIES_PACHIRISU] = {gFrontSprite470PachirisuPal, SPECIES_PACHIRISU, 0x0}, + [SPECIES_BUIZEL] = {gFrontSprite471BuizelPal, SPECIES_BUIZEL, 0x0}, + [SPECIES_FLOATZEL] = {gFrontSprite472FloatzelPal, SPECIES_FLOATZEL, 0x0}, + [SPECIES_CHERUBI] = {gFrontSprite473CherubiPal, SPECIES_CHERUBI, 0x0}, + [SPECIES_CHERRIM] = {gFrontSprite474CherrimPal, SPECIES_CHERRIM, 0x0}, + [SPECIES_SHELLOS] = {gFrontSprite475ShellosPal, SPECIES_SHELLOS, 0x0}, + [SPECIES_GASTRODON] = {gFrontSprite476GastrodonPal, SPECIES_GASTRODON, 0x0}, + [SPECIES_AMBIPOM] = {gFrontSprite477AmbipomPal, SPECIES_AMBIPOM, 0x0}, + [SPECIES_DRIFLOON] = {gFrontSprite478DrifloonPal, SPECIES_DRIFLOON, 0x0}, + [SPECIES_DRIFBLIM] = {gFrontSprite479DrifblimPal, SPECIES_DRIFBLIM, 0x0}, + [SPECIES_BUNEARY] = {gFrontSprite480BunearyPal, SPECIES_BUNEARY, 0x0}, + [SPECIES_LOPUNNY] = {gFrontSprite481LopunnyPal, SPECIES_LOPUNNY, 0x0}, + [SPECIES_MISMAGIUS] = {gFrontSprite482MismagiusPal, SPECIES_MISMAGIUS, 0x0}, + [SPECIES_HONCHKROW] = {gFrontSprite483HonchkrowPal, SPECIES_HONCHKROW, 0x0}, + [SPECIES_GLAMEOW] = {gFrontSprite484GlameowPal, SPECIES_GLAMEOW, 0x0}, + [SPECIES_PURUGLY] = {gFrontSprite485PuruglyPal, SPECIES_PURUGLY, 0x0}, + [SPECIES_CHINGLING] = {gFrontSprite486ChinglingPal, SPECIES_CHINGLING, 0x0}, + [SPECIES_STUNKY] = {gFrontSprite487StunkyPal, SPECIES_STUNKY, 0x0}, + [SPECIES_SKUNTANK] = {gFrontSprite488SkuntankPal, SPECIES_SKUNTANK, 0x0}, + [SPECIES_BRONZOR] = {gFrontSprite489BronzorPal, SPECIES_BRONZOR, 0x0}, + [SPECIES_BRONZONG] = {gFrontSprite490BronzongPal, SPECIES_BRONZONG, 0x0}, + [SPECIES_BONSLY] = {gFrontSprite491BonslyPal, SPECIES_BONSLY, 0x0}, + [SPECIES_MIME_JR] = {gFrontSprite492MimeJrPal, SPECIES_MIME_JR, 0x0}, + [SPECIES_HAPPINY] = {gFrontSprite493HappinyPal, SPECIES_HAPPINY, 0x0}, + [SPECIES_CHATOT] = {gFrontSprite494ChatotPal, SPECIES_CHATOT, 0x0}, + [SPECIES_SPIRITOMB] = {gFrontSprite495SpiritombPal, SPECIES_SPIRITOMB, 0x0}, + [SPECIES_GIBLE] = {gFrontSprite496GiblePal, SPECIES_GIBLE, 0x0}, + [SPECIES_GABITE] = {gFrontSprite497GabitePal, SPECIES_GABITE, 0x0}, + [SPECIES_GARCHOMP] = {gFrontSprite498GarchompPal, SPECIES_GARCHOMP, 0x0}, + [SPECIES_MUNCHLAX] = {gFrontSprite499MunchlaxPal, SPECIES_MUNCHLAX, 0x0}, + [SPECIES_RIOLU] = {gFrontSprite500RioluPal, SPECIES_RIOLU, 0x0}, + [SPECIES_LUCARIO] = {gFrontSprite501LucarioPal, SPECIES_LUCARIO, 0x0}, + [SPECIES_HIPPOPOTAS] = {gFrontSprite502HippopotasPal, SPECIES_HIPPOPOTAS, 0x0}, + [SPECIES_HIPPOWDON] = {gFrontSprite503HippowdonPal, SPECIES_HIPPOWDON, 0x0}, + [SPECIES_SKORUPI] = {gFrontSprite504SkorupiPal, SPECIES_SKORUPI, 0x0}, + [SPECIES_DRAPION] = {gFrontSprite505DrapionPal, SPECIES_DRAPION, 0x0}, + [SPECIES_CROAGUNK] = {gFrontSprite506CroagunkPal, SPECIES_CROAGUNK, 0x0}, + [SPECIES_TOXICROAK] = {gFrontSprite507ToxicroakPal, SPECIES_TOXICROAK, 0x0}, + [SPECIES_CARNIVINE] = {gFrontSprite508CarnivinePal, SPECIES_CARNIVINE, 0x0}, + [SPECIES_FINNEON] = {gFrontSprite509FinneonPal, SPECIES_FINNEON, 0x0}, + [SPECIES_LUMINEON] = {gFrontSprite510LumineonPal, SPECIES_LUMINEON, 0x0}, + [SPECIES_MANTYKE] = {gFrontSprite511MantykePal, SPECIES_MANTYKE, 0x0}, + [SPECIES_SNOVER] = {gFrontSprite512SnoverPal, SPECIES_SNOVER, 0x0}, + [SPECIES_ABOMASNOW] = {gFrontSprite513AbomasnowPal, SPECIES_ABOMASNOW, 0x0}, + [SPECIES_WEAVILE] = {gFrontSprite514WeavilePal, SPECIES_WEAVILE, 0x0}, + [SPECIES_MAGNEZONE] = {gFrontSprite515MagnezonePal, SPECIES_MAGNEZONE, 0x0}, + [SPECIES_LICKILICKY] = {gFrontSprite516LickilickyPal, SPECIES_LICKILICKY, 0x0}, + [SPECIES_RHYPERIOR] = {gFrontSprite517RhyperiorPal, SPECIES_RHYPERIOR, 0x0}, + [SPECIES_TANGROWTH] = {gFrontSprite518TangrowthPal, SPECIES_TANGROWTH, 0x0}, + [SPECIES_ELECTIVIRE] = {gFrontSprite519ElectivirePal, SPECIES_ELECTIVIRE, 0x0}, + [SPECIES_MAGMORTAR] = {gFrontSprite520MagmortarPal, SPECIES_MAGMORTAR, 0x0}, + [SPECIES_TOGEKISS] = {gFrontSprite521TogekissPal, SPECIES_TOGEKISS, 0x0}, + [SPECIES_YANMEGA] = {gFrontSprite522YanmegaPal, SPECIES_YANMEGA, 0x0}, + [SPECIES_LEAFEON] = {gFrontSprite523LeafeonPal, SPECIES_LEAFEON, 0x0}, + [SPECIES_GLACEON] = {gFrontSprite524GlaceonPal, SPECIES_GLACEON, 0x0}, + [SPECIES_GLISCOR] = {gFrontSprite525GliscorPal, SPECIES_GLISCOR, 0x0}, + [SPECIES_MAMOSWINE] = {gFrontSprite526MamoswinePal, SPECIES_MAMOSWINE, 0x0}, + [SPECIES_PORYGON_Z] = {gFrontSprite527PorygonZPal, SPECIES_PORYGON_Z, 0x0}, + [SPECIES_GALLADE] = {gFrontSprite528GalladePal, SPECIES_GALLADE, 0x0}, + [SPECIES_PROBOPASS] = {gFrontSprite529ProbopassPal, SPECIES_PROBOPASS, 0x0}, + [SPECIES_DUSKNOIR] = {gFrontSprite530DusknoirPal, SPECIES_DUSKNOIR, 0x0}, + [SPECIES_FROSLASS] = {gFrontSprite531FroslassPal, SPECIES_FROSLASS, 0x0}, + [SPECIES_ROTOM] = {gFrontSprite532RotomPal, SPECIES_ROTOM, 0x0}, + [SPECIES_UXIE] = {gFrontSprite533UxiePal, SPECIES_UXIE, 0x0}, + [SPECIES_MESPRIT] = {gFrontSprite534MespritPal, SPECIES_MESPRIT, 0x0}, + [SPECIES_AZELF] = {gFrontSprite535AzelfPal, SPECIES_AZELF, 0x0}, + [SPECIES_DIALGA] = {gFrontSprite536DialgaPal, SPECIES_DIALGA, 0x0}, + [SPECIES_PALKIA] = {gFrontSprite537PalkiaPal, SPECIES_PALKIA, 0x0}, + [SPECIES_HEATRAN] = {gFrontSprite538HeatranPal, SPECIES_HEATRAN, 0x0}, + [SPECIES_REGIGIGAS] = {gFrontSprite539RegigigasPal, SPECIES_REGIGIGAS, 0x0}, + [SPECIES_GIRATINA] = {gFrontSprite540GiratinaPal, SPECIES_GIRATINA, 0x0}, + [SPECIES_CRESSELIA] = {gFrontSprite541CresseliaPal, SPECIES_CRESSELIA, 0x0}, + [SPECIES_PHIONE] = {gFrontSprite542PhionePal, SPECIES_PHIONE, 0x0}, + [SPECIES_MANAPHY] = {gFrontSprite543ManaphyPal, SPECIES_MANAPHY, 0x0}, + [SPECIES_DARKRAI] = {gFrontSprite544DarkraiPal, SPECIES_DARKRAI, 0x0}, + [SPECIES_SHAYMIN] = {gFrontSprite545ShayminPal, SPECIES_SHAYMIN, 0x0}, + [SPECIES_ARCEUS] = {gFrontSprite546ArceusPal, SPECIES_ARCEUS, 0x0}, + [SPECIES_VICTINI] = {gFrontSprite547VictiniPal, SPECIES_VICTINI, 0x0}, + [SPECIES_SNIVY] = {gFrontSprite548SnivyPal, SPECIES_SNIVY, 0x0}, + [SPECIES_SERVINE] = {gFrontSprite549ServinePal, SPECIES_SERVINE, 0x0}, + [SPECIES_SERPERIOR] = {gFrontSprite550SerperiorPal, SPECIES_SERPERIOR, 0x0}, + [SPECIES_TEPIG] = {gFrontSprite551TepigPal, SPECIES_TEPIG, 0x0}, + [SPECIES_PIGNITE] = {gFrontSprite552PignitePal, SPECIES_PIGNITE, 0x0}, + [SPECIES_EMBOAR] = {gFrontSprite553EmboarPal, SPECIES_EMBOAR, 0x0}, + [SPECIES_OSHAWOTT] = {gFrontSprite554OshawottPal, SPECIES_OSHAWOTT, 0x0}, + [SPECIES_DEWOTT] = {gFrontSprite555DewottPal, SPECIES_DEWOTT, 0x0}, + [SPECIES_SAMUROTT] = {gFrontSprite556SamurottPal, SPECIES_SAMUROTT, 0x0}, + [SPECIES_PATRAT] = {gFrontSprite557PatratPal, SPECIES_PATRAT, 0x0}, + [SPECIES_WATCHOG] = {gFrontSprite558WatchogPal, SPECIES_WATCHOG, 0x0}, + [SPECIES_LILLIPUP] = {gFrontSprite559LillipupPal, SPECIES_LILLIPUP, 0x0}, + [SPECIES_HERDIER] = {gFrontSprite560HerdierPal, SPECIES_HERDIER, 0x0}, + [SPECIES_STOUTLAND] = {gFrontSprite561StoutlandPal, SPECIES_STOUTLAND, 0x0}, + [SPECIES_PURRLOIN] = {gFrontSprite562PurrloinPal, SPECIES_PURRLOIN, 0x0}, + [SPECIES_LIEPARD] = {gFrontSprite563LiepardPal, SPECIES_LIEPARD, 0x0}, + [SPECIES_PANSAGE] = {gFrontSprite564PansagePal, SPECIES_PANSAGE, 0x0}, + [SPECIES_SIMISAGE] = {gFrontSprite565SimisagePal, SPECIES_SIMISAGE, 0x0}, + [SPECIES_PANSEAR] = {gFrontSprite566PansearPal, SPECIES_PANSEAR, 0x0}, + [SPECIES_SIMISEAR] = {gFrontSprite567SimisearPal, SPECIES_SIMISEAR, 0x0}, + [SPECIES_PANPOUR] = {gFrontSprite568PanpourPal, SPECIES_PANPOUR, 0x0}, + [SPECIES_SIMIPOUR] = {gFrontSprite569SimipourPal, SPECIES_SIMIPOUR, 0x0}, + [SPECIES_MUNNA] = {gFrontSprite570MunnaPal, SPECIES_MUNNA, 0x0}, + [SPECIES_MUSHARNA] = {gFrontSprite571MusharnaPal, SPECIES_MUSHARNA, 0x0}, + [SPECIES_PIDOVE] = {gFrontSprite572PidovePal, SPECIES_PIDOVE, 0x0}, + [SPECIES_TRANQUILL] = {gFrontSprite573TranquillPal, SPECIES_TRANQUILL, 0x0}, + [SPECIES_UNFEZANT] = {gFrontSprite574UnfezantPal, SPECIES_UNFEZANT, 0x0}, + [SPECIES_BLITZLE] = {gFrontSprite575BlitzlePal, SPECIES_BLITZLE, 0x0}, + [SPECIES_ZEBSTRIKA] = {gFrontSprite576ZebstrikaPal, SPECIES_ZEBSTRIKA, 0x0}, + [SPECIES_ROGGENROLA] = {gFrontSprite577RoggenrolaPal, SPECIES_ROGGENROLA, 0x0}, + [SPECIES_BOLDORE] = {gFrontSprite578BoldorePal, SPECIES_BOLDORE, 0x0}, + [SPECIES_GIGALITH] = {gFrontSprite579GigalithPal, SPECIES_GIGALITH, 0x0}, + [SPECIES_WOOBAT] = {gFrontSprite580WoobatPal, SPECIES_WOOBAT, 0x0}, + [SPECIES_SWOOBAT] = {gFrontSprite581SwoobatPal, SPECIES_SWOOBAT, 0x0}, + [SPECIES_DRILBUR] = {gFrontSprite582DrilburPal, SPECIES_DRILBUR, 0x0}, + [SPECIES_EXCADRILL] = {gFrontSprite583ExcadrillPal, SPECIES_EXCADRILL, 0x0}, + [SPECIES_AUDINO] = {gFrontSprite584AudinoPal, SPECIES_AUDINO, 0x0}, + [SPECIES_TIMBURR] = {gFrontSprite585TimburrPal, SPECIES_TIMBURR, 0x0}, + [SPECIES_GURDURR] = {gFrontSprite586GurdurrPal, SPECIES_GURDURR, 0x0}, + [SPECIES_CONKELDURR] = {gFrontSprite587ConkeldurrPal, SPECIES_CONKELDURR, 0x0}, + [SPECIES_TYMPOLE] = {gFrontSprite588TympolePal, SPECIES_TYMPOLE, 0x0}, + [SPECIES_PALPITOAD] = {gFrontSprite589PalpitoadPal, SPECIES_PALPITOAD, 0x0}, + [SPECIES_SEISMITOAD] = {gFrontSprite590SeismitoadPal, SPECIES_SEISMITOAD, 0x0}, + [SPECIES_THROH] = {gFrontSprite591ThrohPal, SPECIES_THROH, 0x0}, + [SPECIES_SAWK] = {gFrontSprite592SawkPal, SPECIES_SAWK, 0x0}, + [SPECIES_SEWADDLE] = {gFrontSprite593SewaddlePal, SPECIES_SEWADDLE, 0x0}, + [SPECIES_SWADLOON] = {gFrontSprite594SwadloonPal, SPECIES_SWADLOON, 0x0}, + [SPECIES_LEAVANNY] = {gFrontSprite595LeavannyPal, SPECIES_LEAVANNY, 0x0}, + [SPECIES_VENIPEDE] = {gFrontSprite596VenipedePal, SPECIES_VENIPEDE, 0x0}, + [SPECIES_WHIRLIPEDE] = {gFrontSprite597WhirlipedePal, SPECIES_WHIRLIPEDE, 0x0}, + [SPECIES_SCOLIPEDE] = {gFrontSprite598ScolipedePal, SPECIES_SCOLIPEDE, 0x0}, + [SPECIES_COTTONEE] = {gFrontSprite599CottoneePal, SPECIES_COTTONEE, 0x0}, + [SPECIES_WHIMSICOTT] = {gFrontSprite600WhimsicottPal, SPECIES_WHIMSICOTT, 0x0}, + [SPECIES_PETILIL] = {gFrontSprite601PetililPal, SPECIES_PETILIL, 0x0}, + [SPECIES_LILLIGANT] = {gFrontSprite602LilligantPal, SPECIES_LILLIGANT, 0x0}, + [SPECIES_BASCULIN_RED] = {gFrontSprite603BasculinRedPal, SPECIES_BASCULIN_RED, 0x0}, + [SPECIES_SANDILE] = {gFrontSprite604SandilePal, SPECIES_SANDILE, 0x0}, + [SPECIES_KROKOROK] = {gFrontSprite605KrokorokPal, SPECIES_KROKOROK, 0x0}, + [SPECIES_KROOKODILE] = {gFrontSprite606KrookodilePal, SPECIES_KROOKODILE, 0x0}, + [SPECIES_DARUMAKA] = {gFrontSprite607DarumakaPal, SPECIES_DARUMAKA, 0x0}, + [SPECIES_DARMANITAN] = {gFrontSprite608DarmanitanPal, SPECIES_DARMANITAN, 0x0}, + [SPECIES_MARACTUS] = {gFrontSprite609MaractusPal, SPECIES_MARACTUS, 0x0}, + [SPECIES_DWEBBLE] = {gFrontSprite610DwebblePal, SPECIES_DWEBBLE, 0x0}, + [SPECIES_CRUSTLE] = {gFrontSprite611CrustlePal, SPECIES_CRUSTLE, 0x0}, + [SPECIES_SCRAGGY] = {gFrontSprite612ScraggyPal, SPECIES_SCRAGGY, 0x0}, + [SPECIES_SCRAFTY] = {gFrontSprite613ScraftyPal, SPECIES_SCRAFTY, 0x0}, + [SPECIES_SIGILYPH] = {gFrontSprite614SigilyphPal, SPECIES_SIGILYPH, 0x0}, + [SPECIES_YAMASK] = {gFrontSprite615YamaskPal, SPECIES_YAMASK, 0x0}, + [SPECIES_COFAGRIGUS] = {gFrontSprite616CofagrigusPal, SPECIES_COFAGRIGUS, 0x0}, + [SPECIES_TIRTOUGA] = {gFrontSprite617TirtougaPal, SPECIES_TIRTOUGA, 0x0}, + [SPECIES_CARRACOSTA] = {gFrontSprite618CarracostaPal, SPECIES_CARRACOSTA, 0x0}, + [SPECIES_ARCHEN] = {gFrontSprite619ArchenPal, SPECIES_ARCHEN, 0x0}, + [SPECIES_ARCHEOPS] = {gFrontSprite620ArcheopsPal, SPECIES_ARCHEOPS, 0x0}, + [SPECIES_TRUBBISH] = {gFrontSprite621TrubbishPal, SPECIES_TRUBBISH, 0x0}, + [SPECIES_GARBODOR] = {gFrontSprite622GarbodorPal, SPECIES_GARBODOR, 0x0}, + [SPECIES_ZORUA] = {gFrontSprite623ZoruaPal, SPECIES_ZORUA, 0x0}, + [SPECIES_ZOROARK] = {gFrontSprite624ZoroarkPal, SPECIES_ZOROARK, 0x0}, + [SPECIES_MINCCINO] = {gFrontSprite625MinccinoPal, SPECIES_MINCCINO, 0x0}, + [SPECIES_CINCCINO] = {gFrontSprite626CinccinoPal, SPECIES_CINCCINO, 0x0}, + [SPECIES_GOTHITA] = {gFrontSprite627GothitaPal, SPECIES_GOTHITA, 0x0}, + [SPECIES_GOTHORITA] = {gFrontSprite628GothoritaPal, SPECIES_GOTHORITA, 0x0}, + [SPECIES_GOTHITELLE] = {gFrontSprite629GothitellePal, SPECIES_GOTHITELLE, 0x0}, + [SPECIES_SOLOSIS] = {gFrontSprite630SolosisPal, SPECIES_SOLOSIS, 0x0}, + [SPECIES_DUOSION] = {gFrontSprite631DuosionPal, SPECIES_DUOSION, 0x0}, + [SPECIES_REUNICLUS] = {gFrontSprite632ReuniclusPal, SPECIES_REUNICLUS, 0x0}, + [SPECIES_DUCKLETT] = {gFrontSprite633DucklettPal, SPECIES_DUCKLETT, 0x0}, + [SPECIES_SWANNA] = {gFrontSprite634SwannaPal, SPECIES_SWANNA, 0x0}, + [SPECIES_VANILLITE] = {gFrontSprite635VanillitePal, SPECIES_VANILLITE, 0x0}, + [SPECIES_VANILLISH] = {gFrontSprite636VanillishPal, SPECIES_VANILLISH, 0x0}, + [SPECIES_VANILLUXE] = {gFrontSprite637VanilluxePal, SPECIES_VANILLUXE, 0x0}, + [SPECIES_DEERLING] = {gFrontSprite638DeerlingPal, SPECIES_DEERLING, 0x0}, + [SPECIES_SAWSBUCK] = {gFrontSprite639SawsbuckPal, SPECIES_SAWSBUCK, 0x0}, + [SPECIES_EMOLGA] = {gFrontSprite640EmolgaPal, SPECIES_EMOLGA, 0x0}, + [SPECIES_KARRABLAST] = {gFrontSprite641KarrablastPal, SPECIES_KARRABLAST, 0x0}, + [SPECIES_ESCAVALIER] = {gFrontSprite642EscavalierPal, SPECIES_ESCAVALIER, 0x0}, + [SPECIES_FOONGUS] = {gFrontSprite643FoongusPal, SPECIES_FOONGUS, 0x0}, + [SPECIES_AMOONGUSS] = {gFrontSprite644AmoongussPal, SPECIES_AMOONGUSS, 0x0}, + [SPECIES_FRILLISH] = {gFrontSprite645FrillishPal, SPECIES_FRILLISH, 0x0}, + [SPECIES_JELLICENT] = {gFrontSprite646JellicentPal, SPECIES_JELLICENT, 0x0}, + [SPECIES_ALOMOMOLA] = {gFrontSprite647AlomomolaPal, SPECIES_ALOMOMOLA, 0x0}, + [SPECIES_JOLTIK] = {gFrontSprite648JoltikPal, SPECIES_JOLTIK, 0x0}, + [SPECIES_GALVANTULA] = {gFrontSprite649GalvantulaPal, SPECIES_GALVANTULA, 0x0}, + [SPECIES_FERROSEED] = {gFrontSprite650FerroseedPal, SPECIES_FERROSEED, 0x0}, + [SPECIES_FERROTHORN] = {gFrontSprite651FerrothornPal, SPECIES_FERROTHORN, 0x0}, + [SPECIES_KLINK] = {gFrontSprite652KlinkPal, SPECIES_KLINK, 0x0}, + [SPECIES_KLANG] = {gFrontSprite653KlangPal, SPECIES_KLANG, 0x0}, + [SPECIES_KLINKLANG] = {gFrontSprite654KlinklangPal, SPECIES_KLINKLANG, 0x0}, + [SPECIES_TYNAMO] = {gFrontSprite655TynamoPal, SPECIES_TYNAMO, 0x0}, + [SPECIES_EELEKTRIK] = {gFrontSprite656EelektrikPal, SPECIES_EELEKTRIK, 0x0}, + [SPECIES_EELEKTROSS] = {gFrontSprite657EelektrossPal, SPECIES_EELEKTROSS, 0x0}, + [SPECIES_ELGYEM] = {gFrontSprite658ElgyemPal, SPECIES_ELGYEM, 0x0}, + [SPECIES_BEHEEYEM] = {gFrontSprite659BeheeyemPal, SPECIES_BEHEEYEM, 0x0}, + [SPECIES_LITWICK] = {gFrontSprite660LitwickPal, SPECIES_LITWICK, 0x0}, + [SPECIES_LAMPENT] = {gFrontSprite661LampentPal, SPECIES_LAMPENT, 0x0}, + [SPECIES_CHANDELURE] = {gFrontSprite662ChandelurePal, SPECIES_CHANDELURE, 0x0}, + [SPECIES_AXEW] = {gFrontSprite663AxewPal, SPECIES_AXEW, 0x0}, + [SPECIES_FRAXURE] = {gFrontSprite664FraxurePal, SPECIES_FRAXURE, 0x0}, + [SPECIES_HAXORUS] = {gFrontSprite665HaxorusPal, SPECIES_HAXORUS, 0x0}, + [SPECIES_CUBCHOO] = {gFrontSprite666CubchooPal, SPECIES_CUBCHOO, 0x0}, + [SPECIES_BEARTIC] = {gFrontSprite667BearticPal, SPECIES_BEARTIC, 0x0}, + [SPECIES_CRYOGONAL] = {gFrontSprite668CryogonalPal, SPECIES_CRYOGONAL, 0x0}, + [SPECIES_SHELMET] = {gFrontSprite669ShelmetPal, SPECIES_SHELMET, 0x0}, + [SPECIES_ACCELGOR] = {gFrontSprite670AccelgorPal, SPECIES_ACCELGOR, 0x0}, + [SPECIES_STUNFISK] = {gFrontSprite671StunfiskPal, SPECIES_STUNFISK, 0x0}, + [SPECIES_MIENFOO] = {gFrontSprite672MienfooPal, SPECIES_MIENFOO, 0x0}, + [SPECIES_MIENSHAO] = {gFrontSprite673MienshaoPal, SPECIES_MIENSHAO, 0x0}, + [SPECIES_DRUDDIGON] = {gFrontSprite674DruddigonPal, SPECIES_DRUDDIGON, 0x0}, + [SPECIES_GOLETT] = {gFrontSprite675GolettPal, SPECIES_GOLETT, 0x0}, + [SPECIES_GOLURK] = {gFrontSprite676GolurkPal, SPECIES_GOLURK, 0x0}, + [SPECIES_PAWNIARD] = {gFrontSprite677PawniardPal, SPECIES_PAWNIARD, 0x0}, + [SPECIES_BISHARP] = {gFrontSprite678BisharpPal, SPECIES_BISHARP, 0x0}, + [SPECIES_BOUFFALANT] = {gFrontSprite679BouffalantPal, SPECIES_BOUFFALANT, 0x0}, + [SPECIES_RUFFLET] = {gFrontSprite680RuffletPal, SPECIES_RUFFLET, 0x0}, + [SPECIES_BRAVIARY] = {gFrontSprite681BraviaryPal, SPECIES_BRAVIARY, 0x0}, + [SPECIES_VULLABY] = {gFrontSprite682VullabyPal, SPECIES_VULLABY, 0x0}, + [SPECIES_MANDIBUZZ] = {gFrontSprite683MandibuzzPal, SPECIES_MANDIBUZZ, 0x0}, + [SPECIES_HEATMOR] = {gFrontSprite684HeatmorPal, SPECIES_HEATMOR, 0x0}, + [SPECIES_DURANT] = {gFrontSprite685DurantPal, SPECIES_DURANT, 0x0}, + [SPECIES_DEINO] = {gFrontSprite686DeinoPal, SPECIES_DEINO, 0x0}, + [SPECIES_ZWEILOUS] = {gFrontSprite687ZweilousPal, SPECIES_ZWEILOUS, 0x0}, + [SPECIES_HYDREIGON] = {gFrontSprite688HydreigonPal, SPECIES_HYDREIGON, 0x0}, + [SPECIES_LARVESTA] = {gFrontSprite689LarvestaPal, SPECIES_LARVESTA, 0x0}, + [SPECIES_VOLCARONA] = {gFrontSprite690VolcaronaPal, SPECIES_VOLCARONA, 0x0}, + [SPECIES_COBALION] = {gFrontSprite691CobalionPal, SPECIES_COBALION, 0x0}, + [SPECIES_TERRAKION] = {gFrontSprite692TerrakionPal, SPECIES_TERRAKION, 0x0}, + [SPECIES_VIRIZION] = {gFrontSprite693VirizionPal, SPECIES_VIRIZION, 0x0}, + [SPECIES_TORNADUS] = {gFrontSprite694TornadusPal, SPECIES_TORNADUS, 0x0}, + [SPECIES_THUNDURUS] = {gFrontSprite695ThundurusPal, SPECIES_THUNDURUS, 0x0}, + [SPECIES_RESHIRAM] = {gFrontSprite696ReshiramPal, SPECIES_RESHIRAM, 0x0}, + [SPECIES_ZEKROM] = {gFrontSprite697ZekromPal, SPECIES_ZEKROM, 0x0}, + [SPECIES_LANDORUS] = {gFrontSprite698LandorusPal, SPECIES_LANDORUS, 0x0}, + [SPECIES_KYUREM] = {gFrontSprite699KyuremPal, SPECIES_KYUREM, 0x0}, + [SPECIES_KELDEO] = {gFrontSprite700KeldeoPal, SPECIES_KELDEO, 0x0}, + [SPECIES_MELOETTA] = {gFrontSprite701MeloettaPal, SPECIES_MELOETTA, 0x0}, + [SPECIES_GENESECT] = {gFrontSprite702GenesectPal, SPECIES_GENESECT, 0x0}, + [SPECIES_UNFEZANT_F] = {gFrontSprite703UnfezantFPal, SPECIES_UNFEZANT_F, 0x0}, + [SPECIES_FRILLISH_F] = {gFrontSprite704FrillishFPal, SPECIES_FRILLISH_F, 0x0}, + [SPECIES_JELLICENT_F] = {gFrontSprite705JellicentFPal, SPECIES_JELLICENT_F, 0x0}, + [SPECIES_SHADOW_WARRIOR] = {gFrontSprite000NonePal/*gFrontSprite706ShadowWarriorPal*/, SPECIES_SHADOW_WARRIOR, 0x0}, + [SPECIES_BURMY_SANDY] = {gFrontSprite707BurmySandyPal, SPECIES_BURMY_SANDY, 0x0}, + [SPECIES_BURMY_TRASH] = {gFrontSprite708BurmyTrashPal, SPECIES_BURMY_TRASH, 0x0}, + [SPECIES_WORMADAM_SANDY] = {gFrontSprite709WormadamSandyPal, SPECIES_WORMADAM_SANDY, 0x0}, + [SPECIES_WORMADAM_TRASH] = {gFrontSprite710WormadamTrashPal, SPECIES_WORMADAM_TRASH, 0x0}, + [SPECIES_SHELLOS_EAST] = {gFrontSprite711ShellosEastPal, SPECIES_SHELLOS_EAST, 0x0}, + [SPECIES_GASTRODON_EAST] = {gFrontSprite712GastrodonEastPal, SPECIES_GASTRODON_EAST, 0x0}, + [SPECIES_ROTOM_HEAT] = {gFrontSprite713RotomHeatPal, SPECIES_ROTOM_HEAT, 0x0}, + [SPECIES_ROTOM_WASH] = {gFrontSprite714RotomWashPal, SPECIES_ROTOM_WASH, 0x0}, + [SPECIES_ROTOM_FROST] = {gFrontSprite715RotomFrostPal, SPECIES_ROTOM_FROST, 0x0}, + [SPECIES_ROTOM_FAN] = {gFrontSprite716RotomFanPal, SPECIES_ROTOM_FAN, 0x0}, + [SPECIES_ROTOM_MOW] = {gFrontSprite717RotomMowPal, SPECIES_ROTOM_MOW, 0x0}, + [SPECIES_GIRATINA_ORIGIN] = {gFrontSprite718GiratinaOriginPal, SPECIES_GIRATINA_ORIGIN, 0x0}, + [SPECIES_SHAYMIN_SKY] = {gFrontSprite719ShayminSkyPal, SPECIES_SHAYMIN_SKY, 0x0}, + [SPECIES_ARCEUS_FIGHT] = {gFrontSprite720ArceusFightPal, SPECIES_ARCEUS_FIGHT, 0x0}, + [SPECIES_ARCEUS_FLYING] = {gFrontSprite721ArceusFlyingPal, SPECIES_ARCEUS_FLYING, 0x0}, + [SPECIES_ARCEUS_POISON] = {gFrontSprite722ArceusPoisonPal, SPECIES_ARCEUS_POISON, 0x0}, + [SPECIES_ARCEUS_GROUND] = {gFrontSprite723ArceusGroundPal, SPECIES_ARCEUS_GROUND, 0x0}, + [SPECIES_ARCEUS_ROCK] = {gFrontSprite724ArceusRockPal, SPECIES_ARCEUS_ROCK, 0x0}, + [SPECIES_ARCEUS_BUG] = {gFrontSprite725ArceusBugPal, SPECIES_ARCEUS_BUG, 0x0}, + [SPECIES_ARCEUS_GHOST] = {gFrontSprite726ArceusGhostPal, SPECIES_ARCEUS_GHOST, 0x0}, + [SPECIES_ARCEUS_STEEL] = {gFrontSprite727ArceusSteelPal, SPECIES_ARCEUS_STEEL, 0x0}, + [SPECIES_ARCEUS_FIRE] = {gFrontSprite728ArceusFirePal, SPECIES_ARCEUS_FIRE, 0x0}, + [SPECIES_ARCEUS_WATER] = {gFrontSprite729ArceusWaterPal, SPECIES_ARCEUS_WATER, 0x0}, + [SPECIES_ARCEUS_GRASS] = {gFrontSprite730ArceusGrassPal, SPECIES_ARCEUS_GRASS, 0x0}, + [SPECIES_ARCEUS_ELECTRIC] = {gFrontSprite731ArceusElectricPal, SPECIES_ARCEUS_ELECTRIC, 0x0}, + [SPECIES_ARCEUS_PSYCHIC] = {gFrontSprite732ArceusPsychicPal, SPECIES_ARCEUS_PSYCHIC, 0x0}, + [SPECIES_ARCEUS_ICE] = {gFrontSprite733ArceusIcePal, SPECIES_ARCEUS_ICE, 0x0}, + [SPECIES_ARCEUS_DRAGON] = {gFrontSprite734ArceusDragonPal, SPECIES_ARCEUS_DRAGON, 0x0}, + [SPECIES_ARCEUS_DARK] = {gFrontSprite735ArceusDarkPal, SPECIES_ARCEUS_DARK, 0x0}, + [SPECIES_BASCULIN_BLUE] = {gFrontSprite736BasculinBluePal, SPECIES_BASCULIN_BLUE, 0x0}, + [SPECIES_DARMANITANZEN] = {gFrontSprite737DarmanitanzenPal, SPECIES_DARMANITANZEN, 0x0}, + [SPECIES_DEERLING_SUMMER] = {gFrontSprite738DeerlingSummerPal, SPECIES_DEERLING_SUMMER, 0x0}, + [SPECIES_DEERLING_AUTUMN] = {gFrontSprite739DeerlingAutumnPal, SPECIES_DEERLING_AUTUMN, 0x0}, + [SPECIES_DEERLING_WINTER] = {gFrontSprite740DeerlingWinterPal, SPECIES_DEERLING_WINTER, 0x0}, + [SPECIES_SAWSBUCK_SUMMER] = {gFrontSprite741SawsbuckSummerPal, SPECIES_SAWSBUCK_SUMMER, 0x0}, + [SPECIES_SAWSBUCK_AUTUMN] = {gFrontSprite742SawsbuckAutumnPal, SPECIES_SAWSBUCK_AUTUMN, 0x0}, + [SPECIES_SAWSBUCK_WINTER] = {gFrontSprite743SawsbuckWinterPal, SPECIES_SAWSBUCK_WINTER, 0x0}, + [SPECIES_HIPPOPOTAS_F] = {gFrontSprite744HippopotasFPal, SPECIES_HIPPOPOTAS_F, 0x0}, + [SPECIES_HIPPOWDON_F] = {gFrontSprite745HippowdonFPal, SPECIES_HIPPOWDON_F, 0x0}, + [SPECIES_MELOETTA_PIROUETTE] = {gFrontSprite746MeloettaPirouettePal, SPECIES_MELOETTA_PIROUETTE, 0x0}, + [SPECIES_GENESECT_SHOCK] = {gFrontSprite747GenesectShockPal, SPECIES_GENESECT_SHOCK, 0x0}, + [SPECIES_GENESECT_BURN] = {gFrontSprite748GenesectBurnPal, SPECIES_GENESECT_BURN, 0x0}, + [SPECIES_GENESECT_CHILL] = {gFrontSprite749GenesectChillPal, SPECIES_GENESECT_CHILL, 0x0}, + [SPECIES_GENESECT_DOUSE] = {gFrontSprite750GenesectDousePal, SPECIES_GENESECT_DOUSE, 0x0}, + [SPECIES_CHERRIM_SUN] = {gFrontSprite751CherrimSunPal, SPECIES_CHERRIM_SUN, 0x0}, + [SPECIES_KYUREM_BLACK] = {gFrontSprite752KyuremBlackPal, SPECIES_KYUREM_BLACK, 0x0}, + [SPECIES_KYUREM_WHITE] = {gFrontSprite753KyuremWhitePal, SPECIES_KYUREM_WHITE, 0x0}, + [SPECIES_TORNADUS_THERIAN] = {gFrontSprite754TornadusTherianPal, SPECIES_TORNADUS_THERIAN, 0x0}, + [SPECIES_THUNDURUS_THERIAN] = {gFrontSprite755ThundurusTherianPal, SPECIES_THUNDURUS_THERIAN, 0x0}, + [SPECIES_LANDORUS_THERIAN] = {gFrontSprite756LandorusTherianPal, SPECIES_LANDORUS_THERIAN, 0x0}, + [SPECIES_KELDEO_RESOLUTE] = {gFrontSprite757KeldeoResolutePal, SPECIES_KELDEO_RESOLUTE, 0x0}, + [SPECIES_CHESPIN] = {gFrontSprite758ChespinPal, SPECIES_CHESPIN, 0x0}, + [SPECIES_QUILLADIN] = {gFrontSprite759QuilladinPal, SPECIES_QUILLADIN, 0x0}, + [SPECIES_CHESNAUGHT] = {gFrontSprite760ChesnaughtPal, SPECIES_CHESNAUGHT, 0x0}, + [SPECIES_FENNEKIN] = {gFrontSprite761FennekinPal, SPECIES_FENNEKIN, 0x0}, + [SPECIES_BRAIXEN] = {gFrontSprite762BraixenPal, SPECIES_BRAIXEN, 0x0}, + [SPECIES_DELPHOX] = {gFrontSprite763DelphoxPal, SPECIES_DELPHOX, 0x0}, + [SPECIES_FROAKIE] = {gFrontSprite764FroakiePal, SPECIES_FROAKIE, 0x0}, + [SPECIES_FROGADIER] = {gFrontSprite765FrogadierPal, SPECIES_FROGADIER, 0x0}, + [SPECIES_GRENINJA] = {gFrontSprite766GreninjaPal, SPECIES_GRENINJA, 0x0}, + [SPECIES_BUNNELBY] = {gFrontSprite767BunnelbyPal, SPECIES_BUNNELBY, 0x0}, + [SPECIES_DIGGERSBY] = {gFrontSprite768DiggersbyPal, SPECIES_DIGGERSBY, 0x0}, + [SPECIES_FLETCHLING] = {gFrontSprite769FletchlingPal, SPECIES_FLETCHLING, 0x0}, + [SPECIES_FLETCHINDER] = {gFrontSprite770FletchinderPal, SPECIES_FLETCHINDER, 0x0}, + [SPECIES_TALONFLAME] = {gFrontSprite771TalonflamePal, SPECIES_TALONFLAME, 0x0}, + [SPECIES_SCATTERBUG] = {gFrontSprite772ScatterbugPal, SPECIES_SCATTERBUG, 0x0}, + [SPECIES_SPEWPA] = {gFrontSprite773SpewpaPal, SPECIES_SPEWPA, 0x0}, + [SPECIES_VIVILLON] = {gFrontSprite774VivillonPal, SPECIES_VIVILLON, 0x0}, + [SPECIES_LITLEO] = {gFrontSprite775LitleoPal, SPECIES_LITLEO, 0x0}, + [SPECIES_PYROAR] = {gFrontSprite776PyroarPal, SPECIES_PYROAR, 0x0}, + [SPECIES_FLABEBE] = {gFrontSprite777FlabebePal, SPECIES_FLABEBE, 0x0}, + [SPECIES_FLOETTE] = {gFrontSprite778FloettePal, SPECIES_FLOETTE, 0x0}, + [SPECIES_FLORGES] = {gFrontSprite779FlorgesPal, SPECIES_FLORGES, 0x0}, + [SPECIES_SKIDDO] = {gFrontSprite780SkiddoPal, SPECIES_SKIDDO, 0x0}, + [SPECIES_GOGOAT] = {gFrontSprite781GogoatPal, SPECIES_GOGOAT, 0x0}, + [SPECIES_PANCHAM] = {gFrontSprite782PanchamPal, SPECIES_PANCHAM, 0x0}, + [SPECIES_PANGORO] = {gFrontSprite783PangoroPal, SPECIES_PANGORO, 0x0}, + [SPECIES_FURFROU] = {gFrontSprite784FurfrouPal, SPECIES_FURFROU, 0x0}, + [SPECIES_ESPURR] = {gFrontSprite785EspurrPal, SPECIES_ESPURR, 0x0}, + [SPECIES_MEOWSTIC] = {gFrontSprite786MeowsticPal, SPECIES_MEOWSTIC, 0x0}, + [SPECIES_HONEDGE] = {gFrontSprite787HonedgePal, SPECIES_HONEDGE, 0x0}, + [SPECIES_DOUBLADE] = {gFrontSprite788DoubladePal, SPECIES_DOUBLADE, 0x0}, + [SPECIES_AEGISLASH] = {gFrontSprite789AegislashPal, SPECIES_AEGISLASH, 0x0}, + [SPECIES_SPRITZEE] = {gFrontSprite790SpritzeePal, SPECIES_SPRITZEE, 0x0}, + [SPECIES_AROMATISSE] = {gFrontSprite791AromatissePal, SPECIES_AROMATISSE, 0x0}, + [SPECIES_SWIRLIX] = {gFrontSprite792SwirlixPal, SPECIES_SWIRLIX, 0x0}, + [SPECIES_SLURPUFF] = {gFrontSprite793SlurpuffPal, SPECIES_SLURPUFF, 0x0}, + [SPECIES_INKAY] = {gFrontSprite794InkayPal, SPECIES_INKAY, 0x0}, + [SPECIES_MALAMAR] = {gFrontSprite795MalamarPal, SPECIES_MALAMAR, 0x0}, + [SPECIES_BINACLE] = {gFrontSprite796BinaclePal, SPECIES_BINACLE, 0x0}, + [SPECIES_BARBARACLE] = {gFrontSprite797BarbaraclePal, SPECIES_BARBARACLE, 0x0}, + [SPECIES_SKRELP] = {gFrontSprite798SkrelpPal, SPECIES_SKRELP, 0x0}, + [SPECIES_DRAGALGE] = {gFrontSprite799DragalgePal, SPECIES_DRAGALGE, 0x0}, + [SPECIES_CLAUNCHER] = {gFrontSprite800ClauncherPal, SPECIES_CLAUNCHER, 0x0}, + [SPECIES_CLAWITZER] = {gFrontSprite801ClawitzerPal, SPECIES_CLAWITZER, 0x0}, + [SPECIES_HELIOPTILE] = {gFrontSprite802HelioptilePal, SPECIES_HELIOPTILE, 0x0}, + [SPECIES_HELIOLISK] = {gFrontSprite803HelioliskPal, SPECIES_HELIOLISK, 0x0}, + [SPECIES_TYRUNT] = {gFrontSprite804TyruntPal, SPECIES_TYRUNT, 0x0}, + [SPECIES_TYRANTRUM] = {gFrontSprite805TyrantrumPal, SPECIES_TYRANTRUM, 0x0}, + [SPECIES_AMAURA] = {gFrontSprite806AmauraPal, SPECIES_AMAURA, 0x0}, + [SPECIES_AURORUS] = {gFrontSprite807AurorusPal, SPECIES_AURORUS, 0x0}, + [SPECIES_SYLVEON] = {gFrontSprite808SylveonPal, SPECIES_SYLVEON, 0x0}, + [SPECIES_HAWLUCHA] = {gFrontSprite809HawluchaPal, SPECIES_HAWLUCHA, 0x0}, + [SPECIES_DEDENNE] = {gFrontSprite810DedennePal, SPECIES_DEDENNE, 0x0}, + [SPECIES_CARBINK] = {gFrontSprite811CarbinkPal, SPECIES_CARBINK, 0x0}, + [SPECIES_GOOMY] = {gFrontSprite812GoomyPal, SPECIES_GOOMY, 0x0}, + [SPECIES_SLIGGOO] = {gFrontSprite813SliggooPal, SPECIES_SLIGGOO, 0x0}, + [SPECIES_GOODRA] = {gFrontSprite814GoodraPal, SPECIES_GOODRA, 0x0}, + [SPECIES_KLEFKI] = {gFrontSprite815KlefkiPal, SPECIES_KLEFKI, 0x0}, + [SPECIES_PHANTUMP] = {gFrontSprite816PhantumpPal, SPECIES_PHANTUMP, 0x0}, + [SPECIES_TREVENANT] = {gFrontSprite817TrevenantPal, SPECIES_TREVENANT, 0x0}, + [SPECIES_PUMPKABOO] = {gFrontSprite818PumpkabooPal, SPECIES_PUMPKABOO, 0x0}, + [SPECIES_GOURGEIST] = {gFrontSprite819GourgeistPal, SPECIES_GOURGEIST, 0x0}, + [SPECIES_BERGMITE] = {gFrontSprite820BergmitePal, SPECIES_BERGMITE, 0x0}, + [SPECIES_AVALUGG] = {gFrontSprite821AvaluggPal, SPECIES_AVALUGG, 0x0}, + [SPECIES_NOIBAT] = {gFrontSprite822NoibatPal, SPECIES_NOIBAT, 0x0}, + [SPECIES_NOIVERN] = {gFrontSprite823NoivernPal, SPECIES_NOIVERN, 0x0}, + [SPECIES_XERNEAS] = {gFrontSprite824XerneasPal, SPECIES_XERNEAS, 0x0}, + [SPECIES_YVELTAL] = {gFrontSprite825YveltalPal, SPECIES_YVELTAL, 0x0}, + [SPECIES_ZYGARDE] = {gFrontSprite826ZygardePal, SPECIES_ZYGARDE, 0x0}, + [SPECIES_DIANCIE] = {gFrontSprite827DianciePal, SPECIES_DIANCIE, 0x0}, + [SPECIES_HOOPA] = {gFrontSprite828HoopaPal, SPECIES_HOOPA, 0x0}, + [SPECIES_HOOPA_UNBOUND] = {gFrontSprite829HoopaUnboundPal, SPECIES_HOOPA_UNBOUND, 0x0}, + [SPECIES_VOLCANION] = {gFrontSprite830VolcanionPal, SPECIES_VOLCANION, 0x0}, + [SPECIES_PYROAR_FEMALE] = {gFrontSprite831PyroarFemalePal, SPECIES_PYROAR_FEMALE, 0x0}, + [SPECIES_MEOWSTIC_FEMALE] = {gFrontSprite832MeowsticFemalePal, SPECIES_MEOWSTIC_FEMALE, 0x0}, + [SPECIES_AEGISLASH_BLADE] = {gFrontSprite833AegislashBladePal, SPECIES_AEGISLASH_BLADE, 0x0}, + [SPECIES_ARCEUS_FAIRY] = {gFrontSprite834ArceusFairyPal, SPECIES_ARCEUS_FAIRY, 0x0}, + [SPECIES_ZYGARDE_CELL] = {gFrontSprite835ZygardeCellPal, SPECIES_ZYGARDE_CELL, 0x0}, + [SPECIES_ZYGARDE_CORE] = {gFrontSprite836ZygardeCorePal, SPECIES_ZYGARDE_CORE, 0x0}, + [SPECIES_ZYGARDE_10] = {gFrontSprite837Zygarde10Pal, SPECIES_ZYGARDE_10, 0x0}, + [SPECIES_ZYGARDE_COMPLETE] = {gFrontSprite838ZygardeCompletePal, SPECIES_ZYGARDE_COMPLETE, 0x0}, + [SPECIES_ASHGRENINJA] = {gFrontSprite839AshgreninjaPal, SPECIES_ASHGRENINJA, 0x0}, + [SPECIES_FLABEBE_BLUE] = {gFrontSprite840FlabebeBluePal, SPECIES_FLABEBE_BLUE, 0x0}, + [SPECIES_FLABEBE_ORANGE] = {gFrontSprite841FlabebeOrangePal, SPECIES_FLABEBE_ORANGE, 0x0}, + [SPECIES_FLABEBE_YELLOW] = {gFrontSprite842FlabebeYellowPal, SPECIES_FLABEBE_YELLOW, 0x0}, + [SPECIES_FLABEBE_WHITE] = {gFrontSprite843FlabebeWhitePal, SPECIES_FLABEBE_WHITE, 0x0}, + [SPECIES_FLOETTE_BLUE] = {gFrontSprite844FloetteBluePal, SPECIES_FLOETTE_BLUE, 0x0}, + [SPECIES_FLOETTE_ORANGE] = {gFrontSprite845FloetteOrangePal, SPECIES_FLOETTE_ORANGE, 0x0}, + [SPECIES_FLOETTE_YELLOW] = {gFrontSprite846FloetteYellowPal, SPECIES_FLOETTE_YELLOW, 0x0}, + [SPECIES_FLOETTE_WHITE] = {gFrontSprite847FloetteWhitePal, SPECIES_FLOETTE_WHITE, 0x0}, + [SPECIES_FLOETTE_ETERNAL] = {gFrontSprite848FloetteEternalPal, SPECIES_FLOETTE_ETERNAL, 0x0}, + [SPECIES_FLORGES_BLUE] = {gFrontSprite849FlorgesBluePal, SPECIES_FLORGES_BLUE, 0x0}, + [SPECIES_FLORGES_ORANGE] = {gFrontSprite850FlorgesOrangePal, SPECIES_FLORGES_ORANGE, 0x0}, + [SPECIES_FLORGES_YELLOW] = {gFrontSprite851FlorgesYellowPal, SPECIES_FLORGES_YELLOW, 0x0}, + [SPECIES_FLORGES_WHITE] = {gFrontSprite852FlorgesWhitePal, SPECIES_FLORGES_WHITE, 0x0}, + [SPECIES_PUMPKABOO_XL] = {gFrontSprite853PumpkabooXlPal, SPECIES_PUMPKABOO_XL, 0x0}, + [SPECIES_PUMPKABOO_L] = {gFrontSprite854PumpkabooLPal, SPECIES_PUMPKABOO_L, 0x0}, + [SPECIES_PUMPKABOO_M] = {gFrontSprite855PumpkabooMPal, SPECIES_PUMPKABOO_M, 0x0}, + [SPECIES_GOURGEIST_XL] = {gFrontSprite856GourgeistXlPal, SPECIES_GOURGEIST_XL, 0x0}, + [SPECIES_GOURGEIST_L] = {gFrontSprite857GourgeistLPal, SPECIES_GOURGEIST_L, 0x0}, + [SPECIES_GOURGEIST_M] = {gFrontSprite858GourgeistMPal, SPECIES_GOURGEIST_M, 0x0}, + [SPECIES_FURFROU_HEART] = {gFrontSprite859FurfrouHeartPal, SPECIES_FURFROU_HEART, 0x0}, + [SPECIES_FURFROU_DIAMOND] = {gFrontSprite860FurfrouDiamondPal, SPECIES_FURFROU_DIAMOND, 0x0}, + [SPECIES_FURFROU_STAR] = {gFrontSprite861FurfrouStarPal, SPECIES_FURFROU_STAR, 0x0}, + [SPECIES_FURFROU_PHAROAH] = {gFrontSprite862FurfrouPharoahPal, SPECIES_FURFROU_PHAROAH, 0x0}, + [SPECIES_FURFROU_KABUKI] = {gFrontSprite863FurfrouKabukiPal, SPECIES_FURFROU_KABUKI, 0x0}, + [SPECIES_FURFROU_LA_REINE] = {gFrontSprite864FurfrouLaReinePal, SPECIES_FURFROU_LA_REINE, 0x0}, + [SPECIES_FURFROU_MATRON] = {gFrontSprite865FurfrouMatronPal, SPECIES_FURFROU_MATRON, 0x0}, + [SPECIES_FURFROU_DANDY] = {gFrontSprite866FurfrouDandyPal, SPECIES_FURFROU_DANDY, 0x0}, + [SPECIES_FURFROU_DEBUTANTE] = {gFrontSprite867FurfrouDebutantePal, SPECIES_FURFROU_DEBUTANTE, 0x0}, + [SPECIES_VIVILLON_FANCY] = {gFrontSprite868VivillonFancyPal, SPECIES_VIVILLON_FANCY, 0x0}, + [SPECIES_VENUSAUR_MEGA] = {gFrontSprite869VenusaurMegaPal, SPECIES_VENUSAUR_MEGA, 0x0}, + [SPECIES_CHARIZARD_MEGA_X] = {gFrontSprite870CharizardMegaXPal, SPECIES_CHARIZARD_MEGA_X, 0x0}, + [SPECIES_CHARIZARD_MEGA_Y] = {gFrontSprite871CharizardMegaYPal, SPECIES_CHARIZARD_MEGA_Y, 0x0}, + [SPECIES_BLASTOISE_MEGA] = {gFrontSprite872BlastoiseMegaPal, SPECIES_BLASTOISE_MEGA, 0x0}, + [SPECIES_BEEDRILL_MEGA] = {gFrontSprite873BeedrillMegaPal, SPECIES_BEEDRILL_MEGA, 0x0}, + [SPECIES_PIDGEOT_MEGA] = {gFrontSprite874PidgeotMegaPal, SPECIES_PIDGEOT_MEGA, 0x0}, + [SPECIES_ALAKAZAM_MEGA] = {gFrontSprite875AlakazamMegaPal, SPECIES_ALAKAZAM_MEGA, 0x0}, + [SPECIES_SLOWBRO_MEGA] = {gFrontSprite876SlowbroMegaPal, SPECIES_SLOWBRO_MEGA, 0x0}, + [SPECIES_GENGAR_MEGA] = {gFrontSprite877GengarMegaPal, SPECIES_GENGAR_MEGA, 0x0}, + [SPECIES_KANGASKHAN_MEGA] = {gFrontSprite878KangaskhanMegaPal, SPECIES_KANGASKHAN_MEGA, 0x0}, + [SPECIES_PINSIR_MEGA] = {gFrontSprite879PinsirMegaPal, SPECIES_PINSIR_MEGA, 0x0}, + [SPECIES_GYARADOS_MEGA] = {gFrontSprite880GyaradosMegaPal, SPECIES_GYARADOS_MEGA, 0x0}, + [SPECIES_AERODACTYL_MEGA] = {gFrontSprite881AerodactylMegaPal, SPECIES_AERODACTYL_MEGA, 0x0}, + [SPECIES_MEWTWO_MEGA_X] = {gFrontSprite882MewtwoMegaXPal, SPECIES_MEWTWO_MEGA_X, 0x0}, + [SPECIES_MEWTWO_MEGA_Y] = {gFrontSprite883MewtwoMegaYPal, SPECIES_MEWTWO_MEGA_Y, 0x0}, + [SPECIES_AMPHAROS_MEGA] = {gFrontSprite884AmpharosMegaPal, SPECIES_AMPHAROS_MEGA, 0x0}, + [SPECIES_STEELIX_MEGA] = {gFrontSprite885SteelixMegaPal, SPECIES_STEELIX_MEGA, 0x0}, + [SPECIES_SCIZOR_MEGA] = {gFrontSprite886ScizorMegaPal, SPECIES_SCIZOR_MEGA, 0x0}, + [SPECIES_HERACROSS_MEGA] = {gFrontSprite887HeracrossMegaPal, SPECIES_HERACROSS_MEGA, 0x0}, + [SPECIES_HOUNDOOM_MEGA] = {gFrontSprite888HoundoomMegaPal, SPECIES_HOUNDOOM_MEGA, 0x0}, + [SPECIES_TYRANITAR_MEGA] = {gFrontSprite889TyranitarMegaPal, SPECIES_TYRANITAR_MEGA, 0x0}, + [SPECIES_SCEPTILE_MEGA] = {gFrontSprite890SceptileMegaPal, SPECIES_SCEPTILE_MEGA, 0x0}, + [SPECIES_BLAZIKEN_MEGA] = {gFrontSprite891BlazikenMegaPal, SPECIES_BLAZIKEN_MEGA, 0x0}, + [SPECIES_SWAMPERT_MEGA] = {gFrontSprite892SwampertMegaPal, SPECIES_SWAMPERT_MEGA, 0x0}, + [SPECIES_GARDEVOIR_MEGA] = {gFrontSprite893GardevoirMegaPal, SPECIES_GARDEVOIR_MEGA, 0x0}, + [SPECIES_SABLEYE_MEGA] = {gFrontSprite894SableyeMegaPal, SPECIES_SABLEYE_MEGA, 0x0}, + [SPECIES_MAWILE_MEGA] = {gFrontSprite895MawileMegaPal, SPECIES_MAWILE_MEGA, 0x0}, + [SPECIES_AGGRON_MEGA] = {gFrontSprite896AggronMegaPal, SPECIES_AGGRON_MEGA, 0x0}, + [SPECIES_MEDICHAM_MEGA] = {gFrontSprite897MedichamMegaPal, SPECIES_MEDICHAM_MEGA, 0x0}, + [SPECIES_MANECTRIC_MEGA] = {gFrontSprite898ManectricMegaPal, SPECIES_MANECTRIC_MEGA, 0x0}, + [SPECIES_SHARPEDO_MEGA] = {gFrontSprite899SharpedoMegaPal, SPECIES_SHARPEDO_MEGA, 0x0}, + [SPECIES_CAMERUPT_MEGA] = {gFrontSprite900CameruptMegaPal, SPECIES_CAMERUPT_MEGA, 0x0}, + [SPECIES_ALTARIA_MEGA] = {gFrontSprite901AltariaMegaPal, SPECIES_ALTARIA_MEGA, 0x0}, + [SPECIES_BANETTE_MEGA] = {gFrontSprite902BanetteMegaPal, SPECIES_BANETTE_MEGA, 0x0}, + [SPECIES_ABSOL_MEGA] = {gFrontSprite903AbsolMegaPal, SPECIES_ABSOL_MEGA, 0x0}, + [SPECIES_GLALIE_MEGA] = {gFrontSprite904GlalieMegaPal, SPECIES_GLALIE_MEGA, 0x0}, + [SPECIES_SALAMENCE_MEGA] = {gFrontSprite905SalamenceMegaPal, SPECIES_SALAMENCE_MEGA, 0x0}, + [SPECIES_METAGROSS_MEGA] = {gFrontSprite906MetagrossMegaPal, SPECIES_METAGROSS_MEGA, 0x0}, + [SPECIES_LATIAS_MEGA] = {gFrontSprite907LatiasMegaPal, SPECIES_LATIAS_MEGA, 0x0}, + [SPECIES_LATIOS_MEGA] = {gFrontSprite908LatiosMegaPal, SPECIES_LATIOS_MEGA, 0x0}, + [SPECIES_GROUDON_PRIMAL] = {gFrontSprite909GroudonPrimalPal, SPECIES_GROUDON_PRIMAL, 0x0}, + [SPECIES_KYOGRE_PRIMAL] = {gFrontSprite910KyogrePrimalPal, SPECIES_KYOGRE_PRIMAL, 0x0}, + [SPECIES_RAYQUAZA_MEGA] = {gFrontSprite911RayquazaMegaPal, SPECIES_RAYQUAZA_MEGA, 0x0}, + [SPECIES_LOPUNNY_MEGA] = {gFrontSprite912LopunnyMegaPal, SPECIES_LOPUNNY_MEGA, 0x0}, + [SPECIES_GARCHOMP_MEGA] = {gFrontSprite913GarchompMegaPal, SPECIES_GARCHOMP_MEGA, 0x0}, + [SPECIES_LUCARIO_MEGA] = {gFrontSprite914LucarioMegaPal, SPECIES_LUCARIO_MEGA, 0x0}, + [SPECIES_ABOMASNOW_MEGA] = {gFrontSprite915AbomasnowMegaPal, SPECIES_ABOMASNOW_MEGA, 0x0}, + [SPECIES_GALLADE_MEGA] = {gFrontSprite916GalladeMegaPal, SPECIES_GALLADE_MEGA, 0x0}, + [SPECIES_AUDINO_MEGA] = {gFrontSprite917AudinoMegaPal, SPECIES_AUDINO_MEGA, 0x0}, + [SPECIES_DIANCIE_MEGA] = {gFrontSprite918DiancieMegaPal, SPECIES_DIANCIE_MEGA, 0x0}, + [SPECIES_DIALGA_PRIMAL] = {gFrontSprite919DialgaPrimalPal, SPECIES_DIALGA_PRIMAL, 0x0}, + [SPECIES_PALKIA_PRIMAL] = {gFrontSprite000NonePal/*gFrontSprite920PalkiaPrimalPal*/, SPECIES_PALKIA_PRIMAL, 0x0}, + [SPECIES_VIVILLON_ARCHIPELAGO] = {gFrontSprite921VivillonArchipelagoPal, SPECIES_VIVILLON_ARCHIPELAGO, 0x0}, + [SPECIES_VIVILLON_CONTINENTAL] = {gFrontSprite922VivillonContinentalPal, SPECIES_VIVILLON_CONTINENTAL, 0x0}, + [SPECIES_VIVILLON_ELEGANT] = {gFrontSprite923VivillonElegantPal, SPECIES_VIVILLON_ELEGANT, 0x0}, + [SPECIES_VIVILLON_GARDEN] = {gFrontSprite924VivillonGardenPal, SPECIES_VIVILLON_GARDEN, 0x0}, + [SPECIES_VIVILLON_HIGH_PLAINS] = {gFrontSprite925VivillonHighPlainsPal, SPECIES_VIVILLON_HIGH_PLAINS, 0x0}, + [SPECIES_VIVILLON_ICY_SNOW] = {gFrontSprite926VivillonIcySnowPal, SPECIES_VIVILLON_ICY_SNOW, 0x0}, + [SPECIES_VIVILLON_JUNGLE] = {gFrontSprite927VivillonJunglePal, SPECIES_VIVILLON_JUNGLE, 0x0}, + [SPECIES_VIVILLON_MARINE] = {gFrontSprite928VivillonMarinePal, SPECIES_VIVILLON_MARINE, 0x0}, + [SPECIES_VIVILLON_MODERN] = {gFrontSprite929VivillonModernPal, SPECIES_VIVILLON_MODERN, 0x0}, + [SPECIES_VIVILLON_MONSOON] = {gFrontSprite930VivillonMonsoonPal, SPECIES_VIVILLON_MONSOON, 0x0}, + [SPECIES_VIVILLON_OCEAN] = {gFrontSprite931VivillonOceanPal, SPECIES_VIVILLON_OCEAN, 0x0}, + [SPECIES_VIVILLON_POKEBALL] = {gFrontSprite932VivillonPokeballPal, SPECIES_VIVILLON_POKEBALL, 0x0}, + [SPECIES_VIVILLON_POLAR] = {gFrontSprite933VivillonPolarPal, SPECIES_VIVILLON_POLAR, 0x0}, + [SPECIES_VIVILLON_RIVER] = {gFrontSprite934VivillonRiverPal, SPECIES_VIVILLON_RIVER, 0x0}, + [SPECIES_VIVILLON_SANDSTORM] = {gFrontSprite935VivillonSandstormPal, SPECIES_VIVILLON_SANDSTORM, 0x0}, + [SPECIES_VIVILLON_SAVANNA] = {gFrontSprite936VivillonSavannaPal, SPECIES_VIVILLON_SAVANNA, 0x0}, + [SPECIES_VIVILLON_SUN] = {gFrontSprite937VivillonSunPal, SPECIES_VIVILLON_SUN, 0x0}, + [SPECIES_VIVILLON_TUNDRA] = {gFrontSprite938VivillonTundraPal, SPECIES_VIVILLON_TUNDRA, 0x0}, + [SPECIES_ROWLET] = {gFrontSprite939RowletPal, SPECIES_ROWLET, 0x0}, + [SPECIES_DARTRIX] = {gFrontSprite940DartrixPal, SPECIES_DARTRIX, 0x0}, + [SPECIES_DECIDUEYE] = {gFrontSprite941DecidueyePal, SPECIES_DECIDUEYE, 0x0}, + [SPECIES_LITTEN] = {gFrontSprite942LittenPal, SPECIES_LITTEN, 0x0}, + [SPECIES_TORRACAT] = {gFrontSprite943TorracatPal, SPECIES_TORRACAT, 0x0}, + [SPECIES_INCINEROAR] = {gFrontSprite944IncineroarPal, SPECIES_INCINEROAR, 0x0}, + [SPECIES_POPPLIO] = {gFrontSprite945PopplioPal, SPECIES_POPPLIO, 0x0}, + [SPECIES_BRIONNE] = {gFrontSprite946BrionnePal, SPECIES_BRIONNE, 0x0}, + [SPECIES_PRIMARINA] = {gFrontSprite947PrimarinaPal, SPECIES_PRIMARINA, 0x0}, + [SPECIES_PIKIPEK] = {gFrontSprite948PikipekPal, SPECIES_PIKIPEK, 0x0}, + [SPECIES_TRUMBEAK] = {gFrontSprite949TrumbeakPal, SPECIES_TRUMBEAK, 0x0}, + [SPECIES_TOUCANNON] = {gFrontSprite950ToucannonPal, SPECIES_TOUCANNON, 0x0}, + [SPECIES_YUNGOOS] = {gFrontSprite951YungoosPal, SPECIES_YUNGOOS, 0x0}, + [SPECIES_GUMSHOOS] = {gFrontSprite952GumshoosPal, SPECIES_GUMSHOOS, 0x0}, + [SPECIES_GRUBBIN] = {gFrontSprite953GrubbinPal, SPECIES_GRUBBIN, 0x0}, + [SPECIES_CHARJABUG] = {gFrontSprite954CharjabugPal, SPECIES_CHARJABUG, 0x0}, + [SPECIES_VIKAVOLT] = {gFrontSprite955VikavoltPal, SPECIES_VIKAVOLT, 0x0}, + [SPECIES_CRABRAWLER] = {gFrontSprite956CrabrawlerPal, SPECIES_CRABRAWLER, 0x0}, + [SPECIES_CRABOMINABLE] = {gFrontSprite957CrabominablePal, SPECIES_CRABOMINABLE, 0x0}, + [SPECIES_ORICORIO] = {gFrontSprite958OricorioPal, SPECIES_ORICORIO, 0x0}, + [SPECIES_CUTIEFLY] = {gFrontSprite959CutieflyPal, SPECIES_CUTIEFLY, 0x0}, + [SPECIES_RIBOMBEE] = {gFrontSprite960RibombeePal, SPECIES_RIBOMBEE, 0x0}, + [SPECIES_ROCKRUFF] = {gFrontSprite961RockruffPal, SPECIES_ROCKRUFF, 0x0}, + [SPECIES_LYCANROC] = {gFrontSprite962LycanrocPal, SPECIES_LYCANROC, 0x0}, + [SPECIES_WISHIWASHI] = {gFrontSprite963WishiwashiPal, SPECIES_WISHIWASHI, 0x0}, + [SPECIES_MAREANIE] = {gFrontSprite964MareaniePal, SPECIES_MAREANIE, 0x0}, + [SPECIES_TOXAPEX] = {gFrontSprite965ToxapexPal, SPECIES_TOXAPEX, 0x0}, + [SPECIES_MUDBRAY] = {gFrontSprite966MudbrayPal, SPECIES_MUDBRAY, 0x0}, + [SPECIES_MUDSDALE] = {gFrontSprite967MudsdalePal, SPECIES_MUDSDALE, 0x0}, + [SPECIES_DEWPIDER] = {gFrontSprite968DewpiderPal, SPECIES_DEWPIDER, 0x0}, + [SPECIES_ARAQUANID] = {gFrontSprite969AraquanidPal, SPECIES_ARAQUANID, 0x0}, + [SPECIES_FOMANTIS] = {gFrontSprite970FomantisPal, SPECIES_FOMANTIS, 0x0}, + [SPECIES_LURANTIS] = {gFrontSprite971LurantisPal, SPECIES_LURANTIS, 0x0}, + [SPECIES_MORELULL] = {gFrontSprite972MorelullPal, SPECIES_MORELULL, 0x0}, + [SPECIES_SHIINOTIC] = {gFrontSprite973ShiinoticPal, SPECIES_SHIINOTIC, 0x0}, + [SPECIES_SALANDIT] = {gFrontSprite974SalanditPal, SPECIES_SALANDIT, 0x0}, + [SPECIES_SALAZZLE] = {gFrontSprite975SalazzlePal, SPECIES_SALAZZLE, 0x0}, + [SPECIES_STUFFUL] = {gFrontSprite976StuffulPal, SPECIES_STUFFUL, 0x0}, + [SPECIES_BEWEAR] = {gFrontSprite977BewearPal, SPECIES_BEWEAR, 0x0}, + [SPECIES_BOUNSWEET] = {gFrontSprite978BounsweetPal, SPECIES_BOUNSWEET, 0x0}, + [SPECIES_STEENEE] = {gFrontSprite979SteeneePal, SPECIES_STEENEE, 0x0}, + [SPECIES_TSAREENA] = {gFrontSprite980TsareenaPal, SPECIES_TSAREENA, 0x0}, + [SPECIES_COMFEY] = {gFrontSprite981ComfeyPal, SPECIES_COMFEY, 0x0}, + [SPECIES_ORANGURU] = {gFrontSprite982OranguruPal, SPECIES_ORANGURU, 0x0}, + [SPECIES_PASSIMIAN] = {gFrontSprite983PassimianPal, SPECIES_PASSIMIAN, 0x0}, + [SPECIES_WIMPOD] = {gFrontSprite984WimpodPal, SPECIES_WIMPOD, 0x0}, + [SPECIES_GOLISOPOD] = {gFrontSprite985GolisopodPal, SPECIES_GOLISOPOD, 0x0}, + [SPECIES_SANDYGAST] = {gFrontSprite986SandygastPal, SPECIES_SANDYGAST, 0x0}, + [SPECIES_PALOSSAND] = {gFrontSprite987PalossandPal, SPECIES_PALOSSAND, 0x0}, + [SPECIES_PYUKUMUKU] = {gFrontSprite988PyukumukuPal, SPECIES_PYUKUMUKU, 0x0}, + [SPECIES_TYPE_NULL] = {gFrontSprite989TypeNullPal, SPECIES_TYPE_NULL, 0x0}, + [SPECIES_SILVALLY] = {gFrontSprite990SilvallyPal, SPECIES_SILVALLY, 0x0}, + [SPECIES_MINIOR_SHIELD] = {gFrontSprite991MiniorShieldPal, SPECIES_MINIOR_SHIELD, 0x0}, + [SPECIES_KOMALA] = {gFrontSprite992KomalaPal, SPECIES_KOMALA, 0x0}, + [SPECIES_TURTONATOR] = {gFrontSprite993TurtonatorPal, SPECIES_TURTONATOR, 0x0}, + [SPECIES_TOGEDEMARU] = {gFrontSprite994TogedemaruPal, SPECIES_TOGEDEMARU, 0x0}, + [SPECIES_MIMIKYU] = {gFrontSprite995MimikyuPal, SPECIES_MIMIKYU, 0x0}, + [SPECIES_BRUXISH] = {gFrontSprite996BruxishPal, SPECIES_BRUXISH, 0x0}, + [SPECIES_DRAMPA] = {gFrontSprite997DrampaPal, SPECIES_DRAMPA, 0x0}, + [SPECIES_DHELMISE] = {gFrontSprite998DhelmisePal, SPECIES_DHELMISE, 0x0}, + [SPECIES_JANGMO_O] = {gFrontSprite999JangmoOPal, SPECIES_JANGMO_O, 0x0}, + [SPECIES_HAKAMO_O] = {gFrontSprite1000HakamoOPal, SPECIES_HAKAMO_O, 0x0}, + [SPECIES_KOMMO_O] = {gFrontSprite1001KommoOPal, SPECIES_KOMMO_O, 0x0}, + [SPECIES_TAPU_KOKO] = {gFrontSprite1002TapuKokoPal, SPECIES_TAPU_KOKO, 0x0}, + [SPECIES_TAPU_LELE] = {gFrontSprite1003TapuLelePal, SPECIES_TAPU_LELE, 0x0}, + [SPECIES_TAPU_BULU] = {gFrontSprite1004TapuBuluPal, SPECIES_TAPU_BULU, 0x0}, + [SPECIES_TAPU_FINI] = {gFrontSprite1005TapuFiniPal, SPECIES_TAPU_FINI, 0x0}, + [SPECIES_COSMOG] = {gFrontSprite1006CosmogPal, SPECIES_COSMOG, 0x0}, + [SPECIES_COSMOEM] = {gFrontSprite1007CosmoemPal, SPECIES_COSMOEM, 0x0}, + [SPECIES_SOLGALEO] = {gFrontSprite1008SolgaleoPal, SPECIES_SOLGALEO, 0x0}, + [SPECIES_LUNALA] = {gFrontSprite1009LunalaPal, SPECIES_LUNALA, 0x0}, + [SPECIES_NIHILEGO] = {gFrontSprite1010NihilegoPal, SPECIES_NIHILEGO, 0x0}, + [SPECIES_BUZZWOLE] = {gFrontSprite1011BuzzwolePal, SPECIES_BUZZWOLE, 0x0}, + [SPECIES_PHEROMOSA] = {gFrontSprite1012PheromosaPal, SPECIES_PHEROMOSA, 0x0}, + [SPECIES_XURKITREE] = {gFrontSprite1013XurkitreePal, SPECIES_XURKITREE, 0x0}, + [SPECIES_CELESTEELA] = {gFrontSprite1014CelesteelaPal, SPECIES_CELESTEELA, 0x0}, + [SPECIES_KARTANA] = {gFrontSprite1015KartanaPal, SPECIES_KARTANA, 0x0}, + [SPECIES_GUZZLORD] = {gFrontSprite1016GuzzlordPal, SPECIES_GUZZLORD, 0x0}, + [SPECIES_NECROZMA] = {gFrontSprite1017NecrozmaPal, SPECIES_NECROZMA, 0x0}, + [SPECIES_MAGEARNA] = {gFrontSprite1018MagearnaPal, SPECIES_MAGEARNA, 0x0}, + [SPECIES_MARSHADOW] = {gFrontSprite1019MarshadowPal, SPECIES_MARSHADOW, 0x0}, + [SPECIES_RATTATA_A] = {gFrontSprite1020RattataAPal, SPECIES_RATTATA_A, 0x0}, + [SPECIES_RATICATE_A] = {gFrontSprite1021RaticateAPal, SPECIES_RATICATE_A, 0x0}, + [SPECIES_RAICHU_A] = {gFrontSprite1022RaichuAPal, SPECIES_RAICHU_A, 0x0}, + [SPECIES_SANDSHREW_A] = {gFrontSprite1023SandshrewAPal, SPECIES_SANDSHREW_A, 0x0}, + [SPECIES_SANDSLASH_A] = {gFrontSprite1024SandslashAPal, SPECIES_SANDSLASH_A, 0x0}, + [SPECIES_VULPIX_A] = {gFrontSprite1025VulpixAPal, SPECIES_VULPIX_A, 0x0}, + [SPECIES_NINETALES_A] = {gFrontSprite1026NinetalesAPal, SPECIES_NINETALES_A, 0x0}, + [SPECIES_DIGLETT_A] = {gFrontSprite1027DiglettAPal, SPECIES_DIGLETT_A, 0x0}, + [SPECIES_DUGTRIO_A] = {gFrontSprite1028DugtrioAPal, SPECIES_DUGTRIO_A, 0x0}, + [SPECIES_MEOWTH_A] = {gFrontSprite1029MeowthAPal, SPECIES_MEOWTH_A, 0x0}, + [SPECIES_PERSIAN_A] = {gFrontSprite1030PersianAPal, SPECIES_PERSIAN_A, 0x0}, + [SPECIES_GEODUDE_A] = {gFrontSprite1031GeodudeAPal, SPECIES_GEODUDE_A, 0x0}, + [SPECIES_GRAVELER_A] = {gFrontSprite1032GravelerAPal, SPECIES_GRAVELER_A, 0x0}, + [SPECIES_GOLEM_A] = {gFrontSprite1033GolemAPal, SPECIES_GOLEM_A, 0x0}, + [SPECIES_GRIMER_A] = {gFrontSprite1034GrimerAPal, SPECIES_GRIMER_A, 0x0}, + [SPECIES_MUK_A] = {gFrontSprite1035MukAPal, SPECIES_MUK_A, 0x0}, + [SPECIES_EXEGGCUTE_A] = {gFrontSprite1036ExeggcuteAPal, SPECIES_EXEGGCUTE_A, 0x0}, + [SPECIES_EXEGGUTOR_A] = {gFrontSprite1037ExeggutorAPal, SPECIES_EXEGGUTOR_A, 0x0}, + [SPECIES_CUBONE_A] = {gFrontSprite1038CuboneAPal, SPECIES_CUBONE_A, 0x0}, + [SPECIES_MAROWAK_A] = {gFrontSprite1039MarowakAPal, SPECIES_MAROWAK_A, 0x0}, + [SPECIES_DEOXYS_ATTACK] = {gFrontSprite1040DeoxysAttackPal, SPECIES_DEOXYS_ATTACK, 0x0}, + [SPECIES_DEOXYS_DEFENSE] = {gFrontSprite1041DeoxysDefensePal, SPECIES_DEOXYS_DEFENSE, 0x0}, + [SPECIES_DEOXYS_SPEED] = {gFrontSprite1042DeoxysSpeedPal, SPECIES_DEOXYS_SPEED, 0x0}, + [SPECIES_ORICORIO_Y] = {gFrontSprite1043OricorioYPal, SPECIES_ORICORIO_Y, 0x0}, + [SPECIES_ORICORIO_P] = {gFrontSprite1044OricorioPPal, SPECIES_ORICORIO_P, 0x0}, + [SPECIES_ORICORIO_S] = {gFrontSprite1045OricorioSPal, SPECIES_ORICORIO_S, 0x0}, + [SPECIES_LYCANROC_N] = {gFrontSprite1046LycanrocNPal, SPECIES_LYCANROC_N, 0x0}, + [SPECIES_WISHIWASHI_S] = {gFrontSprite1047WishiwashiSPal, SPECIES_WISHIWASHI_S, 0x0}, + [SPECIES_SILVALLY_FIGHT] = {gFrontSprite1048SilvallyFightPal, SPECIES_SILVALLY_FIGHT, 0x0}, + [SPECIES_SILVALLY_FLYING] = {gFrontSprite1049SilvallyFlyingPal, SPECIES_SILVALLY_FLYING, 0x0}, + [SPECIES_SILVALLY_POISON] = {gFrontSprite1050SilvallyPoisonPal, SPECIES_SILVALLY_POISON, 0x0}, + [SPECIES_SILVALLY_GROUND] = {gFrontSprite1051SilvallyGroundPal, SPECIES_SILVALLY_GROUND, 0x0}, + [SPECIES_SILVALLY_ROCK] = {gFrontSprite1052SilvallyRockPal, SPECIES_SILVALLY_ROCK, 0x0}, + [SPECIES_SILVALLY_BUG] = {gFrontSprite1053SilvallyBugPal, SPECIES_SILVALLY_BUG, 0x0}, + [SPECIES_SILVALLY_GHOST] = {gFrontSprite1054SilvallyGhostPal, SPECIES_SILVALLY_GHOST, 0x0}, + [SPECIES_SILVALLY_STEEL] = {gFrontSprite1055SilvallySteelPal, SPECIES_SILVALLY_STEEL, 0x0}, + [SPECIES_SILVALLY_FIRE] = {gFrontSprite1056SilvallyFirePal, SPECIES_SILVALLY_FIRE, 0x0}, + [SPECIES_SILVALLY_WATER] = {gFrontSprite1057SilvallyWaterPal, SPECIES_SILVALLY_WATER, 0x0}, + [SPECIES_SILVALLY_GRASS] = {gFrontSprite1058SilvallyGrassPal, SPECIES_SILVALLY_GRASS, 0x0}, + [SPECIES_SILVALLY_ELECTRIC] = {gFrontSprite1059SilvallyElectricPal, SPECIES_SILVALLY_ELECTRIC, 0x0}, + [SPECIES_SILVALLY_PSYCHIC] = {gFrontSprite1060SilvallyPsychicPal, SPECIES_SILVALLY_PSYCHIC, 0x0}, + [SPECIES_SILVALLY_ICE] = {gFrontSprite1061SilvallyIcePal, SPECIES_SILVALLY_ICE, 0x0}, + [SPECIES_SILVALLY_DRAGON] = {gFrontSprite1062SilvallyDragonPal, SPECIES_SILVALLY_DRAGON, 0x0}, + [SPECIES_SILVALLY_DARK] = {gFrontSprite1063SilvallyDarkPal, SPECIES_SILVALLY_DARK, 0x0}, + [SPECIES_SILVALLY_FAIRY] = {gFrontSprite1064SilvallyFairyPal, SPECIES_SILVALLY_FAIRY, 0x0}, + [SPECIES_MINIOR_RED] = {gFrontSprite1065MiniorRedPal, SPECIES_MINIOR_RED, 0x0}, + [SPECIES_MINIOR_BLUE] = {gFrontSprite1066MiniorBluePal, SPECIES_MINIOR_BLUE, 0x0}, + [SPECIES_MINIOR_ORANGE] = {gFrontSprite1067MiniorOrangePal, SPECIES_MINIOR_ORANGE, 0x0}, + [SPECIES_MINIOR_YELLOW] = {gFrontSprite1068MiniorYellowPal, SPECIES_MINIOR_YELLOW, 0x0}, + [SPECIES_MINIOR_INDIGO] = {gFrontSprite1069MiniorIndigoPal, SPECIES_MINIOR_INDIGO, 0x0}, + [SPECIES_MINIOR_GREEN] = {gFrontSprite1070MiniorGreenPal, SPECIES_MINIOR_GREEN, 0x0}, + [SPECIES_MINIOR_VIOLET] = {gFrontSprite1071MiniorVioletPal, SPECIES_MINIOR_VIOLET, 0x0}, + [SPECIES_MIMIKYU_BUSTED] = {gFrontSprite1072MimikyuBustedPal, SPECIES_MIMIKYU_BUSTED, 0x0}, + [SPECIES_MAGEARNA_P] = {gFrontSprite1073MagearnaPPal, SPECIES_MAGEARNA_P, 0x0}, + [SPECIES_POIPOLE] = {gFrontSprite1074PoipolePal, SPECIES_POIPOLE, 0x0}, + [SPECIES_NAGANADEL] = {gFrontSprite1075NaganadelPal, SPECIES_NAGANADEL, 0x0}, + [SPECIES_STAKATAKA] = {gFrontSprite1076StakatakaPal, SPECIES_STAKATAKA, 0x0}, + [SPECIES_BLACEPHALON] = {gFrontSprite1077BlacephalonPal, SPECIES_BLACEPHALON, 0x0}, + [SPECIES_ZERAORA] = {gFrontSprite1078ZeraoraPal, SPECIES_ZERAORA, 0x0}, + [SPECIES_NECROZMA_MANE] = {gFrontSprite1079NecrozmaManePal, SPECIES_NECROZMA_MANE, 0x0}, + [SPECIES_NECROZMA_WINGS] = {gFrontSprite1080NecrozmaWingsPal, SPECIES_NECROZMA_WINGS, 0x0}, + [SPECIES_NECROZMA_ULTRA] = {gFrontSprite1081NecrozmaUltraPal, SPECIES_NECROZMA_ULTRA, 0x0}, + [SPECIES_LYCANROC_DUSK] = {gFrontSprite1082LycanrocDuskPal, SPECIES_LYCANROC_DUSK, 0x0}, + [SPECIES_MELTAN] = {gFrontSprite1083MeltanPal, SPECIES_MELTAN, 0x0}, + [SPECIES_MELMETAL] = {gFrontSprite1084MelmetalPal, SPECIES_MELMETAL, 0x0}, + [SPECIES_PIKACHU_SURFING] = {gFrontSprite1085PikachuSurfingPal, SPECIES_PIKACHU_SURFING, 0x0}, + [SPECIES_PIKACHU_FLYING] = {gFrontSprite1086PikachuFlyingPal, SPECIES_PIKACHU_FLYING, 0x0}, + [SPECIES_PIKACHU_COSPLAY] = {gFrontSprite1087PikachuCosplayPal, SPECIES_PIKACHU_COSPLAY, 0x0}, + [SPECIES_PIKACHU_LIBRE] = {gFrontSprite1088PikachuLibrePal, SPECIES_PIKACHU_LIBRE, 0x0}, + [SPECIES_PIKACHU_POP_STAR] = {gFrontSprite1089PikachuPopStarPal, SPECIES_PIKACHU_POP_STAR, 0x0}, + [SPECIES_PIKACHU_ROCK_STAR] = {gFrontSprite1090PikachuRockStarPal, SPECIES_PIKACHU_ROCK_STAR, 0x0}, + [SPECIES_PIKACHU_BELLE] = {gFrontSprite1091PikachuBellePal, SPECIES_PIKACHU_BELLE, 0x0}, + [SPECIES_PIKACHU_PHD] = {gFrontSprite1092PikachuPhdPal, SPECIES_PIKACHU_PHD, 0x0}, + [SPECIES_PIKACHU_CAP_ORIGINAL] = {gFrontSprite1093PikachuCapOriginalPal, SPECIES_PIKACHU_CAP_ORIGINAL, 0x0}, + [SPECIES_PIKACHU_CAP_HOENN] = {gFrontSprite1094PikachuCapHoennPal, SPECIES_PIKACHU_CAP_HOENN, 0x0}, + [SPECIES_PIKACHU_CAP_SINNOH] = {gFrontSprite1095PikachuCapSinnohPal, SPECIES_PIKACHU_CAP_SINNOH, 0x0}, + [SPECIES_PIKACHU_CAP_UNOVA] = {gFrontSprite1096PikachuCapUnovaPal, SPECIES_PIKACHU_CAP_UNOVA, 0x0}, + [SPECIES_PIKACHU_CAP_KALOS] = {gFrontSprite1097PikachuCapKalosPal, SPECIES_PIKACHU_CAP_KALOS, 0x0}, + [SPECIES_PIKACHU_CAP_ALOLA] = {gFrontSprite1098PikachuCapAlolaPal, SPECIES_PIKACHU_CAP_ALOLA, 0x0}, + [SPECIES_PIKACHU_CAP_PARTNER] = {gFrontSprite1099PikachuCapPartnerPal, SPECIES_PIKACHU_CAP_PARTNER, 0x0}, + [SPECIES_PICHU_SPIKY] = {gFrontSprite1100PichuSpikyPal, SPECIES_PICHU_SPIKY, 0x0}, + [SPECIES_XERNEAS_NATURAL] = {gFrontSprite1101XerneasNaturalPal, SPECIES_XERNEAS_NATURAL, 0x0}, }; diff --git a/src/Pokemon_Name_Table.string b/src/Pokemon_Name_Table.string index f30f8e2..ac28970 100644 --- a/src/Pokemon_Name_Table.string +++ b/src/Pokemon_Name_Table.string @@ -2637,7 +2637,7 @@ Slowbro Gengar #org @NAME_MKANGASKAN -Kangaskan +Kangaskhan #org @NAME_MPINSIR Pinsir @@ -2646,7 +2646,7 @@ Pinsir Gyarados #org @NAME_MARODACTYL -Arodactyl +Aerodactyl #org @NAME_MMEWTWOX Mewtwo diff --git a/src/Shiny_Palette_Table.c b/src/Shiny_Palette_Table.c index f860a07..93d15a7 100644 --- a/src/Shiny_Palette_Table.c +++ b/src/Shiny_Palette_Table.c @@ -1,1110 +1,1109 @@ #include "defines.h" #include "../include/graphics.h" +#include "../include/sprite_data.h" const struct CompressedSpritePalette gMonShinyPaletteTable[NUM_SPECIES] = { - [SPECIES_NONE] = {0x8d00be8, SPECIES_NONE + NUM_SPECIES, 0x0}, - [SPECIES_BULBASAUR] = {0x8d30164, SPECIES_BULBASAUR + NUM_SPECIES, 0x0}, - [SPECIES_IVYSAUR] = {0x8d30c64, SPECIES_IVYSAUR + NUM_SPECIES, 0x0}, - [SPECIES_VENUSAUR] = {0x8d31adc, SPECIES_VENUSAUR + NUM_SPECIES, 0x0}, - [SPECIES_CHARMANDER] = {0x8d32470, SPECIES_CHARMANDER + NUM_SPECIES, 0x0}, - [SPECIES_CHARMELEON] = {0x8d32f80, SPECIES_CHARMELEON + NUM_SPECIES, 0x0}, - [SPECIES_CHARIZARD] = {0x8d33cf8, SPECIES_CHARIZARD + NUM_SPECIES, 0x0}, - [SPECIES_SQUIRTLE] = {0x8d3468c, SPECIES_SQUIRTLE + NUM_SPECIES, 0x0}, - [SPECIES_WARTORTLE] = {0x8d351f0, SPECIES_WARTORTLE + NUM_SPECIES, 0x0}, - [SPECIES_BLASTOISE] = {0x8d35f78, SPECIES_BLASTOISE + NUM_SPECIES, 0x0}, - [SPECIES_CATERPIE] = {0x8d368c8, SPECIES_CATERPIE + NUM_SPECIES, 0x0}, - [SPECIES_METAPOD] = {0x8d37168, SPECIES_METAPOD + NUM_SPECIES, 0x0}, - [SPECIES_BUTTERFREE] = {0x8d37d4c, SPECIES_BUTTERFREE + NUM_SPECIES, 0x0}, - [SPECIES_WEEDLE] = {0x8d38660, SPECIES_WEEDLE + NUM_SPECIES, 0x0}, - [SPECIES_KAKUNA] = {0x8d38f90, SPECIES_KAKUNA + NUM_SPECIES, 0x0}, - [SPECIES_BEEDRILL] = {0x8d39b90, SPECIES_BEEDRILL + NUM_SPECIES, 0x0}, - [SPECIES_PIDGEY] = {0x8d3a5cc, SPECIES_PIDGEY + NUM_SPECIES, 0x0}, - [SPECIES_PIDGEOTTO] = {0x8d3b120, SPECIES_PIDGEOTTO + NUM_SPECIES, 0x0}, - [SPECIES_PIDGEOT] = {0x8d3be64, SPECIES_PIDGEOT + NUM_SPECIES, 0x0}, - [SPECIES_RATTATA] = {0x8d3c7e4, SPECIES_RATTATA + NUM_SPECIES, 0x0}, - [SPECIES_RATICATE] = {0x8d3d2f4, SPECIES_RATICATE + NUM_SPECIES, 0x0}, - [SPECIES_SPEAROW] = {0x8d3dd00, SPECIES_SPEAROW + NUM_SPECIES, 0x0}, - [SPECIES_FEAROW] = {0x8d3e924, SPECIES_FEAROW + NUM_SPECIES, 0x0}, - [SPECIES_EKANS] = {0x8d3f34c, SPECIES_EKANS + NUM_SPECIES, 0x0}, - [SPECIES_ARBOK] = {0x8d3feb8, SPECIES_ARBOK + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU] = {0x8d408d0, SPECIES_PIKACHU + NUM_SPECIES, 0x0}, - [SPECIES_RAICHU] = {0x8d41458, SPECIES_RAICHU + NUM_SPECIES, 0x0}, - [SPECIES_SANDSHREW] = {0x8d41ecc, SPECIES_SANDSHREW + NUM_SPECIES, 0x0}, - [SPECIES_SANDSLASH] = {0x8d42b70, SPECIES_SANDSLASH + NUM_SPECIES, 0x0}, - [SPECIES_NIDORAN_F] = {0x8d43524, SPECIES_NIDORAN_F + NUM_SPECIES, 0x0}, - [SPECIES_NIDORINA] = {0x8d44048, SPECIES_NIDORINA + NUM_SPECIES, 0x0}, - [SPECIES_NIDOQUEEN] = {0x8d44ca8, SPECIES_NIDOQUEEN + NUM_SPECIES, 0x0}, - [SPECIES_NIDORAN_M] = {0x8d456d8, SPECIES_NIDORAN_M + NUM_SPECIES, 0x0}, - [SPECIES_NIDORINO] = {0x8d46288, SPECIES_NIDORINO + NUM_SPECIES, 0x0}, - [SPECIES_NIDOKING] = {0x8d47070, SPECIES_NIDOKING + NUM_SPECIES, 0x0}, - [SPECIES_CLEFAIRY] = {0x8d47a4c, SPECIES_CLEFAIRY + NUM_SPECIES, 0x0}, - [SPECIES_CLEFABLE] = {0x8d48534, SPECIES_CLEFABLE + NUM_SPECIES, 0x0}, - [SPECIES_VULPIX] = {0x8d48fd4, SPECIES_VULPIX + NUM_SPECIES, 0x0}, - [SPECIES_NINETALES] = {0x8d49c84, SPECIES_NINETALES + NUM_SPECIES, 0x0}, - [SPECIES_JIGGLYPUFF] = {0x8d4a5d0, SPECIES_JIGGLYPUFF + NUM_SPECIES, 0x0}, - [SPECIES_WIGGLYTUFF] = {0x8d4b04c, SPECIES_WIGGLYTUFF + NUM_SPECIES, 0x0}, - [SPECIES_ZUBAT] = {0x8d4ba34, SPECIES_ZUBAT + NUM_SPECIES, 0x0}, - [SPECIES_GOLBAT] = {0x8d4c500, SPECIES_GOLBAT + NUM_SPECIES, 0x0}, - [SPECIES_ODDISH] = {0x8d4ce74, SPECIES_ODDISH + NUM_SPECIES, 0x0}, - [SPECIES_GLOOM] = {0x8d4d9cc, SPECIES_GLOOM + NUM_SPECIES, 0x0}, - [SPECIES_VILEPLUME] = {0x8d4e5dc, SPECIES_VILEPLUME + NUM_SPECIES, 0x0}, - [SPECIES_PARAS] = {0x8d4ef58, SPECIES_PARAS + NUM_SPECIES, 0x0}, - [SPECIES_PARASECT] = {0x8d4fa54, SPECIES_PARASECT + NUM_SPECIES, 0x0}, - [SPECIES_VENONAT] = {0x8d50514, SPECIES_VENONAT + NUM_SPECIES, 0x0}, - [SPECIES_VENOMOTH] = {0x8d5112c, SPECIES_VENOMOTH + NUM_SPECIES, 0x0}, - [SPECIES_DIGLETT] = {0x8d519b8, SPECIES_DIGLETT + NUM_SPECIES, 0x0}, - [SPECIES_DUGTRIO] = {0x8d52400, SPECIES_DUGTRIO + NUM_SPECIES, 0x0}, - [SPECIES_MEOWTH] = {0x8d52e40, SPECIES_MEOWTH + NUM_SPECIES, 0x0}, - [SPECIES_PERSIAN] = {0x8d53968, SPECIES_PERSIAN + NUM_SPECIES, 0x0}, - [SPECIES_PSYDUCK] = {0x8d54358, SPECIES_PSYDUCK + NUM_SPECIES, 0x0}, - [SPECIES_GOLDUCK] = {0x8d54eac, SPECIES_GOLDUCK + NUM_SPECIES, 0x0}, - [SPECIES_MANKEY] = {0x8d5597c, SPECIES_MANKEY + NUM_SPECIES, 0x0}, - [SPECIES_PRIMEAPE] = {0x8d564e8, SPECIES_PRIMEAPE + NUM_SPECIES, 0x0}, - [SPECIES_GROWLITHE] = {0x8d56fbc, SPECIES_GROWLITHE + NUM_SPECIES, 0x0}, - [SPECIES_ARCANINE] = {0x8d57d08, SPECIES_ARCANINE + NUM_SPECIES, 0x0}, - [SPECIES_POLIWAG] = {0x8d58678, SPECIES_POLIWAG + NUM_SPECIES, 0x0}, - [SPECIES_POLIWHIRL] = {0x8d590e4, SPECIES_POLIWHIRL + NUM_SPECIES, 0x0}, - [SPECIES_POLIWRATH] = {0x8d59c0c, SPECIES_POLIWRATH + NUM_SPECIES, 0x0}, - [SPECIES_ABRA] = {0x8d5a620, SPECIES_ABRA + NUM_SPECIES, 0x0}, - [SPECIES_KADABRA] = {0x8d5b300, SPECIES_KADABRA + NUM_SPECIES, 0x0}, - [SPECIES_ALAKAZAM] = {0x8d5bf88, SPECIES_ALAKAZAM + NUM_SPECIES, 0x0}, - [SPECIES_MACHOP] = {0x8d5c964, SPECIES_MACHOP + NUM_SPECIES, 0x0}, - [SPECIES_MACHOKE] = {0x8d5d4f0, SPECIES_MACHOKE + NUM_SPECIES, 0x0}, - [SPECIES_MACHAMP] = {0x8d5e2a8, SPECIES_MACHAMP + NUM_SPECIES, 0x0}, - [SPECIES_BELLSPROUT] = {0x8d5ec40, SPECIES_BELLSPROUT + NUM_SPECIES, 0x0}, - [SPECIES_WEEPINBELL] = {0x8d5f6d0, SPECIES_WEEPINBELL + NUM_SPECIES, 0x0}, - [SPECIES_VICTREEBEL] = {0x8d60304, SPECIES_VICTREEBEL + NUM_SPECIES, 0x0}, - [SPECIES_TENTACOOL] = {0x8d60ce8, SPECIES_TENTACOOL + NUM_SPECIES, 0x0}, - [SPECIES_TENTACRUEL] = {0x8d619e8, SPECIES_TENTACRUEL + NUM_SPECIES, 0x0}, - [SPECIES_GEODUDE] = {0x8d62374, SPECIES_GEODUDE + NUM_SPECIES, 0x0}, - [SPECIES_GRAVELER] = {0x8d62e4c, SPECIES_GRAVELER + NUM_SPECIES, 0x0}, - [SPECIES_GOLEM] = {0x8d639a8, SPECIES_GOLEM + NUM_SPECIES, 0x0}, - [SPECIES_PONYTA] = {0x8d644e4, SPECIES_PONYTA + NUM_SPECIES, 0x0}, - [SPECIES_RAPIDASH] = {0x8d651ec, SPECIES_RAPIDASH + NUM_SPECIES, 0x0}, - [SPECIES_SLOWPOKE] = {0x8d65b94, SPECIES_SLOWPOKE + NUM_SPECIES, 0x0}, - [SPECIES_SLOWBRO] = {0x8d66840, SPECIES_SLOWBRO + NUM_SPECIES, 0x0}, - [SPECIES_MAGNEMITE] = {0x8d67070, SPECIES_MAGNEMITE + NUM_SPECIES, 0x0}, - [SPECIES_MAGNETON] = {0x8d67b98, SPECIES_MAGNETON + NUM_SPECIES, 0x0}, - [SPECIES_FARFETCHD] = {0x8d686c8, SPECIES_FARFETCHD + NUM_SPECIES, 0x0}, - [SPECIES_DODUO] = {0x8d69138, SPECIES_DODUO + NUM_SPECIES, 0x0}, - [SPECIES_DODRIO] = {0x8d69e48, SPECIES_DODRIO + NUM_SPECIES, 0x0}, - [SPECIES_SEEL] = {0x8d6a8c8, SPECIES_SEEL + NUM_SPECIES, 0x0}, - [SPECIES_DEWGONG] = {0x8d6b398, SPECIES_DEWGONG + NUM_SPECIES, 0x0}, - [SPECIES_GRIMER] = {0x8d6bdec, SPECIES_GRIMER + NUM_SPECIES, 0x0}, - [SPECIES_MUK] = {0x8d6c8dc, SPECIES_MUK + NUM_SPECIES, 0x0}, - [SPECIES_SHELLDER] = {0x8d6d2cc, SPECIES_SHELLDER + NUM_SPECIES, 0x0}, - [SPECIES_CLOYSTER] = {0x8d6df7c, SPECIES_CLOYSTER + NUM_SPECIES, 0x0}, - [SPECIES_GASTLY] = {0x8d6eac4, SPECIES_GASTLY + NUM_SPECIES, 0x0}, - [SPECIES_HAUNTER] = {0x8d6f5fc, SPECIES_HAUNTER + NUM_SPECIES, 0x0}, - [SPECIES_GENGAR] = {0x8d70104, SPECIES_GENGAR + NUM_SPECIES, 0x0}, - [SPECIES_ONIX] = {0x8d70db0, SPECIES_ONIX + NUM_SPECIES, 0x0}, - [SPECIES_DROWZEE] = {0x8d7178c, SPECIES_DROWZEE + NUM_SPECIES, 0x0}, - [SPECIES_HYPNO] = {0x8d7235c, SPECIES_HYPNO + NUM_SPECIES, 0x0}, - [SPECIES_KRABBY] = {0x8d72e78, SPECIES_KRABBY + NUM_SPECIES, 0x0}, - [SPECIES_KINGLER] = {0x8d73aec, SPECIES_KINGLER + NUM_SPECIES, 0x0}, - [SPECIES_VOLTORB] = {0x8d743d4, SPECIES_VOLTORB + NUM_SPECIES, 0x0}, - [SPECIES_ELECTRODE] = {0x8d74d18, SPECIES_ELECTRODE + NUM_SPECIES, 0x0}, - [SPECIES_EXEGGCUTE] = {0x8d75818, SPECIES_EXEGGCUTE + NUM_SPECIES, 0x0}, - [SPECIES_EXEGGUTOR] = {0x8d764a0, SPECIES_EXEGGUTOR + NUM_SPECIES, 0x0}, - [SPECIES_CUBONE] = {0x8d76f0c, SPECIES_CUBONE + NUM_SPECIES, 0x0}, - [SPECIES_MAROWAK] = {0x8d77a10, SPECIES_MAROWAK + NUM_SPECIES, 0x0}, - [SPECIES_HITMONLEE] = {0x8d78498, SPECIES_HITMONLEE + NUM_SPECIES, 0x0}, - [SPECIES_HITMONCHAN] = {0x8d78f8c, SPECIES_HITMONCHAN + NUM_SPECIES, 0x0}, - [SPECIES_LICKITUNG] = {0x8d79a78, SPECIES_LICKITUNG + NUM_SPECIES, 0x0}, - [SPECIES_KOFFING] = {0x8d7a4e8, SPECIES_KOFFING + NUM_SPECIES, 0x0}, - [SPECIES_WEEZING] = {0x8d7b198, SPECIES_WEEZING + NUM_SPECIES, 0x0}, - [SPECIES_RHYHORN] = {0x8d7bd44, SPECIES_RHYHORN + NUM_SPECIES, 0x0}, - [SPECIES_RHYDON] = {0x8d7caf0, SPECIES_RHYDON + NUM_SPECIES, 0x0}, - [SPECIES_CHANSEY] = {0x8d7d4e8, SPECIES_CHANSEY + NUM_SPECIES, 0x0}, - [SPECIES_TANGELA] = {0x8d7e0d0, SPECIES_TANGELA + NUM_SPECIES, 0x0}, - [SPECIES_KANGASKHAN] = {0x8d7ee14, SPECIES_KANGASKHAN + NUM_SPECIES, 0x0}, - [SPECIES_HORSEA] = {0x8d7f7d0, SPECIES_HORSEA + NUM_SPECIES, 0x0}, - [SPECIES_SEADRA] = {0x8d80368, SPECIES_SEADRA + NUM_SPECIES, 0x0}, - [SPECIES_GOLDEEN] = {0x8d80eb0, SPECIES_GOLDEEN + NUM_SPECIES, 0x0}, - [SPECIES_SEAKING] = {0x8d81ae4, SPECIES_SEAKING + NUM_SPECIES, 0x0}, - [SPECIES_STARYU] = {0x8d8246c, SPECIES_STARYU + NUM_SPECIES, 0x0}, - [SPECIES_STARMIE] = {0x8d82f20, SPECIES_STARMIE + NUM_SPECIES, 0x0}, - [SPECIES_MR_MIME] = {0x8d83a80, SPECIES_MR_MIME + NUM_SPECIES, 0x0}, - [SPECIES_SCYTHER] = {0x8d84730, SPECIES_SCYTHER + NUM_SPECIES, 0x0}, - [SPECIES_JYNX] = {0x8d85258, SPECIES_JYNX + NUM_SPECIES, 0x0}, - [SPECIES_ELECTABUZZ] = {0x8d85e30, SPECIES_ELECTABUZZ + NUM_SPECIES, 0x0}, - [SPECIES_MAGMAR] = {0x8d86a08, SPECIES_MAGMAR + NUM_SPECIES, 0x0}, - [SPECIES_PINSIR] = {0x8d875f8, SPECIES_PINSIR + NUM_SPECIES, 0x0}, - [SPECIES_TAUROS] = {0x8d88178, SPECIES_TAUROS + NUM_SPECIES, 0x0}, - [SPECIES_MAGIKARP] = {0x8d88c60, SPECIES_MAGIKARP + NUM_SPECIES, 0x0}, - [SPECIES_GYARADOS] = {0x8d89b2c, SPECIES_GYARADOS + NUM_SPECIES, 0x0}, - [SPECIES_LAPRAS] = {0x8d8a6c0, SPECIES_LAPRAS + NUM_SPECIES, 0x0}, - [SPECIES_DITTO] = {0x8d8af18, SPECIES_DITTO + NUM_SPECIES, 0x0}, - [SPECIES_EEVEE] = {0x8d8b994, SPECIES_EEVEE + NUM_SPECIES, 0x0}, - [SPECIES_VAPOREON] = {0x8d8c460, SPECIES_VAPOREON + NUM_SPECIES, 0x0}, - [SPECIES_JOLTEON] = {0x8d8cfcc, SPECIES_JOLTEON + NUM_SPECIES, 0x0}, - [SPECIES_FLAREON] = {0x8d8db50, SPECIES_FLAREON + NUM_SPECIES, 0x0}, - [SPECIES_PORYGON] = {0x8d8e52c, SPECIES_PORYGON + NUM_SPECIES, 0x0}, - [SPECIES_OMANYTE] = {0x8d8ef74, SPECIES_OMANYTE + NUM_SPECIES, 0x0}, - [SPECIES_OMASTAR] = {0x8d8fae4, SPECIES_OMASTAR + NUM_SPECIES, 0x0}, - [SPECIES_KABUTO] = {0x8d90414, SPECIES_KABUTO + NUM_SPECIES, 0x0}, - [SPECIES_KABUTOPS] = {0x8d91034, SPECIES_KABUTOPS + NUM_SPECIES, 0x0}, - [SPECIES_AERODACTYL] = {0x8d91bf4, SPECIES_AERODACTYL + NUM_SPECIES, 0x0}, - [SPECIES_SNORLAX] = {0x8d92654, SPECIES_SNORLAX + NUM_SPECIES, 0x0}, - [SPECIES_ARTICUNO] = {0x8d93218, SPECIES_ARTICUNO + NUM_SPECIES, 0x0}, - [SPECIES_ZAPDOS] = {0x8d93e14, SPECIES_ZAPDOS + NUM_SPECIES, 0x0}, - [SPECIES_MOLTRES] = {0x8d94a8c, SPECIES_MOLTRES + NUM_SPECIES, 0x0}, - [SPECIES_DRATINI] = {0x8d95444, SPECIES_DRATINI + NUM_SPECIES, 0x0}, - [SPECIES_DRAGONAIR] = {0x8d95f58, SPECIES_DRAGONAIR + NUM_SPECIES, 0x0}, - [SPECIES_DRAGONITE] = {0x8d96c10, SPECIES_DRAGONITE + NUM_SPECIES, 0x0}, - [SPECIES_MEWTWO] = {0x8d97884, SPECIES_MEWTWO + NUM_SPECIES, 0x0}, - [SPECIES_MEW] = {0x8d982fc, SPECIES_MEW + NUM_SPECIES, 0x0}, - [SPECIES_CHIKORITA] = {0x8d98c94, SPECIES_CHIKORITA + NUM_SPECIES, 0x0}, - [SPECIES_BAYLEEF] = {0x8d99868, SPECIES_BAYLEEF + NUM_SPECIES, 0x0}, - [SPECIES_MEGANIUM] = {0x8d9a584, SPECIES_MEGANIUM + NUM_SPECIES, 0x0}, - [SPECIES_CYNDAQUIL] = {0x8d9afac, SPECIES_CYNDAQUIL + NUM_SPECIES, 0x0}, - [SPECIES_QUILAVA] = {0x8d9baac, SPECIES_QUILAVA + NUM_SPECIES, 0x0}, - [SPECIES_TYPHLOSION] = {0x8d9c748, SPECIES_TYPHLOSION + NUM_SPECIES, 0x0}, - [SPECIES_TOTODILE] = {0x8d9d13c, SPECIES_TOTODILE + NUM_SPECIES, 0x0}, - [SPECIES_CROCONAW] = {0x8d9dc64, SPECIES_CROCONAW + NUM_SPECIES, 0x0}, - [SPECIES_FERALIGATR] = {0x8d9eb0c, SPECIES_FERALIGATR + NUM_SPECIES, 0x0}, - [SPECIES_SENTRET] = {0x8d9f4fc, SPECIES_SENTRET + NUM_SPECIES, 0x0}, - [SPECIES_FURRET] = {0x8d9ffc8, SPECIES_FURRET + NUM_SPECIES, 0x0}, - [SPECIES_HOOTHOOT] = {0x8da09c4, SPECIES_HOOTHOOT + NUM_SPECIES, 0x0}, - [SPECIES_NOCTOWL] = {0x8da14e4, SPECIES_NOCTOWL + NUM_SPECIES, 0x0}, - [SPECIES_LEDYBA] = {0x8da1f78, SPECIES_LEDYBA + NUM_SPECIES, 0x0}, - [SPECIES_LEDIAN] = {0x8da2ac8, SPECIES_LEDIAN + NUM_SPECIES, 0x0}, - [SPECIES_SPINARAK] = {0x8da3410, SPECIES_SPINARAK + NUM_SPECIES, 0x0}, - [SPECIES_ARIADOS] = {0x8da3fb8, SPECIES_ARIADOS + NUM_SPECIES, 0x0}, - [SPECIES_CROBAT] = {0x8da4ae0, SPECIES_CROBAT + NUM_SPECIES, 0x0}, - [SPECIES_CHINCHOU] = {0x8da5520, SPECIES_CHINCHOU + NUM_SPECIES, 0x0}, - [SPECIES_LANTURN] = {0x8da6000, SPECIES_LANTURN + NUM_SPECIES, 0x0}, - [SPECIES_PICHU] = {0x8da68e8, SPECIES_PICHU + NUM_SPECIES, 0x0}, - [SPECIES_CLEFFA] = {0x8da7174, SPECIES_CLEFFA + NUM_SPECIES, 0x0}, - [SPECIES_IGGLYBUFF] = {0x8da7a08, SPECIES_IGGLYBUFF + NUM_SPECIES, 0x0}, - [SPECIES_TOGEPI] = {0x8da82c0, SPECIES_TOGEPI + NUM_SPECIES, 0x0}, - [SPECIES_TOGETIC] = {0x8da8cd0, SPECIES_TOGETIC + NUM_SPECIES, 0x0}, - [SPECIES_NATU] = {0x8da9520, SPECIES_NATU + NUM_SPECIES, 0x0}, - [SPECIES_XATU] = {0x8da9fe4, SPECIES_XATU + NUM_SPECIES, 0x0}, - [SPECIES_MAREEP] = {0x8daa9fc, SPECIES_MAREEP + NUM_SPECIES, 0x0}, - [SPECIES_FLAAFFY] = {0x8dab488, SPECIES_FLAAFFY + NUM_SPECIES, 0x0}, - [SPECIES_AMPHAROS] = {0x8dabfcc, SPECIES_AMPHAROS + NUM_SPECIES, 0x0}, - [SPECIES_BELLOSSOM] = {0x8dac9d0, SPECIES_BELLOSSOM + NUM_SPECIES, 0x0}, - [SPECIES_MARILL] = {0x8dad3b0, SPECIES_MARILL + NUM_SPECIES, 0x0}, - [SPECIES_AZUMARILL] = {0x8dadddc, SPECIES_AZUMARILL + NUM_SPECIES, 0x0}, - [SPECIES_SUDOWOODO] = {0x8dae8c0, SPECIES_SUDOWOODO + NUM_SPECIES, 0x0}, - [SPECIES_POLITOED] = {0x8daf328, SPECIES_POLITOED + NUM_SPECIES, 0x0}, - [SPECIES_HOPPIP] = {0x8dafd2c, SPECIES_HOPPIP + NUM_SPECIES, 0x0}, - [SPECIES_SKIPLOOM] = {0x8db0704, SPECIES_SKIPLOOM + NUM_SPECIES, 0x0}, - [SPECIES_JUMPLUFF] = {0x8db12d8, SPECIES_JUMPLUFF + NUM_SPECIES, 0x0}, - [SPECIES_AIPOM] = {0x8db1d38, SPECIES_AIPOM + NUM_SPECIES, 0x0}, - [SPECIES_SUNKERN] = {0x8db26a4, SPECIES_SUNKERN + NUM_SPECIES, 0x0}, - [SPECIES_SUNFLORA] = {0x8db320c, SPECIES_SUNFLORA + NUM_SPECIES, 0x0}, - [SPECIES_YANMA] = {0x8db3db4, SPECIES_YANMA + NUM_SPECIES, 0x0}, - [SPECIES_WOOPER] = {0x8db46f0, SPECIES_WOOPER + NUM_SPECIES, 0x0}, - [SPECIES_QUAGSIRE] = {0x8db51d0, SPECIES_QUAGSIRE + NUM_SPECIES, 0x0}, - [SPECIES_ESPEON] = {0x8db5c58, SPECIES_ESPEON + NUM_SPECIES, 0x0}, - [SPECIES_UMBREON] = {0x8db66ec, SPECIES_UMBREON + NUM_SPECIES, 0x0}, - [SPECIES_MURKROW] = {0x8db7154, SPECIES_MURKROW + NUM_SPECIES, 0x0}, - [SPECIES_SLOWKING] = {0x8db7d04, SPECIES_SLOWKING + NUM_SPECIES, 0x0}, - [SPECIES_MISDREAVUS] = {0x8db8758, SPECIES_MISDREAVUS + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN] = {0x8db8f94, SPECIES_UNOWN + NUM_SPECIES, 0x0}, - [SPECIES_WOBBUFFET] = {0x8db9990, SPECIES_WOBBUFFET + NUM_SPECIES, 0x0}, - [SPECIES_GIRAFARIG] = {0x8dba5b0, SPECIES_GIRAFARIG + NUM_SPECIES, 0x0}, - [SPECIES_PINECO] = {0x8dbb034, SPECIES_PINECO + NUM_SPECIES, 0x0}, - [SPECIES_FORRETRESS] = {0x8dbbb7c, SPECIES_FORRETRESS + NUM_SPECIES, 0x0}, - [SPECIES_DUNSPARCE] = {0x8dbc5f8, SPECIES_DUNSPARCE + NUM_SPECIES, 0x0}, - [SPECIES_GLIGAR] = {0x8dbd268, SPECIES_GLIGAR + NUM_SPECIES, 0x0}, - [SPECIES_STEELIX] = {0x8dbdfa8, SPECIES_STEELIX + NUM_SPECIES, 0x0}, - [SPECIES_SNUBBULL] = {0x8dbea10, SPECIES_SNUBBULL + NUM_SPECIES, 0x0}, - [SPECIES_GRANBULL] = {0x8dbf530, SPECIES_GRANBULL + NUM_SPECIES, 0x0}, - [SPECIES_QWILFISH] = {0x8dbff40, SPECIES_QWILFISH + NUM_SPECIES, 0x0}, - [SPECIES_SCIZOR] = {0x8dc0c18, SPECIES_SCIZOR + NUM_SPECIES, 0x0}, - [SPECIES_SHUCKLE] = {0x8dc15a8, SPECIES_SHUCKLE + NUM_SPECIES, 0x0}, - [SPECIES_HERACROSS] = {0x8dc2178, SPECIES_HERACROSS + NUM_SPECIES, 0x0}, - [SPECIES_SNEASEL] = {0x8dc3050, SPECIES_SNEASEL + NUM_SPECIES, 0x0}, - [SPECIES_TEDDIURSA] = {0x8dc39e0, SPECIES_TEDDIURSA + NUM_SPECIES, 0x0}, - [SPECIES_URSARING] = {0x8dc4610, SPECIES_URSARING + NUM_SPECIES, 0x0}, - [SPECIES_SLUGMA] = {0x8dc4fd8, SPECIES_SLUGMA + NUM_SPECIES, 0x0}, - [SPECIES_MAGCARGO] = {0x8dc5ba4, SPECIES_MAGCARGO + NUM_SPECIES, 0x0}, - [SPECIES_SWINUB] = {0x8dc644c, SPECIES_SWINUB + NUM_SPECIES, 0x0}, - [SPECIES_PILOSWINE] = {0x8dc6e30, SPECIES_PILOSWINE + NUM_SPECIES, 0x0}, - [SPECIES_CORSOLA] = {0x8dc7848, SPECIES_CORSOLA + NUM_SPECIES, 0x0}, - [SPECIES_REMORAID] = {0x8dc8234, SPECIES_REMORAID + NUM_SPECIES, 0x0}, - [SPECIES_OCTILLERY] = {0x8dc8c90, SPECIES_OCTILLERY + NUM_SPECIES, 0x0}, - [SPECIES_DELIBIRD] = {0x8dc9830, SPECIES_DELIBIRD + NUM_SPECIES, 0x0}, - [SPECIES_MANTINE] = {0x8dca3dc, SPECIES_MANTINE + NUM_SPECIES, 0x0}, - [SPECIES_SKARMORY] = {0x8dcb030, SPECIES_SKARMORY + NUM_SPECIES, 0x0}, - [SPECIES_HOUNDOUR] = {0x8dcb9d8, SPECIES_HOUNDOUR + NUM_SPECIES, 0x0}, - [SPECIES_HOUNDOOM] = {0x8dcc56c, SPECIES_HOUNDOOM + NUM_SPECIES, 0x0}, - [SPECIES_KINGDRA] = {0x8dcd1b0, SPECIES_KINGDRA + NUM_SPECIES, 0x0}, - [SPECIES_PHANPY] = {0x8dcdb40, SPECIES_PHANPY + NUM_SPECIES, 0x0}, - [SPECIES_DONPHAN] = {0x8dce720, SPECIES_DONPHAN + NUM_SPECIES, 0x0}, - [SPECIES_PORYGON2] = {0x8dcf134, SPECIES_PORYGON2 + NUM_SPECIES, 0x0}, - [SPECIES_STANTLER] = {0x8dcfd04, SPECIES_STANTLER + NUM_SPECIES, 0x0}, - [SPECIES_SMEARGLE] = {0x8dd082c, SPECIES_SMEARGLE + NUM_SPECIES, 0x0}, - [SPECIES_TYROGUE] = {0x8dd1244, SPECIES_TYROGUE + NUM_SPECIES, 0x0}, - [SPECIES_HITMONTOP] = {0x8dd1e68, SPECIES_HITMONTOP + NUM_SPECIES, 0x0}, - [SPECIES_SMOOCHUM] = {0x8dd29a8, SPECIES_SMOOCHUM + NUM_SPECIES, 0x0}, - [SPECIES_ELEKID] = {0x8dd3478, SPECIES_ELEKID + NUM_SPECIES, 0x0}, - [SPECIES_MAGBY] = {0x8dd3e18, SPECIES_MAGBY + NUM_SPECIES, 0x0}, - [SPECIES_MILTANK] = {0x8dd49d4, SPECIES_MILTANK + NUM_SPECIES, 0x0}, - [SPECIES_BLISSEY] = {0x8dd54f8, SPECIES_BLISSEY + NUM_SPECIES, 0x0}, - [SPECIES_RAIKOU] = {0x8dd628c, SPECIES_RAIKOU + NUM_SPECIES, 0x0}, - [SPECIES_ENTEI] = {0x8dd711c, SPECIES_ENTEI + NUM_SPECIES, 0x0}, - [SPECIES_SUICUNE] = {0x8dd7fec, SPECIES_SUICUNE + NUM_SPECIES, 0x0}, - [SPECIES_LARVITAR] = {0x8dd8964, SPECIES_LARVITAR + NUM_SPECIES, 0x0}, - [SPECIES_PUPITAR] = {0x8dd93fc, SPECIES_PUPITAR + NUM_SPECIES, 0x0}, - [SPECIES_TYRANITAR] = {0x8dda194, SPECIES_TYRANITAR + NUM_SPECIES, 0x0}, - [SPECIES_LUGIA] = {0x8ddae9c, SPECIES_LUGIA + NUM_SPECIES, 0x0}, - [SPECIES_HO_OH] = {0x8ddbd70, SPECIES_HO_OH + NUM_SPECIES, 0x0}, - [SPECIES_CELEBI] = {0x8ddc804, SPECIES_CELEBI + NUM_SPECIES, 0x0}, - [252] = {0x8ddcf68, 0x2f0 + NUM_SPECIES, 0x0}, - [253] = {0x8ddcf68, 0x2f1 + NUM_SPECIES, 0x0}, - [254] = {0x8ddcf68, 0x2f2 + NUM_SPECIES, 0x0}, - [255] = {0x8ddcf68, 0x2f3 + NUM_SPECIES, 0x0}, - [256] = {0x8ddcf68, 0x2f4 + NUM_SPECIES, 0x0}, - [257] = {0x8ddcf68, 0x2f5 + NUM_SPECIES, 0x0}, - [258] = {0x8ddcf68, 0x2f6 + NUM_SPECIES, 0x0}, - [259] = {0x8ddcf68, 0x2f7 + NUM_SPECIES, 0x0}, - [260] = {0x8ddcf68, 0x2f8 + NUM_SPECIES, 0x0}, - [261] = {0x8ddcf68, 0x2f9 + NUM_SPECIES, 0x0}, - [262] = {0x8ddcf68, 0x2fa + NUM_SPECIES, 0x0}, - [263] = {0x8ddcf68, 0x2fb + NUM_SPECIES, 0x0}, - [264] = {0x8ddcf68, 0x2fc + NUM_SPECIES, 0x0}, - [265] = {0x8ddcf68, 0x2fd + NUM_SPECIES, 0x0}, - [266] = {0x8ddcf68, 0x2fe + NUM_SPECIES, 0x0}, - [267] = {0x8ddcf68, 0x2ff + NUM_SPECIES, 0x0}, - [268] = {0x8ddcf68, 0x300 + NUM_SPECIES, 0x0}, - [269] = {0x8ddcf68, 0x301 + NUM_SPECIES, 0x0}, - [270] = {0x8ddcf68, 0x302 + NUM_SPECIES, 0x0}, - [271] = {0x8ddcf68, 0x303 + NUM_SPECIES, 0x0}, - [272] = {0x8ddcf68, 0x304 + NUM_SPECIES, 0x0}, - [273] = {0x8ddcf68, 0x305 + NUM_SPECIES, 0x0}, - [274] = {0x8ddcf68, 0x306 + NUM_SPECIES, 0x0}, - [275] = {0x8ddcf68, 0x307 + NUM_SPECIES, 0x0}, - [276] = {0x8ddcf68, 0x308 + NUM_SPECIES, 0x0}, - [SPECIES_TREECKO] = {0x8ddd5ac, SPECIES_TREECKO + NUM_SPECIES, 0x0}, - [SPECIES_GROVYLE] = {0x8dde1e4, SPECIES_GROVYLE + NUM_SPECIES, 0x0}, - [SPECIES_SCEPTILE] = {0x8ddef54, SPECIES_SCEPTILE + NUM_SPECIES, 0x0}, - [SPECIES_TORCHIC] = {0x8ddf938, SPECIES_TORCHIC + NUM_SPECIES, 0x0}, - [SPECIES_COMBUSKEN] = {0x8de0564, SPECIES_COMBUSKEN + NUM_SPECIES, 0x0}, - [SPECIES_BLAZIKEN] = {0x8de1228, SPECIES_BLAZIKEN + NUM_SPECIES, 0x0}, - [SPECIES_MUDKIP] = {0x8de1c30, SPECIES_MUDKIP + NUM_SPECIES, 0x0}, - [SPECIES_MARSHTOMP] = {0x8de27d8, SPECIES_MARSHTOMP + NUM_SPECIES, 0x0}, - [SPECIES_SWAMPERT] = {0x8de3578, SPECIES_SWAMPERT + NUM_SPECIES, 0x0}, - [SPECIES_POOCHYENA] = {0x8de3fdc, SPECIES_POOCHYENA + NUM_SPECIES, 0x0}, - [SPECIES_MIGHTYENA] = {0x8de4bfc, SPECIES_MIGHTYENA + NUM_SPECIES, 0x0}, - [SPECIES_ZIGZAGOON] = {0x8de577c, SPECIES_ZIGZAGOON + NUM_SPECIES, 0x0}, - [SPECIES_LINOONE] = {0x8de6230, SPECIES_LINOONE + NUM_SPECIES, 0x0}, - [SPECIES_WURMPLE] = {0x8de6b74, SPECIES_WURMPLE + NUM_SPECIES, 0x0}, - [SPECIES_SILCOON] = {0x8de7480, SPECIES_SILCOON + NUM_SPECIES, 0x0}, - [SPECIES_BEAUTIFLY] = {0x8de7ff8, SPECIES_BEAUTIFLY + NUM_SPECIES, 0x0}, - [SPECIES_CASCOON] = {0x8de88e4, SPECIES_CASCOON + NUM_SPECIES, 0x0}, - [SPECIES_DUSTOX] = {0x8de9314, SPECIES_DUSTOX + NUM_SPECIES, 0x0}, - [SPECIES_LOTAD] = {0x8de9ccc, SPECIES_LOTAD + NUM_SPECIES, 0x0}, - [SPECIES_LOMBRE] = {0x8dea750, SPECIES_LOMBRE + NUM_SPECIES, 0x0}, - [SPECIES_LUDICOLO] = {0x8deb3a0, SPECIES_LUDICOLO + NUM_SPECIES, 0x0}, - [SPECIES_SEEDOT] = {0x8debd84, SPECIES_SEEDOT + NUM_SPECIES, 0x0}, - [SPECIES_NUZLEAF] = {0x8dec7a8, SPECIES_NUZLEAF + NUM_SPECIES, 0x0}, - [SPECIES_SHIFTRY] = {0x8ded398, SPECIES_SHIFTRY + NUM_SPECIES, 0x0}, - [SPECIES_NINCADA] = {0x8dedd60, SPECIES_NINCADA + NUM_SPECIES, 0x0}, - [SPECIES_NINJASK] = {0x8dee90c, SPECIES_NINJASK + NUM_SPECIES, 0x0}, - [SPECIES_SHEDINJA] = {0x8def43c, SPECIES_SHEDINJA + NUM_SPECIES, 0x0}, - [SPECIES_TAILLOW] = {0x8defd24, SPECIES_TAILLOW + NUM_SPECIES, 0x0}, - [SPECIES_SWELLOW] = {0x8df0890, SPECIES_SWELLOW + NUM_SPECIES, 0x0}, - [SPECIES_SHROOMISH] = {0x8df1248, SPECIES_SHROOMISH + NUM_SPECIES, 0x0}, - [SPECIES_BRELOOM] = {0x8df1e80, SPECIES_BRELOOM + NUM_SPECIES, 0x0}, - [SPECIES_SPINDA] = {0x8df292c, SPECIES_SPINDA + NUM_SPECIES, 0x0}, - [SPECIES_WINGULL] = {0x8df3328, SPECIES_WINGULL + NUM_SPECIES, 0x0}, - [SPECIES_PELIPPER] = {0x8df3eb0, SPECIES_PELIPPER + NUM_SPECIES, 0x0}, - [SPECIES_SURSKIT] = {0x8df4764, SPECIES_SURSKIT + NUM_SPECIES, 0x0}, - [SPECIES_MASQUERAIN] = {0x8df52c8, SPECIES_MASQUERAIN + NUM_SPECIES, 0x0}, - [SPECIES_WAILMER] = {0x8df5bfc, SPECIES_WAILMER + NUM_SPECIES, 0x0}, - [SPECIES_WAILORD] = {0x8df6648, SPECIES_WAILORD + NUM_SPECIES, 0x0}, - [SPECIES_SKITTY] = {0x8df7100, SPECIES_SKITTY + NUM_SPECIES, 0x0}, - [SPECIES_DELCATTY] = {0x8df7c98, SPECIES_DELCATTY + NUM_SPECIES, 0x0}, - [SPECIES_KECLEON] = {0x8df8860, SPECIES_KECLEON + NUM_SPECIES, 0x0}, - [SPECIES_BALTOY] = {0x8df9194, SPECIES_BALTOY + NUM_SPECIES, 0x0}, - [SPECIES_CLAYDOL] = {0x8df9d88, SPECIES_CLAYDOL + NUM_SPECIES, 0x0}, - [SPECIES_NOSEPASS] = {0x8dfa764, SPECIES_NOSEPASS + NUM_SPECIES, 0x0}, - [SPECIES_TORKOAL] = {0x8dfb348, SPECIES_TORKOAL + NUM_SPECIES, 0x0}, - [SPECIES_SABLEYE] = {0x8dfbdb4, SPECIES_SABLEYE + NUM_SPECIES, 0x0}, - [SPECIES_BARBOACH] = {0x8dfc744, SPECIES_BARBOACH + NUM_SPECIES, 0x0}, - [SPECIES_WHISCASH] = {0x8dfd278, SPECIES_WHISCASH + NUM_SPECIES, 0x0}, - [SPECIES_LUVDISC] = {0x8dfda78, SPECIES_LUVDISC + NUM_SPECIES, 0x0}, - [SPECIES_CORPHISH] = {0x8dfe55c, SPECIES_CORPHISH + NUM_SPECIES, 0x0}, - [SPECIES_CRAWDAUNT] = {0x8dff240, SPECIES_CRAWDAUNT + NUM_SPECIES, 0x0}, - [SPECIES_FEEBAS] = {0x8dffc74, SPECIES_FEEBAS + NUM_SPECIES, 0x0}, - [SPECIES_MILOTIC] = {0x8e00868, SPECIES_MILOTIC + NUM_SPECIES, 0x0}, - [SPECIES_CARVANHA] = {0x8e01314, SPECIES_CARVANHA + NUM_SPECIES, 0x0}, - [SPECIES_SHARPEDO] = {0x8e01e6c, SPECIES_SHARPEDO + NUM_SPECIES, 0x0}, - [SPECIES_TRAPINCH] = {0x8e02718, SPECIES_TRAPINCH + NUM_SPECIES, 0x0}, - [SPECIES_VIBRAVA] = {0x8e03170, SPECIES_VIBRAVA + NUM_SPECIES, 0x0}, - [SPECIES_FLYGON] = {0x8e03f0c, SPECIES_FLYGON + NUM_SPECIES, 0x0}, - [SPECIES_MAKUHITA] = {0x8e04984, SPECIES_MAKUHITA + NUM_SPECIES, 0x0}, - [SPECIES_HARIYAMA] = {0x8e05680, SPECIES_HARIYAMA + NUM_SPECIES, 0x0}, - [SPECIES_ELECTRIKE] = {0x8e0600c, SPECIES_ELECTRIKE + NUM_SPECIES, 0x0}, - [SPECIES_MANECTRIC] = {0x8e069d8, SPECIES_MANECTRIC + NUM_SPECIES, 0x0}, - [SPECIES_NUMEL] = {0x8e073d4, SPECIES_NUMEL + NUM_SPECIES, 0x0}, - [SPECIES_CAMERUPT] = {0x8e07f20, SPECIES_CAMERUPT + NUM_SPECIES, 0x0}, - [SPECIES_SPHEAL] = {0x8e08800, SPECIES_SPHEAL + NUM_SPECIES, 0x0}, - [SPECIES_SEALEO] = {0x8e0926c, SPECIES_SEALEO + NUM_SPECIES, 0x0}, - [SPECIES_WALREIN] = {0x8e09f04, SPECIES_WALREIN + NUM_SPECIES, 0x0}, - [SPECIES_CACNEA] = {0x8e0a9e4, SPECIES_CACNEA + NUM_SPECIES, 0x0}, - [SPECIES_CACTURNE] = {0x8e0b58c, SPECIES_CACTURNE + NUM_SPECIES, 0x0}, - [SPECIES_SNORUNT] = {0x8e0bfa4, SPECIES_SNORUNT + NUM_SPECIES, 0x0}, - [SPECIES_GLALIE] = {0x8e0cb8c, SPECIES_GLALIE + NUM_SPECIES, 0x0}, - [SPECIES_LUNATONE] = {0x8e0d67c, SPECIES_LUNATONE + NUM_SPECIES, 0x0}, - [SPECIES_SOLROCK] = {0x8e0e324, SPECIES_SOLROCK + NUM_SPECIES, 0x0}, - [SPECIES_AZURILL] = {0x8e0ed74, SPECIES_AZURILL + NUM_SPECIES, 0x0}, - [SPECIES_SPOINK] = {0x8e0f690, SPECIES_SPOINK + NUM_SPECIES, 0x0}, - [SPECIES_GRUMPIG] = {0x8e1021c, SPECIES_GRUMPIG + NUM_SPECIES, 0x0}, - [SPECIES_PLUSLE] = {0x8e10bd0, SPECIES_PLUSLE + NUM_SPECIES, 0x0}, - [SPECIES_MINUN] = {0x8e11570, SPECIES_MINUN + NUM_SPECIES, 0x0}, - [SPECIES_MAWILE] = {0x8e1219c, SPECIES_MAWILE + NUM_SPECIES, 0x0}, - [SPECIES_MEDITITE] = {0x8e12b8c, SPECIES_MEDITITE + NUM_SPECIES, 0x0}, - [SPECIES_MEDICHAM] = {0x8e13660, SPECIES_MEDICHAM + NUM_SPECIES, 0x0}, - [SPECIES_SWABLU] = {0x8e14160, SPECIES_SWABLU + NUM_SPECIES, 0x0}, - [SPECIES_ALTARIA] = {0x8e14d24, SPECIES_ALTARIA + NUM_SPECIES, 0x0}, - [SPECIES_WYNAUT] = {0x8e156bc, SPECIES_WYNAUT + NUM_SPECIES, 0x0}, - [SPECIES_DUSKULL] = {0x8e160cc, SPECIES_DUSKULL + NUM_SPECIES, 0x0}, - [SPECIES_DUSCLOPS] = {0x8e16bc8, SPECIES_DUSCLOPS + NUM_SPECIES, 0x0}, - [SPECIES_ROSELIA] = {0x8e1776c, SPECIES_ROSELIA + NUM_SPECIES, 0x0}, - [SPECIES_SLAKOTH] = {0x8e181ac, SPECIES_SLAKOTH + NUM_SPECIES, 0x0}, - [SPECIES_VIGOROTH] = {0x8e18ce0, SPECIES_VIGOROTH + NUM_SPECIES, 0x0}, - [SPECIES_SLAKING] = {0x8e199e8, SPECIES_SLAKING + NUM_SPECIES, 0x0}, - [SPECIES_GULPIN] = {0x8e1a2f4, SPECIES_GULPIN + NUM_SPECIES, 0x0}, - [SPECIES_SWALOT] = {0x8e1adf0, SPECIES_SWALOT + NUM_SPECIES, 0x0}, - [SPECIES_TROPIUS] = {0x8e1bafc, SPECIES_TROPIUS + NUM_SPECIES, 0x0}, - [SPECIES_WHISMUR] = {0x8e1c470, SPECIES_WHISMUR + NUM_SPECIES, 0x0}, - [SPECIES_LOUDRED] = {0x8e1d0c8, SPECIES_LOUDRED + NUM_SPECIES, 0x0}, - [SPECIES_EXPLOUD] = {0x8e1deac, SPECIES_EXPLOUD + NUM_SPECIES, 0x0}, - [SPECIES_CLAMPERL] = {0x8e1e888, SPECIES_CLAMPERL + NUM_SPECIES, 0x0}, - [SPECIES_HUNTAIL] = {0x8e1f418, SPECIES_HUNTAIL + NUM_SPECIES, 0x0}, - [SPECIES_GOREBYSS] = {0x8e1fe80, SPECIES_GOREBYSS + NUM_SPECIES, 0x0}, - [SPECIES_ABSOL] = {0x8e20a80, SPECIES_ABSOL + NUM_SPECIES, 0x0}, - [SPECIES_SHUPPET] = {0x8e213c0, SPECIES_SHUPPET + NUM_SPECIES, 0x0}, - [SPECIES_BANETTE] = {0x8e21d60, SPECIES_BANETTE + NUM_SPECIES, 0x0}, - [SPECIES_SEVIPER] = {0x8e22a7c, SPECIES_SEVIPER + NUM_SPECIES, 0x0}, - [SPECIES_ZANGOOSE] = {0x8e2362c, SPECIES_ZANGOOSE + NUM_SPECIES, 0x0}, - [SPECIES_RELICANTH] = {0x8e24188, SPECIES_RELICANTH + NUM_SPECIES, 0x0}, - [SPECIES_ARON] = {0x8e24a08, SPECIES_ARON + NUM_SPECIES, 0x0}, - [SPECIES_LAIRON] = {0x8e25530, SPECIES_LAIRON + NUM_SPECIES, 0x0}, - [SPECIES_AGGRON] = {0x8e26344, SPECIES_AGGRON + NUM_SPECIES, 0x0}, - [SPECIES_CASTFORM] = {0x8e27c50, SPECIES_CASTFORM + NUM_SPECIES, 0x0}, - [SPECIES_VOLBEAT] = {0x8e28804, SPECIES_VOLBEAT + NUM_SPECIES, 0x0}, - [SPECIES_ILLUMISE] = {0x8e29304, SPECIES_ILLUMISE + NUM_SPECIES, 0x0}, - [SPECIES_LILEEP] = {0x8e29dfc, SPECIES_LILEEP + NUM_SPECIES, 0x0}, - [SPECIES_CRADILY] = {0x8e2aa84, SPECIES_CRADILY + NUM_SPECIES, 0x0}, - [SPECIES_ANORITH] = {0x8e2b460, SPECIES_ANORITH + NUM_SPECIES, 0x0}, - [SPECIES_ARMALDO] = {0x8e2c288, SPECIES_ARMALDO + NUM_SPECIES, 0x0}, - [SPECIES_RALTS] = {0x8e2cb64, SPECIES_RALTS + NUM_SPECIES, 0x0}, - [SPECIES_KIRLIA] = {0x8e2d644, SPECIES_KIRLIA + NUM_SPECIES, 0x0}, - [SPECIES_GARDEVOIR] = {0x8e2e164, SPECIES_GARDEVOIR + NUM_SPECIES, 0x0}, - [SPECIES_BAGON] = {0x8e2eb34, SPECIES_BAGON + NUM_SPECIES, 0x0}, - [SPECIES_SHELGON] = {0x8e2f590, SPECIES_SHELGON + NUM_SPECIES, 0x0}, - [SPECIES_SALAMENCE] = {0x8e30148, SPECIES_SALAMENCE + NUM_SPECIES, 0x0}, - [SPECIES_BELDUM] = {0x8e30b18, SPECIES_BELDUM + NUM_SPECIES, 0x0}, - [SPECIES_METANG] = {0x8e31708, SPECIES_METANG + NUM_SPECIES, 0x0}, - [SPECIES_METAGROSS] = {0x8e322a8, SPECIES_METAGROSS + NUM_SPECIES, 0x0}, - [SPECIES_REGIROCK] = {0x8e33020, SPECIES_REGIROCK + NUM_SPECIES, 0x0}, - [SPECIES_REGICE] = {0x8e33bc8, SPECIES_REGICE + NUM_SPECIES, 0x0}, - [SPECIES_REGISTEEL] = {0x8e347f8, SPECIES_REGISTEEL + NUM_SPECIES, 0x0}, - [SPECIES_KYOGRE] = {0x8e35350, SPECIES_KYOGRE + NUM_SPECIES, 0x0}, - [SPECIES_GROUDON] = {0x8e361bc, SPECIES_GROUDON + NUM_SPECIES, 0x0}, - [SPECIES_RAYQUAZA] = {0x8e36e74, SPECIES_RAYQUAZA + NUM_SPECIES, 0x0}, - [SPECIES_LATIAS] = {0x8e37a04, SPECIES_LATIAS + NUM_SPECIES, 0x0}, - [SPECIES_LATIOS] = {0x8e38628, SPECIES_LATIOS + NUM_SPECIES, 0x0}, - [SPECIES_JIRACHI] = {0x8e39144, SPECIES_JIRACHI + NUM_SPECIES, 0x0}, - [SPECIES_DEOXYS] = {0x8e3a360, SPECIES_DEOXYS + NUM_SPECIES, 0x0}, - [SPECIES_CHIMECHO] = {0x8e3b090, SPECIES_CHIMECHO + NUM_SPECIES, 0x0}, - [SPECIES_EGG] = {0x8e3b68c, SPECIES_EGG + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_B] = {0x8db8f94, SPECIES_UNOWN_B + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_C] = {0x8db8f94, SPECIES_UNOWN_C + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_D] = {0x8db8f94, SPECIES_UNOWN_D + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_E] = {0x8db8f94, SPECIES_UNOWN_E + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_F] = {0x8db8f94, SPECIES_UNOWN_F + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_G] = {0x8db8f94, SPECIES_UNOWN_G + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_H] = {0x8db8f94, SPECIES_UNOWN_H + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_I] = {0x8db8f94, SPECIES_UNOWN_I + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_J] = {0x8db8f94, SPECIES_UNOWN_J + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_K] = {0x8db8f94, SPECIES_UNOWN_K + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_L] = {0x8db8f94, SPECIES_UNOWN_L + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_M] = {0x8db8f94, SPECIES_UNOWN_M + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_N] = {0x8db8f94, SPECIES_UNOWN_N + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_O] = {0x8db8f94, SPECIES_UNOWN_O + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_P] = {0x8db8f94, SPECIES_UNOWN_P + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_Q] = {0x8db8f94, SPECIES_UNOWN_Q + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_R] = {0x8db8f94, SPECIES_UNOWN_R + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_S] = {0x8db8f94, SPECIES_UNOWN_S + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_T] = {0x8db8f94, SPECIES_UNOWN_T + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_U] = {0x8db8f94, SPECIES_UNOWN_U + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_V] = {0x8db8f94, SPECIES_UNOWN_V + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_W] = {0x8db8f94, SPECIES_UNOWN_W + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_X] = {0x8db8f94, SPECIES_UNOWN_X + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_Y] = {0x8db8f94, SPECIES_UNOWN_Y + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_Z] = {0x8db8f94, SPECIES_UNOWN_Z + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_EXCLAMATION] = {0x8db8f94, SPECIES_UNOWN_EXCLAMATION + NUM_SPECIES, 0x0}, - [SPECIES_UNOWN_QUESTION] = {0x8db8f94, SPECIES_UNOWN_QUESTION + NUM_SPECIES, 0x0}, - -//New Data Starts Here - [SPECIES_TURTWIG] = {0x8d00be8, SPECIES_TURTWIG + NUM_SPECIES, 0x0}, - [SPECIES_GROTLE] = {0x8d00be8, SPECIES_GROTLE + NUM_SPECIES, 0x0}, - [SPECIES_TORTERRA] = {0x8d00be8, SPECIES_TORTERRA + NUM_SPECIES, 0x0}, - [SPECIES_CHIMCHAR] = {0x8d00be8, SPECIES_CHIMCHAR + NUM_SPECIES, 0x0}, - [SPECIES_MONFERNO] = {0x8d00be8, SPECIES_MONFERNO + NUM_SPECIES, 0x0}, - [SPECIES_INFERNAPE] = {0x8d00be8, SPECIES_INFERNAPE + NUM_SPECIES, 0x0}, - [SPECIES_PIPLUP] = {0x8d00be8, SPECIES_PIPLUP + NUM_SPECIES, 0x0}, - [SPECIES_PRINPLUP] = {0x8d00be8, SPECIES_PRINPLUP + NUM_SPECIES, 0x0}, - [SPECIES_EMPOLEON] = {0x8d00be8, SPECIES_EMPOLEON + NUM_SPECIES, 0x0}, - [SPECIES_STARLY] = {0x8d00be8, SPECIES_STARLY + NUM_SPECIES, 0x0}, - [SPECIES_STARAVIA] = {0x8d00be8, SPECIES_STARAVIA + NUM_SPECIES, 0x0}, - [SPECIES_STARAPTOR] = {0x8d00be8, SPECIES_STARAPTOR + NUM_SPECIES, 0x0}, - [SPECIES_BIDOOF] = {0x8d00be8, SPECIES_BIDOOF + NUM_SPECIES, 0x0}, - [SPECIES_BIBAREL] = {0x8d00be8, SPECIES_BIBAREL + NUM_SPECIES, 0x0}, - [SPECIES_KRICKETOT] = {0x8d00be8, SPECIES_KRICKETOT + NUM_SPECIES, 0x0}, - [SPECIES_KRICKETUNE] = {0x8d00be8, SPECIES_KRICKETUNE + NUM_SPECIES, 0x0}, - [SPECIES_SHINX] = {0x8d00be8, SPECIES_SHINX + NUM_SPECIES, 0x0}, - [SPECIES_LUXIO] = {0x8d00be8, SPECIES_LUXIO + NUM_SPECIES, 0x0}, - [SPECIES_LUXRAY] = {0x8d00be8, SPECIES_LUXRAY + NUM_SPECIES, 0x0}, - [SPECIES_BUDEW] = {0x8d00be8, SPECIES_BUDEW + NUM_SPECIES, 0x0}, - [SPECIES_ROSERADE] = {0x8d00be8, SPECIES_ROSERADE + NUM_SPECIES, 0x0}, - [SPECIES_CRANIDOS] = {0x8d00be8, SPECIES_CRANIDOS + NUM_SPECIES, 0x0}, - [SPECIES_RAMPARDOS] = {0x8d00be8, SPECIES_RAMPARDOS + NUM_SPECIES, 0x0}, - [SPECIES_SHIELDON] = {0x8d00be8, SPECIES_SHIELDON + NUM_SPECIES, 0x0}, - [SPECIES_BASTIODON] = {0x8d00be8, SPECIES_BASTIODON + NUM_SPECIES, 0x0}, - [SPECIES_BURMY] = {0x8d00be8, SPECIES_BURMY + NUM_SPECIES, 0x0}, - [SPECIES_WORMADAM] = {0x8d00be8, SPECIES_WORMADAM + NUM_SPECIES, 0x0}, - [SPECIES_MOTHIM] = {0x8d00be8, SPECIES_MOTHIM + NUM_SPECIES, 0x0}, - [SPECIES_COMBEE] = {0x8d00be8, SPECIES_COMBEE + NUM_SPECIES, 0x0}, - [SPECIES_VESPIQUEN] = {0x8d00be8, SPECIES_VESPIQUEN + NUM_SPECIES, 0x0}, - [SPECIES_PACHIRISU] = {0x8d00be8, SPECIES_PACHIRISU + NUM_SPECIES, 0x0}, - [SPECIES_BUIZEL] = {0x8d00be8, SPECIES_BUIZEL + NUM_SPECIES, 0x0}, - [SPECIES_FLOATZEL] = {0x8d00be8, SPECIES_FLOATZEL + NUM_SPECIES, 0x0}, - [SPECIES_CHERUBI] = {0x8d00be8, SPECIES_CHERUBI + NUM_SPECIES, 0x0}, - [SPECIES_CHERRIM] = {0x8d00be8, SPECIES_CHERRIM + NUM_SPECIES, 0x0}, - [SPECIES_SHELLOS] = {0x8d00be8, SPECIES_SHELLOS + NUM_SPECIES, 0x0}, - [SPECIES_GASTRODON] = {0x8d00be8, SPECIES_GASTRODON + NUM_SPECIES, 0x0}, - [SPECIES_AMBIPOM] = {0x8d00be8, SPECIES_AMBIPOM + NUM_SPECIES, 0x0}, - [SPECIES_DRIFLOON] = {0x8d00be8, SPECIES_DRIFLOON + NUM_SPECIES, 0x0}, - [SPECIES_DRIFBLIM] = {0x8d00be8, SPECIES_DRIFBLIM + NUM_SPECIES, 0x0}, - [SPECIES_BUNEARY] = {0x8d00be8, SPECIES_BUNEARY + NUM_SPECIES, 0x0}, - [SPECIES_LOPUNNY] = {0x8d00be8, SPECIES_LOPUNNY + NUM_SPECIES, 0x0}, - [SPECIES_MISMAGIUS] = {0x8d00be8, SPECIES_MISMAGIUS + NUM_SPECIES, 0x0}, - [SPECIES_HONCHKROW] = {0x8d00be8, SPECIES_HONCHKROW + NUM_SPECIES, 0x0}, - [SPECIES_GLAMEOW] = {0x8d00be8, SPECIES_GLAMEOW + NUM_SPECIES, 0x0}, - [SPECIES_PURUGLY] = {0x8d00be8, SPECIES_PURUGLY + NUM_SPECIES, 0x0}, - [SPECIES_CHINGLING] = {0x8d00be8, SPECIES_CHINGLING + NUM_SPECIES, 0x0}, - [SPECIES_STUNKY] = {0x8d00be8, SPECIES_STUNKY + NUM_SPECIES, 0x0}, - [SPECIES_SKUNTANK] = {0x8d00be8, SPECIES_SKUNTANK + NUM_SPECIES, 0x0}, - [SPECIES_BRONZOR] = {0x8d00be8, SPECIES_BRONZOR + NUM_SPECIES, 0x0}, - [SPECIES_BRONZONG] = {0x8d00be8, SPECIES_BRONZONG + NUM_SPECIES, 0x0}, - [SPECIES_BONSLY] = {0x8d00be8, SPECIES_BONSLY + NUM_SPECIES, 0x0}, - [SPECIES_MIME_JR] = {0x8d00be8, SPECIES_MIME_JR + NUM_SPECIES, 0x0}, - [SPECIES_HAPPINY] = {0x8d00be8, SPECIES_HAPPINY + NUM_SPECIES, 0x0}, - [SPECIES_CHATOT] = {0x8d00be8, SPECIES_CHATOT + NUM_SPECIES, 0x0}, - [SPECIES_SPIRITOMB] = {0x8d00be8, SPECIES_SPIRITOMB + NUM_SPECIES, 0x0}, - [SPECIES_GIBLE] = {0x8d00be8, SPECIES_GIBLE + NUM_SPECIES, 0x0}, - [SPECIES_GABITE] = {0x8d00be8, SPECIES_GABITE + NUM_SPECIES, 0x0}, - [SPECIES_GARCHOMP] = {0x8d00be8, SPECIES_GARCHOMP + NUM_SPECIES, 0x0}, - [SPECIES_MUNCHLAX] = {0x8d00be8, SPECIES_MUNCHLAX + NUM_SPECIES, 0x0}, - [SPECIES_RIOLU] = {0x8d00be8, SPECIES_RIOLU + NUM_SPECIES, 0x0}, - [SPECIES_LUCARIO] = {0x8d00be8, SPECIES_LUCARIO + NUM_SPECIES, 0x0}, - [SPECIES_HIPPOPOTAS] = {0x8d00be8, SPECIES_HIPPOPOTAS + NUM_SPECIES, 0x0}, - [SPECIES_HIPPOWDON] = {0x8d00be8, SPECIES_HIPPOWDON + NUM_SPECIES, 0x0}, - [SPECIES_SKORUPI] = {0x8d00be8, SPECIES_SKORUPI + NUM_SPECIES, 0x0}, - [SPECIES_DRAPION] = {0x8d00be8, SPECIES_DRAPION + NUM_SPECIES, 0x0}, - [SPECIES_CROAGUNK] = {0x8d00be8, SPECIES_CROAGUNK + NUM_SPECIES, 0x0}, - [SPECIES_TOXICROAK] = {0x8d00be8, SPECIES_TOXICROAK + NUM_SPECIES, 0x0}, - [SPECIES_CARNIVINE] = {0x8d00be8, SPECIES_CARNIVINE + NUM_SPECIES, 0x0}, - [SPECIES_FINNEON] = {0x8d00be8, SPECIES_FINNEON + NUM_SPECIES, 0x0}, - [SPECIES_LUMINEON] = {0x8d00be8, SPECIES_LUMINEON + NUM_SPECIES, 0x0}, - [SPECIES_MANTYKE] = {0x8d00be8, SPECIES_MANTYKE + NUM_SPECIES, 0x0}, - [SPECIES_SNOVER] = {0x8d00be8, SPECIES_SNOVER + NUM_SPECIES, 0x0}, - [SPECIES_ABOMASNOW] = {0x8d00be8, SPECIES_ABOMASNOW + NUM_SPECIES, 0x0}, - [SPECIES_WEAVILE] = {0x8d00be8, SPECIES_WEAVILE + NUM_SPECIES, 0x0}, - [SPECIES_MAGNEZONE] = {0x8d00be8, SPECIES_MAGNEZONE + NUM_SPECIES, 0x0}, - [SPECIES_LICKILICKY] = {0x8d00be8, SPECIES_LICKILICKY + NUM_SPECIES, 0x0}, - [SPECIES_RHYPERIOR] = {0x8d00be8, SPECIES_RHYPERIOR + NUM_SPECIES, 0x0}, - [SPECIES_TANGROWTH] = {0x8d00be8, SPECIES_TANGROWTH + NUM_SPECIES, 0x0}, - [SPECIES_ELECTIVIRE] = {0x8d00be8, SPECIES_ELECTIVIRE + NUM_SPECIES, 0x0}, - [SPECIES_MAGMORTAR] = {0x8d00be8, SPECIES_MAGMORTAR + NUM_SPECIES, 0x0}, - [SPECIES_TOGEKISS] = {0x8d00be8, SPECIES_TOGEKISS + NUM_SPECIES, 0x0}, - [SPECIES_YANMEGA] = {0x8d00be8, SPECIES_YANMEGA + NUM_SPECIES, 0x0}, - [SPECIES_LEAFEON] = {0x8d00be8, SPECIES_LEAFEON + NUM_SPECIES, 0x0}, - [SPECIES_GLACEON] = {0x8d00be8, SPECIES_GLACEON + NUM_SPECIES, 0x0}, - [SPECIES_GLISCOR] = {0x8d00be8, SPECIES_GLISCOR + NUM_SPECIES, 0x0}, - [SPECIES_MAMOSWINE] = {0x8d00be8, SPECIES_MAMOSWINE + NUM_SPECIES, 0x0}, - [SPECIES_PORYGON_Z] = {0x8d00be8, SPECIES_PORYGON_Z + NUM_SPECIES, 0x0}, - [SPECIES_GALLADE] = {0x8d00be8, SPECIES_GALLADE + NUM_SPECIES, 0x0}, - [SPECIES_PROBOPASS] = {0x8d00be8, SPECIES_PROBOPASS + NUM_SPECIES, 0x0}, - [SPECIES_DUSKNOIR] = {0x8d00be8, SPECIES_DUSKNOIR + NUM_SPECIES, 0x0}, - [SPECIES_FROSLASS] = {0x8d00be8, SPECIES_FROSLASS + NUM_SPECIES, 0x0}, - [SPECIES_ROTOM] = {0x8d00be8, SPECIES_ROTOM + NUM_SPECIES, 0x0}, - [SPECIES_UXIE] = {0x8d00be8, SPECIES_UXIE + NUM_SPECIES, 0x0}, - [SPECIES_MESPRIT] = {0x8d00be8, SPECIES_MESPRIT + NUM_SPECIES, 0x0}, - [SPECIES_AZELF] = {0x8d00be8, SPECIES_AZELF + NUM_SPECIES, 0x0}, - [SPECIES_DIALGA] = {0x8d00be8, SPECIES_DIALGA + NUM_SPECIES, 0x0}, - [SPECIES_PALKIA] = {0x8d00be8, SPECIES_PALKIA + NUM_SPECIES, 0x0}, - [SPECIES_HEATRAN] = {0x8d00be8, SPECIES_HEATRAN + NUM_SPECIES, 0x0}, - [SPECIES_REGIGIGAS] = {0x8d00be8, SPECIES_REGIGIGAS + NUM_SPECIES, 0x0}, - [SPECIES_GIRATINA] = {0x8d00be8, SPECIES_GIRATINA + NUM_SPECIES, 0x0}, - [SPECIES_CRESSELIA] = {0x8d00be8, SPECIES_CRESSELIA + NUM_SPECIES, 0x0}, - [SPECIES_PHIONE] = {0x8d00be8, SPECIES_PHIONE + NUM_SPECIES, 0x0}, - [SPECIES_MANAPHY] = {0x8d00be8, SPECIES_MANAPHY + NUM_SPECIES, 0x0}, - [SPECIES_DARKRAI] = {0x8d00be8, SPECIES_DARKRAI + NUM_SPECIES, 0x0}, - [SPECIES_SHAYMIN] = {0x8d00be8, SPECIES_SHAYMIN + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS] = {0x8d00be8, SPECIES_ARCEUS + NUM_SPECIES, 0x0}, - [SPECIES_VICTINI] = {0x8d00be8, SPECIES_VICTINI + NUM_SPECIES, 0x0}, - [SPECIES_SNIVY] = {0x8d00be8, SPECIES_SNIVY + NUM_SPECIES, 0x0}, - [SPECIES_SERVINE] = {0x8d00be8, SPECIES_SERVINE + NUM_SPECIES, 0x0}, - [SPECIES_SERPERIOR] = {0x8d00be8, SPECIES_SERPERIOR + NUM_SPECIES, 0x0}, - [SPECIES_TEPIG] = {0x8d00be8, SPECIES_TEPIG + NUM_SPECIES, 0x0}, - [SPECIES_PIGNITE] = {0x8d00be8, SPECIES_PIGNITE + NUM_SPECIES, 0x0}, - [SPECIES_EMBOAR] = {0x8d00be8, SPECIES_EMBOAR + NUM_SPECIES, 0x0}, - [SPECIES_OSHAWOTT] = {0x8d00be8, SPECIES_OSHAWOTT + NUM_SPECIES, 0x0}, - [SPECIES_DEWOTT] = {0x8d00be8, SPECIES_DEWOTT + NUM_SPECIES, 0x0}, - [SPECIES_SAMUROTT] = {0x8d00be8, SPECIES_SAMUROTT + NUM_SPECIES, 0x0}, - [SPECIES_PATRAT] = {0x8d00be8, SPECIES_PATRAT + NUM_SPECIES, 0x0}, - [SPECIES_WATCHOG] = {0x8d00be8, SPECIES_WATCHOG + NUM_SPECIES, 0x0}, - [SPECIES_LILLIPUP] = {0x8d00be8, SPECIES_LILLIPUP + NUM_SPECIES, 0x0}, - [SPECIES_HERDIER] = {0x8d00be8, SPECIES_HERDIER + NUM_SPECIES, 0x0}, - [SPECIES_STOUTLAND] = {0x8d00be8, SPECIES_STOUTLAND + NUM_SPECIES, 0x0}, - [SPECIES_PURRLOIN] = {0x8d00be8, SPECIES_PURRLOIN + NUM_SPECIES, 0x0}, - [SPECIES_LIEPARD] = {0x8d00be8, SPECIES_LIEPARD + NUM_SPECIES, 0x0}, - [SPECIES_PANSAGE] = {0x8d00be8, SPECIES_PANSAGE + NUM_SPECIES, 0x0}, - [SPECIES_SIMISAGE] = {0x8d00be8, SPECIES_SIMISAGE + NUM_SPECIES, 0x0}, - [SPECIES_PANSEAR] = {0x8d00be8, SPECIES_PANSEAR + NUM_SPECIES, 0x0}, - [SPECIES_SIMISEAR] = {0x8d00be8, SPECIES_SIMISEAR + NUM_SPECIES, 0x0}, - [SPECIES_PANPOUR] = {0x8d00be8, SPECIES_PANPOUR + NUM_SPECIES, 0x0}, - [SPECIES_SIMIPOUR] = {0x8d00be8, SPECIES_SIMIPOUR + NUM_SPECIES, 0x0}, - [SPECIES_MUNNA] = {0x8d00be8, SPECIES_MUNNA + NUM_SPECIES, 0x0}, - [SPECIES_MUSHARNA] = {0x8d00be8, SPECIES_MUSHARNA + NUM_SPECIES, 0x0}, - [SPECIES_PIDOVE] = {0x8d00be8, SPECIES_PIDOVE + NUM_SPECIES, 0x0}, - [SPECIES_TRANQUILL] = {0x8d00be8, SPECIES_TRANQUILL + NUM_SPECIES, 0x0}, - [SPECIES_UNFEZANT] = {0x8d00be8, SPECIES_UNFEZANT + NUM_SPECIES, 0x0}, - [SPECIES_BLITZLE] = {0x8d00be8, SPECIES_BLITZLE + NUM_SPECIES, 0x0}, - [SPECIES_ZEBSTRIKA] = {0x8d00be8, SPECIES_ZEBSTRIKA + NUM_SPECIES, 0x0}, - [SPECIES_ROGGENROLA] = {0x8d00be8, SPECIES_ROGGENROLA + NUM_SPECIES, 0x0}, - [SPECIES_BOLDORE] = {0x8d00be8, SPECIES_BOLDORE + NUM_SPECIES, 0x0}, - [SPECIES_GIGALITH] = {0x8d00be8, SPECIES_GIGALITH + NUM_SPECIES, 0x0}, - [SPECIES_WOOBAT] = {0x8d00be8, SPECIES_WOOBAT + NUM_SPECIES, 0x0}, - [SPECIES_SWOOBAT] = {0x8d00be8, SPECIES_SWOOBAT + NUM_SPECIES, 0x0}, - [SPECIES_DRILBUR] = {0x8d00be8, SPECIES_DRILBUR + NUM_SPECIES, 0x0}, - [SPECIES_EXCADRILL] = {0x8d00be8, SPECIES_EXCADRILL + NUM_SPECIES, 0x0}, - [SPECIES_AUDINO] = {0x8d00be8, SPECIES_AUDINO + NUM_SPECIES, 0x0}, - [SPECIES_TIMBURR] = {0x8d00be8, SPECIES_TIMBURR + NUM_SPECIES, 0x0}, - [SPECIES_GURDURR] = {0x8d00be8, SPECIES_GURDURR + NUM_SPECIES, 0x0}, - [SPECIES_CONKELDURR] = {0x8d00be8, SPECIES_CONKELDURR + NUM_SPECIES, 0x0}, - [SPECIES_TYMPOLE] = {0x8d00be8, SPECIES_TYMPOLE + NUM_SPECIES, 0x0}, - [SPECIES_PALPITOAD] = {0x8d00be8, SPECIES_PALPITOAD + NUM_SPECIES, 0x0}, - [SPECIES_SEISMITOAD] = {0x8d00be8, SPECIES_SEISMITOAD + NUM_SPECIES, 0x0}, - [SPECIES_THROH] = {0x8d00be8, SPECIES_THROH + NUM_SPECIES, 0x0}, - [SPECIES_SAWK] = {0x8d00be8, SPECIES_SAWK + NUM_SPECIES, 0x0}, - [SPECIES_SEWADDLE] = {0x8d00be8, SPECIES_SEWADDLE + NUM_SPECIES, 0x0}, - [SPECIES_SWADLOON] = {0x8d00be8, SPECIES_SWADLOON + NUM_SPECIES, 0x0}, - [SPECIES_LEAVANNY] = {0x8d00be8, SPECIES_LEAVANNY + NUM_SPECIES, 0x0}, - [SPECIES_VENIPEDE] = {0x8d00be8, SPECIES_VENIPEDE + NUM_SPECIES, 0x0}, - [SPECIES_WHIRLIPEDE] = {0x8d00be8, SPECIES_WHIRLIPEDE + NUM_SPECIES, 0x0}, - [SPECIES_SCOLIPEDE] = {0x8d00be8, SPECIES_SCOLIPEDE + NUM_SPECIES, 0x0}, - [SPECIES_COTTONEE] = {0x8d00be8, SPECIES_COTTONEE + NUM_SPECIES, 0x0}, - [SPECIES_WHIMSICOTT] = {0x8d00be8, SPECIES_WHIMSICOTT + NUM_SPECIES, 0x0}, - [SPECIES_PETILIL] = {0x8d00be8, SPECIES_PETILIL + NUM_SPECIES, 0x0}, - [SPECIES_LILLIGANT] = {0x8d00be8, SPECIES_LILLIGANT + NUM_SPECIES, 0x0}, - [SPECIES_BASCULIN_RED] = {0x8d00be8, SPECIES_BASCULIN_RED + NUM_SPECIES, 0x0}, - [SPECIES_SANDILE] = {0x8d00be8, SPECIES_SANDILE + NUM_SPECIES, 0x0}, - [SPECIES_KROKOROK] = {0x8d00be8, SPECIES_KROKOROK + NUM_SPECIES, 0x0}, - [SPECIES_KROOKODILE] = {0x8d00be8, SPECIES_KROOKODILE + NUM_SPECIES, 0x0}, - [SPECIES_DARUMAKA] = {0x8d00be8, SPECIES_DARUMAKA + NUM_SPECIES, 0x0}, - [SPECIES_DARMANITAN] = {0x8d00be8, SPECIES_DARMANITAN + NUM_SPECIES, 0x0}, - [SPECIES_MARACTUS] = {0x8d00be8, SPECIES_MARACTUS + NUM_SPECIES, 0x0}, - [SPECIES_DWEBBLE] = {0x8d00be8, SPECIES_DWEBBLE + NUM_SPECIES, 0x0}, - [SPECIES_CRUSTLE] = {0x8d00be8, SPECIES_CRUSTLE + NUM_SPECIES, 0x0}, - [SPECIES_SCRAGGY] = {0x8d00be8, SPECIES_SCRAGGY + NUM_SPECIES, 0x0}, - [SPECIES_SCRAFTY] = {0x8d00be8, SPECIES_SCRAFTY + NUM_SPECIES, 0x0}, - [SPECIES_SIGILYPH] = {0x8d00be8, SPECIES_SIGILYPH + NUM_SPECIES, 0x0}, - [SPECIES_YAMASK] = {0x8d00be8, SPECIES_YAMASK + NUM_SPECIES, 0x0}, - [SPECIES_COFAGRIGUS] = {0x8d00be8, SPECIES_COFAGRIGUS + NUM_SPECIES, 0x0}, - [SPECIES_TIRTOUGA] = {0x8d00be8, SPECIES_TIRTOUGA + NUM_SPECIES, 0x0}, - [SPECIES_CARRACOSTA] = {0x8d00be8, SPECIES_CARRACOSTA + NUM_SPECIES, 0x0}, - [SPECIES_ARCHEN] = {0x8d00be8, SPECIES_ARCHEN + NUM_SPECIES, 0x0}, - [SPECIES_ARCHEOPS] = {0x8d00be8, SPECIES_ARCHEOPS + NUM_SPECIES, 0x0}, - [SPECIES_TRUBBISH] = {0x8d00be8, SPECIES_TRUBBISH + NUM_SPECIES, 0x0}, - [SPECIES_GARBODOR] = {0x8d00be8, SPECIES_GARBODOR + NUM_SPECIES, 0x0}, - [SPECIES_ZORUA] = {0x8d00be8, SPECIES_ZORUA + NUM_SPECIES, 0x0}, - [SPECIES_ZOROARK] = {0x8d00be8, SPECIES_ZOROARK + NUM_SPECIES, 0x0}, - [SPECIES_MINCCINO] = {0x8d00be8, SPECIES_MINCCINO + NUM_SPECIES, 0x0}, - [SPECIES_CINCCINO] = {0x8d00be8, SPECIES_CINCCINO + NUM_SPECIES, 0x0}, - [SPECIES_GOTHITA] = {0x8d00be8, SPECIES_GOTHITA + NUM_SPECIES, 0x0}, - [SPECIES_GOTHORITA] = {0x8d00be8, SPECIES_GOTHORITA + NUM_SPECIES, 0x0}, - [SPECIES_GOTHITELLE] = {0x8d00be8, SPECIES_GOTHITELLE + NUM_SPECIES, 0x0}, - [SPECIES_SOLOSIS] = {0x8d00be8, SPECIES_SOLOSIS + NUM_SPECIES, 0x0}, - [SPECIES_DUOSION] = {0x8d00be8, SPECIES_DUOSION + NUM_SPECIES, 0x0}, - [SPECIES_REUNICLUS] = {0x8d00be8, SPECIES_REUNICLUS + NUM_SPECIES, 0x0}, - [SPECIES_DUCKLETT] = {0x8d00be8, SPECIES_DUCKLETT + NUM_SPECIES, 0x0}, - [SPECIES_SWANNA] = {0x8d00be8, SPECIES_SWANNA + NUM_SPECIES, 0x0}, - [SPECIES_VANILLITE] = {0x8d00be8, SPECIES_VANILLITE + NUM_SPECIES, 0x0}, - [SPECIES_VANILLISH] = {0x8d00be8, SPECIES_VANILLISH + NUM_SPECIES, 0x0}, - [SPECIES_VANILLUXE] = {0x8d00be8, SPECIES_VANILLUXE + NUM_SPECIES, 0x0}, - [SPECIES_DEERLING] = {0x8d00be8, SPECIES_DEERLING + NUM_SPECIES, 0x0}, - [SPECIES_SAWSBUCK] = {0x8d00be8, SPECIES_SAWSBUCK + NUM_SPECIES, 0x0}, - [SPECIES_EMOLGA] = {0x8d00be8, SPECIES_EMOLGA + NUM_SPECIES, 0x0}, - [SPECIES_KARRABLAST] = {0x8d00be8, SPECIES_KARRABLAST + NUM_SPECIES, 0x0}, - [SPECIES_ESCAVALIER] = {0x8d00be8, SPECIES_ESCAVALIER + NUM_SPECIES, 0x0}, - [SPECIES_FOONGUS] = {0x8d00be8, SPECIES_FOONGUS + NUM_SPECIES, 0x0}, - [SPECIES_AMOONGUSS] = {0x8d00be8, SPECIES_AMOONGUSS + NUM_SPECIES, 0x0}, - [SPECIES_FRILLISH] = {0x8d00be8, SPECIES_FRILLISH + NUM_SPECIES, 0x0}, - [SPECIES_JELLICENT] = {0x8d00be8, SPECIES_JELLICENT + NUM_SPECIES, 0x0}, - [SPECIES_ALOMOMOLA] = {0x8d00be8, SPECIES_ALOMOMOLA + NUM_SPECIES, 0x0}, - [SPECIES_JOLTIK] = {0x8d00be8, SPECIES_JOLTIK + NUM_SPECIES, 0x0}, - [SPECIES_GALVANTULA] = {0x8d00be8, SPECIES_GALVANTULA + NUM_SPECIES, 0x0}, - [SPECIES_FERROSEED] = {0x8d00be8, SPECIES_FERROSEED + NUM_SPECIES, 0x0}, - [SPECIES_FERROTHORN] = {0x8d00be8, SPECIES_FERROTHORN + NUM_SPECIES, 0x0}, - [SPECIES_KLINK] = {0x8d00be8, SPECIES_KLINK + NUM_SPECIES, 0x0}, - [SPECIES_KLANG] = {0x8d00be8, SPECIES_KLANG + NUM_SPECIES, 0x0}, - [SPECIES_KLINKLANG] = {0x8d00be8, SPECIES_KLINKLANG + NUM_SPECIES, 0x0}, - [SPECIES_TYNAMO] = {0x8d00be8, SPECIES_TYNAMO + NUM_SPECIES, 0x0}, - [SPECIES_EELEKTRIK] = {0x8d00be8, SPECIES_EELEKTRIK + NUM_SPECIES, 0x0}, - [SPECIES_EELEKTROSS] = {0x8d00be8, SPECIES_EELEKTROSS + NUM_SPECIES, 0x0}, - [SPECIES_ELGYEM] = {0x8d00be8, SPECIES_ELGYEM + NUM_SPECIES, 0x0}, - [SPECIES_BEHEEYEM] = {0x8d00be8, SPECIES_BEHEEYEM + NUM_SPECIES, 0x0}, - [SPECIES_LITWICK] = {0x8d00be8, SPECIES_LITWICK + NUM_SPECIES, 0x0}, - [SPECIES_LAMPENT] = {0x8d00be8, SPECIES_LAMPENT + NUM_SPECIES, 0x0}, - [SPECIES_CHANDELURE] = {0x8d00be8, SPECIES_CHANDELURE + NUM_SPECIES, 0x0}, - [SPECIES_AXEW] = {0x8d00be8, SPECIES_AXEW + NUM_SPECIES, 0x0}, - [SPECIES_FRAXURE] = {0x8d00be8, SPECIES_FRAXURE + NUM_SPECIES, 0x0}, - [SPECIES_HAXORUS] = {0x8d00be8, SPECIES_HAXORUS + NUM_SPECIES, 0x0}, - [SPECIES_CUBCHOO] = {0x8d00be8, SPECIES_CUBCHOO + NUM_SPECIES, 0x0}, - [SPECIES_BEARTIC] = {0x8d00be8, SPECIES_BEARTIC + NUM_SPECIES, 0x0}, - [SPECIES_CRYOGONAL] = {0x8d00be8, SPECIES_CRYOGONAL + NUM_SPECIES, 0x0}, - [SPECIES_SHELMET] = {0x8d00be8, SPECIES_SHELMET + NUM_SPECIES, 0x0}, - [SPECIES_ACCELGOR] = {0x8d00be8, SPECIES_ACCELGOR + NUM_SPECIES, 0x0}, - [SPECIES_STUNFISK] = {0x8d00be8, SPECIES_STUNFISK + NUM_SPECIES, 0x0}, - [SPECIES_MIENFOO] = {0x8d00be8, SPECIES_MIENFOO + NUM_SPECIES, 0x0}, - [SPECIES_MIENSHAO] = {0x8d00be8, SPECIES_MIENSHAO + NUM_SPECIES, 0x0}, - [SPECIES_DRUDDIGON] = {0x8d00be8, SPECIES_DRUDDIGON + NUM_SPECIES, 0x0}, - [SPECIES_GOLETT] = {0x8d00be8, SPECIES_GOLETT + NUM_SPECIES, 0x0}, - [SPECIES_GOLURK] = {0x8d00be8, SPECIES_GOLURK + NUM_SPECIES, 0x0}, - [SPECIES_PAWNIARD] = {0x8d00be8, SPECIES_PAWNIARD + NUM_SPECIES, 0x0}, - [SPECIES_BISHARP] = {0x8d00be8, SPECIES_BISHARP + NUM_SPECIES, 0x0}, - [SPECIES_BOUFFALANT] = {0x8d00be8, SPECIES_BOUFFALANT + NUM_SPECIES, 0x0}, - [SPECIES_RUFFLET] = {0x8d00be8, SPECIES_RUFFLET + NUM_SPECIES, 0x0}, - [SPECIES_BRAVIARY] = {0x8d00be8, SPECIES_BRAVIARY + NUM_SPECIES, 0x0}, - [SPECIES_VULLABY] = {0x8d00be8, SPECIES_VULLABY + NUM_SPECIES, 0x0}, - [SPECIES_MANDIBUZZ] = {0x8d00be8, SPECIES_MANDIBUZZ + NUM_SPECIES, 0x0}, - [SPECIES_HEATMOR] = {0x8d00be8, SPECIES_HEATMOR + NUM_SPECIES, 0x0}, - [SPECIES_DURANT] = {0x8d00be8, SPECIES_DURANT + NUM_SPECIES, 0x0}, - [SPECIES_DEINO] = {0x8d00be8, SPECIES_DEINO + NUM_SPECIES, 0x0}, - [SPECIES_ZWEILOUS] = {0x8d00be8, SPECIES_ZWEILOUS + NUM_SPECIES, 0x0}, - [SPECIES_HYDREIGON] = {0x8d00be8, SPECIES_HYDREIGON + NUM_SPECIES, 0x0}, - [SPECIES_LARVESTA] = {0x8d00be8, SPECIES_LARVESTA + NUM_SPECIES, 0x0}, - [SPECIES_VOLCARONA] = {0x8d00be8, SPECIES_VOLCARONA + NUM_SPECIES, 0x0}, - [SPECIES_COBALION] = {0x8d00be8, SPECIES_COBALION + NUM_SPECIES, 0x0}, - [SPECIES_TERRAKION] = {0x8d00be8, SPECIES_TERRAKION + NUM_SPECIES, 0x0}, - [SPECIES_VIRIZION] = {0x8d00be8, SPECIES_VIRIZION + NUM_SPECIES, 0x0}, - [SPECIES_TORNADUS] = {0x8d00be8, SPECIES_TORNADUS + NUM_SPECIES, 0x0}, - [SPECIES_THUNDURUS] = {0x8d00be8, SPECIES_THUNDURUS + NUM_SPECIES, 0x0}, - [SPECIES_RESHIRAM] = {0x8d00be8, SPECIES_RESHIRAM + NUM_SPECIES, 0x0}, - [SPECIES_ZEKROM] = {0x8d00be8, SPECIES_ZEKROM + NUM_SPECIES, 0x0}, - [SPECIES_LANDORUS] = {0x8d00be8, SPECIES_LANDORUS + NUM_SPECIES, 0x0}, - [SPECIES_KYUREM] = {0x8d00be8, SPECIES_KYUREM + NUM_SPECIES, 0x0}, - [SPECIES_KELDEO] = {0x8d00be8, SPECIES_KELDEO + NUM_SPECIES, 0x0}, - [SPECIES_MELOETTA] = {0x8d00be8, SPECIES_MELOETTA + NUM_SPECIES, 0x0}, - [SPECIES_GENESECT] = {0x8d00be8, SPECIES_GENESECT + NUM_SPECIES, 0x0}, - [SPECIES_UNFEZANT_F] = {0x8d00be8, SPECIES_UNFEZANT_F + NUM_SPECIES, 0x0}, - [SPECIES_FRILLISH_F] = {0x8d00be8, SPECIES_FRILLISH_F + NUM_SPECIES, 0x0}, - [SPECIES_JELLICENT_F] = {0x8d00be8, SPECIES_JELLICENT_F + NUM_SPECIES, 0x0}, - [SPECIES_SHADOW_WARRIOR] = {0x8d00be8, SPECIES_SHADOW_WARRIOR + NUM_SPECIES, 0x0}, - [SPECIES_BURMY_SANDY] = {0x8d00be8, SPECIES_BURMY_SANDY + NUM_SPECIES, 0x0}, - [SPECIES_BURMY_TRASH] = {0x8d00be8, SPECIES_BURMY_TRASH + NUM_SPECIES, 0x0}, - [SPECIES_WORMADAM_SANDY] = {0x8d00be8, SPECIES_WORMADAM_SANDY + NUM_SPECIES, 0x0}, - [SPECIES_WORMADAM_TRASH] = {0x8d00be8, SPECIES_WORMADAM_TRASH + NUM_SPECIES, 0x0}, - [SPECIES_SHELLOS_EAST] = {0x8d00be8, SPECIES_SHELLOS_EAST + NUM_SPECIES, 0x0}, - [SPECIES_GASTRODON_EAST] = {0x8d00be8, SPECIES_GASTRODON_EAST + NUM_SPECIES, 0x0}, - [SPECIES_ROTOM_HEAT] = {0x8d00be8, SPECIES_ROTOM_HEAT + NUM_SPECIES, 0x0}, - [SPECIES_ROTOM_WASH] = {0x8d00be8, SPECIES_ROTOM_WASH + NUM_SPECIES, 0x0}, - [SPECIES_ROTOM_FROST] = {0x8d00be8, SPECIES_ROTOM_FROST + NUM_SPECIES, 0x0}, - [SPECIES_ROTOM_FAN] = {0x8d00be8, SPECIES_ROTOM_FAN + NUM_SPECIES, 0x0}, - [SPECIES_ROTOM_MOW] = {0x8d00be8, SPECIES_ROTOM_MOW + NUM_SPECIES, 0x0}, - [SPECIES_GIRATINA_ORIGIN] = {0x8d00be8, SPECIES_GIRATINA_ORIGIN + NUM_SPECIES, 0x0}, - [SPECIES_SHAYMIN_SKY] = {0x8d00be8, SPECIES_SHAYMIN_SKY + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_FIGHT] = {0x8d00be8, SPECIES_ARCEUS_FIGHT + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_FLYING] = {0x8d00be8, SPECIES_ARCEUS_FLYING + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_POISON] = {0x8d00be8, SPECIES_ARCEUS_POISON + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_GROUND] = {0x8d00be8, SPECIES_ARCEUS_GROUND + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_ROCK] = {0x8d00be8, SPECIES_ARCEUS_ROCK + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_BUG] = {0x8d00be8, SPECIES_ARCEUS_BUG + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_GHOST] = {0x8d00be8, SPECIES_ARCEUS_GHOST + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_STEEL] = {0x8d00be8, SPECIES_ARCEUS_STEEL + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_FIRE] = {0x8d00be8, SPECIES_ARCEUS_FIRE + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_WATER] = {0x8d00be8, SPECIES_ARCEUS_WATER + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_GRASS] = {0x8d00be8, SPECIES_ARCEUS_GRASS + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_ELECTRIC] = {0x8d00be8, SPECIES_ARCEUS_ELECTRIC + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_PSYCHIC] = {0x8d00be8, SPECIES_ARCEUS_PSYCHIC + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_ICE] = {0x8d00be8, SPECIES_ARCEUS_ICE + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_DRAGON] = {0x8d00be8, SPECIES_ARCEUS_DRAGON + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_DARK] = {0x8d00be8, SPECIES_ARCEUS_DARK + NUM_SPECIES, 0x0}, - [SPECIES_BASCULIN_BLUE] = {0x8d00be8, SPECIES_BASCULIN_BLUE + NUM_SPECIES, 0x0}, - [SPECIES_DARMANITANZEN] = {0x8d00be8, SPECIES_DARMANITANZEN + NUM_SPECIES, 0x0}, - [SPECIES_DEERLING_SUMMER] = {0x8d00be8, SPECIES_DEERLING_SUMMER + NUM_SPECIES, 0x0}, - [SPECIES_DEERLING_AUTUMN] = {0x8d00be8, SPECIES_DEERLING_AUTUMN + NUM_SPECIES, 0x0}, - [SPECIES_DEERLING_WINTER] = {0x8d00be8, SPECIES_DEERLING_WINTER + NUM_SPECIES, 0x0}, - [SPECIES_SAWSBUCK_SUMMER] = {0x8d00be8, SPECIES_SAWSBUCK_SUMMER + NUM_SPECIES, 0x0}, - [SPECIES_SAWSBUCK_AUTUMN] = {0x8d00be8, SPECIES_SAWSBUCK_AUTUMN + NUM_SPECIES, 0x0}, - [SPECIES_SAWSBUCK_WINTER] = {0x8d00be8, SPECIES_SAWSBUCK_WINTER + NUM_SPECIES, 0x0}, - [SPECIES_HIPPOPOTAS_F] = {0x8d00be8, SPECIES_HIPPOPOTAS_F + NUM_SPECIES, 0x0}, - [SPECIES_HIPPOWDON_F] = {0x8d00be8, SPECIES_HIPPOWDON_F + NUM_SPECIES, 0x0}, - [SPECIES_MELOETTA_PIROUETTE] = {0x8d00be8, SPECIES_MELOETTA_PIROUETTE + NUM_SPECIES, 0x0}, - [SPECIES_GENESECT_SHOCK] = {0x8d00be8, SPECIES_GENESECT_SHOCK + NUM_SPECIES, 0x0}, - [SPECIES_GENESECT_BURN] = {0x8d00be8, SPECIES_GENESECT_BURN + NUM_SPECIES, 0x0}, - [SPECIES_GENESECT_CHILL] = {0x8d00be8, SPECIES_GENESECT_CHILL + NUM_SPECIES, 0x0}, - [SPECIES_GENESECT_DOUSE] = {0x8d00be8, SPECIES_GENESECT_DOUSE + NUM_SPECIES, 0x0}, - [SPECIES_CHERRIM_SUN] = {0x8d00be8, SPECIES_CHERRIM_SUN + NUM_SPECIES, 0x0}, - [SPECIES_KYUREM_BLACK] = {0x8d00be8, SPECIES_KYUREM_BLACK + NUM_SPECIES, 0x0}, - [SPECIES_KYUREM_WHITE] = {0x8d00be8, SPECIES_KYUREM_WHITE + NUM_SPECIES, 0x0}, - [SPECIES_TORNADUS_THERIAN] = {0x8d00be8, SPECIES_TORNADUS_THERIAN + NUM_SPECIES, 0x0}, - [SPECIES_THUNDURUS_THERIAN] = {0x8d00be8, SPECIES_THUNDURUS_THERIAN + NUM_SPECIES, 0x0}, - [SPECIES_LANDORUS_THERIAN] = {0x8d00be8, SPECIES_LANDORUS_THERIAN + NUM_SPECIES, 0x0}, - [SPECIES_KELDEO_RESOLUTE] = {0x8d00be8, SPECIES_KELDEO_RESOLUTE + NUM_SPECIES, 0x0}, - [SPECIES_CHESPIN] = {0x8d00be8, SPECIES_CHESPIN + NUM_SPECIES, 0x0}, - [SPECIES_QUILLADIN] = {0x8d00be8, SPECIES_QUILLADIN + NUM_SPECIES, 0x0}, - [SPECIES_CHESNAUGHT] = {0x8d00be8, SPECIES_CHESNAUGHT + NUM_SPECIES, 0x0}, - [SPECIES_FENNEKIN] = {0x8d00be8, SPECIES_FENNEKIN + NUM_SPECIES, 0x0}, - [SPECIES_BRAIXEN] = {0x8d00be8, SPECIES_BRAIXEN + NUM_SPECIES, 0x0}, - [SPECIES_DELPHOX] = {0x8d00be8, SPECIES_DELPHOX + NUM_SPECIES, 0x0}, - [SPECIES_FROAKIE] = {0x8d00be8, SPECIES_FROAKIE + NUM_SPECIES, 0x0}, - [SPECIES_FROGADIER] = {0x8d00be8, SPECIES_FROGADIER + NUM_SPECIES, 0x0}, - [SPECIES_GRENINJA] = {0x8d00be8, SPECIES_GRENINJA + NUM_SPECIES, 0x0}, - [SPECIES_BUNNELBY] = {0x8d00be8, SPECIES_BUNNELBY + NUM_SPECIES, 0x0}, - [SPECIES_DIGGERSBY] = {0x8d00be8, SPECIES_DIGGERSBY + NUM_SPECIES, 0x0}, - [SPECIES_FLETCHLING] = {0x8d00be8, SPECIES_FLETCHLING + NUM_SPECIES, 0x0}, - [SPECIES_FLETCHINDER] = {0x8d00be8, SPECIES_FLETCHINDER + NUM_SPECIES, 0x0}, - [SPECIES_TALONFLAME] = {0x8d00be8, SPECIES_TALONFLAME + NUM_SPECIES, 0x0}, - [SPECIES_SCATTERBUG] = {0x8d00be8, SPECIES_SCATTERBUG + NUM_SPECIES, 0x0}, - [SPECIES_SPEWPA] = {0x8d00be8, SPECIES_SPEWPA + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON] = {0x8d00be8, SPECIES_VIVILLON + NUM_SPECIES, 0x0}, - [SPECIES_LITLEO] = {0x8d00be8, SPECIES_LITLEO + NUM_SPECIES, 0x0}, - [SPECIES_PYROAR] = {0x8d00be8, SPECIES_PYROAR + NUM_SPECIES, 0x0}, - [SPECIES_FLABEBE] = {0x8d00be8, SPECIES_FLABEBE + NUM_SPECIES, 0x0}, - [SPECIES_FLOETTE] = {0x8d00be8, SPECIES_FLOETTE + NUM_SPECIES, 0x0}, - [SPECIES_FLORGES] = {0x8d00be8, SPECIES_FLORGES + NUM_SPECIES, 0x0}, - [SPECIES_SKIDDO] = {0x8d00be8, SPECIES_SKIDDO + NUM_SPECIES, 0x0}, - [SPECIES_GOGOAT] = {0x8d00be8, SPECIES_GOGOAT + NUM_SPECIES, 0x0}, - [SPECIES_PANCHAM] = {0x8d00be8, SPECIES_PANCHAM + NUM_SPECIES, 0x0}, - [SPECIES_PANGORO] = {0x8d00be8, SPECIES_PANGORO + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU] = {0x8d00be8, SPECIES_FURFROU + NUM_SPECIES, 0x0}, - [SPECIES_ESPURR] = {0x8d00be8, SPECIES_ESPURR + NUM_SPECIES, 0x0}, - [SPECIES_MEOWSTIC] = {0x8d00be8, SPECIES_MEOWSTIC + NUM_SPECIES, 0x0}, - [SPECIES_HONEDGE] = {0x8d00be8, SPECIES_HONEDGE + NUM_SPECIES, 0x0}, - [SPECIES_DOUBLADE] = {0x8d00be8, SPECIES_DOUBLADE + NUM_SPECIES, 0x0}, - [SPECIES_AEGISLASH] = {0x8d00be8, SPECIES_AEGISLASH + NUM_SPECIES, 0x0}, - [SPECIES_SPRITZEE] = {0x8d00be8, SPECIES_SPRITZEE + NUM_SPECIES, 0x0}, - [SPECIES_AROMATISSE] = {0x8d00be8, SPECIES_AROMATISSE + NUM_SPECIES, 0x0}, - [SPECIES_SWIRLIX] = {0x8d00be8, SPECIES_SWIRLIX + NUM_SPECIES, 0x0}, - [SPECIES_SLURPUFF] = {0x8d00be8, SPECIES_SLURPUFF + NUM_SPECIES, 0x0}, - [SPECIES_INKAY] = {0x8d00be8, SPECIES_INKAY + NUM_SPECIES, 0x0}, - [SPECIES_MALAMAR] = {0x8d00be8, SPECIES_MALAMAR + NUM_SPECIES, 0x0}, - [SPECIES_BINACLE] = {0x8d00be8, SPECIES_BINACLE + NUM_SPECIES, 0x0}, - [SPECIES_BARBARACLE] = {0x8d00be8, SPECIES_BARBARACLE + NUM_SPECIES, 0x0}, - [SPECIES_SKRELP] = {0x8d00be8, SPECIES_SKRELP + NUM_SPECIES, 0x0}, - [SPECIES_DRAGALGE] = {0x8d00be8, SPECIES_DRAGALGE + NUM_SPECIES, 0x0}, - [SPECIES_CLAUNCHER] = {0x8d00be8, SPECIES_CLAUNCHER + NUM_SPECIES, 0x0}, - [SPECIES_CLAWITZER] = {0x8d00be8, SPECIES_CLAWITZER + NUM_SPECIES, 0x0}, - [SPECIES_HELIOPTILE] = {0x8d00be8, SPECIES_HELIOPTILE + NUM_SPECIES, 0x0}, - [SPECIES_HELIOLISK] = {0x8d00be8, SPECIES_HELIOLISK + NUM_SPECIES, 0x0}, - [SPECIES_TYRUNT] = {0x8d00be8, SPECIES_TYRUNT + NUM_SPECIES, 0x0}, - [SPECIES_TYRANTRUM] = {0x8d00be8, SPECIES_TYRANTRUM + NUM_SPECIES, 0x0}, - [SPECIES_AMAURA] = {0x8d00be8, SPECIES_AMAURA + NUM_SPECIES, 0x0}, - [SPECIES_AURORUS] = {0x8d00be8, SPECIES_AURORUS + NUM_SPECIES, 0x0}, - [SPECIES_SYLVEON] = {0x8d00be8, SPECIES_SYLVEON + NUM_SPECIES, 0x0}, - [SPECIES_HAWLUCHA] = {0x8d00be8, SPECIES_HAWLUCHA + NUM_SPECIES, 0x0}, - [SPECIES_DEDENNE] = {0x8d00be8, SPECIES_DEDENNE + NUM_SPECIES, 0x0}, - [SPECIES_CARBINK] = {0x8d00be8, SPECIES_CARBINK + NUM_SPECIES, 0x0}, - [SPECIES_GOOMY] = {0x8d00be8, SPECIES_GOOMY + NUM_SPECIES, 0x0}, - [SPECIES_SLIGGOO] = {0x8d00be8, SPECIES_SLIGGOO + NUM_SPECIES, 0x0}, - [SPECIES_GOODRA] = {0x8d00be8, SPECIES_GOODRA + NUM_SPECIES, 0x0}, - [SPECIES_KLEFKI] = {0x8d00be8, SPECIES_KLEFKI + NUM_SPECIES, 0x0}, - [SPECIES_PHANTUMP] = {0x8d00be8, SPECIES_PHANTUMP + NUM_SPECIES, 0x0}, - [SPECIES_TREVENANT] = {0x8d00be8, SPECIES_TREVENANT + NUM_SPECIES, 0x0}, - [SPECIES_PUMPKABOO] = {0x8d00be8, SPECIES_PUMPKABOO + NUM_SPECIES, 0x0}, - [SPECIES_GOURGEIST] = {0x8d00be8, SPECIES_GOURGEIST + NUM_SPECIES, 0x0}, - [SPECIES_BERGMITE] = {0x8d00be8, SPECIES_BERGMITE + NUM_SPECIES, 0x0}, - [SPECIES_AVALUGG] = {0x8d00be8, SPECIES_AVALUGG + NUM_SPECIES, 0x0}, - [SPECIES_NOIBAT] = {0x8d00be8, SPECIES_NOIBAT + NUM_SPECIES, 0x0}, - [SPECIES_NOIVERN] = {0x8d00be8, SPECIES_NOIVERN + NUM_SPECIES, 0x0}, - [SPECIES_XERNEAS] = {0x8d00be8, SPECIES_XERNEAS + NUM_SPECIES, 0x0}, - [SPECIES_YVELTAL] = {0x8d00be8, SPECIES_YVELTAL + NUM_SPECIES, 0x0}, - [SPECIES_ZYGARDE] = {0x8d00be8, SPECIES_ZYGARDE + NUM_SPECIES, 0x0}, - [SPECIES_DIANCIE] = {0x8d00be8, SPECIES_DIANCIE + NUM_SPECIES, 0x0}, - [SPECIES_HOOPA] = {0x8d00be8, SPECIES_HOOPA + NUM_SPECIES, 0x0}, - [SPECIES_HOOPA_UNBOUND] = {0x8d00be8, SPECIES_HOOPA_UNBOUND + NUM_SPECIES, 0x0}, - [SPECIES_VOLCANION] = {0x8d00be8, SPECIES_VOLCANION + NUM_SPECIES, 0x0}, - [SPECIES_PYROAR_FEMALE] = {0x8d00be8, SPECIES_PYROAR_FEMALE + NUM_SPECIES, 0x0}, - [SPECIES_MEOWSTIC_FEMALE] = {0x8d00be8, SPECIES_MEOWSTIC_FEMALE + NUM_SPECIES, 0x0}, - [SPECIES_AEGISLASH_BLADE] = {0x8d00be8, SPECIES_AEGISLASH_BLADE + NUM_SPECIES, 0x0}, - [SPECIES_ARCEUS_FAIRY] = {0x8d00be8, SPECIES_ARCEUS_FAIRY + NUM_SPECIES, 0x0}, - [SPECIES_ZYGARDE_CELL] = {0x8d00be8, SPECIES_ZYGARDE_CELL + NUM_SPECIES, 0x0}, - [SPECIES_ZYGARDE_CORE] = {0x8d00be8, SPECIES_ZYGARDE_CORE + NUM_SPECIES, 0x0}, - [SPECIES_ZYGARDE_10] = {0x8d00be8, SPECIES_ZYGARDE_10 + NUM_SPECIES, 0x0}, - [SPECIES_ZYGARDE_COMPLETE] = {0x8d00be8, SPECIES_ZYGARDE_COMPLETE + NUM_SPECIES, 0x0}, - [SPECIES_ASHGRENINJA] = {0x8d00be8, SPECIES_ASHGRENINJA + NUM_SPECIES, 0x0}, - [SPECIES_FLABEBE_BLUE] = {0x8d00be8, SPECIES_FLABEBE_BLUE + NUM_SPECIES, 0x0}, - [SPECIES_FLABEBE_ORANGE] = {0x8d00be8, SPECIES_FLABEBE_ORANGE + NUM_SPECIES, 0x0}, - [SPECIES_FLABEBE_YELLOW] = {0x8d00be8, SPECIES_FLABEBE_YELLOW + NUM_SPECIES, 0x0}, - [SPECIES_FLABEBE_WHITE] = {0x8d00be8, SPECIES_FLABEBE_WHITE + NUM_SPECIES, 0x0}, - [SPECIES_FLOETTE_BLUE] = {0x8d00be8, SPECIES_FLOETTE_BLUE + NUM_SPECIES, 0x0}, - [SPECIES_FLOETTE_ORANGE] = {0x8d00be8, SPECIES_FLOETTE_ORANGE + NUM_SPECIES, 0x0}, - [SPECIES_FLOETTE_YELLOW] = {0x8d00be8, SPECIES_FLOETTE_YELLOW + NUM_SPECIES, 0x0}, - [SPECIES_FLOETTE_WHITE] = {0x8d00be8, SPECIES_FLOETTE_WHITE + NUM_SPECIES, 0x0}, - [SPECIES_FLOETTE_ETERNAL] = {0x8d00be8, SPECIES_FLOETTE_ETERNAL + NUM_SPECIES, 0x0}, - [SPECIES_FLORGES_BLUE] = {0x8d00be8, SPECIES_FLORGES_BLUE + NUM_SPECIES, 0x0}, - [SPECIES_FLORGES_ORANGE] = {0x8d00be8, SPECIES_FLORGES_ORANGE + NUM_SPECIES, 0x0}, - [SPECIES_FLORGES_YELLOW] = {0x8d00be8, SPECIES_FLORGES_YELLOW + NUM_SPECIES, 0x0}, - [SPECIES_FLORGES_WHITE] = {0x8d00be8, SPECIES_FLORGES_WHITE + NUM_SPECIES, 0x0}, - [SPECIES_PUMPKABOO_XL] = {0x8d00be8, SPECIES_PUMPKABOO_XL + NUM_SPECIES, 0x0}, - [SPECIES_PUMPKABOO_L] = {0x8d00be8, SPECIES_PUMPKABOO_L + NUM_SPECIES, 0x0}, - [SPECIES_PUMPKABOO_M] = {0x8d00be8, SPECIES_PUMPKABOO_M + NUM_SPECIES, 0x0}, - [SPECIES_GOURGEIST_XL] = {0x8d00be8, SPECIES_GOURGEIST_XL + NUM_SPECIES, 0x0}, - [SPECIES_GOURGEIST_L] = {0x8d00be8, SPECIES_GOURGEIST_L + NUM_SPECIES, 0x0}, - [SPECIES_GOURGEIST_M] = {0x8d00be8, SPECIES_GOURGEIST_M + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU_HEART] = {0x8d00be8, SPECIES_FURFROU_HEART + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU_DIAMOND] = {0x8d00be8, SPECIES_FURFROU_DIAMOND + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU_STAR] = {0x8d00be8, SPECIES_FURFROU_STAR + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU_PHAROAH] = {0x8d00be8, SPECIES_FURFROU_PHAROAH + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU_KABUKI] = {0x8d00be8, SPECIES_FURFROU_KABUKI + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU_LA_REINE] = {0x8d00be8, SPECIES_FURFROU_LA_REINE + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU_MATRON] = {0x8d00be8, SPECIES_FURFROU_MATRON + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU_DANDY] = {0x8d00be8, SPECIES_FURFROU_DANDY + NUM_SPECIES, 0x0}, - [SPECIES_FURFROU_DEBUTANTE] = {0x8d00be8, SPECIES_FURFROU_DEBUTANTE + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_FANCY] = {0x8d00be8, SPECIES_VIVILLON_FANCY + NUM_SPECIES, 0x0}, - [SPECIES_VENUSAUR_MEGA] = {0x8d00be8, SPECIES_VENUSAUR_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_CHARIZARD_MEGA_X] = {0x8d00be8, SPECIES_CHARIZARD_MEGA_X + NUM_SPECIES, 0x0}, - [SPECIES_CHARIZARD_MEGA_Y] = {0x8d00be8, SPECIES_CHARIZARD_MEGA_Y + NUM_SPECIES, 0x0}, - [SPECIES_BLASTOISE_MEGA] = {0x8d00be8, SPECIES_BLASTOISE_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_BEEDRILL_MEGA] = {0x8d00be8, SPECIES_BEEDRILL_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_PIDGEOT_MEGA] = {0x8d00be8, SPECIES_PIDGEOT_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_ALAKAZAM_MEGA] = {0x8d00be8, SPECIES_ALAKAZAM_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_SLOWBRO_MEGA] = {0x8d00be8, SPECIES_SLOWBRO_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_GENGAR_MEGA] = {0x8d00be8, SPECIES_GENGAR_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_KANGASKHAN_MEGA] = {0x8d00be8, SPECIES_KANGASKHAN_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_PINSIR_MEGA] = {0x8d00be8, SPECIES_PINSIR_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_GYARADOS_MEGA] = {0x8d00be8, SPECIES_GYARADOS_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_AERODACTYL_MEGA] = {0x8d00be8, SPECIES_AERODACTYL_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_MEWTWO_MEGA_X] = {0x8d00be8, SPECIES_MEWTWO_MEGA_X + NUM_SPECIES, 0x0}, - [SPECIES_MEWTWO_MEGA_Y] = {0x8d00be8, SPECIES_MEWTWO_MEGA_Y + NUM_SPECIES, 0x0}, - [SPECIES_AMPHAROS_MEGA] = {0x8d00be8, SPECIES_AMPHAROS_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_STEELIX_MEGA] = {0x8d00be8, SPECIES_STEELIX_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_SCIZOR_MEGA] = {0x8d00be8, SPECIES_SCIZOR_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_HERACROSS_MEGA] = {0x8d00be8, SPECIES_HERACROSS_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_HOUNDOOM_MEGA] = {0x8d00be8, SPECIES_HOUNDOOM_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_TYRANITAR_MEGA] = {0x8d00be8, SPECIES_TYRANITAR_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_SCEPTILE_MEGA] = {0x8d00be8, SPECIES_SCEPTILE_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_BLAZIKEN_MEGA] = {0x8d00be8, SPECIES_BLAZIKEN_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_SWAMPERT_MEGA] = {0x8d00be8, SPECIES_SWAMPERT_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_GARDEVOIR_MEGA] = {0x8d00be8, SPECIES_GARDEVOIR_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_SABLEYE_MEGA] = {0x8d00be8, SPECIES_SABLEYE_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_MAWILE_MEGA] = {0x8d00be8, SPECIES_MAWILE_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_AGGRON_MEGA] = {0x8d00be8, SPECIES_AGGRON_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_MEDICHAM_MEGA] = {0x8d00be8, SPECIES_MEDICHAM_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_MANECTRIC_MEGA] = {0x8d00be8, SPECIES_MANECTRIC_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_SHARPEDO_MEGA] = {0x8d00be8, SPECIES_SHARPEDO_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_CAMERUPT_MEGA] = {0x8d00be8, SPECIES_CAMERUPT_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_ALTARIA_MEGA] = {0x8d00be8, SPECIES_ALTARIA_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_BANETTE_MEGA] = {0x8d00be8, SPECIES_BANETTE_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_ABSOL_MEGA] = {0x8d00be8, SPECIES_ABSOL_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_GLALIE_MEGA] = {0x8d00be8, SPECIES_GLALIE_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_SALAMENCE_MEGA] = {0x8d00be8, SPECIES_SALAMENCE_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_METAGROSS_MEGA] = {0x8d00be8, SPECIES_METAGROSS_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_LATIAS_MEGA] = {0x8d00be8, SPECIES_LATIAS_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_LATIOS_MEGA] = {0x8d00be8, SPECIES_LATIOS_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_GROUDON_PRIMAL] = {0x8d00be8, SPECIES_GROUDON_PRIMAL + NUM_SPECIES, 0x0}, - [SPECIES_KYOGRE_PRIMAL] = {0x8d00be8, SPECIES_KYOGRE_PRIMAL + NUM_SPECIES, 0x0}, - [SPECIES_RAYQUAZA_MEGA] = {0x8d00be8, SPECIES_RAYQUAZA_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_LOPUNNY_MEGA] = {0x8d00be8, SPECIES_LOPUNNY_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_GARCHOMP_MEGA] = {0x8d00be8, SPECIES_GARCHOMP_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_LUCARIO_MEGA] = {0x8d00be8, SPECIES_LUCARIO_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_ABOMASNOW_MEGA] = {0x8d00be8, SPECIES_ABOMASNOW_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_GALLADE_MEGA] = {0x8d00be8, SPECIES_GALLADE_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_AUDINO_MEGA] = {0x8d00be8, SPECIES_AUDINO_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_DIANCIE_MEGA] = {0x8d00be8, SPECIES_DIANCIE_MEGA + NUM_SPECIES, 0x0}, - [SPECIES_DIALGA_PRIMAL] = {0x8d00be8, SPECIES_DIALGA_PRIMAL + NUM_SPECIES, 0x0}, - [SPECIES_PALKIA_PRIMAL] = {0x8d00be8, SPECIES_PALKIA_PRIMAL + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_ARCHIPELAGO] = {0x8d00be8, SPECIES_VIVILLON_ARCHIPELAGO + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_CONTINENTAL] = {0x8d00be8, SPECIES_VIVILLON_CONTINENTAL + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_ELEGANT] = {0x8d00be8, SPECIES_VIVILLON_ELEGANT + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_GARDEN] = {0x8d00be8, SPECIES_VIVILLON_GARDEN + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_HIGH_PLAINS] = {0x8d00be8, SPECIES_VIVILLON_HIGH_PLAINS + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_ICY_SNOW] = {0x8d00be8, SPECIES_VIVILLON_ICY_SNOW + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_JUNGLE] = {0x8d00be8, SPECIES_VIVILLON_JUNGLE + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_MARINE] = {0x8d00be8, SPECIES_VIVILLON_MARINE + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_MODERN] = {0x8d00be8, SPECIES_VIVILLON_MODERN + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_MONSOON] = {0x8d00be8, SPECIES_VIVILLON_MONSOON + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_OCEAN] = {0x8d00be8, SPECIES_VIVILLON_OCEAN + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_POKEBALL] = {0x8d00be8, SPECIES_VIVILLON_POKEBALL + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_POLAR] = {0x8d00be8, SPECIES_VIVILLON_POLAR + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_RIVER] = {0x8d00be8, SPECIES_VIVILLON_RIVER + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_SANDSTORM] = {0x8d00be8, SPECIES_VIVILLON_SANDSTORM + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_SAVANNA] = {0x8d00be8, SPECIES_VIVILLON_SAVANNA + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_SUN] = {0x8d00be8, SPECIES_VIVILLON_SUN + NUM_SPECIES, 0x0}, - [SPECIES_VIVILLON_TUNDRA] = {0x8d00be8, SPECIES_VIVILLON_TUNDRA + NUM_SPECIES, 0x0}, - [SPECIES_ROWLET] = {0x8d00be8, SPECIES_ROWLET + NUM_SPECIES, 0x0}, - [SPECIES_DARTRIX] = {0x8d00be8, SPECIES_DARTRIX + NUM_SPECIES, 0x0}, - [SPECIES_DECIDUEYE] = {0x8d00be8, SPECIES_DECIDUEYE + NUM_SPECIES, 0x0}, - [SPECIES_LITTEN] = {0x8d00be8, SPECIES_LITTEN + NUM_SPECIES, 0x0}, - [SPECIES_TORRACAT] = {0x8d00be8, SPECIES_TORRACAT + NUM_SPECIES, 0x0}, - [SPECIES_INCINEROAR] = {0x8d00be8, SPECIES_INCINEROAR + NUM_SPECIES, 0x0}, - [SPECIES_POPPLIO] = {0x8d00be8, SPECIES_POPPLIO + NUM_SPECIES, 0x0}, - [SPECIES_BRIONNE] = {0x8d00be8, SPECIES_BRIONNE + NUM_SPECIES, 0x0}, - [SPECIES_PRIMARINA] = {0x8d00be8, SPECIES_PRIMARINA + NUM_SPECIES, 0x0}, - [SPECIES_PIKIPEK] = {0x8d00be8, SPECIES_PIKIPEK + NUM_SPECIES, 0x0}, - [SPECIES_TRUMBEAK] = {0x8d00be8, SPECIES_TRUMBEAK + NUM_SPECIES, 0x0}, - [SPECIES_TOUCANNON] = {0x8d00be8, SPECIES_TOUCANNON + NUM_SPECIES, 0x0}, - [SPECIES_YUNGOOS] = {0x8d00be8, SPECIES_YUNGOOS + NUM_SPECIES, 0x0}, - [SPECIES_GUMSHOOS] = {0x8d00be8, SPECIES_GUMSHOOS + NUM_SPECIES, 0x0}, - [SPECIES_GRUBBIN] = {0x8d00be8, SPECIES_GRUBBIN + NUM_SPECIES, 0x0}, - [SPECIES_CHARJABUG] = {0x8d00be8, SPECIES_CHARJABUG + NUM_SPECIES, 0x0}, - [SPECIES_VIKAVOLT] = {0x8d00be8, SPECIES_VIKAVOLT + NUM_SPECIES, 0x0}, - [SPECIES_CRABRAWLER] = {0x8d00be8, SPECIES_CRABRAWLER + NUM_SPECIES, 0x0}, - [SPECIES_CRABOMINABLE] = {0x8d00be8, SPECIES_CRABOMINABLE + NUM_SPECIES, 0x0}, - [SPECIES_ORICORIO] = {0x8d00be8, SPECIES_ORICORIO + NUM_SPECIES, 0x0}, - [SPECIES_CUTIEFLY] = {0x8d00be8, SPECIES_CUTIEFLY + NUM_SPECIES, 0x0}, - [SPECIES_RIBOMBEE] = {0x8d00be8, SPECIES_RIBOMBEE + NUM_SPECIES, 0x0}, - [SPECIES_ROCKRUFF] = {0x8d00be8, SPECIES_ROCKRUFF + NUM_SPECIES, 0x0}, - [SPECIES_LYCANROC] = {0x8d00be8, SPECIES_LYCANROC + NUM_SPECIES, 0x0}, - [SPECIES_WISHIWASHI] = {0x8d00be8, SPECIES_WISHIWASHI + NUM_SPECIES, 0x0}, - [SPECIES_MAREANIE] = {0x8d00be8, SPECIES_MAREANIE + NUM_SPECIES, 0x0}, - [SPECIES_TOXAPEX] = {0x8d00be8, SPECIES_TOXAPEX + NUM_SPECIES, 0x0}, - [SPECIES_MUDBRAY] = {0x8d00be8, SPECIES_MUDBRAY + NUM_SPECIES, 0x0}, - [SPECIES_MUDSDALE] = {0x8d00be8, SPECIES_MUDSDALE + NUM_SPECIES, 0x0}, - [SPECIES_DEWPIDER] = {0x8d00be8, SPECIES_DEWPIDER + NUM_SPECIES, 0x0}, - [SPECIES_ARAQUANID] = {0x8d00be8, SPECIES_ARAQUANID + NUM_SPECIES, 0x0}, - [SPECIES_FOMANTIS] = {0x8d00be8, SPECIES_FOMANTIS + NUM_SPECIES, 0x0}, - [SPECIES_LURANTIS] = {0x8d00be8, SPECIES_LURANTIS + NUM_SPECIES, 0x0}, - [SPECIES_MORELULL] = {0x8d00be8, SPECIES_MORELULL + NUM_SPECIES, 0x0}, - [SPECIES_SHIINOTIC] = {0x8d00be8, SPECIES_SHIINOTIC + NUM_SPECIES, 0x0}, - [SPECIES_SALANDIT] = {0x8d00be8, SPECIES_SALANDIT + NUM_SPECIES, 0x0}, - [SPECIES_SALAZZLE] = {0x8d00be8, SPECIES_SALAZZLE + NUM_SPECIES, 0x0}, - [SPECIES_STUFFUL] = {0x8d00be8, SPECIES_STUFFUL + NUM_SPECIES, 0x0}, - [SPECIES_BEWEAR] = {0x8d00be8, SPECIES_BEWEAR + NUM_SPECIES, 0x0}, - [SPECIES_BOUNSWEET] = {0x8d00be8, SPECIES_BOUNSWEET + NUM_SPECIES, 0x0}, - [SPECIES_STEENEE] = {0x8d00be8, SPECIES_STEENEE + NUM_SPECIES, 0x0}, - [SPECIES_TSAREENA] = {0x8d00be8, SPECIES_TSAREENA + NUM_SPECIES, 0x0}, - [SPECIES_COMFEY] = {0x8d00be8, SPECIES_COMFEY + NUM_SPECIES, 0x0}, - [SPECIES_ORANGURU] = {0x8d00be8, SPECIES_ORANGURU + NUM_SPECIES, 0x0}, - [SPECIES_PASSIMIAN] = {0x8d00be8, SPECIES_PASSIMIAN + NUM_SPECIES, 0x0}, - [SPECIES_WIMPOD] = {0x8d00be8, SPECIES_WIMPOD + NUM_SPECIES, 0x0}, - [SPECIES_GOLISOPOD] = {0x8d00be8, SPECIES_GOLISOPOD + NUM_SPECIES, 0x0}, - [SPECIES_SANDYGAST] = {0x8d00be8, SPECIES_SANDYGAST + NUM_SPECIES, 0x0}, - [SPECIES_PALOSSAND] = {0x8d00be8, SPECIES_PALOSSAND + NUM_SPECIES, 0x0}, - [SPECIES_PYUKUMUKU] = {0x8d00be8, SPECIES_PYUKUMUKU + NUM_SPECIES, 0x0}, - [SPECIES_TYPE_NULL] = {0x8d00be8, SPECIES_TYPE_NULL + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY] = {0x8d00be8, SPECIES_SILVALLY + NUM_SPECIES, 0x0}, - [SPECIES_MINIOR_SHIELD] = {0x8d00be8, SPECIES_MINIOR_SHIELD + NUM_SPECIES, 0x0}, - [SPECIES_KOMALA] = {0x8d00be8, SPECIES_KOMALA + NUM_SPECIES, 0x0}, - [SPECIES_TURTONATOR] = {0x8d00be8, SPECIES_TURTONATOR + NUM_SPECIES, 0x0}, - [SPECIES_TOGEDEMARU] = {0x8d00be8, SPECIES_TOGEDEMARU + NUM_SPECIES, 0x0}, - [SPECIES_MIMIKYU] = {0x8d00be8, SPECIES_MIMIKYU + NUM_SPECIES, 0x0}, - [SPECIES_BRUXISH] = {0x8d00be8, SPECIES_BRUXISH + NUM_SPECIES, 0x0}, - [SPECIES_DRAMPA] = {0x8d00be8, SPECIES_DRAMPA + NUM_SPECIES, 0x0}, - [SPECIES_DHELMISE] = {0x8d00be8, SPECIES_DHELMISE + NUM_SPECIES, 0x0}, - [SPECIES_JANGMO_O] = {0x8d00be8, SPECIES_JANGMO_O + NUM_SPECIES, 0x0}, - [SPECIES_HAKAMO_O] = {0x8d00be8, SPECIES_HAKAMO_O + NUM_SPECIES, 0x0}, - [SPECIES_KOMMO_O] = {0x8d00be8, SPECIES_KOMMO_O + NUM_SPECIES, 0x0}, - [SPECIES_TAPU_KOKO] = {0x8d00be8, SPECIES_TAPU_KOKO + NUM_SPECIES, 0x0}, - [SPECIES_TAPU_LELE] = {0x8d00be8, SPECIES_TAPU_LELE + NUM_SPECIES, 0x0}, - [SPECIES_TAPU_BULU] = {0x8d00be8, SPECIES_TAPU_BULU + NUM_SPECIES, 0x0}, - [SPECIES_TAPU_FINI] = {0x8d00be8, SPECIES_TAPU_FINI + NUM_SPECIES, 0x0}, - [SPECIES_COSMOG] = {0x8d00be8, SPECIES_COSMOG + NUM_SPECIES, 0x0}, - [SPECIES_COSMOEM] = {0x8d00be8, SPECIES_COSMOEM + NUM_SPECIES, 0x0}, - [SPECIES_SOLGALEO] = {0x8d00be8, SPECIES_SOLGALEO + NUM_SPECIES, 0x0}, - [SPECIES_LUNALA] = {0x8d00be8, SPECIES_LUNALA + NUM_SPECIES, 0x0}, - [SPECIES_NIHILEGO] = {0x8d00be8, SPECIES_NIHILEGO + NUM_SPECIES, 0x0}, - [SPECIES_BUZZWOLE] = {0x8d00be8, SPECIES_BUZZWOLE + NUM_SPECIES, 0x0}, - [SPECIES_PHEROMOSA] = {0x8d00be8, SPECIES_PHEROMOSA + NUM_SPECIES, 0x0}, - [SPECIES_XURKITREE] = {0x8d00be8, SPECIES_XURKITREE + NUM_SPECIES, 0x0}, - [SPECIES_CELESTEELA] = {0x8d00be8, SPECIES_CELESTEELA + NUM_SPECIES, 0x0}, - [SPECIES_KARTANA] = {0x8d00be8, SPECIES_KARTANA + NUM_SPECIES, 0x0}, - [SPECIES_GUZZLORD] = {0x8d00be8, SPECIES_GUZZLORD + NUM_SPECIES, 0x0}, - [SPECIES_NECROZMA] = {0x8d00be8, SPECIES_NECROZMA + NUM_SPECIES, 0x0}, - [SPECIES_MAGEARNA] = {0x8d00be8, SPECIES_MAGEARNA + NUM_SPECIES, 0x0}, - [SPECIES_MARSHADOW] = {0x8d00be8, SPECIES_MARSHADOW + NUM_SPECIES, 0x0}, - [SPECIES_RATTATA_A] = {0x8d00be8, SPECIES_RATTATA_A + NUM_SPECIES, 0x0}, - [SPECIES_RATICATE_A] = {0x8d00be8, SPECIES_RATICATE_A + NUM_SPECIES, 0x0}, - [SPECIES_RAICHU_A] = {0x8d00be8, SPECIES_RAICHU_A + NUM_SPECIES, 0x0}, - [SPECIES_SANDSHREW_A] = {0x8d00be8, SPECIES_SANDSHREW_A + NUM_SPECIES, 0x0}, - [SPECIES_SANDSLASH_A] = {0x8d00be8, SPECIES_SANDSLASH_A + NUM_SPECIES, 0x0}, - [SPECIES_VULPIX_A] = {0x8d00be8, SPECIES_VULPIX_A + NUM_SPECIES, 0x0}, - [SPECIES_NINETALES_A] = {0x8d00be8, SPECIES_NINETALES_A + NUM_SPECIES, 0x0}, - [SPECIES_DIGLETT_A] = {0x8d00be8, SPECIES_DIGLETT_A + NUM_SPECIES, 0x0}, - [SPECIES_DUGTRIO_A] = {0x8d00be8, SPECIES_DUGTRIO_A + NUM_SPECIES, 0x0}, - [SPECIES_MEOWTH_A] = {0x8d00be8, SPECIES_MEOWTH_A + NUM_SPECIES, 0x0}, - [SPECIES_PERSIAN_A] = {0x8d00be8, SPECIES_PERSIAN_A + NUM_SPECIES, 0x0}, - [SPECIES_GEODUDE_A] = {0x8d00be8, SPECIES_GEODUDE_A + NUM_SPECIES, 0x0}, - [SPECIES_GRAVELER_A] = {0x8d00be8, SPECIES_GRAVELER_A + NUM_SPECIES, 0x0}, - [SPECIES_GOLEM_A] = {0x8d00be8, SPECIES_GOLEM_A + NUM_SPECIES, 0x0}, - [SPECIES_GRIMER_A] = {0x8d00be8, SPECIES_GRIMER_A + NUM_SPECIES, 0x0}, - [SPECIES_MUK_A] = {0x8d00be8, SPECIES_MUK_A + NUM_SPECIES, 0x0}, - [SPECIES_EXEGGCUTE_A] = {0x8d00be8, SPECIES_EXEGGCUTE_A + NUM_SPECIES, 0x0}, - [SPECIES_EXEGGUTOR_A] = {0x8d00be8, SPECIES_EXEGGUTOR_A + NUM_SPECIES, 0x0}, - [SPECIES_CUBONE_A] = {0x8d00be8, SPECIES_CUBONE_A + NUM_SPECIES, 0x0}, - [SPECIES_MAROWAK_A] = {0x8d00be8, SPECIES_MAROWAK_A + NUM_SPECIES, 0x0}, - [SPECIES_DEOXYS_ATTACK] = {0x8d00be8, SPECIES_DEOXYS_ATTACK + NUM_SPECIES, 0x0}, - [SPECIES_DEOXYS_DEFENSE] = {0x8d00be8, SPECIES_DEOXYS_DEFENSE + NUM_SPECIES, 0x0}, - [SPECIES_DEOXYS_SPEED] = {0x8d00be8, SPECIES_DEOXYS_SPEED + NUM_SPECIES, 0x0}, - [SPECIES_ORICORIO_Y] = {0x8d00be8, SPECIES_ORICORIO_Y + NUM_SPECIES, 0x0}, - [SPECIES_ORICORIO_P] = {0x8d00be8, SPECIES_ORICORIO_P + NUM_SPECIES, 0x0}, - [SPECIES_ORICORIO_S] = {0x8d00be8, SPECIES_ORICORIO_S + NUM_SPECIES, 0x0}, - [SPECIES_LYCANROC_N] = {0x8d00be8, SPECIES_LYCANROC_N + NUM_SPECIES, 0x0}, - [SPECIES_WISHIWASHI_S] = {0x8d00be8, SPECIES_WISHIWASHI_S + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_FIGHT] = {0x8d00be8, SPECIES_SILVALLY_FIGHT + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_FLYING] = {0x8d00be8, SPECIES_SILVALLY_FLYING + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_POISON] = {0x8d00be8, SPECIES_SILVALLY_POISON + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_GROUND] = {0x8d00be8, SPECIES_SILVALLY_GROUND + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_ROCK] = {0x8d00be8, SPECIES_SILVALLY_ROCK + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_BUG] = {0x8d00be8, SPECIES_SILVALLY_BUG + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_GHOST] = {0x8d00be8, SPECIES_SILVALLY_GHOST + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_STEEL] = {0x8d00be8, SPECIES_SILVALLY_STEEL + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_FIRE] = {0x8d00be8, SPECIES_SILVALLY_FIRE + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_WATER] = {0x8d00be8, SPECIES_SILVALLY_WATER + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_GRASS] = {0x8d00be8, SPECIES_SILVALLY_GRASS + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_ELECTRIC] = {0x8d00be8, SPECIES_SILVALLY_ELECTRIC + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_PSYCHIC] = {0x8d00be8, SPECIES_SILVALLY_PSYCHIC + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_ICE] = {0x8d00be8, SPECIES_SILVALLY_ICE + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_DRAGON] = {0x8d00be8, SPECIES_SILVALLY_DRAGON + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_DARK] = {0x8d00be8, SPECIES_SILVALLY_DARK + NUM_SPECIES, 0x0}, - [SPECIES_SILVALLY_FAIRY] = {0x8d00be8, SPECIES_SILVALLY_FAIRY + NUM_SPECIES, 0x0}, - [SPECIES_MINIOR_RED] = {0x8d00be8, SPECIES_MINIOR_RED + NUM_SPECIES, 0x0}, - [SPECIES_MINIOR_BLUE] = {0x8d00be8, SPECIES_MINIOR_BLUE + NUM_SPECIES, 0x0}, - [SPECIES_MINIOR_ORANGE] = {0x8d00be8, SPECIES_MINIOR_ORANGE + NUM_SPECIES, 0x0}, - [SPECIES_MINIOR_YELLOW] = {0x8d00be8, SPECIES_MINIOR_YELLOW + NUM_SPECIES, 0x0}, - [SPECIES_MINIOR_INDIGO] = {0x8d00be8, SPECIES_MINIOR_INDIGO + NUM_SPECIES, 0x0}, - [SPECIES_MINIOR_GREEN] = {0x8d00be8, SPECIES_MINIOR_GREEN + NUM_SPECIES, 0x0}, - [SPECIES_MINIOR_VIOLET] = {0x8d00be8, SPECIES_MINIOR_VIOLET + NUM_SPECIES, 0x0}, - [SPECIES_MIMIKYU_BUSTED] = {0x8d00be8, SPECIES_MIMIKYU_BUSTED + NUM_SPECIES, 0x0}, - [SPECIES_MAGEARNA_P] = {0x8d00be8, SPECIES_MAGEARNA_P + NUM_SPECIES, 0x0}, - [SPECIES_POIPOLE] = {0x8d00be8, SPECIES_POIPOLE + NUM_SPECIES, 0x0}, - [SPECIES_NAGANADEL] = {0x8d00be8, SPECIES_NAGANADEL + NUM_SPECIES, 0x0}, - [SPECIES_STAKATAKA] = {0x8d00be8, SPECIES_STAKATAKA + NUM_SPECIES, 0x0}, - [SPECIES_BLACEPHALON] = {0x8d00be8, SPECIES_BLACEPHALON + NUM_SPECIES, 0x0}, - [SPECIES_ZERAORA] = {0x8d00be8, SPECIES_ZERAORA + NUM_SPECIES, 0x0}, - [SPECIES_NECROZMA_MANE] = {0x8d00be8, SPECIES_NECROZMA_MANE + NUM_SPECIES, 0x0}, - [SPECIES_NECROZMA_WINGS] = {0x8d00be8, SPECIES_NECROZMA_WINGS + NUM_SPECIES, 0x0}, - [SPECIES_NECROZMA_ULTRA] = {0x8d00be8, SPECIES_NECROZMA_ULTRA + NUM_SPECIES, 0x0}, - [SPECIES_LYCANROC_DUSK] = {0x8d00be8, SPECIES_LYCANROC_DUSK + NUM_SPECIES, 0x0}, - [SPECIES_MELTAN] = {0x8d00be8, SPECIES_MELTAN + NUM_SPECIES, 0x0}, - [SPECIES_MELMETAL] = {0x8d00be8, SPECIES_MELMETAL + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_SURFING] = {0x8d00be8, SPECIES_PIKACHU_SURFING + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_FLYING] = {0x8d00be8, SPECIES_PIKACHU_FLYING + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_COSPLAY] = {0x8d00be8, SPECIES_PIKACHU_COSPLAY + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_LIBRE] = {0x8d00be8, SPECIES_PIKACHU_LIBRE + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_POP_STAR] = {0x8d00be8, SPECIES_PIKACHU_POP_STAR + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_ROCK_STAR] = {0x8d00be8, SPECIES_PIKACHU_ROCK_STAR + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_BELLE] = {0x8d00be8, SPECIES_PIKACHU_BELLE + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_PHD] = {0x8d00be8, SPECIES_PIKACHU_PHD + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_CAP_ORIGINAL] = {0x8d00be8, SPECIES_PIKACHU_CAP_ORIGINAL + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_CAP_HOENN] = {0x8d00be8, SPECIES_PIKACHU_CAP_HOENN + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_CAP_SINNOH] = {0x8d00be8, SPECIES_PIKACHU_CAP_SINNOH + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_CAP_UNOVA] = {0x8d00be8, SPECIES_PIKACHU_CAP_UNOVA + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_CAP_KALOS] = {0x8d00be8, SPECIES_PIKACHU_CAP_KALOS + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_CAP_ALOLA] = {0x8d00be8, SPECIES_PIKACHU_CAP_ALOLA + NUM_SPECIES, 0x0}, - [SPECIES_PIKACHU_CAP_PARTNER] = {0x8d00be8, SPECIES_PIKACHU_CAP_PARTNER + NUM_SPECIES, 0x0}, - [SPECIES_PICHU_SPIKY] = {0x8d00be8, SPECIES_PICHU_SPIKY + NUM_SPECIES, 0x0}, - [SPECIES_XERNEAS_NATURAL] = {0x8d00be8, SPECIES_XERNEAS_NATURAL + NUM_SPECIES, 0x0}, + [SPECIES_NONE] = {gBackShinySprite000NonePal, SPECIES_NONE + NUM_SPECIES, 0x0}, + [SPECIES_BULBASAUR] = {gBackShinySprite001BulbasaurPal, SPECIES_BULBASAUR + NUM_SPECIES, 0x0}, + [SPECIES_IVYSAUR] = {gBackShinySprite002IvysaurPal, SPECIES_IVYSAUR + NUM_SPECIES, 0x0}, + [SPECIES_VENUSAUR] = {gBackShinySprite003VenusaurPal, SPECIES_VENUSAUR + NUM_SPECIES, 0x0}, + [SPECIES_CHARMANDER] = {gBackShinySprite004CharmanderPal, SPECIES_CHARMANDER + NUM_SPECIES, 0x0}, + [SPECIES_CHARMELEON] = {gBackShinySprite005CharmeleonPal, SPECIES_CHARMELEON + NUM_SPECIES, 0x0}, + [SPECIES_CHARIZARD] = {gBackShinySprite006CharizardPal, SPECIES_CHARIZARD + NUM_SPECIES, 0x0}, + [SPECIES_SQUIRTLE] = {gBackShinySprite007SquirtlePal, SPECIES_SQUIRTLE + NUM_SPECIES, 0x0}, + [SPECIES_WARTORTLE] = {gBackShinySprite008WartortlePal, SPECIES_WARTORTLE + NUM_SPECIES, 0x0}, + [SPECIES_BLASTOISE] = {gBackShinySprite009BlastoisePal, SPECIES_BLASTOISE + NUM_SPECIES, 0x0}, + [SPECIES_CATERPIE] = {gBackShinySprite010CaterpiePal, SPECIES_CATERPIE + NUM_SPECIES, 0x0}, + [SPECIES_METAPOD] = {gBackShinySprite011MetapodPal, SPECIES_METAPOD + NUM_SPECIES, 0x0}, + [SPECIES_BUTTERFREE] = {gBackShinySprite012ButterfreePal, SPECIES_BUTTERFREE + NUM_SPECIES, 0x0}, + [SPECIES_WEEDLE] = {gBackShinySprite013WeedlePal, SPECIES_WEEDLE + NUM_SPECIES, 0x0}, + [SPECIES_KAKUNA] = {gBackShinySprite014KakunaPal, SPECIES_KAKUNA + NUM_SPECIES, 0x0}, + [SPECIES_BEEDRILL] = {gBackShinySprite015BeedrillPal, SPECIES_BEEDRILL + NUM_SPECIES, 0x0}, + [SPECIES_PIDGEY] = {gBackShinySprite016PidgeyPal, SPECIES_PIDGEY + NUM_SPECIES, 0x0}, + [SPECIES_PIDGEOTTO] = {gBackShinySprite017PidgeottoPal, SPECIES_PIDGEOTTO + NUM_SPECIES, 0x0}, + [SPECIES_PIDGEOT] = {gBackShinySprite018PidgeotPal, SPECIES_PIDGEOT + NUM_SPECIES, 0x0}, + [SPECIES_RATTATA] = {gBackShinySprite019RattataPal, SPECIES_RATTATA + NUM_SPECIES, 0x0}, + [SPECIES_RATICATE] = {gBackShinySprite020RaticatePal, SPECIES_RATICATE + NUM_SPECIES, 0x0}, + [SPECIES_SPEAROW] = {gBackShinySprite021SpearowPal, SPECIES_SPEAROW + NUM_SPECIES, 0x0}, + [SPECIES_FEAROW] = {gBackShinySprite022FearowPal, SPECIES_FEAROW + NUM_SPECIES, 0x0}, + [SPECIES_EKANS] = {gBackShinySprite023EkansPal, SPECIES_EKANS + NUM_SPECIES, 0x0}, + [SPECIES_ARBOK] = {gBackShinySprite024ArbokPal, SPECIES_ARBOK + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU] = {gBackShinySprite025PikachuPal, SPECIES_PIKACHU + NUM_SPECIES, 0x0}, + [SPECIES_RAICHU] = {gBackShinySprite026RaichuPal, SPECIES_RAICHU + NUM_SPECIES, 0x0}, + [SPECIES_SANDSHREW] = {gBackShinySprite027SandshrewPal, SPECIES_SANDSHREW + NUM_SPECIES, 0x0}, + [SPECIES_SANDSLASH] = {gBackShinySprite028SandslashPal, SPECIES_SANDSLASH + NUM_SPECIES, 0x0}, + [SPECIES_NIDORAN_F] = {gBackShinySprite029NidoranFPal, SPECIES_NIDORAN_F + NUM_SPECIES, 0x0}, + [SPECIES_NIDORINA] = {gBackShinySprite030NidorinaPal, SPECIES_NIDORINA + NUM_SPECIES, 0x0}, + [SPECIES_NIDOQUEEN] = {gBackShinySprite031NidoqueenPal, SPECIES_NIDOQUEEN + NUM_SPECIES, 0x0}, + [SPECIES_NIDORAN_M] = {gBackShinySprite032NidoranMPal, SPECIES_NIDORAN_M + NUM_SPECIES, 0x0}, + [SPECIES_NIDORINO] = {gBackShinySprite033NidorinoPal, SPECIES_NIDORINO + NUM_SPECIES, 0x0}, + [SPECIES_NIDOKING] = {gBackShinySprite034NidokingPal, SPECIES_NIDOKING + NUM_SPECIES, 0x0}, + [SPECIES_CLEFAIRY] = {gBackShinySprite035ClefairyPal, SPECIES_CLEFAIRY + NUM_SPECIES, 0x0}, + [SPECIES_CLEFABLE] = {gBackShinySprite036ClefablePal, SPECIES_CLEFABLE + NUM_SPECIES, 0x0}, + [SPECIES_VULPIX] = {gBackShinySprite037VulpixPal, SPECIES_VULPIX + NUM_SPECIES, 0x0}, + [SPECIES_NINETALES] = {gBackShinySprite038NinetalesPal, SPECIES_NINETALES + NUM_SPECIES, 0x0}, + [SPECIES_JIGGLYPUFF] = {gBackShinySprite039JigglypuffPal, SPECIES_JIGGLYPUFF + NUM_SPECIES, 0x0}, + [SPECIES_WIGGLYTUFF] = {gBackShinySprite040WigglytuffPal, SPECIES_WIGGLYTUFF + NUM_SPECIES, 0x0}, + [SPECIES_ZUBAT] = {gBackShinySprite041ZubatPal, SPECIES_ZUBAT + NUM_SPECIES, 0x0}, + [SPECIES_GOLBAT] = {gBackShinySprite042GolbatPal, SPECIES_GOLBAT + NUM_SPECIES, 0x0}, + [SPECIES_ODDISH] = {gBackShinySprite043OddishPal, SPECIES_ODDISH + NUM_SPECIES, 0x0}, + [SPECIES_GLOOM] = {gBackShinySprite044GloomPal, SPECIES_GLOOM + NUM_SPECIES, 0x0}, + [SPECIES_VILEPLUME] = {gBackShinySprite045VileplumePal, SPECIES_VILEPLUME + NUM_SPECIES, 0x0}, + [SPECIES_PARAS] = {gBackShinySprite046ParasPal, SPECIES_PARAS + NUM_SPECIES, 0x0}, + [SPECIES_PARASECT] = {gBackShinySprite047ParasectPal, SPECIES_PARASECT + NUM_SPECIES, 0x0}, + [SPECIES_VENONAT] = {gBackShinySprite048VenonatPal, SPECIES_VENONAT + NUM_SPECIES, 0x0}, + [SPECIES_VENOMOTH] = {gBackShinySprite049VenomothPal, SPECIES_VENOMOTH + NUM_SPECIES, 0x0}, + [SPECIES_DIGLETT] = {gBackShinySprite050DiglettPal, SPECIES_DIGLETT + NUM_SPECIES, 0x0}, + [SPECIES_DUGTRIO] = {gBackShinySprite051DugtrioPal, SPECIES_DUGTRIO + NUM_SPECIES, 0x0}, + [SPECIES_MEOWTH] = {gBackShinySprite052MeowthPal, SPECIES_MEOWTH + NUM_SPECIES, 0x0}, + [SPECIES_PERSIAN] = {gBackShinySprite053PersianPal, SPECIES_PERSIAN + NUM_SPECIES, 0x0}, + [SPECIES_PSYDUCK] = {gBackShinySprite054PsyduckPal, SPECIES_PSYDUCK + NUM_SPECIES, 0x0}, + [SPECIES_GOLDUCK] = {gBackShinySprite055GolduckPal, SPECIES_GOLDUCK + NUM_SPECIES, 0x0}, + [SPECIES_MANKEY] = {gBackShinySprite056MankeyPal, SPECIES_MANKEY + NUM_SPECIES, 0x0}, + [SPECIES_PRIMEAPE] = {gBackShinySprite057PrimeapePal, SPECIES_PRIMEAPE + NUM_SPECIES, 0x0}, + [SPECIES_GROWLITHE] = {gBackShinySprite058GrowlithePal, SPECIES_GROWLITHE + NUM_SPECIES, 0x0}, + [SPECIES_ARCANINE] = {gBackShinySprite059ArcaninePal, SPECIES_ARCANINE + NUM_SPECIES, 0x0}, + [SPECIES_POLIWAG] = {gBackShinySprite060PoliwagPal, SPECIES_POLIWAG + NUM_SPECIES, 0x0}, + [SPECIES_POLIWHIRL] = {gBackShinySprite061PoliwhirlPal, SPECIES_POLIWHIRL + NUM_SPECIES, 0x0}, + [SPECIES_POLIWRATH] = {gBackShinySprite062PoliwrathPal, SPECIES_POLIWRATH + NUM_SPECIES, 0x0}, + [SPECIES_ABRA] = {gBackShinySprite063AbraPal, SPECIES_ABRA + NUM_SPECIES, 0x0}, + [SPECIES_KADABRA] = {gBackShinySprite064KadabraPal, SPECIES_KADABRA + NUM_SPECIES, 0x0}, + [SPECIES_ALAKAZAM] = {gBackShinySprite065AlakazamPal, SPECIES_ALAKAZAM + NUM_SPECIES, 0x0}, + [SPECIES_MACHOP] = {gBackShinySprite066MachopPal, SPECIES_MACHOP + NUM_SPECIES, 0x0}, + [SPECIES_MACHOKE] = {gBackShinySprite067MachokePal, SPECIES_MACHOKE + NUM_SPECIES, 0x0}, + [SPECIES_MACHAMP] = {gBackShinySprite068MachampPal, SPECIES_MACHAMP + NUM_SPECIES, 0x0}, + [SPECIES_BELLSPROUT] = {gBackShinySprite069BellsproutPal, SPECIES_BELLSPROUT + NUM_SPECIES, 0x0}, + [SPECIES_WEEPINBELL] = {gBackShinySprite070WeepinbellPal, SPECIES_WEEPINBELL + NUM_SPECIES, 0x0}, + [SPECIES_VICTREEBEL] = {gBackShinySprite071VictreebelPal, SPECIES_VICTREEBEL + NUM_SPECIES, 0x0}, + [SPECIES_TENTACOOL] = {gBackShinySprite072TentacoolPal, SPECIES_TENTACOOL + NUM_SPECIES, 0x0}, + [SPECIES_TENTACRUEL] = {gBackShinySprite073TentacruelPal, SPECIES_TENTACRUEL + NUM_SPECIES, 0x0}, + [SPECIES_GEODUDE] = {gBackShinySprite074GeodudePal, SPECIES_GEODUDE + NUM_SPECIES, 0x0}, + [SPECIES_GRAVELER] = {gBackShinySprite075GravelerPal, SPECIES_GRAVELER + NUM_SPECIES, 0x0}, + [SPECIES_GOLEM] = {gBackShinySprite076GolemPal, SPECIES_GOLEM + NUM_SPECIES, 0x0}, + [SPECIES_PONYTA] = {gBackShinySprite077PonytaPal, SPECIES_PONYTA + NUM_SPECIES, 0x0}, + [SPECIES_RAPIDASH] = {gBackShinySprite078RapidashPal, SPECIES_RAPIDASH + NUM_SPECIES, 0x0}, + [SPECIES_SLOWPOKE] = {gBackShinySprite079SlowpokePal, SPECIES_SLOWPOKE + NUM_SPECIES, 0x0}, + [SPECIES_SLOWBRO] = {gBackShinySprite080SlowbroPal, SPECIES_SLOWBRO + NUM_SPECIES, 0x0}, + [SPECIES_MAGNEMITE] = {gBackShinySprite081MagnemitePal, SPECIES_MAGNEMITE + NUM_SPECIES, 0x0}, + [SPECIES_MAGNETON] = {gBackShinySprite082MagnetonPal, SPECIES_MAGNETON + NUM_SPECIES, 0x0}, + [SPECIES_FARFETCHD] = {gBackShinySprite083FarfetchdPal, SPECIES_FARFETCHD + NUM_SPECIES, 0x0}, + [SPECIES_DODUO] = {gBackShinySprite084DoduoPal, SPECIES_DODUO + NUM_SPECIES, 0x0}, + [SPECIES_DODRIO] = {gBackShinySprite085DodrioPal, SPECIES_DODRIO + NUM_SPECIES, 0x0}, + [SPECIES_SEEL] = {gBackShinySprite086SeelPal, SPECIES_SEEL + NUM_SPECIES, 0x0}, + [SPECIES_DEWGONG] = {gBackShinySprite087DewgongPal, SPECIES_DEWGONG + NUM_SPECIES, 0x0}, + [SPECIES_GRIMER] = {gBackShinySprite088GrimerPal, SPECIES_GRIMER + NUM_SPECIES, 0x0}, + [SPECIES_MUK] = {gBackShinySprite089MukPal, SPECIES_MUK + NUM_SPECIES, 0x0}, + [SPECIES_SHELLDER] = {gBackShinySprite090ShellderPal, SPECIES_SHELLDER + NUM_SPECIES, 0x0}, + [SPECIES_CLOYSTER] = {gBackShinySprite091CloysterPal, SPECIES_CLOYSTER + NUM_SPECIES, 0x0}, + [SPECIES_GASTLY] = {gBackShinySprite092GastlyPal, SPECIES_GASTLY + NUM_SPECIES, 0x0}, + [SPECIES_HAUNTER] = {gBackShinySprite093HaunterPal, SPECIES_HAUNTER + NUM_SPECIES, 0x0}, + [SPECIES_GENGAR] = {gBackShinySprite094GengarPal, SPECIES_GENGAR + NUM_SPECIES, 0x0}, + [SPECIES_ONIX] = {gBackShinySprite095OnixPal, SPECIES_ONIX + NUM_SPECIES, 0x0}, + [SPECIES_DROWZEE] = {gBackShinySprite096DrowzeePal, SPECIES_DROWZEE + NUM_SPECIES, 0x0}, + [SPECIES_HYPNO] = {gBackShinySprite097HypnoPal, SPECIES_HYPNO + NUM_SPECIES, 0x0}, + [SPECIES_KRABBY] = {gBackShinySprite098KrabbyPal, SPECIES_KRABBY + NUM_SPECIES, 0x0}, + [SPECIES_KINGLER] = {gBackShinySprite099KinglerPal, SPECIES_KINGLER + NUM_SPECIES, 0x0}, + [SPECIES_VOLTORB] = {gBackShinySprite100VoltorbPal, SPECIES_VOLTORB + NUM_SPECIES, 0x0}, + [SPECIES_ELECTRODE] = {gBackShinySprite101ElectrodePal, SPECIES_ELECTRODE + NUM_SPECIES, 0x0}, + [SPECIES_EXEGGCUTE] = {gBackShinySprite102ExeggcutePal, SPECIES_EXEGGCUTE + NUM_SPECIES, 0x0}, + [SPECIES_EXEGGUTOR] = {gBackShinySprite103ExeggutorPal, SPECIES_EXEGGUTOR + NUM_SPECIES, 0x0}, + [SPECIES_CUBONE] = {gBackShinySprite104CubonePal, SPECIES_CUBONE + NUM_SPECIES, 0x0}, + [SPECIES_MAROWAK] = {gBackShinySprite105MarowakPal, SPECIES_MAROWAK + NUM_SPECIES, 0x0}, + [SPECIES_HITMONLEE] = {gBackShinySprite106HitmonleePal, SPECIES_HITMONLEE + NUM_SPECIES, 0x0}, + [SPECIES_HITMONCHAN] = {gBackShinySprite107HitmonchanPal, SPECIES_HITMONCHAN + NUM_SPECIES, 0x0}, + [SPECIES_LICKITUNG] = {gBackShinySprite108LickitungPal, SPECIES_LICKITUNG + NUM_SPECIES, 0x0}, + [SPECIES_KOFFING] = {gBackShinySprite109KoffingPal, SPECIES_KOFFING + NUM_SPECIES, 0x0}, + [SPECIES_WEEZING] = {gBackShinySprite110WeezingPal, SPECIES_WEEZING + NUM_SPECIES, 0x0}, + [SPECIES_RHYHORN] = {gBackShinySprite111RhyhornPal, SPECIES_RHYHORN + NUM_SPECIES, 0x0}, + [SPECIES_RHYDON] = {gBackShinySprite112RhydonPal, SPECIES_RHYDON + NUM_SPECIES, 0x0}, + [SPECIES_CHANSEY] = {gBackShinySprite113ChanseyPal, SPECIES_CHANSEY + NUM_SPECIES, 0x0}, + [SPECIES_TANGELA] = {gBackShinySprite114TangelaPal, SPECIES_TANGELA + NUM_SPECIES, 0x0}, + [SPECIES_KANGASKHAN] = {gBackShinySprite115KangaskhanPal, SPECIES_KANGASKHAN + NUM_SPECIES, 0x0}, + [SPECIES_HORSEA] = {gBackShinySprite116HorseaPal, SPECIES_HORSEA + NUM_SPECIES, 0x0}, + [SPECIES_SEADRA] = {gBackShinySprite117SeadraPal, SPECIES_SEADRA + NUM_SPECIES, 0x0}, + [SPECIES_GOLDEEN] = {gBackShinySprite118GoldeenPal, SPECIES_GOLDEEN + NUM_SPECIES, 0x0}, + [SPECIES_SEAKING] = {gBackShinySprite119SeakingPal, SPECIES_SEAKING + NUM_SPECIES, 0x0}, + [SPECIES_STARYU] = {gBackShinySprite120StaryuPal, SPECIES_STARYU + NUM_SPECIES, 0x0}, + [SPECIES_STARMIE] = {gBackShinySprite121StarmiePal, SPECIES_STARMIE + NUM_SPECIES, 0x0}, + [SPECIES_MR_MIME] = {gBackShinySprite122MrMimePal, SPECIES_MR_MIME + NUM_SPECIES, 0x0}, + [SPECIES_SCYTHER] = {gBackShinySprite123ScytherPal, SPECIES_SCYTHER + NUM_SPECIES, 0x0}, + [SPECIES_JYNX] = {gBackShinySprite124JynxPal, SPECIES_JYNX + NUM_SPECIES, 0x0}, + [SPECIES_ELECTABUZZ] = {gBackShinySprite125ElectabuzzPal, SPECIES_ELECTABUZZ + NUM_SPECIES, 0x0}, + [SPECIES_MAGMAR] = {gBackShinySprite126MagmarPal, SPECIES_MAGMAR + NUM_SPECIES, 0x0}, + [SPECIES_PINSIR] = {gBackShinySprite127PinsirPal, SPECIES_PINSIR + NUM_SPECIES, 0x0}, + [SPECIES_TAUROS] = {gBackShinySprite128TaurosPal, SPECIES_TAUROS + NUM_SPECIES, 0x0}, + [SPECIES_MAGIKARP] = {gBackShinySprite129MagikarpPal, SPECIES_MAGIKARP + NUM_SPECIES, 0x0}, + [SPECIES_GYARADOS] = {gBackShinySprite130GyaradosPal, SPECIES_GYARADOS + NUM_SPECIES, 0x0}, + [SPECIES_LAPRAS] = {gBackShinySprite131LaprasPal, SPECIES_LAPRAS + NUM_SPECIES, 0x0}, + [SPECIES_DITTO] = {gBackShinySprite132DittoPal, SPECIES_DITTO + NUM_SPECIES, 0x0}, + [SPECIES_EEVEE] = {gBackShinySprite133EeveePal, SPECIES_EEVEE + NUM_SPECIES, 0x0}, + [SPECIES_VAPOREON] = {gBackShinySprite134VaporeonPal, SPECIES_VAPOREON + NUM_SPECIES, 0x0}, + [SPECIES_JOLTEON] = {gBackShinySprite135JolteonPal, SPECIES_JOLTEON + NUM_SPECIES, 0x0}, + [SPECIES_FLAREON] = {gBackShinySprite136FlareonPal, SPECIES_FLAREON + NUM_SPECIES, 0x0}, + [SPECIES_PORYGON] = {gBackShinySprite137PorygonPal, SPECIES_PORYGON + NUM_SPECIES, 0x0}, + [SPECIES_OMANYTE] = {gBackShinySprite138OmanytePal, SPECIES_OMANYTE + NUM_SPECIES, 0x0}, + [SPECIES_OMASTAR] = {gBackShinySprite139OmastarPal, SPECIES_OMASTAR + NUM_SPECIES, 0x0}, + [SPECIES_KABUTO] = {gBackShinySprite140KabutoPal, SPECIES_KABUTO + NUM_SPECIES, 0x0}, + [SPECIES_KABUTOPS] = {gBackShinySprite141KabutopsPal, SPECIES_KABUTOPS + NUM_SPECIES, 0x0}, + [SPECIES_AERODACTYL] = {gBackShinySprite142AerodactylPal, SPECIES_AERODACTYL + NUM_SPECIES, 0x0}, + [SPECIES_SNORLAX] = {gBackShinySprite143SnorlaxPal, SPECIES_SNORLAX + NUM_SPECIES, 0x0}, + [SPECIES_ARTICUNO] = {gBackShinySprite144ArticunoPal, SPECIES_ARTICUNO + NUM_SPECIES, 0x0}, + [SPECIES_ZAPDOS] = {gBackShinySprite145ZapdosPal, SPECIES_ZAPDOS + NUM_SPECIES, 0x0}, + [SPECIES_MOLTRES] = {gBackShinySprite146MoltresPal, SPECIES_MOLTRES + NUM_SPECIES, 0x0}, + [SPECIES_DRATINI] = {gBackShinySprite147DratiniPal, SPECIES_DRATINI + NUM_SPECIES, 0x0}, + [SPECIES_DRAGONAIR] = {gBackShinySprite148DragonairPal, SPECIES_DRAGONAIR + NUM_SPECIES, 0x0}, + [SPECIES_DRAGONITE] = {gBackShinySprite149DragonitePal, SPECIES_DRAGONITE + NUM_SPECIES, 0x0}, + [SPECIES_MEWTWO] = {gBackShinySprite150MewtwoPal, SPECIES_MEWTWO + NUM_SPECIES, 0x0}, + [SPECIES_MEW] = {gBackShinySprite151MewPal, SPECIES_MEW + NUM_SPECIES, 0x0}, + [SPECIES_CHIKORITA] = {gBackShinySprite152ChikoritaPal, SPECIES_CHIKORITA + NUM_SPECIES, 0x0}, + [SPECIES_BAYLEEF] = {gBackShinySprite153BayleefPal, SPECIES_BAYLEEF + NUM_SPECIES, 0x0}, + [SPECIES_MEGANIUM] = {gBackShinySprite154MeganiumPal, SPECIES_MEGANIUM + NUM_SPECIES, 0x0}, + [SPECIES_CYNDAQUIL] = {gBackShinySprite155CyndaquilPal, SPECIES_CYNDAQUIL + NUM_SPECIES, 0x0}, + [SPECIES_QUILAVA] = {gBackShinySprite156QuilavaPal, SPECIES_QUILAVA + NUM_SPECIES, 0x0}, + [SPECIES_TYPHLOSION] = {gBackShinySprite157TyphlosionPal, SPECIES_TYPHLOSION + NUM_SPECIES, 0x0}, + [SPECIES_TOTODILE] = {gBackShinySprite158TotodilePal, SPECIES_TOTODILE + NUM_SPECIES, 0x0}, + [SPECIES_CROCONAW] = {gBackShinySprite159CroconawPal, SPECIES_CROCONAW + NUM_SPECIES, 0x0}, + [SPECIES_FERALIGATR] = {gBackShinySprite160FeraligatrPal, SPECIES_FERALIGATR + NUM_SPECIES, 0x0}, + [SPECIES_SENTRET] = {gBackShinySprite161SentretPal, SPECIES_SENTRET + NUM_SPECIES, 0x0}, + [SPECIES_FURRET] = {gBackShinySprite162FurretPal, SPECIES_FURRET + NUM_SPECIES, 0x0}, + [SPECIES_HOOTHOOT] = {gBackShinySprite163HoothootPal, SPECIES_HOOTHOOT + NUM_SPECIES, 0x0}, + [SPECIES_NOCTOWL] = {gBackShinySprite164NoctowlPal, SPECIES_NOCTOWL + NUM_SPECIES, 0x0}, + [SPECIES_LEDYBA] = {gBackShinySprite165LedybaPal, SPECIES_LEDYBA + NUM_SPECIES, 0x0}, + [SPECIES_LEDIAN] = {gBackShinySprite166LedianPal, SPECIES_LEDIAN + NUM_SPECIES, 0x0}, + [SPECIES_SPINARAK] = {gBackShinySprite167SpinarakPal, SPECIES_SPINARAK + NUM_SPECIES, 0x0}, + [SPECIES_ARIADOS] = {gBackShinySprite168AriadosPal, SPECIES_ARIADOS + NUM_SPECIES, 0x0}, + [SPECIES_CROBAT] = {gBackShinySprite169CrobatPal, SPECIES_CROBAT + NUM_SPECIES, 0x0}, + [SPECIES_CHINCHOU] = {gBackShinySprite170ChinchouPal, SPECIES_CHINCHOU + NUM_SPECIES, 0x0}, + [SPECIES_LANTURN] = {gBackShinySprite171LanturnPal, SPECIES_LANTURN + NUM_SPECIES, 0x0}, + [SPECIES_PICHU] = {gBackShinySprite172PichuPal, SPECIES_PICHU + NUM_SPECIES, 0x0}, + [SPECIES_CLEFFA] = {gBackShinySprite173CleffaPal, SPECIES_CLEFFA + NUM_SPECIES, 0x0}, + [SPECIES_IGGLYBUFF] = {gBackShinySprite174IgglybuffPal, SPECIES_IGGLYBUFF + NUM_SPECIES, 0x0}, + [SPECIES_TOGEPI] = {gBackShinySprite175TogepiPal, SPECIES_TOGEPI + NUM_SPECIES, 0x0}, + [SPECIES_TOGETIC] = {gBackShinySprite176TogeticPal, SPECIES_TOGETIC + NUM_SPECIES, 0x0}, + [SPECIES_NATU] = {gBackShinySprite177NatuPal, SPECIES_NATU + NUM_SPECIES, 0x0}, + [SPECIES_XATU] = {gBackShinySprite178XatuPal, SPECIES_XATU + NUM_SPECIES, 0x0}, + [SPECIES_MAREEP] = {gBackShinySprite179MareepPal, SPECIES_MAREEP + NUM_SPECIES, 0x0}, + [SPECIES_FLAAFFY] = {gBackShinySprite180FlaaffyPal, SPECIES_FLAAFFY + NUM_SPECIES, 0x0}, + [SPECIES_AMPHAROS] = {gBackShinySprite181AmpharosPal, SPECIES_AMPHAROS + NUM_SPECIES, 0x0}, + [SPECIES_BELLOSSOM] = {gBackShinySprite182BellossomPal, SPECIES_BELLOSSOM + NUM_SPECIES, 0x0}, + [SPECIES_MARILL] = {gBackShinySprite183MarillPal, SPECIES_MARILL + NUM_SPECIES, 0x0}, + [SPECIES_AZUMARILL] = {gBackShinySprite184AzumarillPal, SPECIES_AZUMARILL + NUM_SPECIES, 0x0}, + [SPECIES_SUDOWOODO] = {gBackShinySprite185SudowoodoPal, SPECIES_SUDOWOODO + NUM_SPECIES, 0x0}, + [SPECIES_POLITOED] = {gBackShinySprite186PolitoedPal, SPECIES_POLITOED + NUM_SPECIES, 0x0}, + [SPECIES_HOPPIP] = {gBackShinySprite187HoppipPal, SPECIES_HOPPIP + NUM_SPECIES, 0x0}, + [SPECIES_SKIPLOOM] = {gBackShinySprite188SkiploomPal, SPECIES_SKIPLOOM + NUM_SPECIES, 0x0}, + [SPECIES_JUMPLUFF] = {gBackShinySprite189JumpluffPal, SPECIES_JUMPLUFF + NUM_SPECIES, 0x0}, + [SPECIES_AIPOM] = {gBackShinySprite190AipomPal, SPECIES_AIPOM + NUM_SPECIES, 0x0}, + [SPECIES_SUNKERN] = {gBackShinySprite191SunkernPal, SPECIES_SUNKERN + NUM_SPECIES, 0x0}, + [SPECIES_SUNFLORA] = {gBackShinySprite192SunfloraPal, SPECIES_SUNFLORA + NUM_SPECIES, 0x0}, + [SPECIES_YANMA] = {gBackShinySprite193YanmaPal, SPECIES_YANMA + NUM_SPECIES, 0x0}, + [SPECIES_WOOPER] = {gBackShinySprite194WooperPal, SPECIES_WOOPER + NUM_SPECIES, 0x0}, + [SPECIES_QUAGSIRE] = {gBackShinySprite195QuagsirePal, SPECIES_QUAGSIRE + NUM_SPECIES, 0x0}, + [SPECIES_ESPEON] = {gBackShinySprite196EspeonPal, SPECIES_ESPEON + NUM_SPECIES, 0x0}, + [SPECIES_UMBREON] = {gBackShinySprite197UmbreonPal, SPECIES_UMBREON + NUM_SPECIES, 0x0}, + [SPECIES_MURKROW] = {gBackShinySprite198MurkrowPal, SPECIES_MURKROW + NUM_SPECIES, 0x0}, + [SPECIES_SLOWKING] = {gBackShinySprite199SlowkingPal, SPECIES_SLOWKING + NUM_SPECIES, 0x0}, + [SPECIES_MISDREAVUS] = {gBackShinySprite200MisdreavusPal, SPECIES_MISDREAVUS + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN] = {gBackShinySprite201UnownPal, SPECIES_UNOWN + NUM_SPECIES, 0x0}, + [SPECIES_WOBBUFFET] = {gBackShinySprite202WobbuffetPal, SPECIES_WOBBUFFET + NUM_SPECIES, 0x0}, + [SPECIES_GIRAFARIG] = {gBackShinySprite203GirafarigPal, SPECIES_GIRAFARIG + NUM_SPECIES, 0x0}, + [SPECIES_PINECO] = {gBackShinySprite204PinecoPal, SPECIES_PINECO + NUM_SPECIES, 0x0}, + [SPECIES_FORRETRESS] = {gBackShinySprite205ForretressPal, SPECIES_FORRETRESS + NUM_SPECIES, 0x0}, + [SPECIES_DUNSPARCE] = {gBackShinySprite206DunsparcePal, SPECIES_DUNSPARCE + NUM_SPECIES, 0x0}, + [SPECIES_GLIGAR] = {gBackShinySprite207GligarPal, SPECIES_GLIGAR + NUM_SPECIES, 0x0}, + [SPECIES_STEELIX] = {gBackShinySprite208SteelixPal, SPECIES_STEELIX + NUM_SPECIES, 0x0}, + [SPECIES_SNUBBULL] = {gBackShinySprite209SnubbullPal, SPECIES_SNUBBULL + NUM_SPECIES, 0x0}, + [SPECIES_GRANBULL] = {gBackShinySprite210GranbullPal, SPECIES_GRANBULL + NUM_SPECIES, 0x0}, + [SPECIES_QWILFISH] = {gBackShinySprite211QwilfishPal, SPECIES_QWILFISH + NUM_SPECIES, 0x0}, + [SPECIES_SCIZOR] = {gBackShinySprite212ScizorPal, SPECIES_SCIZOR + NUM_SPECIES, 0x0}, + [SPECIES_SHUCKLE] = {gBackShinySprite213ShucklePal, SPECIES_SHUCKLE + NUM_SPECIES, 0x0}, + [SPECIES_HERACROSS] = {gBackShinySprite214HeracrossPal, SPECIES_HERACROSS + NUM_SPECIES, 0x0}, + [SPECIES_SNEASEL] = {gBackShinySprite215SneaselPal, SPECIES_SNEASEL + NUM_SPECIES, 0x0}, + [SPECIES_TEDDIURSA] = {gBackShinySprite216TeddiursaPal, SPECIES_TEDDIURSA + NUM_SPECIES, 0x0}, + [SPECIES_URSARING] = {gBackShinySprite217UrsaringPal, SPECIES_URSARING + NUM_SPECIES, 0x0}, + [SPECIES_SLUGMA] = {gBackShinySprite218SlugmaPal, SPECIES_SLUGMA + NUM_SPECIES, 0x0}, + [SPECIES_MAGCARGO] = {gBackShinySprite219MagcargoPal, SPECIES_MAGCARGO + NUM_SPECIES, 0x0}, + [SPECIES_SWINUB] = {gBackShinySprite220SwinubPal, SPECIES_SWINUB + NUM_SPECIES, 0x0}, + [SPECIES_PILOSWINE] = {gBackShinySprite221PiloswinePal, SPECIES_PILOSWINE + NUM_SPECIES, 0x0}, + [SPECIES_CORSOLA] = {gBackShinySprite222CorsolaPal, SPECIES_CORSOLA + NUM_SPECIES, 0x0}, + [SPECIES_REMORAID] = {gBackShinySprite223RemoraidPal, SPECIES_REMORAID + NUM_SPECIES, 0x0}, + [SPECIES_OCTILLERY] = {gBackShinySprite224OctilleryPal, SPECIES_OCTILLERY + NUM_SPECIES, 0x0}, + [SPECIES_DELIBIRD] = {gBackShinySprite225DelibirdPal, SPECIES_DELIBIRD + NUM_SPECIES, 0x0}, + [SPECIES_MANTINE] = {gBackShinySprite226MantinePal, SPECIES_MANTINE + NUM_SPECIES, 0x0}, + [SPECIES_SKARMORY] = {gBackShinySprite227SkarmoryPal, SPECIES_SKARMORY + NUM_SPECIES, 0x0}, + [SPECIES_HOUNDOUR] = {gBackShinySprite228HoundourPal, SPECIES_HOUNDOUR + NUM_SPECIES, 0x0}, + [SPECIES_HOUNDOOM] = {gBackShinySprite229HoundoomPal, SPECIES_HOUNDOOM + NUM_SPECIES, 0x0}, + [SPECIES_KINGDRA] = {gBackShinySprite230KingdraPal, SPECIES_KINGDRA + NUM_SPECIES, 0x0}, + [SPECIES_PHANPY] = {gBackShinySprite231PhanpyPal, SPECIES_PHANPY + NUM_SPECIES, 0x0}, + [SPECIES_DONPHAN] = {gBackShinySprite232DonphanPal, SPECIES_DONPHAN + NUM_SPECIES, 0x0}, + [SPECIES_PORYGON2] = {gBackShinySprite233Porygon2Pal, SPECIES_PORYGON2 + NUM_SPECIES, 0x0}, + [SPECIES_STANTLER] = {gBackShinySprite234StantlerPal, SPECIES_STANTLER + NUM_SPECIES, 0x0}, + [SPECIES_SMEARGLE] = {gBackShinySprite235SmearglePal, SPECIES_SMEARGLE + NUM_SPECIES, 0x0}, + [SPECIES_TYROGUE] = {gBackShinySprite236TyroguePal, SPECIES_TYROGUE + NUM_SPECIES, 0x0}, + [SPECIES_HITMONTOP] = {gBackShinySprite237HitmontopPal, SPECIES_HITMONTOP + NUM_SPECIES, 0x0}, + [SPECIES_SMOOCHUM] = {gBackShinySprite238SmoochumPal, SPECIES_SMOOCHUM + NUM_SPECIES, 0x0}, + [SPECIES_ELEKID] = {gBackShinySprite239ElekidPal, SPECIES_ELEKID + NUM_SPECIES, 0x0}, + [SPECIES_MAGBY] = {gBackShinySprite240MagbyPal, SPECIES_MAGBY + NUM_SPECIES, 0x0}, + [SPECIES_MILTANK] = {gBackShinySprite241MiltankPal, SPECIES_MILTANK + NUM_SPECIES, 0x0}, + [SPECIES_BLISSEY] = {gBackShinySprite242BlisseyPal, SPECIES_BLISSEY + NUM_SPECIES, 0x0}, + [SPECIES_RAIKOU] = {gBackShinySprite243RaikouPal, SPECIES_RAIKOU + NUM_SPECIES, 0x0}, + [SPECIES_ENTEI] = {gBackShinySprite244EnteiPal, SPECIES_ENTEI + NUM_SPECIES, 0x0}, + [SPECIES_SUICUNE] = {gBackShinySprite245SuicunePal, SPECIES_SUICUNE + NUM_SPECIES, 0x0}, + [SPECIES_LARVITAR] = {gBackShinySprite246LarvitarPal, SPECIES_LARVITAR + NUM_SPECIES, 0x0}, + [SPECIES_PUPITAR] = {gBackShinySprite247PupitarPal, SPECIES_PUPITAR + NUM_SPECIES, 0x0}, + [SPECIES_TYRANITAR] = {gBackShinySprite248TyranitarPal, SPECIES_TYRANITAR + NUM_SPECIES, 0x0}, + [SPECIES_LUGIA] = {gBackShinySprite249LugiaPal, SPECIES_LUGIA + NUM_SPECIES, 0x0}, + [SPECIES_HO_OH] = {gBackShinySprite250HoOhPal, SPECIES_HO_OH + NUM_SPECIES, 0x0}, + [SPECIES_CELEBI] = {gBackShinySprite251CelebiPal, SPECIES_CELEBI + NUM_SPECIES, 0x0}, + [252] = {gBackShinySprite252Pal, 0xfc + NUM_SPECIES, 0x0}, + [253] = {gBackShinySprite252Pal, 0xfd + NUM_SPECIES, 0x0}, + [254] = {gBackShinySprite252Pal, 0xfe + NUM_SPECIES, 0x0}, + [255] = {gBackShinySprite252Pal, 0xff + NUM_SPECIES, 0x0}, + [256] = {gBackShinySprite252Pal, 0x100 + NUM_SPECIES, 0x0}, + [257] = {gBackShinySprite252Pal, 0x101 + NUM_SPECIES, 0x0}, + [258] = {gBackShinySprite252Pal, 0x102 + NUM_SPECIES, 0x0}, + [259] = {gBackShinySprite252Pal, 0x103 + NUM_SPECIES, 0x0}, + [260] = {gBackShinySprite252Pal, 0x104 + NUM_SPECIES, 0x0}, + [261] = {gBackShinySprite252Pal, 0x105 + NUM_SPECIES, 0x0}, + [262] = {gBackShinySprite252Pal, 0x106 + NUM_SPECIES, 0x0}, + [263] = {gBackShinySprite252Pal, 0x107 + NUM_SPECIES, 0x0}, + [264] = {gBackShinySprite252Pal, 0x108 + NUM_SPECIES, 0x0}, + [265] = {gBackShinySprite252Pal, 0x109 + NUM_SPECIES, 0x0}, + [266] = {gBackShinySprite252Pal, 0x10a + NUM_SPECIES, 0x0}, + [267] = {gBackShinySprite252Pal, 0x10b + NUM_SPECIES, 0x0}, + [268] = {gBackShinySprite252Pal, 0x10c + NUM_SPECIES, 0x0}, + [269] = {gBackShinySprite252Pal, 0x10d + NUM_SPECIES, 0x0}, + [270] = {gBackShinySprite252Pal, 0x10e + NUM_SPECIES, 0x0}, + [271] = {gBackShinySprite252Pal, 0x10f + NUM_SPECIES, 0x0}, + [272] = {gBackShinySprite252Pal, 0x110 + NUM_SPECIES, 0x0}, + [273] = {gBackShinySprite252Pal, 0x111 + NUM_SPECIES, 0x0}, + [274] = {gBackShinySprite252Pal, 0x112 + NUM_SPECIES, 0x0}, + [275] = {gBackShinySprite252Pal, 0x113 + NUM_SPECIES, 0x0}, + [276] = {gBackShinySprite252Pal, 0x114 + NUM_SPECIES, 0x0}, + [SPECIES_TREECKO] = {gBackShinySprite277TreeckoPal, SPECIES_TREECKO + NUM_SPECIES, 0x0}, + [SPECIES_GROVYLE] = {gBackShinySprite278GrovylePal, SPECIES_GROVYLE + NUM_SPECIES, 0x0}, + [SPECIES_SCEPTILE] = {gBackShinySprite279SceptilePal, SPECIES_SCEPTILE + NUM_SPECIES, 0x0}, + [SPECIES_TORCHIC] = {gBackShinySprite280TorchicPal, SPECIES_TORCHIC + NUM_SPECIES, 0x0}, + [SPECIES_COMBUSKEN] = {gBackShinySprite281CombuskenPal, SPECIES_COMBUSKEN + NUM_SPECIES, 0x0}, + [SPECIES_BLAZIKEN] = {gBackShinySprite282BlazikenPal, SPECIES_BLAZIKEN + NUM_SPECIES, 0x0}, + [SPECIES_MUDKIP] = {gBackShinySprite283MudkipPal, SPECIES_MUDKIP + NUM_SPECIES, 0x0}, + [SPECIES_MARSHTOMP] = {gBackShinySprite284MarshtompPal, SPECIES_MARSHTOMP + NUM_SPECIES, 0x0}, + [SPECIES_SWAMPERT] = {gBackShinySprite285SwampertPal, SPECIES_SWAMPERT + NUM_SPECIES, 0x0}, + [SPECIES_POOCHYENA] = {gBackShinySprite286PoochyenaPal, SPECIES_POOCHYENA + NUM_SPECIES, 0x0}, + [SPECIES_MIGHTYENA] = {gBackShinySprite287MightyenaPal, SPECIES_MIGHTYENA + NUM_SPECIES, 0x0}, + [SPECIES_ZIGZAGOON] = {gBackShinySprite288ZigzagoonPal, SPECIES_ZIGZAGOON + NUM_SPECIES, 0x0}, + [SPECIES_LINOONE] = {gBackShinySprite289LinoonePal, SPECIES_LINOONE + NUM_SPECIES, 0x0}, + [SPECIES_WURMPLE] = {gBackShinySprite290WurmplePal, SPECIES_WURMPLE + NUM_SPECIES, 0x0}, + [SPECIES_SILCOON] = {gBackShinySprite291SilcoonPal, SPECIES_SILCOON + NUM_SPECIES, 0x0}, + [SPECIES_BEAUTIFLY] = {gBackShinySprite292BeautiflyPal, SPECIES_BEAUTIFLY + NUM_SPECIES, 0x0}, + [SPECIES_CASCOON] = {gBackShinySprite293CascoonPal, SPECIES_CASCOON + NUM_SPECIES, 0x0}, + [SPECIES_DUSTOX] = {gBackShinySprite294DustoxPal, SPECIES_DUSTOX + NUM_SPECIES, 0x0}, + [SPECIES_LOTAD] = {gBackShinySprite295LotadPal, SPECIES_LOTAD + NUM_SPECIES, 0x0}, + [SPECIES_LOMBRE] = {gBackShinySprite296LombrePal, SPECIES_LOMBRE + NUM_SPECIES, 0x0}, + [SPECIES_LUDICOLO] = {gBackShinySprite297LudicoloPal, SPECIES_LUDICOLO + NUM_SPECIES, 0x0}, + [SPECIES_SEEDOT] = {gBackShinySprite298SeedotPal, SPECIES_SEEDOT + NUM_SPECIES, 0x0}, + [SPECIES_NUZLEAF] = {gBackShinySprite299NuzleafPal, SPECIES_NUZLEAF + NUM_SPECIES, 0x0}, + [SPECIES_SHIFTRY] = {gBackShinySprite300ShiftryPal, SPECIES_SHIFTRY + NUM_SPECIES, 0x0}, + [SPECIES_NINCADA] = {gBackShinySprite301NincadaPal, SPECIES_NINCADA + NUM_SPECIES, 0x0}, + [SPECIES_NINJASK] = {gBackShinySprite302NinjaskPal, SPECIES_NINJASK + NUM_SPECIES, 0x0}, + [SPECIES_SHEDINJA] = {gBackShinySprite303ShedinjaPal, SPECIES_SHEDINJA + NUM_SPECIES, 0x0}, + [SPECIES_TAILLOW] = {gBackShinySprite304TaillowPal, SPECIES_TAILLOW + NUM_SPECIES, 0x0}, + [SPECIES_SWELLOW] = {gBackShinySprite305SwellowPal, SPECIES_SWELLOW + NUM_SPECIES, 0x0}, + [SPECIES_SHROOMISH] = {gBackShinySprite306ShroomishPal, SPECIES_SHROOMISH + NUM_SPECIES, 0x0}, + [SPECIES_BRELOOM] = {gBackShinySprite307BreloomPal, SPECIES_BRELOOM + NUM_SPECIES, 0x0}, + [SPECIES_SPINDA] = {gBackShinySprite308SpindaPal, SPECIES_SPINDA + NUM_SPECIES, 0x0}, + [SPECIES_WINGULL] = {gBackShinySprite309WingullPal, SPECIES_WINGULL + NUM_SPECIES, 0x0}, + [SPECIES_PELIPPER] = {gBackShinySprite310PelipperPal, SPECIES_PELIPPER + NUM_SPECIES, 0x0}, + [SPECIES_SURSKIT] = {gBackShinySprite311SurskitPal, SPECIES_SURSKIT + NUM_SPECIES, 0x0}, + [SPECIES_MASQUERAIN] = {gBackShinySprite312MasquerainPal, SPECIES_MASQUERAIN + NUM_SPECIES, 0x0}, + [SPECIES_WAILMER] = {gBackShinySprite313WailmerPal, SPECIES_WAILMER + NUM_SPECIES, 0x0}, + [SPECIES_WAILORD] = {gBackShinySprite314WailordPal, SPECIES_WAILORD + NUM_SPECIES, 0x0}, + [SPECIES_SKITTY] = {gBackShinySprite315SkittyPal, SPECIES_SKITTY + NUM_SPECIES, 0x0}, + [SPECIES_DELCATTY] = {gBackShinySprite316DelcattyPal, SPECIES_DELCATTY + NUM_SPECIES, 0x0}, + [SPECIES_KECLEON] = {gBackShinySprite317KecleonPal, SPECIES_KECLEON + NUM_SPECIES, 0x0}, + [SPECIES_BALTOY] = {gBackShinySprite318BaltoyPal, SPECIES_BALTOY + NUM_SPECIES, 0x0}, + [SPECIES_CLAYDOL] = {gBackShinySprite319ClaydolPal, SPECIES_CLAYDOL + NUM_SPECIES, 0x0}, + [SPECIES_NOSEPASS] = {gBackShinySprite320NosepassPal, SPECIES_NOSEPASS + NUM_SPECIES, 0x0}, + [SPECIES_TORKOAL] = {gBackShinySprite321TorkoalPal, SPECIES_TORKOAL + NUM_SPECIES, 0x0}, + [SPECIES_SABLEYE] = {gBackShinySprite322SableyePal, SPECIES_SABLEYE + NUM_SPECIES, 0x0}, + [SPECIES_BARBOACH] = {gBackShinySprite323BarboachPal, SPECIES_BARBOACH + NUM_SPECIES, 0x0}, + [SPECIES_WHISCASH] = {gBackShinySprite324WhiscashPal, SPECIES_WHISCASH + NUM_SPECIES, 0x0}, + [SPECIES_LUVDISC] = {gBackShinySprite325LuvdiscPal, SPECIES_LUVDISC + NUM_SPECIES, 0x0}, + [SPECIES_CORPHISH] = {gBackShinySprite326CorphishPal, SPECIES_CORPHISH + NUM_SPECIES, 0x0}, + [SPECIES_CRAWDAUNT] = {gBackShinySprite327CrawdauntPal, SPECIES_CRAWDAUNT + NUM_SPECIES, 0x0}, + [SPECIES_FEEBAS] = {gBackShinySprite328FeebasPal, SPECIES_FEEBAS + NUM_SPECIES, 0x0}, + [SPECIES_MILOTIC] = {gBackShinySprite329MiloticPal, SPECIES_MILOTIC + NUM_SPECIES, 0x0}, + [SPECIES_CARVANHA] = {gBackShinySprite330CarvanhaPal, SPECIES_CARVANHA + NUM_SPECIES, 0x0}, + [SPECIES_SHARPEDO] = {gBackShinySprite331SharpedoPal, SPECIES_SHARPEDO + NUM_SPECIES, 0x0}, + [SPECIES_TRAPINCH] = {gBackShinySprite332TrapinchPal, SPECIES_TRAPINCH + NUM_SPECIES, 0x0}, + [SPECIES_VIBRAVA] = {gBackShinySprite333VibravaPal, SPECIES_VIBRAVA + NUM_SPECIES, 0x0}, + [SPECIES_FLYGON] = {gBackShinySprite334FlygonPal, SPECIES_FLYGON + NUM_SPECIES, 0x0}, + [SPECIES_MAKUHITA] = {gBackShinySprite335MakuhitaPal, SPECIES_MAKUHITA + NUM_SPECIES, 0x0}, + [SPECIES_HARIYAMA] = {gBackShinySprite336HariyamaPal, SPECIES_HARIYAMA + NUM_SPECIES, 0x0}, + [SPECIES_ELECTRIKE] = {gBackShinySprite337ElectrikePal, SPECIES_ELECTRIKE + NUM_SPECIES, 0x0}, + [SPECIES_MANECTRIC] = {gBackShinySprite338ManectricPal, SPECIES_MANECTRIC + NUM_SPECIES, 0x0}, + [SPECIES_NUMEL] = {gBackShinySprite339NumelPal, SPECIES_NUMEL + NUM_SPECIES, 0x0}, + [SPECIES_CAMERUPT] = {gBackShinySprite340CameruptPal, SPECIES_CAMERUPT + NUM_SPECIES, 0x0}, + [SPECIES_SPHEAL] = {gBackShinySprite341SphealPal, SPECIES_SPHEAL + NUM_SPECIES, 0x0}, + [SPECIES_SEALEO] = {gBackShinySprite342SealeoPal, SPECIES_SEALEO + NUM_SPECIES, 0x0}, + [SPECIES_WALREIN] = {gBackShinySprite343WalreinPal, SPECIES_WALREIN + NUM_SPECIES, 0x0}, + [SPECIES_CACNEA] = {gBackShinySprite344CacneaPal, SPECIES_CACNEA + NUM_SPECIES, 0x0}, + [SPECIES_CACTURNE] = {gBackShinySprite345CacturnePal, SPECIES_CACTURNE + NUM_SPECIES, 0x0}, + [SPECIES_SNORUNT] = {gBackShinySprite346SnoruntPal, SPECIES_SNORUNT + NUM_SPECIES, 0x0}, + [SPECIES_GLALIE] = {gBackShinySprite347GlaliePal, SPECIES_GLALIE + NUM_SPECIES, 0x0}, + [SPECIES_LUNATONE] = {gBackShinySprite348LunatonePal, SPECIES_LUNATONE + NUM_SPECIES, 0x0}, + [SPECIES_SOLROCK] = {gBackShinySprite349SolrockPal, SPECIES_SOLROCK + NUM_SPECIES, 0x0}, + [SPECIES_AZURILL] = {gBackShinySprite350AzurillPal, SPECIES_AZURILL + NUM_SPECIES, 0x0}, + [SPECIES_SPOINK] = {gBackShinySprite351SpoinkPal, SPECIES_SPOINK + NUM_SPECIES, 0x0}, + [SPECIES_GRUMPIG] = {gBackShinySprite352GrumpigPal, SPECIES_GRUMPIG + NUM_SPECIES, 0x0}, + [SPECIES_PLUSLE] = {gBackShinySprite353PluslePal, SPECIES_PLUSLE + NUM_SPECIES, 0x0}, + [SPECIES_MINUN] = {gBackShinySprite354MinunPal, SPECIES_MINUN + NUM_SPECIES, 0x0}, + [SPECIES_MAWILE] = {gBackShinySprite355MawilePal, SPECIES_MAWILE + NUM_SPECIES, 0x0}, + [SPECIES_MEDITITE] = {gBackShinySprite356MedititePal, SPECIES_MEDITITE + NUM_SPECIES, 0x0}, + [SPECIES_MEDICHAM] = {gBackShinySprite357MedichamPal, SPECIES_MEDICHAM + NUM_SPECIES, 0x0}, + [SPECIES_SWABLU] = {gBackShinySprite358SwabluPal, SPECIES_SWABLU + NUM_SPECIES, 0x0}, + [SPECIES_ALTARIA] = {gBackShinySprite359AltariaPal, SPECIES_ALTARIA + NUM_SPECIES, 0x0}, + [SPECIES_WYNAUT] = {gBackShinySprite360WynautPal, SPECIES_WYNAUT + NUM_SPECIES, 0x0}, + [SPECIES_DUSKULL] = {gBackShinySprite361DuskullPal, SPECIES_DUSKULL + NUM_SPECIES, 0x0}, + [SPECIES_DUSCLOPS] = {gBackShinySprite362DusclopsPal, SPECIES_DUSCLOPS + NUM_SPECIES, 0x0}, + [SPECIES_ROSELIA] = {gBackShinySprite363RoseliaPal, SPECIES_ROSELIA + NUM_SPECIES, 0x0}, + [SPECIES_SLAKOTH] = {gBackShinySprite364SlakothPal, SPECIES_SLAKOTH + NUM_SPECIES, 0x0}, + [SPECIES_VIGOROTH] = {gBackShinySprite365VigorothPal, SPECIES_VIGOROTH + NUM_SPECIES, 0x0}, + [SPECIES_SLAKING] = {gBackShinySprite366SlakingPal, SPECIES_SLAKING + NUM_SPECIES, 0x0}, + [SPECIES_GULPIN] = {gBackShinySprite367GulpinPal, SPECIES_GULPIN + NUM_SPECIES, 0x0}, + [SPECIES_SWALOT] = {gBackShinySprite368SwalotPal, SPECIES_SWALOT + NUM_SPECIES, 0x0}, + [SPECIES_TROPIUS] = {gBackShinySprite369TropiusPal, SPECIES_TROPIUS + NUM_SPECIES, 0x0}, + [SPECIES_WHISMUR] = {gBackShinySprite370WhismurPal, SPECIES_WHISMUR + NUM_SPECIES, 0x0}, + [SPECIES_LOUDRED] = {gBackShinySprite371LoudredPal, SPECIES_LOUDRED + NUM_SPECIES, 0x0}, + [SPECIES_EXPLOUD] = {gBackShinySprite372ExploudPal, SPECIES_EXPLOUD + NUM_SPECIES, 0x0}, + [SPECIES_CLAMPERL] = {gBackShinySprite373ClamperlPal, SPECIES_CLAMPERL + NUM_SPECIES, 0x0}, + [SPECIES_HUNTAIL] = {gBackShinySprite374HuntailPal, SPECIES_HUNTAIL + NUM_SPECIES, 0x0}, + [SPECIES_GOREBYSS] = {gBackShinySprite375GorebyssPal, SPECIES_GOREBYSS + NUM_SPECIES, 0x0}, + [SPECIES_ABSOL] = {gBackShinySprite376AbsolPal, SPECIES_ABSOL + NUM_SPECIES, 0x0}, + [SPECIES_SHUPPET] = {gBackShinySprite377ShuppetPal, SPECIES_SHUPPET + NUM_SPECIES, 0x0}, + [SPECIES_BANETTE] = {gBackShinySprite378BanettePal, SPECIES_BANETTE + NUM_SPECIES, 0x0}, + [SPECIES_SEVIPER] = {gBackShinySprite379SeviperPal, SPECIES_SEVIPER + NUM_SPECIES, 0x0}, + [SPECIES_ZANGOOSE] = {gBackShinySprite380ZangoosePal, SPECIES_ZANGOOSE + NUM_SPECIES, 0x0}, + [SPECIES_RELICANTH] = {gBackShinySprite381RelicanthPal, SPECIES_RELICANTH + NUM_SPECIES, 0x0}, + [SPECIES_ARON] = {gBackShinySprite382AronPal, SPECIES_ARON + NUM_SPECIES, 0x0}, + [SPECIES_LAIRON] = {gBackShinySprite383LaironPal, SPECIES_LAIRON + NUM_SPECIES, 0x0}, + [SPECIES_AGGRON] = {gBackShinySprite384AggronPal, SPECIES_AGGRON + NUM_SPECIES, 0x0}, + [SPECIES_CASTFORM] = {gBackShinySprite385CastformPal, SPECIES_CASTFORM + NUM_SPECIES, 0x0}, + [SPECIES_VOLBEAT] = {gBackShinySprite386VolbeatPal, SPECIES_VOLBEAT + NUM_SPECIES, 0x0}, + [SPECIES_ILLUMISE] = {gBackShinySprite387IllumisePal, SPECIES_ILLUMISE + NUM_SPECIES, 0x0}, + [SPECIES_LILEEP] = {gBackShinySprite388LileepPal, SPECIES_LILEEP + NUM_SPECIES, 0x0}, + [SPECIES_CRADILY] = {gBackShinySprite389CradilyPal, SPECIES_CRADILY + NUM_SPECIES, 0x0}, + [SPECIES_ANORITH] = {gBackShinySprite390AnorithPal, SPECIES_ANORITH + NUM_SPECIES, 0x0}, + [SPECIES_ARMALDO] = {gBackShinySprite391ArmaldoPal, SPECIES_ARMALDO + NUM_SPECIES, 0x0}, + [SPECIES_RALTS] = {gBackShinySprite392RaltsPal, SPECIES_RALTS + NUM_SPECIES, 0x0}, + [SPECIES_KIRLIA] = {gBackShinySprite393KirliaPal, SPECIES_KIRLIA + NUM_SPECIES, 0x0}, + [SPECIES_GARDEVOIR] = {gBackShinySprite394GardevoirPal, SPECIES_GARDEVOIR + NUM_SPECIES, 0x0}, + [SPECIES_BAGON] = {gBackShinySprite395BagonPal, SPECIES_BAGON + NUM_SPECIES, 0x0}, + [SPECIES_SHELGON] = {gBackShinySprite396ShelgonPal, SPECIES_SHELGON + NUM_SPECIES, 0x0}, + [SPECIES_SALAMENCE] = {gBackShinySprite397SalamencePal, SPECIES_SALAMENCE + NUM_SPECIES, 0x0}, + [SPECIES_BELDUM] = {gBackShinySprite398BeldumPal, SPECIES_BELDUM + NUM_SPECIES, 0x0}, + [SPECIES_METANG] = {gBackShinySprite399MetangPal, SPECIES_METANG + NUM_SPECIES, 0x0}, + [SPECIES_METAGROSS] = {gBackShinySprite400MetagrossPal, SPECIES_METAGROSS + NUM_SPECIES, 0x0}, + [SPECIES_REGIROCK] = {gBackShinySprite401RegirockPal, SPECIES_REGIROCK + NUM_SPECIES, 0x0}, + [SPECIES_REGICE] = {gBackShinySprite402RegicePal, SPECIES_REGICE + NUM_SPECIES, 0x0}, + [SPECIES_REGISTEEL] = {gBackShinySprite403RegisteelPal, SPECIES_REGISTEEL + NUM_SPECIES, 0x0}, + [SPECIES_KYOGRE] = {gBackShinySprite404KyogrePal, SPECIES_KYOGRE + NUM_SPECIES, 0x0}, + [SPECIES_GROUDON] = {gBackShinySprite405GroudonPal, SPECIES_GROUDON + NUM_SPECIES, 0x0}, + [SPECIES_RAYQUAZA] = {gBackShinySprite406RayquazaPal, SPECIES_RAYQUAZA + NUM_SPECIES, 0x0}, + [SPECIES_LATIAS] = {gBackShinySprite407LatiasPal, SPECIES_LATIAS + NUM_SPECIES, 0x0}, + [SPECIES_LATIOS] = {gBackShinySprite408LatiosPal, SPECIES_LATIOS + NUM_SPECIES, 0x0}, + [SPECIES_JIRACHI] = {gBackShinySprite409JirachiPal, SPECIES_JIRACHI + NUM_SPECIES, 0x0}, + [SPECIES_DEOXYS] = {gBackShinySprite410DeoxysPal, SPECIES_DEOXYS + NUM_SPECIES, 0x0}, + [SPECIES_CHIMECHO] = {gBackShinySprite411ChimechoPal, SPECIES_CHIMECHO + NUM_SPECIES, 0x0}, + [SPECIES_EGG] = {gBackShinySprite412EggPal, SPECIES_EGG + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_B] = {gBackShinySprite413UnownBPal, SPECIES_UNOWN_B + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_C] = {gBackShinySprite414UnownCPal, SPECIES_UNOWN_C + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_D] = {gBackShinySprite415UnownDPal, SPECIES_UNOWN_D + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_E] = {gBackShinySprite416UnownEPal, SPECIES_UNOWN_E + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_F] = {gBackShinySprite417UnownFPal, SPECIES_UNOWN_F + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_G] = {gBackShinySprite418UnownGPal, SPECIES_UNOWN_G + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_H] = {gBackShinySprite419UnownHPal, SPECIES_UNOWN_H + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_I] = {gBackShinySprite420UnownIPal, SPECIES_UNOWN_I + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_J] = {gBackShinySprite421UnownJPal, SPECIES_UNOWN_J + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_K] = {gBackShinySprite422UnownKPal, SPECIES_UNOWN_K + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_L] = {gBackShinySprite423UnownLPal, SPECIES_UNOWN_L + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_M] = {gBackShinySprite424UnownMPal, SPECIES_UNOWN_M + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_N] = {gBackShinySprite425UnownNPal, SPECIES_UNOWN_N + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_O] = {gBackShinySprite426UnownOPal, SPECIES_UNOWN_O + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_P] = {gBackShinySprite427UnownPPal, SPECIES_UNOWN_P + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_Q] = {gBackShinySprite428UnownQPal, SPECIES_UNOWN_Q + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_R] = {gBackShinySprite429UnownRPal, SPECIES_UNOWN_R + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_S] = {gBackShinySprite430UnownSPal, SPECIES_UNOWN_S + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_T] = {gBackShinySprite431UnownTPal, SPECIES_UNOWN_T + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_U] = {gBackShinySprite432UnownUPal, SPECIES_UNOWN_U + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_V] = {gBackShinySprite433UnownVPal, SPECIES_UNOWN_V + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_W] = {gBackShinySprite434UnownWPal, SPECIES_UNOWN_W + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_X] = {gBackShinySprite435UnownXPal, SPECIES_UNOWN_X + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_Y] = {gBackShinySprite436UnownYPal, SPECIES_UNOWN_Y + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_Z] = {gBackShinySprite437UnownZPal, SPECIES_UNOWN_Z + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_EXCLAMATION] = {gBackShinySprite438UnownExclamationPal, SPECIES_UNOWN_EXCLAMATION + NUM_SPECIES, 0x0}, + [SPECIES_UNOWN_QUESTION] = {gBackShinySprite439UnownQuestionPal, SPECIES_UNOWN_QUESTION + NUM_SPECIES, 0x0}, + [SPECIES_TURTWIG] = {gBackShinySprite440TurtwigPal, SPECIES_TURTWIG + NUM_SPECIES, 0x0}, + [SPECIES_GROTLE] = {gBackShinySprite441GrotlePal, SPECIES_GROTLE + NUM_SPECIES, 0x0}, + [SPECIES_TORTERRA] = {gBackShinySprite442TorterraPal, SPECIES_TORTERRA + NUM_SPECIES, 0x0}, + [SPECIES_CHIMCHAR] = {gBackShinySprite443ChimcharPal, SPECIES_CHIMCHAR + NUM_SPECIES, 0x0}, + [SPECIES_MONFERNO] = {gBackShinySprite444MonfernoPal, SPECIES_MONFERNO + NUM_SPECIES, 0x0}, + [SPECIES_INFERNAPE] = {gBackShinySprite445InfernapePal, SPECIES_INFERNAPE + NUM_SPECIES, 0x0}, + [SPECIES_PIPLUP] = {gBackShinySprite446PiplupPal, SPECIES_PIPLUP + NUM_SPECIES, 0x0}, + [SPECIES_PRINPLUP] = {gBackShinySprite447PrinplupPal, SPECIES_PRINPLUP + NUM_SPECIES, 0x0}, + [SPECIES_EMPOLEON] = {gBackShinySprite448EmpoleonPal, SPECIES_EMPOLEON + NUM_SPECIES, 0x0}, + [SPECIES_STARLY] = {gBackShinySprite449StarlyPal, SPECIES_STARLY + NUM_SPECIES, 0x0}, + [SPECIES_STARAVIA] = {gBackShinySprite450StaraviaPal, SPECIES_STARAVIA + NUM_SPECIES, 0x0}, + [SPECIES_STARAPTOR] = {gBackShinySprite451StaraptorPal, SPECIES_STARAPTOR + NUM_SPECIES, 0x0}, + [SPECIES_BIDOOF] = {gBackShinySprite452BidoofPal, SPECIES_BIDOOF + NUM_SPECIES, 0x0}, + [SPECIES_BIBAREL] = {gBackShinySprite453BibarelPal, SPECIES_BIBAREL + NUM_SPECIES, 0x0}, + [SPECIES_KRICKETOT] = {gBackShinySprite454KricketotPal, SPECIES_KRICKETOT + NUM_SPECIES, 0x0}, + [SPECIES_KRICKETUNE] = {gBackShinySprite455KricketunePal, SPECIES_KRICKETUNE + NUM_SPECIES, 0x0}, + [SPECIES_SHINX] = {gBackShinySprite456ShinxPal, SPECIES_SHINX + NUM_SPECIES, 0x0}, + [SPECIES_LUXIO] = {gBackShinySprite457LuxioPal, SPECIES_LUXIO + NUM_SPECIES, 0x0}, + [SPECIES_LUXRAY] = {gBackShinySprite458LuxrayPal, SPECIES_LUXRAY + NUM_SPECIES, 0x0}, + [SPECIES_BUDEW] = {gBackShinySprite459BudewPal, SPECIES_BUDEW + NUM_SPECIES, 0x0}, + [SPECIES_ROSERADE] = {gBackShinySprite460RoseradePal, SPECIES_ROSERADE + NUM_SPECIES, 0x0}, + [SPECIES_CRANIDOS] = {gBackShinySprite461CranidosPal, SPECIES_CRANIDOS + NUM_SPECIES, 0x0}, + [SPECIES_RAMPARDOS] = {gBackShinySprite462RampardosPal, SPECIES_RAMPARDOS + NUM_SPECIES, 0x0}, + [SPECIES_SHIELDON] = {gBackShinySprite463ShieldonPal, SPECIES_SHIELDON + NUM_SPECIES, 0x0}, + [SPECIES_BASTIODON] = {gBackShinySprite464BastiodonPal, SPECIES_BASTIODON + NUM_SPECIES, 0x0}, + [SPECIES_BURMY] = {gBackShinySprite465BurmyPal, SPECIES_BURMY + NUM_SPECIES, 0x0}, + [SPECIES_WORMADAM] = {gBackShinySprite466WormadamPal, SPECIES_WORMADAM + NUM_SPECIES, 0x0}, + [SPECIES_MOTHIM] = {gBackShinySprite467MothimPal, SPECIES_MOTHIM + NUM_SPECIES, 0x0}, + [SPECIES_COMBEE] = {gBackShinySprite468CombeePal, SPECIES_COMBEE + NUM_SPECIES, 0x0}, + [SPECIES_VESPIQUEN] = {gBackShinySprite469VespiquenPal, SPECIES_VESPIQUEN + NUM_SPECIES, 0x0}, + [SPECIES_PACHIRISU] = {gBackShinySprite470PachirisuPal, SPECIES_PACHIRISU + NUM_SPECIES, 0x0}, + [SPECIES_BUIZEL] = {gBackShinySprite471BuizelPal, SPECIES_BUIZEL + NUM_SPECIES, 0x0}, + [SPECIES_FLOATZEL] = {gBackShinySprite472FloatzelPal, SPECIES_FLOATZEL + NUM_SPECIES, 0x0}, + [SPECIES_CHERUBI] = {gBackShinySprite473CherubiPal, SPECIES_CHERUBI + NUM_SPECIES, 0x0}, + [SPECIES_CHERRIM] = {gBackShinySprite474CherrimPal, SPECIES_CHERRIM + NUM_SPECIES, 0x0}, + [SPECIES_SHELLOS] = {gBackShinySprite475ShellosPal, SPECIES_SHELLOS + NUM_SPECIES, 0x0}, + [SPECIES_GASTRODON] = {gBackShinySprite476GastrodonPal, SPECIES_GASTRODON + NUM_SPECIES, 0x0}, + [SPECIES_AMBIPOM] = {gBackShinySprite477AmbipomPal, SPECIES_AMBIPOM + NUM_SPECIES, 0x0}, + [SPECIES_DRIFLOON] = {gBackShinySprite478DrifloonPal, SPECIES_DRIFLOON + NUM_SPECIES, 0x0}, + [SPECIES_DRIFBLIM] = {gBackShinySprite479DrifblimPal, SPECIES_DRIFBLIM + NUM_SPECIES, 0x0}, + [SPECIES_BUNEARY] = {gBackShinySprite480BunearyPal, SPECIES_BUNEARY + NUM_SPECIES, 0x0}, + [SPECIES_LOPUNNY] = {gBackShinySprite481LopunnyPal, SPECIES_LOPUNNY + NUM_SPECIES, 0x0}, + [SPECIES_MISMAGIUS] = {gBackShinySprite482MismagiusPal, SPECIES_MISMAGIUS + NUM_SPECIES, 0x0}, + [SPECIES_HONCHKROW] = {gBackShinySprite483HonchkrowPal, SPECIES_HONCHKROW + NUM_SPECIES, 0x0}, + [SPECIES_GLAMEOW] = {gBackShinySprite484GlameowPal, SPECIES_GLAMEOW + NUM_SPECIES, 0x0}, + [SPECIES_PURUGLY] = {gBackShinySprite485PuruglyPal, SPECIES_PURUGLY + NUM_SPECIES, 0x0}, + [SPECIES_CHINGLING] = {gBackShinySprite486ChinglingPal, SPECIES_CHINGLING + NUM_SPECIES, 0x0}, + [SPECIES_STUNKY] = {gBackShinySprite487StunkyPal, SPECIES_STUNKY + NUM_SPECIES, 0x0}, + [SPECIES_SKUNTANK] = {gBackShinySprite488SkuntankPal, SPECIES_SKUNTANK + NUM_SPECIES, 0x0}, + [SPECIES_BRONZOR] = {gBackShinySprite489BronzorPal, SPECIES_BRONZOR + NUM_SPECIES, 0x0}, + [SPECIES_BRONZONG] = {gBackShinySprite490BronzongPal, SPECIES_BRONZONG + NUM_SPECIES, 0x0}, + [SPECIES_BONSLY] = {gBackShinySprite491BonslyPal, SPECIES_BONSLY + NUM_SPECIES, 0x0}, + [SPECIES_MIME_JR] = {gBackShinySprite492MimeJrPal, SPECIES_MIME_JR + NUM_SPECIES, 0x0}, + [SPECIES_HAPPINY] = {gBackShinySprite493HappinyPal, SPECIES_HAPPINY + NUM_SPECIES, 0x0}, + [SPECIES_CHATOT] = {gBackShinySprite494ChatotPal, SPECIES_CHATOT + NUM_SPECIES, 0x0}, + [SPECIES_SPIRITOMB] = {gBackShinySprite495SpiritombPal, SPECIES_SPIRITOMB + NUM_SPECIES, 0x0}, + [SPECIES_GIBLE] = {gBackShinySprite496GiblePal, SPECIES_GIBLE + NUM_SPECIES, 0x0}, + [SPECIES_GABITE] = {gBackShinySprite497GabitePal, SPECIES_GABITE + NUM_SPECIES, 0x0}, + [SPECIES_GARCHOMP] = {gBackShinySprite498GarchompPal, SPECIES_GARCHOMP + NUM_SPECIES, 0x0}, + [SPECIES_MUNCHLAX] = {gBackShinySprite499MunchlaxPal, SPECIES_MUNCHLAX + NUM_SPECIES, 0x0}, + [SPECIES_RIOLU] = {gBackShinySprite500RioluPal, SPECIES_RIOLU + NUM_SPECIES, 0x0}, + [SPECIES_LUCARIO] = {gBackShinySprite501LucarioPal, SPECIES_LUCARIO + NUM_SPECIES, 0x0}, + [SPECIES_HIPPOPOTAS] = {gBackShinySprite502HippopotasPal, SPECIES_HIPPOPOTAS + NUM_SPECIES, 0x0}, + [SPECIES_HIPPOWDON] = {gBackShinySprite503HippowdonPal, SPECIES_HIPPOWDON + NUM_SPECIES, 0x0}, + [SPECIES_SKORUPI] = {gBackShinySprite504SkorupiPal, SPECIES_SKORUPI + NUM_SPECIES, 0x0}, + [SPECIES_DRAPION] = {gBackShinySprite505DrapionPal, SPECIES_DRAPION + NUM_SPECIES, 0x0}, + [SPECIES_CROAGUNK] = {gBackShinySprite506CroagunkPal, SPECIES_CROAGUNK + NUM_SPECIES, 0x0}, + [SPECIES_TOXICROAK] = {gBackShinySprite507ToxicroakPal, SPECIES_TOXICROAK + NUM_SPECIES, 0x0}, + [SPECIES_CARNIVINE] = {gBackShinySprite508CarnivinePal, SPECIES_CARNIVINE + NUM_SPECIES, 0x0}, + [SPECIES_FINNEON] = {gBackShinySprite509FinneonPal, SPECIES_FINNEON + NUM_SPECIES, 0x0}, + [SPECIES_LUMINEON] = {gBackShinySprite510LumineonPal, SPECIES_LUMINEON + NUM_SPECIES, 0x0}, + [SPECIES_MANTYKE] = {gBackShinySprite511MantykePal, SPECIES_MANTYKE + NUM_SPECIES, 0x0}, + [SPECIES_SNOVER] = {gBackShinySprite512SnoverPal, SPECIES_SNOVER + NUM_SPECIES, 0x0}, + [SPECIES_ABOMASNOW] = {gBackShinySprite513AbomasnowPal, SPECIES_ABOMASNOW + NUM_SPECIES, 0x0}, + [SPECIES_WEAVILE] = {gBackShinySprite514WeavilePal, SPECIES_WEAVILE + NUM_SPECIES, 0x0}, + [SPECIES_MAGNEZONE] = {gBackShinySprite515MagnezonePal, SPECIES_MAGNEZONE + NUM_SPECIES, 0x0}, + [SPECIES_LICKILICKY] = {gBackShinySprite516LickilickyPal, SPECIES_LICKILICKY + NUM_SPECIES, 0x0}, + [SPECIES_RHYPERIOR] = {gBackShinySprite517RhyperiorPal, SPECIES_RHYPERIOR + NUM_SPECIES, 0x0}, + [SPECIES_TANGROWTH] = {gBackShinySprite518TangrowthPal, SPECIES_TANGROWTH + NUM_SPECIES, 0x0}, + [SPECIES_ELECTIVIRE] = {gBackShinySprite519ElectivirePal, SPECIES_ELECTIVIRE + NUM_SPECIES, 0x0}, + [SPECIES_MAGMORTAR] = {gBackShinySprite520MagmortarPal, SPECIES_MAGMORTAR + NUM_SPECIES, 0x0}, + [SPECIES_TOGEKISS] = {gBackShinySprite521TogekissPal, SPECIES_TOGEKISS + NUM_SPECIES, 0x0}, + [SPECIES_YANMEGA] = {gBackShinySprite522YanmegaPal, SPECIES_YANMEGA + NUM_SPECIES, 0x0}, + [SPECIES_LEAFEON] = {gBackShinySprite523LeafeonPal, SPECIES_LEAFEON + NUM_SPECIES, 0x0}, + [SPECIES_GLACEON] = {gBackShinySprite524GlaceonPal, SPECIES_GLACEON + NUM_SPECIES, 0x0}, + [SPECIES_GLISCOR] = {gBackShinySprite525GliscorPal, SPECIES_GLISCOR + NUM_SPECIES, 0x0}, + [SPECIES_MAMOSWINE] = {gBackShinySprite526MamoswinePal, SPECIES_MAMOSWINE + NUM_SPECIES, 0x0}, + [SPECIES_PORYGON_Z] = {gBackShinySprite527PorygonZPal, SPECIES_PORYGON_Z + NUM_SPECIES, 0x0}, + [SPECIES_GALLADE] = {gBackShinySprite528GalladePal, SPECIES_GALLADE + NUM_SPECIES, 0x0}, + [SPECIES_PROBOPASS] = {gBackShinySprite529ProbopassPal, SPECIES_PROBOPASS + NUM_SPECIES, 0x0}, + [SPECIES_DUSKNOIR] = {gBackShinySprite530DusknoirPal, SPECIES_DUSKNOIR + NUM_SPECIES, 0x0}, + [SPECIES_FROSLASS] = {gBackShinySprite531FroslassPal, SPECIES_FROSLASS + NUM_SPECIES, 0x0}, + [SPECIES_ROTOM] = {gBackShinySprite532RotomPal, SPECIES_ROTOM + NUM_SPECIES, 0x0}, + [SPECIES_UXIE] = {gBackShinySprite533UxiePal, SPECIES_UXIE + NUM_SPECIES, 0x0}, + [SPECIES_MESPRIT] = {gBackShinySprite534MespritPal, SPECIES_MESPRIT + NUM_SPECIES, 0x0}, + [SPECIES_AZELF] = {gBackShinySprite535AzelfPal, SPECIES_AZELF + NUM_SPECIES, 0x0}, + [SPECIES_DIALGA] = {gBackShinySprite536DialgaPal, SPECIES_DIALGA + NUM_SPECIES, 0x0}, + [SPECIES_PALKIA] = {gBackShinySprite537PalkiaPal, SPECIES_PALKIA + NUM_SPECIES, 0x0}, + [SPECIES_HEATRAN] = {gBackShinySprite538HeatranPal, SPECIES_HEATRAN + NUM_SPECIES, 0x0}, + [SPECIES_REGIGIGAS] = {gBackShinySprite539RegigigasPal, SPECIES_REGIGIGAS + NUM_SPECIES, 0x0}, + [SPECIES_GIRATINA] = {gBackShinySprite540GiratinaPal, SPECIES_GIRATINA + NUM_SPECIES, 0x0}, + [SPECIES_CRESSELIA] = {gBackShinySprite541CresseliaPal, SPECIES_CRESSELIA + NUM_SPECIES, 0x0}, + [SPECIES_PHIONE] = {gBackShinySprite542PhionePal, SPECIES_PHIONE + NUM_SPECIES, 0x0}, + [SPECIES_MANAPHY] = {gBackShinySprite543ManaphyPal, SPECIES_MANAPHY + NUM_SPECIES, 0x0}, + [SPECIES_DARKRAI] = {gBackShinySprite544DarkraiPal, SPECIES_DARKRAI + NUM_SPECIES, 0x0}, + [SPECIES_SHAYMIN] = {gBackShinySprite545ShayminPal, SPECIES_SHAYMIN + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS] = {gBackShinySprite546ArceusPal, SPECIES_ARCEUS + NUM_SPECIES, 0x0}, + [SPECIES_VICTINI] = {gBackShinySprite547VictiniPal, SPECIES_VICTINI + NUM_SPECIES, 0x0}, + [SPECIES_SNIVY] = {gBackShinySprite548SnivyPal, SPECIES_SNIVY + NUM_SPECIES, 0x0}, + [SPECIES_SERVINE] = {gBackShinySprite549ServinePal, SPECIES_SERVINE + NUM_SPECIES, 0x0}, + [SPECIES_SERPERIOR] = {gBackShinySprite550SerperiorPal, SPECIES_SERPERIOR + NUM_SPECIES, 0x0}, + [SPECIES_TEPIG] = {gBackShinySprite551TepigPal, SPECIES_TEPIG + NUM_SPECIES, 0x0}, + [SPECIES_PIGNITE] = {gBackShinySprite552PignitePal, SPECIES_PIGNITE + NUM_SPECIES, 0x0}, + [SPECIES_EMBOAR] = {gBackShinySprite553EmboarPal, SPECIES_EMBOAR + NUM_SPECIES, 0x0}, + [SPECIES_OSHAWOTT] = {gBackShinySprite554OshawottPal, SPECIES_OSHAWOTT + NUM_SPECIES, 0x0}, + [SPECIES_DEWOTT] = {gBackShinySprite555DewottPal, SPECIES_DEWOTT + NUM_SPECIES, 0x0}, + [SPECIES_SAMUROTT] = {gBackShinySprite556SamurottPal, SPECIES_SAMUROTT + NUM_SPECIES, 0x0}, + [SPECIES_PATRAT] = {gBackShinySprite557PatratPal, SPECIES_PATRAT + NUM_SPECIES, 0x0}, + [SPECIES_WATCHOG] = {gBackShinySprite558WatchogPal, SPECIES_WATCHOG + NUM_SPECIES, 0x0}, + [SPECIES_LILLIPUP] = {gBackShinySprite559LillipupPal, SPECIES_LILLIPUP + NUM_SPECIES, 0x0}, + [SPECIES_HERDIER] = {gBackShinySprite560HerdierPal, SPECIES_HERDIER + NUM_SPECIES, 0x0}, + [SPECIES_STOUTLAND] = {gBackShinySprite561StoutlandPal, SPECIES_STOUTLAND + NUM_SPECIES, 0x0}, + [SPECIES_PURRLOIN] = {gBackShinySprite562PurrloinPal, SPECIES_PURRLOIN + NUM_SPECIES, 0x0}, + [SPECIES_LIEPARD] = {gBackShinySprite563LiepardPal, SPECIES_LIEPARD + NUM_SPECIES, 0x0}, + [SPECIES_PANSAGE] = {gBackShinySprite564PansagePal, SPECIES_PANSAGE + NUM_SPECIES, 0x0}, + [SPECIES_SIMISAGE] = {gBackShinySprite565SimisagePal, SPECIES_SIMISAGE + NUM_SPECIES, 0x0}, + [SPECIES_PANSEAR] = {gBackShinySprite566PansearPal, SPECIES_PANSEAR + NUM_SPECIES, 0x0}, + [SPECIES_SIMISEAR] = {gBackShinySprite567SimisearPal, SPECIES_SIMISEAR + NUM_SPECIES, 0x0}, + [SPECIES_PANPOUR] = {gBackShinySprite568PanpourPal, SPECIES_PANPOUR + NUM_SPECIES, 0x0}, + [SPECIES_SIMIPOUR] = {gBackShinySprite569SimipourPal, SPECIES_SIMIPOUR + NUM_SPECIES, 0x0}, + [SPECIES_MUNNA] = {gBackShinySprite570MunnaPal, SPECIES_MUNNA + NUM_SPECIES, 0x0}, + [SPECIES_MUSHARNA] = {gBackShinySprite571MusharnaPal, SPECIES_MUSHARNA + NUM_SPECIES, 0x0}, + [SPECIES_PIDOVE] = {gBackShinySprite572PidovePal, SPECIES_PIDOVE + NUM_SPECIES, 0x0}, + [SPECIES_TRANQUILL] = {gBackShinySprite573TranquillPal, SPECIES_TRANQUILL + NUM_SPECIES, 0x0}, + [SPECIES_UNFEZANT] = {gBackShinySprite574UnfezantPal, SPECIES_UNFEZANT + NUM_SPECIES, 0x0}, + [SPECIES_BLITZLE] = {gBackShinySprite575BlitzlePal, SPECIES_BLITZLE + NUM_SPECIES, 0x0}, + [SPECIES_ZEBSTRIKA] = {gBackShinySprite576ZebstrikaPal, SPECIES_ZEBSTRIKA + NUM_SPECIES, 0x0}, + [SPECIES_ROGGENROLA] = {gBackShinySprite577RoggenrolaPal, SPECIES_ROGGENROLA + NUM_SPECIES, 0x0}, + [SPECIES_BOLDORE] = {gBackShinySprite578BoldorePal, SPECIES_BOLDORE + NUM_SPECIES, 0x0}, + [SPECIES_GIGALITH] = {gBackShinySprite579GigalithPal, SPECIES_GIGALITH + NUM_SPECIES, 0x0}, + [SPECIES_WOOBAT] = {gBackShinySprite580WoobatPal, SPECIES_WOOBAT + NUM_SPECIES, 0x0}, + [SPECIES_SWOOBAT] = {gBackShinySprite581SwoobatPal, SPECIES_SWOOBAT + NUM_SPECIES, 0x0}, + [SPECIES_DRILBUR] = {gBackShinySprite582DrilburPal, SPECIES_DRILBUR + NUM_SPECIES, 0x0}, + [SPECIES_EXCADRILL] = {gBackShinySprite583ExcadrillPal, SPECIES_EXCADRILL + NUM_SPECIES, 0x0}, + [SPECIES_AUDINO] = {gBackShinySprite584AudinoPal, SPECIES_AUDINO + NUM_SPECIES, 0x0}, + [SPECIES_TIMBURR] = {gBackShinySprite585TimburrPal, SPECIES_TIMBURR + NUM_SPECIES, 0x0}, + [SPECIES_GURDURR] = {gBackShinySprite586GurdurrPal, SPECIES_GURDURR + NUM_SPECIES, 0x0}, + [SPECIES_CONKELDURR] = {gBackShinySprite587ConkeldurrPal, SPECIES_CONKELDURR + NUM_SPECIES, 0x0}, + [SPECIES_TYMPOLE] = {gBackShinySprite588TympolePal, SPECIES_TYMPOLE + NUM_SPECIES, 0x0}, + [SPECIES_PALPITOAD] = {gBackShinySprite589PalpitoadPal, SPECIES_PALPITOAD + NUM_SPECIES, 0x0}, + [SPECIES_SEISMITOAD] = {gBackShinySprite590SeismitoadPal, SPECIES_SEISMITOAD + NUM_SPECIES, 0x0}, + [SPECIES_THROH] = {gBackShinySprite591ThrohPal, SPECIES_THROH + NUM_SPECIES, 0x0}, + [SPECIES_SAWK] = {gBackShinySprite592SawkPal, SPECIES_SAWK + NUM_SPECIES, 0x0}, + [SPECIES_SEWADDLE] = {gBackShinySprite593SewaddlePal, SPECIES_SEWADDLE + NUM_SPECIES, 0x0}, + [SPECIES_SWADLOON] = {gBackShinySprite594SwadloonPal, SPECIES_SWADLOON + NUM_SPECIES, 0x0}, + [SPECIES_LEAVANNY] = {gBackShinySprite595LeavannyPal, SPECIES_LEAVANNY + NUM_SPECIES, 0x0}, + [SPECIES_VENIPEDE] = {gBackShinySprite596VenipedePal, SPECIES_VENIPEDE + NUM_SPECIES, 0x0}, + [SPECIES_WHIRLIPEDE] = {gBackShinySprite597WhirlipedePal, SPECIES_WHIRLIPEDE + NUM_SPECIES, 0x0}, + [SPECIES_SCOLIPEDE] = {gBackShinySprite598ScolipedePal, SPECIES_SCOLIPEDE + NUM_SPECIES, 0x0}, + [SPECIES_COTTONEE] = {gBackShinySprite599CottoneePal, SPECIES_COTTONEE + NUM_SPECIES, 0x0}, + [SPECIES_WHIMSICOTT] = {gBackShinySprite600WhimsicottPal, SPECIES_WHIMSICOTT + NUM_SPECIES, 0x0}, + [SPECIES_PETILIL] = {gBackShinySprite601PetililPal, SPECIES_PETILIL + NUM_SPECIES, 0x0}, + [SPECIES_LILLIGANT] = {gBackShinySprite602LilligantPal, SPECIES_LILLIGANT + NUM_SPECIES, 0x0}, + [SPECIES_BASCULIN_RED] = {gBackShinySprite603BasculinRedPal, SPECIES_BASCULIN_RED + NUM_SPECIES, 0x0}, + [SPECIES_SANDILE] = {gBackShinySprite604SandilePal, SPECIES_SANDILE + NUM_SPECIES, 0x0}, + [SPECIES_KROKOROK] = {gBackShinySprite605KrokorokPal, SPECIES_KROKOROK + NUM_SPECIES, 0x0}, + [SPECIES_KROOKODILE] = {gBackShinySprite606KrookodilePal, SPECIES_KROOKODILE + NUM_SPECIES, 0x0}, + [SPECIES_DARUMAKA] = {gBackShinySprite607DarumakaPal, SPECIES_DARUMAKA + NUM_SPECIES, 0x0}, + [SPECIES_DARMANITAN] = {gBackShinySprite608DarmanitanPal, SPECIES_DARMANITAN + NUM_SPECIES, 0x0}, + [SPECIES_MARACTUS] = {gBackShinySprite609MaractusPal, SPECIES_MARACTUS + NUM_SPECIES, 0x0}, + [SPECIES_DWEBBLE] = {gBackShinySprite610DwebblePal, SPECIES_DWEBBLE + NUM_SPECIES, 0x0}, + [SPECIES_CRUSTLE] = {gBackShinySprite611CrustlePal, SPECIES_CRUSTLE + NUM_SPECIES, 0x0}, + [SPECIES_SCRAGGY] = {gBackShinySprite612ScraggyPal, SPECIES_SCRAGGY + NUM_SPECIES, 0x0}, + [SPECIES_SCRAFTY] = {gBackShinySprite613ScraftyPal, SPECIES_SCRAFTY + NUM_SPECIES, 0x0}, + [SPECIES_SIGILYPH] = {gBackShinySprite614SigilyphPal, SPECIES_SIGILYPH + NUM_SPECIES, 0x0}, + [SPECIES_YAMASK] = {gBackShinySprite615YamaskPal, SPECIES_YAMASK + NUM_SPECIES, 0x0}, + [SPECIES_COFAGRIGUS] = {gBackShinySprite616CofagrigusPal, SPECIES_COFAGRIGUS + NUM_SPECIES, 0x0}, + [SPECIES_TIRTOUGA] = {gBackShinySprite617TirtougaPal, SPECIES_TIRTOUGA + NUM_SPECIES, 0x0}, + [SPECIES_CARRACOSTA] = {gBackShinySprite618CarracostaPal, SPECIES_CARRACOSTA + NUM_SPECIES, 0x0}, + [SPECIES_ARCHEN] = {gBackShinySprite619ArchenPal, SPECIES_ARCHEN + NUM_SPECIES, 0x0}, + [SPECIES_ARCHEOPS] = {gBackShinySprite620ArcheopsPal, SPECIES_ARCHEOPS + NUM_SPECIES, 0x0}, + [SPECIES_TRUBBISH] = {gBackShinySprite621TrubbishPal, SPECIES_TRUBBISH + NUM_SPECIES, 0x0}, + [SPECIES_GARBODOR] = {gBackShinySprite622GarbodorPal, SPECIES_GARBODOR + NUM_SPECIES, 0x0}, + [SPECIES_ZORUA] = {gBackShinySprite623ZoruaPal, SPECIES_ZORUA + NUM_SPECIES, 0x0}, + [SPECIES_ZOROARK] = {gBackShinySprite624ZoroarkPal, SPECIES_ZOROARK + NUM_SPECIES, 0x0}, + [SPECIES_MINCCINO] = {gBackShinySprite625MinccinoPal, SPECIES_MINCCINO + NUM_SPECIES, 0x0}, + [SPECIES_CINCCINO] = {gBackShinySprite626CinccinoPal, SPECIES_CINCCINO + NUM_SPECIES, 0x0}, + [SPECIES_GOTHITA] = {gBackShinySprite627GothitaPal, SPECIES_GOTHITA + NUM_SPECIES, 0x0}, + [SPECIES_GOTHORITA] = {gBackShinySprite628GothoritaPal, SPECIES_GOTHORITA + NUM_SPECIES, 0x0}, + [SPECIES_GOTHITELLE] = {gBackShinySprite629GothitellePal, SPECIES_GOTHITELLE + NUM_SPECIES, 0x0}, + [SPECIES_SOLOSIS] = {gBackShinySprite630SolosisPal, SPECIES_SOLOSIS + NUM_SPECIES, 0x0}, + [SPECIES_DUOSION] = {gBackShinySprite631DuosionPal, SPECIES_DUOSION + NUM_SPECIES, 0x0}, + [SPECIES_REUNICLUS] = {gBackShinySprite632ReuniclusPal, SPECIES_REUNICLUS + NUM_SPECIES, 0x0}, + [SPECIES_DUCKLETT] = {gBackShinySprite633DucklettPal, SPECIES_DUCKLETT + NUM_SPECIES, 0x0}, + [SPECIES_SWANNA] = {gBackShinySprite634SwannaPal, SPECIES_SWANNA + NUM_SPECIES, 0x0}, + [SPECIES_VANILLITE] = {gBackShinySprite635VanillitePal, SPECIES_VANILLITE + NUM_SPECIES, 0x0}, + [SPECIES_VANILLISH] = {gBackShinySprite636VanillishPal, SPECIES_VANILLISH + NUM_SPECIES, 0x0}, + [SPECIES_VANILLUXE] = {gBackShinySprite637VanilluxePal, SPECIES_VANILLUXE + NUM_SPECIES, 0x0}, + [SPECIES_DEERLING] = {gBackShinySprite638DeerlingPal, SPECIES_DEERLING + NUM_SPECIES, 0x0}, + [SPECIES_SAWSBUCK] = {gBackShinySprite639SawsbuckPal, SPECIES_SAWSBUCK + NUM_SPECIES, 0x0}, + [SPECIES_EMOLGA] = {gBackShinySprite640EmolgaPal, SPECIES_EMOLGA + NUM_SPECIES, 0x0}, + [SPECIES_KARRABLAST] = {gBackShinySprite641KarrablastPal, SPECIES_KARRABLAST + NUM_SPECIES, 0x0}, + [SPECIES_ESCAVALIER] = {gBackShinySprite642EscavalierPal, SPECIES_ESCAVALIER + NUM_SPECIES, 0x0}, + [SPECIES_FOONGUS] = {gBackShinySprite643FoongusPal, SPECIES_FOONGUS + NUM_SPECIES, 0x0}, + [SPECIES_AMOONGUSS] = {gBackShinySprite644AmoongussPal, SPECIES_AMOONGUSS + NUM_SPECIES, 0x0}, + [SPECIES_FRILLISH] = {gBackShinySprite645FrillishPal, SPECIES_FRILLISH + NUM_SPECIES, 0x0}, + [SPECIES_JELLICENT] = {gBackShinySprite646JellicentPal, SPECIES_JELLICENT + NUM_SPECIES, 0x0}, + [SPECIES_ALOMOMOLA] = {gBackShinySprite647AlomomolaPal, SPECIES_ALOMOMOLA + NUM_SPECIES, 0x0}, + [SPECIES_JOLTIK] = {gBackShinySprite648JoltikPal, SPECIES_JOLTIK + NUM_SPECIES, 0x0}, + [SPECIES_GALVANTULA] = {gBackShinySprite649GalvantulaPal, SPECIES_GALVANTULA + NUM_SPECIES, 0x0}, + [SPECIES_FERROSEED] = {gBackShinySprite650FerroseedPal, SPECIES_FERROSEED + NUM_SPECIES, 0x0}, + [SPECIES_FERROTHORN] = {gBackShinySprite651FerrothornPal, SPECIES_FERROTHORN + NUM_SPECIES, 0x0}, + [SPECIES_KLINK] = {gBackShinySprite652KlinkPal, SPECIES_KLINK + NUM_SPECIES, 0x0}, + [SPECIES_KLANG] = {gBackShinySprite653KlangPal, SPECIES_KLANG + NUM_SPECIES, 0x0}, + [SPECIES_KLINKLANG] = {gBackShinySprite654KlinklangPal, SPECIES_KLINKLANG + NUM_SPECIES, 0x0}, + [SPECIES_TYNAMO] = {gBackShinySprite655TynamoPal, SPECIES_TYNAMO + NUM_SPECIES, 0x0}, + [SPECIES_EELEKTRIK] = {gBackShinySprite656EelektrikPal, SPECIES_EELEKTRIK + NUM_SPECIES, 0x0}, + [SPECIES_EELEKTROSS] = {gBackShinySprite657EelektrossPal, SPECIES_EELEKTROSS + NUM_SPECIES, 0x0}, + [SPECIES_ELGYEM] = {gBackShinySprite658ElgyemPal, SPECIES_ELGYEM + NUM_SPECIES, 0x0}, + [SPECIES_BEHEEYEM] = {gBackShinySprite659BeheeyemPal, SPECIES_BEHEEYEM + NUM_SPECIES, 0x0}, + [SPECIES_LITWICK] = {gBackShinySprite660LitwickPal, SPECIES_LITWICK + NUM_SPECIES, 0x0}, + [SPECIES_LAMPENT] = {gBackShinySprite661LampentPal, SPECIES_LAMPENT + NUM_SPECIES, 0x0}, + [SPECIES_CHANDELURE] = {gBackShinySprite662ChandelurePal, SPECIES_CHANDELURE + NUM_SPECIES, 0x0}, + [SPECIES_AXEW] = {gBackShinySprite663AxewPal, SPECIES_AXEW + NUM_SPECIES, 0x0}, + [SPECIES_FRAXURE] = {gBackShinySprite664FraxurePal, SPECIES_FRAXURE + NUM_SPECIES, 0x0}, + [SPECIES_HAXORUS] = {gBackShinySprite665HaxorusPal, SPECIES_HAXORUS + NUM_SPECIES, 0x0}, + [SPECIES_CUBCHOO] = {gBackShinySprite666CubchooPal, SPECIES_CUBCHOO + NUM_SPECIES, 0x0}, + [SPECIES_BEARTIC] = {gBackShinySprite667BearticPal, SPECIES_BEARTIC + NUM_SPECIES, 0x0}, + [SPECIES_CRYOGONAL] = {gBackShinySprite668CryogonalPal, SPECIES_CRYOGONAL + NUM_SPECIES, 0x0}, + [SPECIES_SHELMET] = {gBackShinySprite669ShelmetPal, SPECIES_SHELMET + NUM_SPECIES, 0x0}, + [SPECIES_ACCELGOR] = {gBackShinySprite670AccelgorPal, SPECIES_ACCELGOR + NUM_SPECIES, 0x0}, + [SPECIES_STUNFISK] = {gBackShinySprite671StunfiskPal, SPECIES_STUNFISK + NUM_SPECIES, 0x0}, + [SPECIES_MIENFOO] = {gBackShinySprite672MienfooPal, SPECIES_MIENFOO + NUM_SPECIES, 0x0}, + [SPECIES_MIENSHAO] = {gBackShinySprite673MienshaoPal, SPECIES_MIENSHAO + NUM_SPECIES, 0x0}, + [SPECIES_DRUDDIGON] = {gBackShinySprite674DruddigonPal, SPECIES_DRUDDIGON + NUM_SPECIES, 0x0}, + [SPECIES_GOLETT] = {gBackShinySprite675GolettPal, SPECIES_GOLETT + NUM_SPECIES, 0x0}, + [SPECIES_GOLURK] = {gBackShinySprite676GolurkPal, SPECIES_GOLURK + NUM_SPECIES, 0x0}, + [SPECIES_PAWNIARD] = {gBackShinySprite677PawniardPal, SPECIES_PAWNIARD + NUM_SPECIES, 0x0}, + [SPECIES_BISHARP] = {gBackShinySprite678BisharpPal, SPECIES_BISHARP + NUM_SPECIES, 0x0}, + [SPECIES_BOUFFALANT] = {gBackShinySprite679BouffalantPal, SPECIES_BOUFFALANT + NUM_SPECIES, 0x0}, + [SPECIES_RUFFLET] = {gBackShinySprite680RuffletPal, SPECIES_RUFFLET + NUM_SPECIES, 0x0}, + [SPECIES_BRAVIARY] = {gBackShinySprite681BraviaryPal, SPECIES_BRAVIARY + NUM_SPECIES, 0x0}, + [SPECIES_VULLABY] = {gBackShinySprite682VullabyPal, SPECIES_VULLABY + NUM_SPECIES, 0x0}, + [SPECIES_MANDIBUZZ] = {gBackShinySprite683MandibuzzPal, SPECIES_MANDIBUZZ + NUM_SPECIES, 0x0}, + [SPECIES_HEATMOR] = {gBackShinySprite684HeatmorPal, SPECIES_HEATMOR + NUM_SPECIES, 0x0}, + [SPECIES_DURANT] = {gBackShinySprite685DurantPal, SPECIES_DURANT + NUM_SPECIES, 0x0}, + [SPECIES_DEINO] = {gBackShinySprite686DeinoPal, SPECIES_DEINO + NUM_SPECIES, 0x0}, + [SPECIES_ZWEILOUS] = {gBackShinySprite687ZweilousPal, SPECIES_ZWEILOUS + NUM_SPECIES, 0x0}, + [SPECIES_HYDREIGON] = {gBackShinySprite688HydreigonPal, SPECIES_HYDREIGON + NUM_SPECIES, 0x0}, + [SPECIES_LARVESTA] = {gBackShinySprite689LarvestaPal, SPECIES_LARVESTA + NUM_SPECIES, 0x0}, + [SPECIES_VOLCARONA] = {gBackShinySprite690VolcaronaPal, SPECIES_VOLCARONA + NUM_SPECIES, 0x0}, + [SPECIES_COBALION] = {gBackShinySprite691CobalionPal, SPECIES_COBALION + NUM_SPECIES, 0x0}, + [SPECIES_TERRAKION] = {gBackShinySprite692TerrakionPal, SPECIES_TERRAKION + NUM_SPECIES, 0x0}, + [SPECIES_VIRIZION] = {gBackShinySprite693VirizionPal, SPECIES_VIRIZION + NUM_SPECIES, 0x0}, + [SPECIES_TORNADUS] = {gBackShinySprite694TornadusPal, SPECIES_TORNADUS + NUM_SPECIES, 0x0}, + [SPECIES_THUNDURUS] = {gBackShinySprite695ThundurusPal, SPECIES_THUNDURUS + NUM_SPECIES, 0x0}, + [SPECIES_RESHIRAM] = {gBackShinySprite696ReshiramPal, SPECIES_RESHIRAM + NUM_SPECIES, 0x0}, + [SPECIES_ZEKROM] = {gBackShinySprite697ZekromPal, SPECIES_ZEKROM + NUM_SPECIES, 0x0}, + [SPECIES_LANDORUS] = {gBackShinySprite698LandorusPal, SPECIES_LANDORUS + NUM_SPECIES, 0x0}, + [SPECIES_KYUREM] = {gBackShinySprite699KyuremPal, SPECIES_KYUREM + NUM_SPECIES, 0x0}, + [SPECIES_KELDEO] = {gBackShinySprite700KeldeoPal, SPECIES_KELDEO + NUM_SPECIES, 0x0}, + [SPECIES_MELOETTA] = {gBackShinySprite701MeloettaPal, SPECIES_MELOETTA + NUM_SPECIES, 0x0}, + [SPECIES_GENESECT] = {gBackShinySprite702GenesectPal, SPECIES_GENESECT + NUM_SPECIES, 0x0}, + [SPECIES_UNFEZANT_F] = {gBackShinySprite703UnfezantFPal, SPECIES_UNFEZANT_F + NUM_SPECIES, 0x0}, + [SPECIES_FRILLISH_F] = {gBackShinySprite704FrillishFPal, SPECIES_FRILLISH_F + NUM_SPECIES, 0x0}, + [SPECIES_JELLICENT_F] = {gBackShinySprite705JellicentFPal, SPECIES_JELLICENT_F + NUM_SPECIES, 0x0}, + [SPECIES_SHADOW_WARRIOR] = {gBackShinySprite000NonePal/*gBackShinySprite706ShadowWarriorPal*/, SPECIES_SHADOW_WARRIOR + NUM_SPECIES, 0x0}, + [SPECIES_BURMY_SANDY] = {gBackShinySprite707BurmySandyPal, SPECIES_BURMY_SANDY + NUM_SPECIES, 0x0}, + [SPECIES_BURMY_TRASH] = {gBackShinySprite708BurmyTrashPal, SPECIES_BURMY_TRASH + NUM_SPECIES, 0x0}, + [SPECIES_WORMADAM_SANDY] = {gBackShinySprite709WormadamSandyPal, SPECIES_WORMADAM_SANDY + NUM_SPECIES, 0x0}, + [SPECIES_WORMADAM_TRASH] = {gBackShinySprite710WormadamTrashPal, SPECIES_WORMADAM_TRASH + NUM_SPECIES, 0x0}, + [SPECIES_SHELLOS_EAST] = {gBackShinySprite711ShellosEastPal, SPECIES_SHELLOS_EAST + NUM_SPECIES, 0x0}, + [SPECIES_GASTRODON_EAST] = {gBackShinySprite712GastrodonEastPal, SPECIES_GASTRODON_EAST + NUM_SPECIES, 0x0}, + [SPECIES_ROTOM_HEAT] = {gBackShinySprite713RotomHeatPal, SPECIES_ROTOM_HEAT + NUM_SPECIES, 0x0}, + [SPECIES_ROTOM_WASH] = {gBackShinySprite714RotomWashPal, SPECIES_ROTOM_WASH + NUM_SPECIES, 0x0}, + [SPECIES_ROTOM_FROST] = {gBackShinySprite715RotomFrostPal, SPECIES_ROTOM_FROST + NUM_SPECIES, 0x0}, + [SPECIES_ROTOM_FAN] = {gBackShinySprite716RotomFanPal, SPECIES_ROTOM_FAN + NUM_SPECIES, 0x0}, + [SPECIES_ROTOM_MOW] = {gBackShinySprite717RotomMowPal, SPECIES_ROTOM_MOW + NUM_SPECIES, 0x0}, + [SPECIES_GIRATINA_ORIGIN] = {gBackShinySprite718GiratinaOriginPal, SPECIES_GIRATINA_ORIGIN + NUM_SPECIES, 0x0}, + [SPECIES_SHAYMIN_SKY] = {gBackShinySprite719ShayminSkyPal, SPECIES_SHAYMIN_SKY + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_FIGHT] = {gBackShinySprite720ArceusFightPal, SPECIES_ARCEUS_FIGHT + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_FLYING] = {gBackShinySprite721ArceusFlyingPal, SPECIES_ARCEUS_FLYING + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_POISON] = {gBackShinySprite722ArceusPoisonPal, SPECIES_ARCEUS_POISON + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_GROUND] = {gBackShinySprite723ArceusGroundPal, SPECIES_ARCEUS_GROUND + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_ROCK] = {gBackShinySprite724ArceusRockPal, SPECIES_ARCEUS_ROCK + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_BUG] = {gBackShinySprite725ArceusBugPal, SPECIES_ARCEUS_BUG + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_GHOST] = {gBackShinySprite726ArceusGhostPal, SPECIES_ARCEUS_GHOST + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_STEEL] = {gBackShinySprite727ArceusSteelPal, SPECIES_ARCEUS_STEEL + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_FIRE] = {gBackShinySprite728ArceusFirePal, SPECIES_ARCEUS_FIRE + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_WATER] = {gBackShinySprite729ArceusWaterPal, SPECIES_ARCEUS_WATER + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_GRASS] = {gBackShinySprite730ArceusGrassPal, SPECIES_ARCEUS_GRASS + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_ELECTRIC] = {gBackShinySprite731ArceusElectricPal, SPECIES_ARCEUS_ELECTRIC + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_PSYCHIC] = {gBackShinySprite732ArceusPsychicPal, SPECIES_ARCEUS_PSYCHIC + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_ICE] = {gBackShinySprite733ArceusIcePal, SPECIES_ARCEUS_ICE + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_DRAGON] = {gBackShinySprite734ArceusDragonPal, SPECIES_ARCEUS_DRAGON + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_DARK] = {gBackShinySprite735ArceusDarkPal, SPECIES_ARCEUS_DARK + NUM_SPECIES, 0x0}, + [SPECIES_BASCULIN_BLUE] = {gBackShinySprite736BasculinBluePal, SPECIES_BASCULIN_BLUE + NUM_SPECIES, 0x0}, + [SPECIES_DARMANITANZEN] = {gBackShinySprite737DarmanitanzenPal, SPECIES_DARMANITANZEN + NUM_SPECIES, 0x0}, + [SPECIES_DEERLING_SUMMER] = {gBackShinySprite738DeerlingSummerPal, SPECIES_DEERLING_SUMMER + NUM_SPECIES, 0x0}, + [SPECIES_DEERLING_AUTUMN] = {gBackShinySprite739DeerlingAutumnPal, SPECIES_DEERLING_AUTUMN + NUM_SPECIES, 0x0}, + [SPECIES_DEERLING_WINTER] = {gBackShinySprite740DeerlingWinterPal, SPECIES_DEERLING_WINTER + NUM_SPECIES, 0x0}, + [SPECIES_SAWSBUCK_SUMMER] = {gBackShinySprite741SawsbuckSummerPal, SPECIES_SAWSBUCK_SUMMER + NUM_SPECIES, 0x0}, + [SPECIES_SAWSBUCK_AUTUMN] = {gBackShinySprite742SawsbuckAutumnPal, SPECIES_SAWSBUCK_AUTUMN + NUM_SPECIES, 0x0}, + [SPECIES_SAWSBUCK_WINTER] = {gBackShinySprite743SawsbuckWinterPal, SPECIES_SAWSBUCK_WINTER + NUM_SPECIES, 0x0}, + [SPECIES_HIPPOPOTAS_F] = {gBackShinySprite744HippopotasFPal, SPECIES_HIPPOPOTAS_F + NUM_SPECIES, 0x0}, + [SPECIES_HIPPOWDON_F] = {gBackShinySprite745HippowdonFPal, SPECIES_HIPPOWDON_F + NUM_SPECIES, 0x0}, + [SPECIES_MELOETTA_PIROUETTE] = {gBackShinySprite746MeloettaPirouettePal, SPECIES_MELOETTA_PIROUETTE + NUM_SPECIES, 0x0}, + [SPECIES_GENESECT_SHOCK] = {gBackShinySprite747GenesectShockPal, SPECIES_GENESECT_SHOCK + NUM_SPECIES, 0x0}, + [SPECIES_GENESECT_BURN] = {gBackShinySprite748GenesectBurnPal, SPECIES_GENESECT_BURN + NUM_SPECIES, 0x0}, + [SPECIES_GENESECT_CHILL] = {gBackShinySprite749GenesectChillPal, SPECIES_GENESECT_CHILL + NUM_SPECIES, 0x0}, + [SPECIES_GENESECT_DOUSE] = {gBackShinySprite750GenesectDousePal, SPECIES_GENESECT_DOUSE + NUM_SPECIES, 0x0}, + [SPECIES_CHERRIM_SUN] = {gBackShinySprite751CherrimSunPal, SPECIES_CHERRIM_SUN + NUM_SPECIES, 0x0}, + [SPECIES_KYUREM_BLACK] = {gBackShinySprite752KyuremBlackPal, SPECIES_KYUREM_BLACK + NUM_SPECIES, 0x0}, + [SPECIES_KYUREM_WHITE] = {gBackShinySprite753KyuremWhitePal, SPECIES_KYUREM_WHITE + NUM_SPECIES, 0x0}, + [SPECIES_TORNADUS_THERIAN] = {gBackShinySprite754TornadusTherianPal, SPECIES_TORNADUS_THERIAN + NUM_SPECIES, 0x0}, + [SPECIES_THUNDURUS_THERIAN] = {gBackShinySprite755ThundurusTherianPal, SPECIES_THUNDURUS_THERIAN + NUM_SPECIES, 0x0}, + [SPECIES_LANDORUS_THERIAN] = {gBackShinySprite756LandorusTherianPal, SPECIES_LANDORUS_THERIAN + NUM_SPECIES, 0x0}, + [SPECIES_KELDEO_RESOLUTE] = {gBackShinySprite757KeldeoResolutePal, SPECIES_KELDEO_RESOLUTE + NUM_SPECIES, 0x0}, + [SPECIES_CHESPIN] = {gBackShinySprite758ChespinPal, SPECIES_CHESPIN + NUM_SPECIES, 0x0}, + [SPECIES_QUILLADIN] = {gBackShinySprite759QuilladinPal, SPECIES_QUILLADIN + NUM_SPECIES, 0x0}, + [SPECIES_CHESNAUGHT] = {gBackShinySprite760ChesnaughtPal, SPECIES_CHESNAUGHT + NUM_SPECIES, 0x0}, + [SPECIES_FENNEKIN] = {gBackShinySprite761FennekinPal, SPECIES_FENNEKIN + NUM_SPECIES, 0x0}, + [SPECIES_BRAIXEN] = {gBackShinySprite762BraixenPal, SPECIES_BRAIXEN + NUM_SPECIES, 0x0}, + [SPECIES_DELPHOX] = {gBackShinySprite763DelphoxPal, SPECIES_DELPHOX + NUM_SPECIES, 0x0}, + [SPECIES_FROAKIE] = {gBackShinySprite764FroakiePal, SPECIES_FROAKIE + NUM_SPECIES, 0x0}, + [SPECIES_FROGADIER] = {gBackShinySprite765FrogadierPal, SPECIES_FROGADIER + NUM_SPECIES, 0x0}, + [SPECIES_GRENINJA] = {gBackShinySprite766GreninjaPal, SPECIES_GRENINJA + NUM_SPECIES, 0x0}, + [SPECIES_BUNNELBY] = {gBackShinySprite767BunnelbyPal, SPECIES_BUNNELBY + NUM_SPECIES, 0x0}, + [SPECIES_DIGGERSBY] = {gBackShinySprite768DiggersbyPal, SPECIES_DIGGERSBY + NUM_SPECIES, 0x0}, + [SPECIES_FLETCHLING] = {gBackShinySprite769FletchlingPal, SPECIES_FLETCHLING + NUM_SPECIES, 0x0}, + [SPECIES_FLETCHINDER] = {gBackShinySprite770FletchinderPal, SPECIES_FLETCHINDER + NUM_SPECIES, 0x0}, + [SPECIES_TALONFLAME] = {gBackShinySprite771TalonflamePal, SPECIES_TALONFLAME + NUM_SPECIES, 0x0}, + [SPECIES_SCATTERBUG] = {gBackShinySprite772ScatterbugPal, SPECIES_SCATTERBUG + NUM_SPECIES, 0x0}, + [SPECIES_SPEWPA] = {gBackShinySprite773SpewpaPal, SPECIES_SPEWPA + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON] = {gBackShinySprite774VivillonPal, SPECIES_VIVILLON + NUM_SPECIES, 0x0}, + [SPECIES_LITLEO] = {gBackShinySprite775LitleoPal, SPECIES_LITLEO + NUM_SPECIES, 0x0}, + [SPECIES_PYROAR] = {gBackShinySprite776PyroarPal, SPECIES_PYROAR + NUM_SPECIES, 0x0}, + [SPECIES_FLABEBE] = {gBackShinySprite777FlabebePal, SPECIES_FLABEBE + NUM_SPECIES, 0x0}, + [SPECIES_FLOETTE] = {gBackShinySprite778FloettePal, SPECIES_FLOETTE + NUM_SPECIES, 0x0}, + [SPECIES_FLORGES] = {gBackShinySprite779FlorgesPal, SPECIES_FLORGES + NUM_SPECIES, 0x0}, + [SPECIES_SKIDDO] = {gBackShinySprite780SkiddoPal, SPECIES_SKIDDO + NUM_SPECIES, 0x0}, + [SPECIES_GOGOAT] = {gBackShinySprite781GogoatPal, SPECIES_GOGOAT + NUM_SPECIES, 0x0}, + [SPECIES_PANCHAM] = {gBackShinySprite782PanchamPal, SPECIES_PANCHAM + NUM_SPECIES, 0x0}, + [SPECIES_PANGORO] = {gBackShinySprite783PangoroPal, SPECIES_PANGORO + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU] = {gBackShinySprite784FurfrouPal, SPECIES_FURFROU + NUM_SPECIES, 0x0}, + [SPECIES_ESPURR] = {gBackShinySprite785EspurrPal, SPECIES_ESPURR + NUM_SPECIES, 0x0}, + [SPECIES_MEOWSTIC] = {gBackShinySprite786MeowsticPal, SPECIES_MEOWSTIC + NUM_SPECIES, 0x0}, + [SPECIES_HONEDGE] = {gBackShinySprite787HonedgePal, SPECIES_HONEDGE + NUM_SPECIES, 0x0}, + [SPECIES_DOUBLADE] = {gBackShinySprite788DoubladePal, SPECIES_DOUBLADE + NUM_SPECIES, 0x0}, + [SPECIES_AEGISLASH] = {gBackShinySprite789AegislashPal, SPECIES_AEGISLASH + NUM_SPECIES, 0x0}, + [SPECIES_SPRITZEE] = {gBackShinySprite790SpritzeePal, SPECIES_SPRITZEE + NUM_SPECIES, 0x0}, + [SPECIES_AROMATISSE] = {gBackShinySprite791AromatissePal, SPECIES_AROMATISSE + NUM_SPECIES, 0x0}, + [SPECIES_SWIRLIX] = {gBackShinySprite792SwirlixPal, SPECIES_SWIRLIX + NUM_SPECIES, 0x0}, + [SPECIES_SLURPUFF] = {gBackShinySprite793SlurpuffPal, SPECIES_SLURPUFF + NUM_SPECIES, 0x0}, + [SPECIES_INKAY] = {gBackShinySprite794InkayPal, SPECIES_INKAY + NUM_SPECIES, 0x0}, + [SPECIES_MALAMAR] = {gBackShinySprite795MalamarPal, SPECIES_MALAMAR + NUM_SPECIES, 0x0}, + [SPECIES_BINACLE] = {gBackShinySprite796BinaclePal, SPECIES_BINACLE + NUM_SPECIES, 0x0}, + [SPECIES_BARBARACLE] = {gBackShinySprite797BarbaraclePal, SPECIES_BARBARACLE + NUM_SPECIES, 0x0}, + [SPECIES_SKRELP] = {gBackShinySprite798SkrelpPal, SPECIES_SKRELP + NUM_SPECIES, 0x0}, + [SPECIES_DRAGALGE] = {gBackShinySprite799DragalgePal, SPECIES_DRAGALGE + NUM_SPECIES, 0x0}, + [SPECIES_CLAUNCHER] = {gBackShinySprite800ClauncherPal, SPECIES_CLAUNCHER + NUM_SPECIES, 0x0}, + [SPECIES_CLAWITZER] = {gBackShinySprite801ClawitzerPal, SPECIES_CLAWITZER + NUM_SPECIES, 0x0}, + [SPECIES_HELIOPTILE] = {gBackShinySprite802HelioptilePal, SPECIES_HELIOPTILE + NUM_SPECIES, 0x0}, + [SPECIES_HELIOLISK] = {gBackShinySprite803HelioliskPal, SPECIES_HELIOLISK + NUM_SPECIES, 0x0}, + [SPECIES_TYRUNT] = {gBackShinySprite804TyruntPal, SPECIES_TYRUNT + NUM_SPECIES, 0x0}, + [SPECIES_TYRANTRUM] = {gBackShinySprite805TyrantrumPal, SPECIES_TYRANTRUM + NUM_SPECIES, 0x0}, + [SPECIES_AMAURA] = {gBackShinySprite806AmauraPal, SPECIES_AMAURA + NUM_SPECIES, 0x0}, + [SPECIES_AURORUS] = {gBackShinySprite807AurorusPal, SPECIES_AURORUS + NUM_SPECIES, 0x0}, + [SPECIES_SYLVEON] = {gBackShinySprite808SylveonPal, SPECIES_SYLVEON + NUM_SPECIES, 0x0}, + [SPECIES_HAWLUCHA] = {gBackShinySprite809HawluchaPal, SPECIES_HAWLUCHA + NUM_SPECIES, 0x0}, + [SPECIES_DEDENNE] = {gBackShinySprite810DedennePal, SPECIES_DEDENNE + NUM_SPECIES, 0x0}, + [SPECIES_CARBINK] = {gBackShinySprite811CarbinkPal, SPECIES_CARBINK + NUM_SPECIES, 0x0}, + [SPECIES_GOOMY] = {gBackShinySprite812GoomyPal, SPECIES_GOOMY + NUM_SPECIES, 0x0}, + [SPECIES_SLIGGOO] = {gBackShinySprite813SliggooPal, SPECIES_SLIGGOO + NUM_SPECIES, 0x0}, + [SPECIES_GOODRA] = {gBackShinySprite814GoodraPal, SPECIES_GOODRA + NUM_SPECIES, 0x0}, + [SPECIES_KLEFKI] = {gBackShinySprite815KlefkiPal, SPECIES_KLEFKI + NUM_SPECIES, 0x0}, + [SPECIES_PHANTUMP] = {gBackShinySprite816PhantumpPal, SPECIES_PHANTUMP + NUM_SPECIES, 0x0}, + [SPECIES_TREVENANT] = {gBackShinySprite817TrevenantPal, SPECIES_TREVENANT + NUM_SPECIES, 0x0}, + [SPECIES_PUMPKABOO] = {gBackShinySprite818PumpkabooPal, SPECIES_PUMPKABOO + NUM_SPECIES, 0x0}, + [SPECIES_GOURGEIST] = {gBackShinySprite819GourgeistPal, SPECIES_GOURGEIST + NUM_SPECIES, 0x0}, + [SPECIES_BERGMITE] = {gBackShinySprite820BergmitePal, SPECIES_BERGMITE + NUM_SPECIES, 0x0}, + [SPECIES_AVALUGG] = {gBackShinySprite821AvaluggPal, SPECIES_AVALUGG + NUM_SPECIES, 0x0}, + [SPECIES_NOIBAT] = {gBackShinySprite822NoibatPal, SPECIES_NOIBAT + NUM_SPECIES, 0x0}, + [SPECIES_NOIVERN] = {gBackShinySprite823NoivernPal, SPECIES_NOIVERN + NUM_SPECIES, 0x0}, + [SPECIES_XERNEAS] = {gBackShinySprite824XerneasPal, SPECIES_XERNEAS + NUM_SPECIES, 0x0}, + [SPECIES_YVELTAL] = {gBackShinySprite825YveltalPal, SPECIES_YVELTAL + NUM_SPECIES, 0x0}, + [SPECIES_ZYGARDE] = {gBackShinySprite826ZygardePal, SPECIES_ZYGARDE + NUM_SPECIES, 0x0}, + [SPECIES_DIANCIE] = {gBackShinySprite827DianciePal, SPECIES_DIANCIE + NUM_SPECIES, 0x0}, + [SPECIES_HOOPA] = {gBackShinySprite828HoopaPal, SPECIES_HOOPA + NUM_SPECIES, 0x0}, + [SPECIES_HOOPA_UNBOUND] = {gBackShinySprite829HoopaUnboundPal, SPECIES_HOOPA_UNBOUND + NUM_SPECIES, 0x0}, + [SPECIES_VOLCANION] = {gBackShinySprite830VolcanionPal, SPECIES_VOLCANION + NUM_SPECIES, 0x0}, + [SPECIES_PYROAR_FEMALE] = {gBackShinySprite831PyroarFemalePal, SPECIES_PYROAR_FEMALE + NUM_SPECIES, 0x0}, + [SPECIES_MEOWSTIC_FEMALE] = {gBackShinySprite832MeowsticFemalePal, SPECIES_MEOWSTIC_FEMALE + NUM_SPECIES, 0x0}, + [SPECIES_AEGISLASH_BLADE] = {gBackShinySprite833AegislashBladePal, SPECIES_AEGISLASH_BLADE + NUM_SPECIES, 0x0}, + [SPECIES_ARCEUS_FAIRY] = {gBackShinySprite834ArceusFairyPal, SPECIES_ARCEUS_FAIRY + NUM_SPECIES, 0x0}, + [SPECIES_ZYGARDE_CELL] = {gBackShinySprite835ZygardeCellPal, SPECIES_ZYGARDE_CELL + NUM_SPECIES, 0x0}, + [SPECIES_ZYGARDE_CORE] = {gBackShinySprite836ZygardeCorePal, SPECIES_ZYGARDE_CORE + NUM_SPECIES, 0x0}, + [SPECIES_ZYGARDE_10] = {gBackShinySprite837Zygarde10Pal, SPECIES_ZYGARDE_10 + NUM_SPECIES, 0x0}, + [SPECIES_ZYGARDE_COMPLETE] = {gBackShinySprite838ZygardeCompletePal, SPECIES_ZYGARDE_COMPLETE + NUM_SPECIES, 0x0}, + [SPECIES_ASHGRENINJA] = {gBackShinySprite839AshgreninjaPal, SPECIES_ASHGRENINJA + NUM_SPECIES, 0x0}, + [SPECIES_FLABEBE_BLUE] = {gBackShinySprite840FlabebeBluePal, SPECIES_FLABEBE_BLUE + NUM_SPECIES, 0x0}, + [SPECIES_FLABEBE_ORANGE] = {gBackShinySprite841FlabebeOrangePal, SPECIES_FLABEBE_ORANGE + NUM_SPECIES, 0x0}, + [SPECIES_FLABEBE_YELLOW] = {gBackShinySprite842FlabebeYellowPal, SPECIES_FLABEBE_YELLOW + NUM_SPECIES, 0x0}, + [SPECIES_FLABEBE_WHITE] = {gBackShinySprite843FlabebeWhitePal, SPECIES_FLABEBE_WHITE + NUM_SPECIES, 0x0}, + [SPECIES_FLOETTE_BLUE] = {gBackShinySprite844FloetteBluePal, SPECIES_FLOETTE_BLUE + NUM_SPECIES, 0x0}, + [SPECIES_FLOETTE_ORANGE] = {gBackShinySprite845FloetteOrangePal, SPECIES_FLOETTE_ORANGE + NUM_SPECIES, 0x0}, + [SPECIES_FLOETTE_YELLOW] = {gBackShinySprite846FloetteYellowPal, SPECIES_FLOETTE_YELLOW + NUM_SPECIES, 0x0}, + [SPECIES_FLOETTE_WHITE] = {gBackShinySprite847FloetteWhitePal, SPECIES_FLOETTE_WHITE + NUM_SPECIES, 0x0}, + [SPECIES_FLOETTE_ETERNAL] = {gBackShinySprite848FloetteEternalPal, SPECIES_FLOETTE_ETERNAL + NUM_SPECIES, 0x0}, + [SPECIES_FLORGES_BLUE] = {gBackShinySprite849FlorgesBluePal, SPECIES_FLORGES_BLUE + NUM_SPECIES, 0x0}, + [SPECIES_FLORGES_ORANGE] = {gBackShinySprite850FlorgesOrangePal, SPECIES_FLORGES_ORANGE + NUM_SPECIES, 0x0}, + [SPECIES_FLORGES_YELLOW] = {gBackShinySprite851FlorgesYellowPal, SPECIES_FLORGES_YELLOW + NUM_SPECIES, 0x0}, + [SPECIES_FLORGES_WHITE] = {gBackShinySprite852FlorgesWhitePal, SPECIES_FLORGES_WHITE + NUM_SPECIES, 0x0}, + [SPECIES_PUMPKABOO_XL] = {gBackShinySprite853PumpkabooXlPal, SPECIES_PUMPKABOO_XL + NUM_SPECIES, 0x0}, + [SPECIES_PUMPKABOO_L] = {gBackShinySprite854PumpkabooLPal, SPECIES_PUMPKABOO_L + NUM_SPECIES, 0x0}, + [SPECIES_PUMPKABOO_M] = {gBackShinySprite855PumpkabooMPal, SPECIES_PUMPKABOO_M + NUM_SPECIES, 0x0}, + [SPECIES_GOURGEIST_XL] = {gBackShinySprite856GourgeistXlPal, SPECIES_GOURGEIST_XL + NUM_SPECIES, 0x0}, + [SPECIES_GOURGEIST_L] = {gBackShinySprite857GourgeistLPal, SPECIES_GOURGEIST_L + NUM_SPECIES, 0x0}, + [SPECIES_GOURGEIST_M] = {gBackShinySprite858GourgeistMPal, SPECIES_GOURGEIST_M + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU_HEART] = {gBackShinySprite859FurfrouHeartPal, SPECIES_FURFROU_HEART + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU_DIAMOND] = {gBackShinySprite860FurfrouDiamondPal, SPECIES_FURFROU_DIAMOND + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU_STAR] = {gBackShinySprite861FurfrouStarPal, SPECIES_FURFROU_STAR + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU_PHAROAH] = {gBackShinySprite862FurfrouPharoahPal, SPECIES_FURFROU_PHAROAH + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU_KABUKI] = {gBackShinySprite863FurfrouKabukiPal, SPECIES_FURFROU_KABUKI + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU_LA_REINE] = {gBackShinySprite864FurfrouLaReinePal, SPECIES_FURFROU_LA_REINE + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU_MATRON] = {gBackShinySprite865FurfrouMatronPal, SPECIES_FURFROU_MATRON + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU_DANDY] = {gBackShinySprite866FurfrouDandyPal, SPECIES_FURFROU_DANDY + NUM_SPECIES, 0x0}, + [SPECIES_FURFROU_DEBUTANTE] = {gBackShinySprite867FurfrouDebutantePal, SPECIES_FURFROU_DEBUTANTE + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_FANCY] = {gBackShinySprite868VivillonFancyPal, SPECIES_VIVILLON_FANCY + NUM_SPECIES, 0x0}, + [SPECIES_VENUSAUR_MEGA] = {gBackShinySprite869VenusaurMegaPal, SPECIES_VENUSAUR_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_CHARIZARD_MEGA_X] = {gBackShinySprite870CharizardMegaXPal, SPECIES_CHARIZARD_MEGA_X + NUM_SPECIES, 0x0}, + [SPECIES_CHARIZARD_MEGA_Y] = {gBackShinySprite871CharizardMegaYPal, SPECIES_CHARIZARD_MEGA_Y + NUM_SPECIES, 0x0}, + [SPECIES_BLASTOISE_MEGA] = {gBackShinySprite872BlastoiseMegaPal, SPECIES_BLASTOISE_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_BEEDRILL_MEGA] = {gBackShinySprite873BeedrillMegaPal, SPECIES_BEEDRILL_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_PIDGEOT_MEGA] = {gBackShinySprite874PidgeotMegaPal, SPECIES_PIDGEOT_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_ALAKAZAM_MEGA] = {gBackShinySprite875AlakazamMegaPal, SPECIES_ALAKAZAM_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_SLOWBRO_MEGA] = {gBackShinySprite876SlowbroMegaPal, SPECIES_SLOWBRO_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_GENGAR_MEGA] = {gBackShinySprite877GengarMegaPal, SPECIES_GENGAR_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_KANGASKHAN_MEGA] = {gBackShinySprite878KangaskhanMegaPal, SPECIES_KANGASKHAN_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_PINSIR_MEGA] = {gBackShinySprite879PinsirMegaPal, SPECIES_PINSIR_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_GYARADOS_MEGA] = {gBackShinySprite880GyaradosMegaPal, SPECIES_GYARADOS_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_AERODACTYL_MEGA] = {gBackShinySprite881AerodactylMegaPal, SPECIES_AERODACTYL_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_MEWTWO_MEGA_X] = {gBackShinySprite882MewtwoMegaXPal, SPECIES_MEWTWO_MEGA_X + NUM_SPECIES, 0x0}, + [SPECIES_MEWTWO_MEGA_Y] = {gBackShinySprite883MewtwoMegaYPal, SPECIES_MEWTWO_MEGA_Y + NUM_SPECIES, 0x0}, + [SPECIES_AMPHAROS_MEGA] = {gBackShinySprite884AmpharosMegaPal, SPECIES_AMPHAROS_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_STEELIX_MEGA] = {gBackShinySprite885SteelixMegaPal, SPECIES_STEELIX_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_SCIZOR_MEGA] = {gBackShinySprite886ScizorMegaPal, SPECIES_SCIZOR_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_HERACROSS_MEGA] = {gBackShinySprite887HeracrossMegaPal, SPECIES_HERACROSS_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_HOUNDOOM_MEGA] = {gBackShinySprite888HoundoomMegaPal, SPECIES_HOUNDOOM_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_TYRANITAR_MEGA] = {gBackShinySprite889TyranitarMegaPal, SPECIES_TYRANITAR_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_SCEPTILE_MEGA] = {gBackShinySprite890SceptileMegaPal, SPECIES_SCEPTILE_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_BLAZIKEN_MEGA] = {gBackShinySprite891BlazikenMegaPal, SPECIES_BLAZIKEN_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_SWAMPERT_MEGA] = {gBackShinySprite892SwampertMegaPal, SPECIES_SWAMPERT_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_GARDEVOIR_MEGA] = {gBackShinySprite893GardevoirMegaPal, SPECIES_GARDEVOIR_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_SABLEYE_MEGA] = {gBackShinySprite894SableyeMegaPal, SPECIES_SABLEYE_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_MAWILE_MEGA] = {gBackShinySprite895MawileMegaPal, SPECIES_MAWILE_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_AGGRON_MEGA] = {gBackShinySprite896AggronMegaPal, SPECIES_AGGRON_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_MEDICHAM_MEGA] = {gBackShinySprite897MedichamMegaPal, SPECIES_MEDICHAM_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_MANECTRIC_MEGA] = {gBackShinySprite898ManectricMegaPal, SPECIES_MANECTRIC_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_SHARPEDO_MEGA] = {gBackShinySprite899SharpedoMegaPal, SPECIES_SHARPEDO_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_CAMERUPT_MEGA] = {gBackShinySprite900CameruptMegaPal, SPECIES_CAMERUPT_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_ALTARIA_MEGA] = {gBackShinySprite901AltariaMegaPal, SPECIES_ALTARIA_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_BANETTE_MEGA] = {gBackShinySprite902BanetteMegaPal, SPECIES_BANETTE_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_ABSOL_MEGA] = {gBackShinySprite903AbsolMegaPal, SPECIES_ABSOL_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_GLALIE_MEGA] = {gBackShinySprite904GlalieMegaPal, SPECIES_GLALIE_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_SALAMENCE_MEGA] = {gBackShinySprite905SalamenceMegaPal, SPECIES_SALAMENCE_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_METAGROSS_MEGA] = {gBackShinySprite906MetagrossMegaPal, SPECIES_METAGROSS_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_LATIAS_MEGA] = {gBackShinySprite907LatiasMegaPal, SPECIES_LATIAS_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_LATIOS_MEGA] = {gBackShinySprite908LatiosMegaPal, SPECIES_LATIOS_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_GROUDON_PRIMAL] = {gBackShinySprite909GroudonPrimalPal, SPECIES_GROUDON_PRIMAL + NUM_SPECIES, 0x0}, + [SPECIES_KYOGRE_PRIMAL] = {gBackShinySprite910KyogrePrimalPal, SPECIES_KYOGRE_PRIMAL + NUM_SPECIES, 0x0}, + [SPECIES_RAYQUAZA_MEGA] = {gBackShinySprite911RayquazaMegaPal, SPECIES_RAYQUAZA_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_LOPUNNY_MEGA] = {gBackShinySprite912LopunnyMegaPal, SPECIES_LOPUNNY_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_GARCHOMP_MEGA] = {gBackShinySprite913GarchompMegaPal, SPECIES_GARCHOMP_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_LUCARIO_MEGA] = {gBackShinySprite914LucarioMegaPal, SPECIES_LUCARIO_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_ABOMASNOW_MEGA] = {gBackShinySprite915AbomasnowMegaPal, SPECIES_ABOMASNOW_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_GALLADE_MEGA] = {gBackShinySprite916GalladeMegaPal, SPECIES_GALLADE_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_AUDINO_MEGA] = {gBackShinySprite917AudinoMegaPal, SPECIES_AUDINO_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_DIANCIE_MEGA] = {gBackShinySprite918DiancieMegaPal, SPECIES_DIANCIE_MEGA + NUM_SPECIES, 0x0}, + [SPECIES_DIALGA_PRIMAL] = {gBackShinySprite919DialgaPrimalPal, SPECIES_DIALGA_PRIMAL + NUM_SPECIES, 0x0}, + [SPECIES_PALKIA_PRIMAL] = {gBackShinySprite000NonePal/*gBackShinySprite920PalkiaPrimalPal*/, SPECIES_PALKIA_PRIMAL + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_ARCHIPELAGO] = {gBackShinySprite921VivillonArchipelagoPal, SPECIES_VIVILLON_ARCHIPELAGO + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_CONTINENTAL] = {gBackShinySprite922VivillonContinentalPal, SPECIES_VIVILLON_CONTINENTAL + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_ELEGANT] = {gBackShinySprite923VivillonElegantPal, SPECIES_VIVILLON_ELEGANT + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_GARDEN] = {gBackShinySprite924VivillonGardenPal, SPECIES_VIVILLON_GARDEN + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_HIGH_PLAINS] = {gBackShinySprite925VivillonHighPlainsPal, SPECIES_VIVILLON_HIGH_PLAINS + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_ICY_SNOW] = {gBackShinySprite926VivillonIcySnowPal, SPECIES_VIVILLON_ICY_SNOW + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_JUNGLE] = {gBackShinySprite927VivillonJunglePal, SPECIES_VIVILLON_JUNGLE + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_MARINE] = {gBackShinySprite928VivillonMarinePal, SPECIES_VIVILLON_MARINE + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_MODERN] = {gBackShinySprite929VivillonModernPal, SPECIES_VIVILLON_MODERN + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_MONSOON] = {gBackShinySprite930VivillonMonsoonPal, SPECIES_VIVILLON_MONSOON + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_OCEAN] = {gBackShinySprite931VivillonOceanPal, SPECIES_VIVILLON_OCEAN + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_POKEBALL] = {gBackShinySprite932VivillonPokeballPal, SPECIES_VIVILLON_POKEBALL + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_POLAR] = {gBackShinySprite933VivillonPolarPal, SPECIES_VIVILLON_POLAR + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_RIVER] = {gBackShinySprite934VivillonRiverPal, SPECIES_VIVILLON_RIVER + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_SANDSTORM] = {gBackShinySprite935VivillonSandstormPal, SPECIES_VIVILLON_SANDSTORM + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_SAVANNA] = {gBackShinySprite936VivillonSavannaPal, SPECIES_VIVILLON_SAVANNA + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_SUN] = {gBackShinySprite937VivillonSunPal, SPECIES_VIVILLON_SUN + NUM_SPECIES, 0x0}, + [SPECIES_VIVILLON_TUNDRA] = {gBackShinySprite938VivillonTundraPal, SPECIES_VIVILLON_TUNDRA + NUM_SPECIES, 0x0}, + [SPECIES_ROWLET] = {gBackShinySprite939RowletPal, SPECIES_ROWLET + NUM_SPECIES, 0x0}, + [SPECIES_DARTRIX] = {gBackShinySprite940DartrixPal, SPECIES_DARTRIX + NUM_SPECIES, 0x0}, + [SPECIES_DECIDUEYE] = {gBackShinySprite941DecidueyePal, SPECIES_DECIDUEYE + NUM_SPECIES, 0x0}, + [SPECIES_LITTEN] = {gBackShinySprite942LittenPal, SPECIES_LITTEN + NUM_SPECIES, 0x0}, + [SPECIES_TORRACAT] = {gBackShinySprite943TorracatPal, SPECIES_TORRACAT + NUM_SPECIES, 0x0}, + [SPECIES_INCINEROAR] = {gBackShinySprite944IncineroarPal, SPECIES_INCINEROAR + NUM_SPECIES, 0x0}, + [SPECIES_POPPLIO] = {gBackShinySprite945PopplioPal, SPECIES_POPPLIO + NUM_SPECIES, 0x0}, + [SPECIES_BRIONNE] = {gBackShinySprite946BrionnePal, SPECIES_BRIONNE + NUM_SPECIES, 0x0}, + [SPECIES_PRIMARINA] = {gBackShinySprite947PrimarinaPal, SPECIES_PRIMARINA + NUM_SPECIES, 0x0}, + [SPECIES_PIKIPEK] = {gBackShinySprite948PikipekPal, SPECIES_PIKIPEK + NUM_SPECIES, 0x0}, + [SPECIES_TRUMBEAK] = {gBackShinySprite949TrumbeakPal, SPECIES_TRUMBEAK + NUM_SPECIES, 0x0}, + [SPECIES_TOUCANNON] = {gBackShinySprite950ToucannonPal, SPECIES_TOUCANNON + NUM_SPECIES, 0x0}, + [SPECIES_YUNGOOS] = {gBackShinySprite951YungoosPal, SPECIES_YUNGOOS + NUM_SPECIES, 0x0}, + [SPECIES_GUMSHOOS] = {gBackShinySprite952GumshoosPal, SPECIES_GUMSHOOS + NUM_SPECIES, 0x0}, + [SPECIES_GRUBBIN] = {gBackShinySprite953GrubbinPal, SPECIES_GRUBBIN + NUM_SPECIES, 0x0}, + [SPECIES_CHARJABUG] = {gBackShinySprite954CharjabugPal, SPECIES_CHARJABUG + NUM_SPECIES, 0x0}, + [SPECIES_VIKAVOLT] = {gBackShinySprite955VikavoltPal, SPECIES_VIKAVOLT + NUM_SPECIES, 0x0}, + [SPECIES_CRABRAWLER] = {gBackShinySprite956CrabrawlerPal, SPECIES_CRABRAWLER + NUM_SPECIES, 0x0}, + [SPECIES_CRABOMINABLE] = {gBackShinySprite957CrabominablePal, SPECIES_CRABOMINABLE + NUM_SPECIES, 0x0}, + [SPECIES_ORICORIO] = {gBackShinySprite958OricorioPal, SPECIES_ORICORIO + NUM_SPECIES, 0x0}, + [SPECIES_CUTIEFLY] = {gBackShinySprite959CutieflyPal, SPECIES_CUTIEFLY + NUM_SPECIES, 0x0}, + [SPECIES_RIBOMBEE] = {gBackShinySprite960RibombeePal, SPECIES_RIBOMBEE + NUM_SPECIES, 0x0}, + [SPECIES_ROCKRUFF] = {gBackShinySprite961RockruffPal, SPECIES_ROCKRUFF + NUM_SPECIES, 0x0}, + [SPECIES_LYCANROC] = {gBackShinySprite962LycanrocPal, SPECIES_LYCANROC + NUM_SPECIES, 0x0}, + [SPECIES_WISHIWASHI] = {gBackShinySprite963WishiwashiPal, SPECIES_WISHIWASHI + NUM_SPECIES, 0x0}, + [SPECIES_MAREANIE] = {gBackShinySprite964MareaniePal, SPECIES_MAREANIE + NUM_SPECIES, 0x0}, + [SPECIES_TOXAPEX] = {gBackShinySprite965ToxapexPal, SPECIES_TOXAPEX + NUM_SPECIES, 0x0}, + [SPECIES_MUDBRAY] = {gBackShinySprite966MudbrayPal, SPECIES_MUDBRAY + NUM_SPECIES, 0x0}, + [SPECIES_MUDSDALE] = {gBackShinySprite967MudsdalePal, SPECIES_MUDSDALE + NUM_SPECIES, 0x0}, + [SPECIES_DEWPIDER] = {gBackShinySprite968DewpiderPal, SPECIES_DEWPIDER + NUM_SPECIES, 0x0}, + [SPECIES_ARAQUANID] = {gBackShinySprite969AraquanidPal, SPECIES_ARAQUANID + NUM_SPECIES, 0x0}, + [SPECIES_FOMANTIS] = {gBackShinySprite970FomantisPal, SPECIES_FOMANTIS + NUM_SPECIES, 0x0}, + [SPECIES_LURANTIS] = {gBackShinySprite971LurantisPal, SPECIES_LURANTIS + NUM_SPECIES, 0x0}, + [SPECIES_MORELULL] = {gBackShinySprite972MorelullPal, SPECIES_MORELULL + NUM_SPECIES, 0x0}, + [SPECIES_SHIINOTIC] = {gBackShinySprite973ShiinoticPal, SPECIES_SHIINOTIC + NUM_SPECIES, 0x0}, + [SPECIES_SALANDIT] = {gBackShinySprite974SalanditPal, SPECIES_SALANDIT + NUM_SPECIES, 0x0}, + [SPECIES_SALAZZLE] = {gBackShinySprite975SalazzlePal, SPECIES_SALAZZLE + NUM_SPECIES, 0x0}, + [SPECIES_STUFFUL] = {gBackShinySprite976StuffulPal, SPECIES_STUFFUL + NUM_SPECIES, 0x0}, + [SPECIES_BEWEAR] = {gBackShinySprite977BewearPal, SPECIES_BEWEAR + NUM_SPECIES, 0x0}, + [SPECIES_BOUNSWEET] = {gBackShinySprite978BounsweetPal, SPECIES_BOUNSWEET + NUM_SPECIES, 0x0}, + [SPECIES_STEENEE] = {gBackShinySprite979SteeneePal, SPECIES_STEENEE + NUM_SPECIES, 0x0}, + [SPECIES_TSAREENA] = {gBackShinySprite980TsareenaPal, SPECIES_TSAREENA + NUM_SPECIES, 0x0}, + [SPECIES_COMFEY] = {gBackShinySprite981ComfeyPal, SPECIES_COMFEY + NUM_SPECIES, 0x0}, + [SPECIES_ORANGURU] = {gBackShinySprite982OranguruPal, SPECIES_ORANGURU + NUM_SPECIES, 0x0}, + [SPECIES_PASSIMIAN] = {gBackShinySprite983PassimianPal, SPECIES_PASSIMIAN + NUM_SPECIES, 0x0}, + [SPECIES_WIMPOD] = {gBackShinySprite984WimpodPal, SPECIES_WIMPOD + NUM_SPECIES, 0x0}, + [SPECIES_GOLISOPOD] = {gBackShinySprite985GolisopodPal, SPECIES_GOLISOPOD + NUM_SPECIES, 0x0}, + [SPECIES_SANDYGAST] = {gBackShinySprite986SandygastPal, SPECIES_SANDYGAST + NUM_SPECIES, 0x0}, + [SPECIES_PALOSSAND] = {gBackShinySprite987PalossandPal, SPECIES_PALOSSAND + NUM_SPECIES, 0x0}, + [SPECIES_PYUKUMUKU] = {gBackShinySprite988PyukumukuPal, SPECIES_PYUKUMUKU + NUM_SPECIES, 0x0}, + [SPECIES_TYPE_NULL] = {gBackShinySprite989TypeNullPal, SPECIES_TYPE_NULL + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY] = {gBackShinySprite990SilvallyPal, SPECIES_SILVALLY + NUM_SPECIES, 0x0}, + [SPECIES_MINIOR_SHIELD] = {gBackShinySprite991MiniorShieldPal, SPECIES_MINIOR_SHIELD + NUM_SPECIES, 0x0}, + [SPECIES_KOMALA] = {gBackShinySprite992KomalaPal, SPECIES_KOMALA + NUM_SPECIES, 0x0}, + [SPECIES_TURTONATOR] = {gBackShinySprite993TurtonatorPal, SPECIES_TURTONATOR + NUM_SPECIES, 0x0}, + [SPECIES_TOGEDEMARU] = {gBackShinySprite994TogedemaruPal, SPECIES_TOGEDEMARU + NUM_SPECIES, 0x0}, + [SPECIES_MIMIKYU] = {gBackShinySprite995MimikyuPal, SPECIES_MIMIKYU + NUM_SPECIES, 0x0}, + [SPECIES_BRUXISH] = {gBackShinySprite996BruxishPal, SPECIES_BRUXISH + NUM_SPECIES, 0x0}, + [SPECIES_DRAMPA] = {gBackShinySprite997DrampaPal, SPECIES_DRAMPA + NUM_SPECIES, 0x0}, + [SPECIES_DHELMISE] = {gBackShinySprite998DhelmisePal, SPECIES_DHELMISE + NUM_SPECIES, 0x0}, + [SPECIES_JANGMO_O] = {gBackShinySprite999JangmoOPal, SPECIES_JANGMO_O + NUM_SPECIES, 0x0}, + [SPECIES_HAKAMO_O] = {gBackShinySprite1000HakamoOPal, SPECIES_HAKAMO_O + NUM_SPECIES, 0x0}, + [SPECIES_KOMMO_O] = {gBackShinySprite1001KommoOPal, SPECIES_KOMMO_O + NUM_SPECIES, 0x0}, + [SPECIES_TAPU_KOKO] = {gBackShinySprite1002TapuKokoPal, SPECIES_TAPU_KOKO + NUM_SPECIES, 0x0}, + [SPECIES_TAPU_LELE] = {gBackShinySprite1003TapuLelePal, SPECIES_TAPU_LELE + NUM_SPECIES, 0x0}, + [SPECIES_TAPU_BULU] = {gBackShinySprite1004TapuBuluPal, SPECIES_TAPU_BULU + NUM_SPECIES, 0x0}, + [SPECIES_TAPU_FINI] = {gBackShinySprite1005TapuFiniPal, SPECIES_TAPU_FINI + NUM_SPECIES, 0x0}, + [SPECIES_COSMOG] = {gBackShinySprite1006CosmogPal, SPECIES_COSMOG + NUM_SPECIES, 0x0}, + [SPECIES_COSMOEM] = {gBackShinySprite1007CosmoemPal, SPECIES_COSMOEM + NUM_SPECIES, 0x0}, + [SPECIES_SOLGALEO] = {gBackShinySprite1008SolgaleoPal, SPECIES_SOLGALEO + NUM_SPECIES, 0x0}, + [SPECIES_LUNALA] = {gBackShinySprite1009LunalaPal, SPECIES_LUNALA + NUM_SPECIES, 0x0}, + [SPECIES_NIHILEGO] = {gBackShinySprite1010NihilegoPal, SPECIES_NIHILEGO + NUM_SPECIES, 0x0}, + [SPECIES_BUZZWOLE] = {gBackShinySprite1011BuzzwolePal, SPECIES_BUZZWOLE + NUM_SPECIES, 0x0}, + [SPECIES_PHEROMOSA] = {gBackShinySprite1012PheromosaPal, SPECIES_PHEROMOSA + NUM_SPECIES, 0x0}, + [SPECIES_XURKITREE] = {gBackShinySprite1013XurkitreePal, SPECIES_XURKITREE + NUM_SPECIES, 0x0}, + [SPECIES_CELESTEELA] = {gBackShinySprite1014CelesteelaPal, SPECIES_CELESTEELA + NUM_SPECIES, 0x0}, + [SPECIES_KARTANA] = {gBackShinySprite1015KartanaPal, SPECIES_KARTANA + NUM_SPECIES, 0x0}, + [SPECIES_GUZZLORD] = {gBackShinySprite1016GuzzlordPal, SPECIES_GUZZLORD + NUM_SPECIES, 0x0}, + [SPECIES_NECROZMA] = {gBackShinySprite1017NecrozmaPal, SPECIES_NECROZMA + NUM_SPECIES, 0x0}, + [SPECIES_MAGEARNA] = {gBackShinySprite1018MagearnaPal, SPECIES_MAGEARNA + NUM_SPECIES, 0x0}, + [SPECIES_MARSHADOW] = {gBackShinySprite1019MarshadowPal, SPECIES_MARSHADOW + NUM_SPECIES, 0x0}, + [SPECIES_RATTATA_A] = {gBackShinySprite1020RattataAPal, SPECIES_RATTATA_A + NUM_SPECIES, 0x0}, + [SPECIES_RATICATE_A] = {gBackShinySprite1021RaticateAPal, SPECIES_RATICATE_A + NUM_SPECIES, 0x0}, + [SPECIES_RAICHU_A] = {gBackShinySprite1022RaichuAPal, SPECIES_RAICHU_A + NUM_SPECIES, 0x0}, + [SPECIES_SANDSHREW_A] = {gBackShinySprite1023SandshrewAPal, SPECIES_SANDSHREW_A + NUM_SPECIES, 0x0}, + [SPECIES_SANDSLASH_A] = {gBackShinySprite1024SandslashAPal, SPECIES_SANDSLASH_A + NUM_SPECIES, 0x0}, + [SPECIES_VULPIX_A] = {gBackShinySprite1025VulpixAPal, SPECIES_VULPIX_A + NUM_SPECIES, 0x0}, + [SPECIES_NINETALES_A] = {gBackShinySprite1026NinetalesAPal, SPECIES_NINETALES_A + NUM_SPECIES, 0x0}, + [SPECIES_DIGLETT_A] = {gBackShinySprite1027DiglettAPal, SPECIES_DIGLETT_A + NUM_SPECIES, 0x0}, + [SPECIES_DUGTRIO_A] = {gBackShinySprite1028DugtrioAPal, SPECIES_DUGTRIO_A + NUM_SPECIES, 0x0}, + [SPECIES_MEOWTH_A] = {gBackShinySprite1029MeowthAPal, SPECIES_MEOWTH_A + NUM_SPECIES, 0x0}, + [SPECIES_PERSIAN_A] = {gBackShinySprite1030PersianAPal, SPECIES_PERSIAN_A + NUM_SPECIES, 0x0}, + [SPECIES_GEODUDE_A] = {gBackShinySprite1031GeodudeAPal, SPECIES_GEODUDE_A + NUM_SPECIES, 0x0}, + [SPECIES_GRAVELER_A] = {gBackShinySprite1032GravelerAPal, SPECIES_GRAVELER_A + NUM_SPECIES, 0x0}, + [SPECIES_GOLEM_A] = {gBackShinySprite1033GolemAPal, SPECIES_GOLEM_A + NUM_SPECIES, 0x0}, + [SPECIES_GRIMER_A] = {gBackShinySprite1034GrimerAPal, SPECIES_GRIMER_A + NUM_SPECIES, 0x0}, + [SPECIES_MUK_A] = {gBackShinySprite1035MukAPal, SPECIES_MUK_A + NUM_SPECIES, 0x0}, + [SPECIES_EXEGGCUTE_A] = {gBackShinySprite1036ExeggcuteAPal, SPECIES_EXEGGCUTE_A + NUM_SPECIES, 0x0}, + [SPECIES_EXEGGUTOR_A] = {gBackShinySprite1037ExeggutorAPal, SPECIES_EXEGGUTOR_A + NUM_SPECIES, 0x0}, + [SPECIES_CUBONE_A] = {gBackShinySprite1038CuboneAPal, SPECIES_CUBONE_A + NUM_SPECIES, 0x0}, + [SPECIES_MAROWAK_A] = {gBackShinySprite1039MarowakAPal, SPECIES_MAROWAK_A + NUM_SPECIES, 0x0}, + [SPECIES_DEOXYS_ATTACK] = {gBackShinySprite1040DeoxysAttackPal, SPECIES_DEOXYS_ATTACK + NUM_SPECIES, 0x0}, + [SPECIES_DEOXYS_DEFENSE] = {gBackShinySprite1041DeoxysDefensePal, SPECIES_DEOXYS_DEFENSE + NUM_SPECIES, 0x0}, + [SPECIES_DEOXYS_SPEED] = {gBackShinySprite1042DeoxysSpeedPal, SPECIES_DEOXYS_SPEED + NUM_SPECIES, 0x0}, + [SPECIES_ORICORIO_Y] = {gBackShinySprite1043OricorioYPal, SPECIES_ORICORIO_Y + NUM_SPECIES, 0x0}, + [SPECIES_ORICORIO_P] = {gBackShinySprite1044OricorioPPal, SPECIES_ORICORIO_P + NUM_SPECIES, 0x0}, + [SPECIES_ORICORIO_S] = {gBackShinySprite1045OricorioSPal, SPECIES_ORICORIO_S + NUM_SPECIES, 0x0}, + [SPECIES_LYCANROC_N] = {gBackShinySprite1046LycanrocNPal, SPECIES_LYCANROC_N + NUM_SPECIES, 0x0}, + [SPECIES_WISHIWASHI_S] = {gBackShinySprite1047WishiwashiSPal, SPECIES_WISHIWASHI_S + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_FIGHT] = {gBackShinySprite1048SilvallyFightPal, SPECIES_SILVALLY_FIGHT + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_FLYING] = {gBackShinySprite1049SilvallyFlyingPal, SPECIES_SILVALLY_FLYING + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_POISON] = {gBackShinySprite1050SilvallyPoisonPal, SPECIES_SILVALLY_POISON + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_GROUND] = {gBackShinySprite1051SilvallyGroundPal, SPECIES_SILVALLY_GROUND + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_ROCK] = {gBackShinySprite1052SilvallyRockPal, SPECIES_SILVALLY_ROCK + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_BUG] = {gBackShinySprite1053SilvallyBugPal, SPECIES_SILVALLY_BUG + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_GHOST] = {gBackShinySprite1054SilvallyGhostPal, SPECIES_SILVALLY_GHOST + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_STEEL] = {gBackShinySprite1055SilvallySteelPal, SPECIES_SILVALLY_STEEL + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_FIRE] = {gBackShinySprite1056SilvallyFirePal, SPECIES_SILVALLY_FIRE + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_WATER] = {gBackShinySprite1057SilvallyWaterPal, SPECIES_SILVALLY_WATER + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_GRASS] = {gBackShinySprite1058SilvallyGrassPal, SPECIES_SILVALLY_GRASS + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_ELECTRIC] = {gBackShinySprite1059SilvallyElectricPal, SPECIES_SILVALLY_ELECTRIC + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_PSYCHIC] = {gBackShinySprite1060SilvallyPsychicPal, SPECIES_SILVALLY_PSYCHIC + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_ICE] = {gBackShinySprite1061SilvallyIcePal, SPECIES_SILVALLY_ICE + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_DRAGON] = {gBackShinySprite1062SilvallyDragonPal, SPECIES_SILVALLY_DRAGON + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_DARK] = {gBackShinySprite1063SilvallyDarkPal, SPECIES_SILVALLY_DARK + NUM_SPECIES, 0x0}, + [SPECIES_SILVALLY_FAIRY] = {gBackShinySprite1064SilvallyFairyPal, SPECIES_SILVALLY_FAIRY + NUM_SPECIES, 0x0}, + [SPECIES_MINIOR_RED] = {gBackShinySprite1065MiniorRedPal, SPECIES_MINIOR_RED + NUM_SPECIES, 0x0}, + [SPECIES_MINIOR_BLUE] = {gBackShinySprite1066MiniorBluePal, SPECIES_MINIOR_BLUE + NUM_SPECIES, 0x0}, + [SPECIES_MINIOR_ORANGE] = {gBackShinySprite1067MiniorOrangePal, SPECIES_MINIOR_ORANGE + NUM_SPECIES, 0x0}, + [SPECIES_MINIOR_YELLOW] = {gBackShinySprite1068MiniorYellowPal, SPECIES_MINIOR_YELLOW + NUM_SPECIES, 0x0}, + [SPECIES_MINIOR_INDIGO] = {gBackShinySprite1069MiniorIndigoPal, SPECIES_MINIOR_INDIGO + NUM_SPECIES, 0x0}, + [SPECIES_MINIOR_GREEN] = {gBackShinySprite1070MiniorGreenPal, SPECIES_MINIOR_GREEN + NUM_SPECIES, 0x0}, + [SPECIES_MINIOR_VIOLET] = {gBackShinySprite1071MiniorVioletPal, SPECIES_MINIOR_VIOLET + NUM_SPECIES, 0x0}, + [SPECIES_MIMIKYU_BUSTED] = {gBackShinySprite1072MimikyuBustedPal, SPECIES_MIMIKYU_BUSTED + NUM_SPECIES, 0x0}, + [SPECIES_MAGEARNA_P] = {gBackShinySprite1073MagearnaPPal, SPECIES_MAGEARNA_P + NUM_SPECIES, 0x0}, + [SPECIES_POIPOLE] = {gBackShinySprite1074PoipolePal, SPECIES_POIPOLE + NUM_SPECIES, 0x0}, + [SPECIES_NAGANADEL] = {gBackShinySprite1075NaganadelPal, SPECIES_NAGANADEL + NUM_SPECIES, 0x0}, + [SPECIES_STAKATAKA] = {gBackShinySprite1076StakatakaPal, SPECIES_STAKATAKA + NUM_SPECIES, 0x0}, + [SPECIES_BLACEPHALON] = {gBackShinySprite1077BlacephalonPal, SPECIES_BLACEPHALON + NUM_SPECIES, 0x0}, + [SPECIES_ZERAORA] = {gBackShinySprite1078ZeraoraPal, SPECIES_ZERAORA + NUM_SPECIES, 0x0}, + [SPECIES_NECROZMA_MANE] = {gBackShinySprite1079NecrozmaManePal, SPECIES_NECROZMA_MANE + NUM_SPECIES, 0x0}, + [SPECIES_NECROZMA_WINGS] = {gBackShinySprite1080NecrozmaWingsPal, SPECIES_NECROZMA_WINGS + NUM_SPECIES, 0x0}, + [SPECIES_NECROZMA_ULTRA] = {gBackShinySprite1081NecrozmaUltraPal, SPECIES_NECROZMA_ULTRA + NUM_SPECIES, 0x0}, + [SPECIES_LYCANROC_DUSK] = {gBackShinySprite1082LycanrocDuskPal, SPECIES_LYCANROC_DUSK + NUM_SPECIES, 0x0}, + [SPECIES_MELTAN] = {gBackShinySprite1083MeltanPal, SPECIES_MELTAN + NUM_SPECIES, 0x0}, + [SPECIES_MELMETAL] = {gBackShinySprite1084MelmetalPal, SPECIES_MELMETAL + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_SURFING] = {gBackShinySprite1085PikachuSurfingPal, SPECIES_PIKACHU_SURFING + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_FLYING] = {gBackShinySprite1086PikachuFlyingPal, SPECIES_PIKACHU_FLYING + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_COSPLAY] = {gBackShinySprite1087PikachuCosplayPal, SPECIES_PIKACHU_COSPLAY + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_LIBRE] = {gBackShinySprite1088PikachuLibrePal, SPECIES_PIKACHU_LIBRE + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_POP_STAR] = {gBackShinySprite1089PikachuPopStarPal, SPECIES_PIKACHU_POP_STAR + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_ROCK_STAR] = {gBackShinySprite1090PikachuRockStarPal, SPECIES_PIKACHU_ROCK_STAR + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_BELLE] = {gBackShinySprite1091PikachuBellePal, SPECIES_PIKACHU_BELLE + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_PHD] = {gBackShinySprite1092PikachuPhdPal, SPECIES_PIKACHU_PHD + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_CAP_ORIGINAL] = {gBackShinySprite1093PikachuCapOriginalPal, SPECIES_PIKACHU_CAP_ORIGINAL + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_CAP_HOENN] = {gBackShinySprite1094PikachuCapHoennPal, SPECIES_PIKACHU_CAP_HOENN + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_CAP_SINNOH] = {gBackShinySprite1095PikachuCapSinnohPal, SPECIES_PIKACHU_CAP_SINNOH + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_CAP_UNOVA] = {gBackShinySprite1096PikachuCapUnovaPal, SPECIES_PIKACHU_CAP_UNOVA + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_CAP_KALOS] = {gBackShinySprite1097PikachuCapKalosPal, SPECIES_PIKACHU_CAP_KALOS + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_CAP_ALOLA] = {gBackShinySprite1098PikachuCapAlolaPal, SPECIES_PIKACHU_CAP_ALOLA + NUM_SPECIES, 0x0}, + [SPECIES_PIKACHU_CAP_PARTNER] = {gBackShinySprite1099PikachuCapPartnerPal, SPECIES_PIKACHU_CAP_PARTNER + NUM_SPECIES, 0x0}, + [SPECIES_PICHU_SPIKY] = {gBackShinySprite1100PichuSpikyPal, SPECIES_PICHU_SPIKY + NUM_SPECIES, 0x0}, + [SPECIES_XERNEAS_NATURAL] = {gBackShinySprite1101XerneasNaturalPal, SPECIES_XERNEAS_NATURAL + NUM_SPECIES, 0x0}, };