diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-11-04 00:45:19 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-11-04 00:45:19 -0700 |
commit | 705ceb852f889b79b703b54d8083f05b916a1314 (patch) | |
tree | 599ebf05bbab9dfdedf93395828fe4f13e80d48f | |
parent | a84cf98b220804685f900e603d4b1c8434c99c9d (diff) |
Add rosters.
72 files changed, 36318 insertions, 7 deletions
diff --git a/stadiumgs/Makefile b/stadiumgs/Makefile index dc59f97..25cee8e 100644 --- a/stadiumgs/Makefile +++ b/stadiumgs/Makefile @@ -1,6 +1,80 @@ -all: text.tbl +all: text.tbl rosters.tbl -TBLS = \ +ROSTERS = \ + rentals/littlecup.bin \ + rentals/primecup1.bin \ + rentals/primecup2.bin \ + rentals/pokecup.bin \ + rentals/pokecup.bin \ + rosters/0x170d240.bin \ + rosters/0x170d5e0.bin \ + rosters/pokecup/pokeball1.bin \ + rosters/pokecup/greatball1.bin \ + rosters/pokecup/ultraball1.bin \ + rosters/pokecup/masterball1.bin \ + rosters/littlecup1.bin \ + rosters/primecup1.bin \ + rosters/gymleadercastle/violet1.bin \ + rosters/gymleadercastle/azalea1.bin \ + rosters/gymleadercastle/goldenrod1.bin \ + rosters/gymleadercastle/ecruteak1.bin \ + rosters/gymleadercastle/cianwood1.bin \ + rosters/gymleadercastle/olivine1.bin \ + rosters/gymleadercastle/rocket1.bin \ + rosters/gymleadercastle/mahogany1.bin \ + rosters/gymleadercastle/blackthorn1.bin \ + rosters/gymleadercastle/elitefour1.bin \ + rosters/gymleadercastle/champion1.bin \ + rosters/gymleadercastle/vermilion1.bin \ + rosters/gymleadercastle/saffron1.bin \ + rosters/gymleadercastle/cerulean1.bin \ + rosters/gymleadercastle/celadon1.bin \ + rosters/gymleadercastle/fuchsia1.bin \ + rosters/gymleadercastle/pewter1.bin \ + rosters/gymleadercastle/cinnabar1.bin \ + rosters/gymleadercastle/viridian1.bin \ + rosters/gymleadercastle/red1.bin \ + rosters/rival1.bin \ + rosters/pokecup/pokeball2.bin \ + rosters/pokecup/greatball2.bin \ + rosters/pokecup/ultraball2.bin \ + rosters/pokecup/masterball2.bin \ + rosters/littlecup2.bin \ + rosters/primecup2.bin \ + rosters/gymleadercastle/violet2.bin \ + rosters/gymleadercastle/azalea2.bin \ + rosters/gymleadercastle/goldenrod2.bin \ + rosters/gymleadercastle/ecruteak2.bin \ + rosters/gymleadercastle/cianwood2.bin \ + rosters/gymleadercastle/olivine2.bin \ + rosters/gymleadercastle/rocket2.bin \ + rosters/gymleadercastle/mahogany2.bin \ + rosters/gymleadercastle/blackthorn2.bin \ + rosters/gymleadercastle/elitefour2.bin \ + rosters/gymleadercastle/champion2.bin \ + rosters/gymleadercastle/vermilion2.bin \ + rosters/gymleadercastle/saffron2.bin \ + rosters/gymleadercastle/cerulean2.bin \ + rosters/gymleadercastle/celadon2.bin \ + rosters/gymleadercastle/fuchsia2.bin \ + rosters/gymleadercastle/pewter2.bin \ + rosters/gymleadercastle/cinnabar2.bin \ + rosters/gymleadercastle/viridian2.bin \ + rosters/gymleadercastle/red2.bin \ + rosters/rival2.bin \ + rosters/challengecup/pokeball1.bin \ + rosters/challengecup/greatball1.bin \ + rosters/challengecup/ultraball1.bin \ + rosters/challengecup/masterball1.bin \ + rosters/challengecup/pokeball2.bin \ + rosters/challengecup/greatball2.bin \ + rosters/challengecup/ultraball2.bin \ + rosters/challengecup/masterball2.bin \ + rosters/academy/trainer.bin \ + rosters/academy/gymleader.bin \ + rosters/academy/elitefour.bin + +STRTBLS = \ text/pokemon.bin \ text/pokedex/theblankpokemon.bin \ text/pokedex/heights.bin \ @@ -333,14 +407,21 @@ TBLS = \ text/academy/skilltest/elitefour/ferris.bin \ text/academy/skilltest/elitefour/julian.bin -.SUFFIXES: .txt .bin +.SUFFIXES: .txt .json .bin .txt.bin: ../utils/txt2strtbl $< > $@ -# md5 of text.tbl: a8c362b564cd2ca2d48f54dd663ca959 -text.tbl: ${TBLS} - ../utils/cattbl 0xd0000 ${TBLS} > $@ +.json.bin: + ../utils/json2rostertbl $< > $@ + +# md5 of text.tbl: 2c7b645e6c6d43fd16b73b00a5202075 +text.tbl: ${STRTBLS} + ../utils/cattbl 0xd0000 ${STRTBLS} > $@ + +# md5 of rosters.tbl: afa0dc919e83d6803a404f08c1517f4c +rosters.tbl: ${ROSTERS} + ../utils/cattbl 0x10000 ${ROSTERS} > $@ clean: - rm -f text.tbl ${TBLS} + rm -f text.tbl ${STRTBLS} rosters.tbl ${ROSTERS} diff --git a/stadiumgs/rentals/littlecup.json b/stadiumgs/rentals/littlecup.json new file mode 100644 index 0000000..53de170 --- /dev/null +++ b/stadiumgs/rentals/littlecup.json @@ -0,0 +1,1200 @@ +[{ + "level": 5, + "species": "Bulbasaur", + "move1": "Razor Leaf", + "move2": "Cut", + "move3": "Sleep Powder", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Charmander", + "move1": "Flamethrower", + "move2": "Rage", + "move3": "Sunny Day", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Squirtle", + "move1": "Hydro Pump", + "move2": "Rapid Spin", + "move3": "Rain Dance", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Caterpie", + "move1": "Tackle", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Weedle", + "move1": "Poison Sting", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Pidgey", + "move1": "Fly", + "move2": "Steel Wing", + "move3": "Quick Attack", + "move4": "Sand-Attack", + "unknown3": "0xc8", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Rattata", + "move1": "Super Fang", + "move2": "Hyper Fang", + "move3": "Thief", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Spearow", + "move1": "Drill Peck", + "move2": "Fury Attack", + "move3": "Pursuit", + "move4": "Mirror Move", + "unknown3": "0x3c", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Ekans", + "move1": "Acid", + "move2": "Bite", + "move3": "Strength", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Sandshrew", + "move1": "Dig", + "move2": "Swift", + "move3": "Sandstorm", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Nidoran♀", + "move1": "Blizzard", + "move2": "Double Kick", + "move3": "Poison Sting", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Nidoran♂", + "move1": "Horn Attack", + "move2": "Poison Sting", + "move3": "Horn Drill", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Vulpix", + "move1": "Fire Spin", + "move2": "Quick Attack", + "move3": "Confuse Ray", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Zubat", + "move1": "Wing Attack", + "move2": "Bite", + "move3": "Supersonic", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Oddish", + "move1": "Petal Dance", + "move2": "Cut", + "move3": "Sweet Scent", + "move4": "Poisonpowder", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Paras", + "move1": "Giga Drain", + "move2": "Leech Life", + "move3": "Spore", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Venonat", + "move1": "Sludge Bomb", + "move2": "Confusion", + "move3": "Leech Life", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Diglett", + "move1": "Magnitude", + "move2": "Slash", + "move3": "Sand-Attack", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Meowth", + "move1": "Pay Day", + "move2": "Iron Tail", + "move3": "Screech", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Psyduck", + "move1": "Waterfall", + "move2": "Fury Swipes", + "move3": "Disable", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Mankey", + "move1": "Cross Chop", + "move2": "Scratch", + "move3": "Focus Energy", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Growlithe", + "move1": "Flame Wheel", + "move2": "Take Down", + "move3": "Leer", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4545" +},{ + "level": 5, + "species": "Poliwag", + "move1": "Whirlpool", + "move2": "Doubleslap", + "move3": "Belly Drum", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Abra", + "move1": "Psychic", + "move2": "Thief", + "move3": "Endure", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Machop", + "move1": "Vital Throw", + "move2": "Dig", + "move3": "Foresight", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Bellsprout", + "move1": "Vine Whip", + "move2": "Sludge Bomb", + "move3": "Sweet Scent", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Tentacool", + "move1": "Bubblebeam", + "move2": "Acid", + "move3": "Barrier", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Geodude", + "move1": "Tackle", + "move2": "Rollout", + "move3": "Swagger", + "move4": "Defense Curl", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Ponyta", + "move1": "Fire Blast", + "move2": "Tackle", + "move3": "Agility", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Slowpoke", + "move1": "Water Gun", + "move2": "Confusion", + "move3": "Headbutt", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Magnemite", + "move1": "Zap Cannon", + "move2": "Tackle", + "move3": "Lock-On", + "move4": "Supersonic", + "unknown3": "0x28", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Doduo", + "move1": "Peck", + "move2": "Tri Attack", + "move3": "Agility", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Seel", + "move1": "Whirlpool", + "move2": "Aurora Beam", + "move3": "Headbutt", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Grimer", + "move1": "Sludge", + "move2": "Pound", + "move3": "Fire Punch", + "move4": "Acid Armor", + "unknown3": "0x3c", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Shellder", + "move1": "Clamp", + "move2": "Icy Wind", + "move3": "Supersonic", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Gastly", + "move1": "Shadow Ball", + "move2": "Thief", + "move3": "Curse", + "move4": "Spite", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Onix", + "move1": "Dig", + "move2": "Rock Throw", + "move3": "Harden", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x2232" +},{ + "level": 5, + "species": "Drowzee", + "move1": "Dream Eater", + "move2": "Headbutt", + "move3": "Poison Gas", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Krabby", + "move1": "Crabhammer", + "move2": "Vicegrip", + "move3": "Guillotine", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Voltorb", + "move1": "Thunder", + "move2": "Rollout", + "move3": "Mirror Coat", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Exeggcute", + "move1": "Solarbeam", + "move2": "Thief", + "move3": "Barrage", + "move4": "Leech Seed", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Cubone", + "move1": "Bonemerang", + "move2": "Headbutt", + "move3": "Tail Whip", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Koffing", + "move1": "Sludge Bomb", + "move2": "Tackle", + "move3": "Haze", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Rhyhorn", + "move1": "Rollout", + "move2": "Horn Attack", + "move3": "Sandstorm", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Chansey", + "move1": "Egg Bomb", + "move2": "Mud-Slap", + "move3": "Defense Curl", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" +},{ + "level": 5, + "species": "Horsea", + "move1": "Hydro Pump", + "move2": "Twister", + "move3": "Leer", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Goldeen", + "move1": "Waterfall", + "move2": "Fury Attack", + "move3": "Supersonic", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Staryu", + "move1": "Bubblebeam", + "move2": "Swift", + "move3": "Harden", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Scyther", + "move1": "Cut", + "move2": "Pursuit", + "move3": "Focus Energy", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" +},{ + "level": 5, + "species": "Magikarp", + "move1": "Tackle", + "move2": "Flail", + "move3": "Splash", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Eevee", + "move1": "Take Down", + "move2": "Bite", + "move3": "Focus Energy", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Porygon", + "move1": "Return", + "move2": "Icy Wind", + "move3": "Sharpen", + "move4": "Conversion 2", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x2232" +},{ + "level": 5, + "species": "Omanyte", + "move1": "Water Gun", + "move2": "Ancientpower", + "move3": "Leer", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Kabuto", + "move1": "Ancientpower", + "move2": "Mega Drain", + "move3": "Sand-Attack", + "move4": "Harden", + "unknown3": "0xb4", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Dratini", + "move1": "Outrage", + "move2": "Wrap", + "move3": "Leer", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Chikorita", + "move1": "Solarbeam", + "move2": "Body Slam", + "move3": "Poisonpowder", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Cyndaquil", + "move1": "Flame Wheel", + "move2": "Dig", + "move3": "Leer", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Totodile", + "move1": "Surf", + "move2": "Cut", + "move3": "Scary Face", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Sentret", + "move1": "Headbutt", + "move2": "Shadow Ball", + "move3": "Fury Cutter", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Hoothoot", + "move1": "Fly", + "move2": "Take Down", + "move3": "Nightmare", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Ledyba", + "move1": "Double-Edge", + "move2": "Ice Punch", + "move3": "Supersonic", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Spinarak", + "move1": "Dig", + "move2": "Leech Life", + "move3": "Toxic", + "move4": "Spider Web", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Chinchou", + "move1": "Water Gun", + "move2": "Spark", + "move3": "Flail", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Pichu", + "move1": "Zap Cannon", + "move2": "Swift", + "move3": "Attract", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Cleffa", + "move1": "Headbutt", + "move2": "Psychic", + "move3": "Encore", + "move4": "Charm", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Igglybuff", + "move1": "Icy Wind", + "move2": "Dream Eater", + "move3": "Sing", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Togepi", + "move1": "Double-Edge", + "move2": "Rollout", + "move3": "Metronome", + "move4": "Charm", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Natu", + "move1": "Psychic", + "move2": "Peck", + "move3": "Flash", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Mareep", + "move1": "Thunder", + "move2": "Return", + "move3": "Growl", + "move4": "Cotton Spore", + "unknown3": "0x8c", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Marill", + "move1": "Surf", + "move2": "Rollout", + "move3": "Defense Curl", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Hoppip", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Leech Seed", + "move4": "Cotton Spore", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Sunkern", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Flash", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Wooper", + "move1": "Surf", + "move2": "Dig", + "move3": "Mist", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Pineco", + "move1": "Strength", + "move2": "Solarbeam", + "move3": "Bide", + "move4": "Spikes", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Snubbull", + "move1": "Take Down", + "move2": "Bite", + "move3": "Scary Face", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Teddiursa", + "move1": "Thrash", + "move2": "Faint Attack", + "move3": "Lick", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Slugma", + "move1": "Flamethrower", + "move2": "Rock Throw", + "move3": "Smog", + "move4": "Harden", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Swinub", + "move1": "Blizzard", + "move2": "Mud-Slap", + "move3": "Swagger", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x9889" +},{ + "level": 5, + "species": "Remoraid", + "move1": "Bubblebeam", + "move2": "Psybeam", + "move3": "Mud-Slap", + "move4": "Focus Energy", + "unknown3": "0x78", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Houndour", + "move1": "Ember", + "move2": "Crunch", + "move3": "Smog", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Phanpy", + "move1": "Earthquake", + "move2": "Flail", + "move3": "Defense Curl", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Tyrogue", + "move1": "Rock Smash", + "move2": "Strength", + "move3": "Swagger", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xbaba" +},{ + "level": 5, + "species": "Smoochum", + "move1": "Confusion", + "move2": "Powder Snow", + "move3": "Sweet Kiss", + "move4": "Mean Look", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +},{ + "level": 5, + "species": "Elekid", + "move1": "Thunderpunch", + "move2": "Quick Attack", + "move3": "Light Screen", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Magby", + "move1": "Fire Punch", + "move2": "Dynamicpunch", + "move3": "Smog", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4544" +},{ + "level": 5, + "species": "Larvitar", + "move1": "Rock Slide", + "move2": "Mud-Slap", + "move3": "Scary Face", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7666" +}] diff --git a/stadiumgs/rentals/pokecup.json b/stadiumgs/rentals/pokecup.json new file mode 100644 index 0000000..a945560 --- /dev/null +++ b/stadiumgs/rentals/pokecup.json @@ -0,0 +1,3428 @@ +[{ + "level": 50, + "species": "Bulbasaur", + "move1": "Razor Leaf", + "move2": "Headbutt", + "move3": "Toxic", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Ivysaur", + "move1": "Solarbeam", + "move2": "Fury Cutter", + "move3": "Leech Seed", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Venusaur", + "move1": "Giga Drain", + "move2": "Tackle", + "move3": "Poisonpowder", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Charmander", + "move1": "Flamethrower", + "move2": "Slash", + "move3": "Dragonbreath", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Charmeleon", + "move1": "Fire Blast", + "move2": "Strength", + "move3": "Dig", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Charizard", + "move1": "Fire Punch", + "move2": "Wing Attack", + "move3": "Growl", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Squirtle", + "move1": "Surf", + "move2": "Bite", + "move3": "Blizzard", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Wartortle", + "move1": "Waterfall", + "move2": "Icy Wind", + "move3": "Dig", + "move4": "Rapid Spin", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Blastoise", + "move1": "Hydro Pump", + "move2": "Rapid Spin", + "move3": "Mud-Slap", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Caterpie", + "move1": "Tackle", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Metapod", + "move1": "Harden", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Butterfree", + "move1": "Gust", + "move2": "Psychic", + "move3": "Hyper Beam", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Weedle", + "move1": "Poison Sting", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Kakuna", + "move1": "Harden", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Beedrill", + "move1": "Twineedle", + "move2": "Sludge Bomb", + "move3": "Pursuit", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Pidgey", + "move1": "Fly", + "move2": "Return", + "move3": "Steel Wing", + "move4": "Sand-Attack", + "unknown3": "0xd2", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Pidgeotto", + "move1": "Fly", + "move2": "Frustration", + "move3": "Steel Wing", + "move4": "Mirror Move", + "unknown3": "0x48", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Pidgeot", + "move1": "Fly", + "move2": "Swift", + "move3": "Steel Wing", + "move4": "Whirlwind", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Rattata", + "move1": "Super Fang", + "move2": "Headbutt", + "move3": "Shadow Ball", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Raticate", + "move1": "Super Fang", + "move2": "Hyper Fang", + "move3": "Pursuit", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Spearow", + "move1": "Drill Peck", + "move2": "Frustration", + "move3": "Steel Wing", + "move4": "Mirror Move", + "unknown3": "0x3c", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Fearow", + "move1": "Drill Peck", + "move2": "Hyper Beam", + "move3": "Pursuit", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Ekans", + "move1": "Sludge Bomb", + "move2": "Earthquake", + "move3": "Strength", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Arbok", + "move1": "Sludge Bomb", + "move2": "Bite", + "move3": "Dig", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Headbutt", + "move3": "Iron Tail", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Raichu", + "move1": "Thunder", + "move2": "Quick Attack", + "move3": "Thunder Wave", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Sandshrew", + "move1": "Earthquake", + "move2": "Slash", + "move3": "Fury Cutter", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Sandslash", + "move1": "Earthquake", + "move2": "Fury Swipes", + "move3": "Sand-Attack", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Nidoran♀", + "move1": "Headbutt", + "move2": "Iron Tail", + "move3": "Blizzard", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Nidorina", + "move1": "Strength", + "move2": "Bite", + "move3": "Blizzard", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Nidoqueen", + "move1": "Body Slam", + "move2": "Mud-Slap", + "move3": "Ice Punch", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Nidoran♂", + "move1": "Headbutt", + "move2": "Iron Tail", + "move3": "Thunder", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Nidorino", + "move1": "Strength", + "move2": "Double Kick", + "move3": "Thunder", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Nidoking", + "move1": "Horn Attack", + "move2": "Mud-Slap", + "move3": "Thunder", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Clefairy", + "move1": "Metronome", + "move2": "Strength", + "move3": "Psychic", + "move4": "Moonlight", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Clefable", + "move1": "Metronome", + "move2": "Headbutt", + "move3": "Ice Punch", + "move4": "Encore", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Vulpix", + "move1": "Flamethrower", + "move2": "Dig", + "move3": "Confuse Ray", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Ninetales", + "move1": "Fire Blast", + "move2": "Quick Attack", + "move3": "Safeguard", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Jigglypuff", + "move1": "Body Slam", + "move2": "Rollout", + "move3": "Defense Curl", + "move4": "Sing", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Wigglytuff", + "move1": "Double-Edge", + "move2": "Fire Punch", + "move3": "Disable", + "move4": "Sing", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Zubat", + "move1": "Wing Attack", + "move2": "Giga Drain", + "move3": "Confuse Ray", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Golbat", + "move1": "Wing Attack", + "move2": "Bite", + "move3": "Steel Wing", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Oddish", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Moonlight", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Gloom", + "move1": "Solarbeam", + "move2": "Sludge Bomb", + "move3": "Sleep Powder", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Vileplume", + "move1": "Petal Dance", + "move2": "Acid", + "move3": "Sweet Scent", + "move4": "Poisonpowder", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Paras", + "move1": "Giga Drain", + "move2": "Slash", + "move3": "Spore", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Parasect", + "move1": "Giga Drain", + "move2": "Slash", + "move3": "Fury Cutter", + "move4": "Spore", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Venonat", + "move1": "Sludge Bomb", + "move2": "Psychic", + "move3": "Supersonic", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Venomoth", + "move1": "Sludge Bomb", + "move2": "Psychic", + "move3": "Leech Life", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Diglett", + "move1": "Earthquake", + "move2": "Slash", + "move3": "Fissure", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Dugtrio", + "move1": "Magnitude", + "move2": "Slash", + "move3": "Attract", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Meowth", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Shadow Ball", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Persian", + "move1": "Headbutt", + "move2": "Bite", + "move3": "Roar", + "move4": "Growl", + "unknown3": "0x50", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Psyduck", + "move1": "Surf", + "move2": "Dig", + "move3": "Swagger", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Golduck", + "move1": "Waterfall", + "move2": "Fury Swipes", + "move3": "Confusion", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Mankey", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Double Team", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Primeape", + "move1": "Cross Chop", + "move2": "Dig", + "move3": "Curse", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Growlithe", + "move1": "Flamethrower", + "move2": "Dig", + "move3": "Sunny Day", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Arcanine", + "move1": "Flame Wheel", + "move2": "Extremespeed", + "move3": "Leer", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" +},{ + "level": 50, + "species": "Poliwag", + "move1": "Hydro Pump", + "move2": "Body Slam", + "move3": "Hypnosis", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Poliwhirl", + "move1": "Surf", + "move2": "Snore", + "move3": "Belly Drum", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Poliwrath", + "move1": "Dynamicpunch", + "move2": "Hydro Pump", + "move3": "Doubleslap", + "move4": "Mind Reader", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Abra", + "move1": "Psychic", + "move2": "Ice Punch", + "move3": "Swagger", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Kadabra", + "move1": "Psychic", + "move2": "Thunderpunch", + "move3": "Reflect", + "move4": "Kinesis", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Alakazam", + "move1": "Psybeam", + "move2": "Future Sight", + "move3": "Thief", + "move4": "Kinesis", + "unknown3": "0x6e", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Machop", + "move1": "Cross Chop", + "move2": "Seismic Toss", + "move3": "Earthquake", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Machoke", + "move1": "Vital Throw", + "move2": "Strength", + "move3": "Dig", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Machamp", + "move1": "Submission", + "move2": "Fire Punch", + "move3": "Thunderpunch", + "move4": "Scary Face", + "unknown3": "0x64", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Bellsprout", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Toxic", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Weepinbell", + "move1": "Razor Leaf", + "move2": "Sludge Bomb", + "move3": "Stun Spore", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Victreebel", + "move1": "Solarbeam", + "move2": "Acid", + "move3": "Sleep Powder", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Tentacool", + "move1": "Surf", + "move2": "Sludge Bomb", + "move3": "Blizzard", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Tentacruel", + "move1": "Bubblebeam", + "move2": "Sludge Bomb", + "move3": "Wrap", + "move4": "Barrier", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Geodude", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Explosion", + "move4": "Defense Curl", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Graveler", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Selfdestruct", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Golem", + "move1": "Magnitude", + "move2": "Rock Throw", + "move3": "Rock Smash", + "move4": "Harden", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Ponyta", + "move1": "Fire Blast", + "move2": "Headbutt", + "move3": "Iron Tail", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Rapidash", + "move1": "Fire Spin", + "move2": "Stomp", + "move3": "Attract", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Slowpoke", + "move1": "Surf", + "move2": "Psychic", + "move3": "Earthquake", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Slowbro", + "move1": "Surf", + "move2": "Confusion", + "move3": "Disable", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Magnemite", + "move1": "Thunder", + "move2": "Frustration", + "move3": "Supersonic", + "move4": "Thunder Wave", + "unknown3": "0x28", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Magneton", + "move1": "Thunder", + "move2": "Swift", + "move3": "Flash", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Farfetch'd", + "move1": "Slash", + "move2": "Fly", + "move3": "Steel Wing", + "move4": "Swords Dance", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Doduo", + "move1": "Drill Peck", + "move2": "Tri Attack", + "move3": "Steel Wing", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Dodrio", + "move1": "Fly", + "move2": "Tri Attack", + "move3": "Pursuit", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Seel", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Headbutt", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Dewgong", + "move1": "Waterfall", + "move2": "Aurora Beam", + "move3": "Sleep Talk", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Grimer", + "move1": "Sludge Bomb", + "move2": "Frustration", + "move3": "Toxic", + "move4": "Screech", + "unknown3": "0x3c", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Muk", + "move1": "Sludge", + "move2": "Dynamicpunch", + "move3": "Disable", + "move4": "Acid Armor", + "unknown3": "0x8c", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Shellder", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Swift", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Cloyster", + "move1": "Clamp", + "move2": "Aurora Beam", + "move3": "Spike Cannon", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Gastly", + "move1": "Shadow Ball", + "move2": "Psychic", + "move3": "Curse", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Haunter", + "move1": "Shadow Ball", + "move2": "Giga Drain", + "move3": "Spite", + "move4": "Destiny Bond", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Gengar", + "move1": "Night Shade", + "move2": "Thief", + "move3": "Nightmare", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Onix", + "move1": "Earthquake", + "move2": "Rock Throw", + "move3": "Strength", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Drowzee", + "move1": "Psychic", + "move2": "Headbutt", + "move3": "Dream Eater", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Hypno", + "move1": "Confusion", + "move2": "Dream Eater", + "move3": "Psych Up", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Krabby", + "move1": "Crabhammer", + "move2": "Strength", + "move3": "Blizzard", + "move4": "Guillotine", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Kingler", + "move1": "Crabhammer", + "move2": "Vicegrip", + "move3": "Guillotine", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Voltorb", + "move1": "Thunder", + "move2": "Selfdestruct", + "move3": "Mirror Coat", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Electrode", + "move1": "Thunder", + "move2": "Swift", + "move3": "Sonicboom", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Exeggcute", + "move1": "Psychic", + "move2": "Giga Drain", + "move3": "Stun Spore", + "move4": "Leech Seed", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Exeggutor", + "move1": "Egg Bomb", + "move2": "Confusion", + "move3": "Nightmare", + "move4": "Sleep Powder", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Cubone", + "move1": "Bonemerang", + "move2": "Headbutt", + "move3": "Icy Wind", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Marowak", + "move1": "Bone Rush", + "move2": "Thrash", + "move3": "Thunderpunch", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Hitmonlee", + "move1": "Hi Jump Kick", + "move2": "Mega Kick", + "move3": "Mud-Slap", + "move4": "Meditate", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Hitmonchan", + "move1": "Mach Punch", + "move2": "Strength", + "move3": "Ice Punch", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Lickitung", + "move1": "Hyper Beam", + "move2": "Shadow Ball", + "move3": "Surf", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Koffing", + "move1": "Sludge Bomb", + "move2": "Fire Blast", + "move3": "Explosion", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Weezing", + "move1": "Sludge", + "move2": "Zap Cannon", + "move3": "Selfdestruct", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Rhyhorn", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Rhydon", + "move1": "Dig", + "move2": "Stomp", + "move3": "Zap Cannon", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Chansey", + "move1": "Egg Bomb", + "move2": "Blizzard", + "move3": "Dream Eater", + "move4": "Sing", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Tangela", + "move1": "Giga Drain", + "move2": "Thief", + "move3": "Sleep Powder", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Kangaskhan", + "move1": "Dizzy Punch", + "move2": "Bite", + "move3": "Surf", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Horsea", + "move1": "Hydro Pump", + "move2": "Blizzard", + "move3": "Rain Dance", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Seadra", + "move1": "Surf", + "move2": "Dragonbreath", + "move3": "Swift", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Goldeen", + "move1": "Surf", + "move2": "Horn Attack", + "move3": "Horn Drill", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Seaking", + "move1": "Waterfall", + "move2": "Flail", + "move3": "Horn Drill", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Staryu", + "move1": "Psychic", + "move2": "Hydro Pump", + "move3": "Thunder", + "move4": "Recover", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Starmie", + "move1": "Waterfall", + "move2": "Zap Cannon", + "move3": "Rapid Spin", + "move4": "Harden", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Mr.Mime", + "move1": "Psybeam", + "move2": "Barrier", + "move3": "Baton Pass", + "move4": "Substitute", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Scyther", + "move1": "Wing Attack", + "move2": "Pursuit", + "move3": "Swift", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Jynx", + "move1": "Ice Punch", + "move2": "Confusion", + "move3": "Lick", + "move4": "Mean Look", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Electabuzz", + "move1": "Thunderpunch", + "move2": "Swift", + "move3": "Light Screen", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Magmar", + "move1": "Fire Punch", + "move2": "Smog", + "move3": "Smokescreen", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Pinsir", + "move1": "Fury Cutter", + "move2": "Vicegrip", + "move3": "Submission", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Tauros", + "move1": "Horn Attack", + "move2": "Pursuit", + "move3": "Rock Smash", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Magikarp", + "move1": "Tackle", + "move2": "Flail", + "move3": "Splash", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Gyarados", + "move1": "Waterfall", + "move2": "Dragon Rage", + "move3": "Twister", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Lapras", + "move1": "Whirlpool", + "move2": "Icy Wind", + "move3": "Perish Song", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Ditto", + "move1": "Transform", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Eevee", + "move1": "Take Down", + "move2": "Iron Tail", + "move3": "Shadow Ball", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Vaporeon", + "move1": "Waterfall", + "move2": "Quick Attack", + "move3": "Acid Armor", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Jolteon", + "move1": "Zap Cannon", + "move2": "Pin Missile", + "move3": "Double Kick", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Flareon", + "move1": "Fire Blast", + "move2": "Smog", + "move3": "Quick Attack", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Porygon", + "move1": "Tri Attack", + "move2": "Blizzard", + "move3": "Sharpen", + "move4": "Conversion 2", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Omanyte", + "move1": "Surf", + "move2": "Ancientpower", + "move3": "Blizzard", + "move4": "Protect", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Omastar", + "move1": "Water Gun", + "move2": "Ancientpower", + "move3": "Spike Cannon", + "move4": "Bite", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Kabuto", + "move1": "Rollout", + "move2": "Giga Drain", + "move3": "Blizzard", + "move4": "Attract", + "unknown3": "0xb4", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Kabutops", + "move1": "Headbutt", + "move2": "Surf", + "move3": "Leer", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Aerodactyl", + "move1": "Ancientpower", + "move2": "Bite", + "move3": "Curse", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Snorlax", + "move1": "Headbutt", + "move2": "Fire Punch", + "move3": "Defense Curl", + "move4": "Curse", + "unknown3": "0x76", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Articuno", + "move1": "Blizzard", + "move2": "Razor Wind", + "move3": "Mimic", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4545" +},{ + "level": 50, + "species": "Zapdos", + "move1": "Thunder", + "move2": "Rock Smash", + "move3": "Flash", + "move4": "Detect", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4545" +},{ + "level": 50, + "species": "Moltres", + "move1": "Fire Blast", + "move2": "Sky Attack", + "move3": "Roar", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4545" +},{ + "level": 50, + "species": "Dratini", + "move1": "Outrage", + "move2": "Headbutt", + "move3": "Safeguard", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Dragonair", + "move1": "Dragonbreath", + "move2": "Headbutt", + "move3": "Fire Blast", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Dragonite", + "move1": "Fly", + "move2": "Dragon Rage", + "move3": "Rock Smash", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" +},{ + "level": 50, + "species": "Chikorita", + "move1": "Giga Drain", + "move2": "Body Slam", + "move3": "Light Screen", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Bayleef", + "move1": "Razor Leaf", + "move2": "Body Slam", + "move3": "Safeguard", + "move4": "Synthesis", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Meganium", + "move1": "Solarbeam", + "move2": "Strength", + "move3": "Poisonpowder", + "move4": "Reflect", + "unknown3": "0xa0", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Cyndaquil", + "move1": "Flamethrower", + "move2": "Headbutt", + "move3": "Dig", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Quilava", + "move1": "Fire Blast", + "move2": "Rollout", + "move3": "Strength", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Typhlosion", + "move1": "Flame Wheel", + "move2": "Swift", + "move3": "Rock Smash", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Totodile", + "move1": "Surf", + "move2": "Blizzard", + "move3": "Slash", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Croconaw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Slash", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Feraligatr", + "move1": "Water Gun", + "move2": "Dig", + "move3": "Dynamicpunch", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x0bb8", + "attack exp": "0x0bb8", + "defense exp": "0x0bb8", + "speed exp": "0x0bb8", + "special exp": "0x0bb8", + "dvs": "0x7888" +},{ + "level": 50, + "species": "Sentret", + "move1": "Headbutt", + "move2": "Shadow Ball", + "move3": "Rollout", + "move4": "Defense Curl", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Furret", + "move1": "Strength", + "move2": "Ice Punch", + "move3": "Thunderpunch", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Hoothoot", + "move1": "Fly", + "move2": "Swift", + "move3": "Dream Eater", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Noctowl", + "move1": "Fly", + "move2": "Take Down", + "move3": "Confusion", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Ledyba", + "move1": "Double-Edge", + "move2": "Ice Punch", + "move3": "Reflect", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Ledian", + "move1": "Giga Drain", + "move2": "Dig", + "move3": "Hyper Beam", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Spinarak", + "move1": "Sludge Bomb", + "move2": "Leech Life", + "move3": "Dig", + "move4": "Night Shade", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Ariados", + "move1": "Sludge Bomb", + "move2": "Protect", + "move3": "Toxic", + "move4": "Spider Web", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Crobat", + "move1": "Fly", + "move2": "Bite", + "move3": "Leech Life", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Chinchou", + "move1": "Surf", + "move2": "Thunder", + "move3": "Rain Dance", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Lanturn", + "move1": "Hydro Pump", + "move2": "Spark", + "move3": "Flail", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Pichu", + "move1": "Thunder", + "move2": "Headbutt", + "move3": "Attract", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Cleffa", + "move1": "Headbutt", + "move2": "Psychic", + "move3": "Encore", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Igglybuff", + "move1": "Headbutt", + "move2": "Dream Eater", + "move3": "Sing", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Togepi", + "move1": "Headbutt", + "move2": "Metronome", + "move3": "Attract", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Togetic", + "move1": "Fly", + "move2": "Double-Edge", + "move3": "Metronome", + "move4": "Charm", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Natu", + "move1": "Psychic", + "move2": "Future Sight", + "move3": "Night Shade", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Xatu", + "move1": "Fly", + "move2": "Future Sight", + "move3": "Night Shade", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Mareep", + "move1": "Thunder", + "move2": "Headbutt", + "move3": "Light Screen", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Flaaffy", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Cotton Spore", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Ampharos", + "move1": "Zap Cannon", + "move2": "Dynamicpunch", + "move3": "Swift", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Bellossom", + "move1": "Petal Dance", + "move2": "Cut", + "move3": "Poisonpowder", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Marill", + "move1": "Surf", + "move2": "Rollout", + "move3": "Defense Curl", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Azumarill", + "move1": "Waterfall", + "move2": "Icy Wind", + "move3": "Defense Curl", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Sudowoodo", + "move1": "Rock Slide", + "move2": "Dig", + "move3": "Strength", + "move4": "Mimic", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Politoed", + "move1": "Whirlpool", + "move2": "Icy Wind", + "move3": "Perish Song", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Hoppip", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Leech Seed", + "move4": "Sleep Powder", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Skiploom", + "move1": "Solarbeam", + "move2": "Headbutt", + "move3": "Synthesis", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Jumpluff", + "move1": "Mega Drain", + "move2": "Headbutt", + "move3": "Stun Spore", + "move4": "Leech Seed", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Aipom", + "move1": "Strength", + "move2": "Double Team", + "move3": "Baton Pass", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Sunkern", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Attract", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Sunflora", + "move1": "Razor Leaf", + "move2": "Hyper Beam", + "move3": "Toxic", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Yanma", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Swagger", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Wooper", + "move1": "Surf", + "move2": "Earthquake", + "move3": "Ice Punch", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Quagsire", + "move1": "Surf", + "move2": "Dig", + "move3": "Slam", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Espeon", + "move1": "Psybeam", + "move2": "Swift", + "move3": "Tail Whip", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Umbreon", + "move1": "Faint Attack", + "move2": "Quick Attack", + "move3": "Sand-Attack", + "move4": "Mean Look", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Murkrow", + "move1": "Faint Attack", + "move2": "Fly", + "move3": "Night Shade", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Slowking", + "move1": "Psychic", + "move2": "Water Gun", + "move3": "Disable", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Misdreavus", + "move1": "Shadow Ball", + "move2": "Thunder", + "move3": "Psywave", + "move4": "Pain Split", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Unown", + "move1": "Hidden Power", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0xfeef" +},{ + "level": 50, + "species": "Wobbuffet", + "move1": "Counter", + "move2": "Mirror Coat", + "move3": "Safeguard", + "move4": "Destiny Bond", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Girafarig", + "move1": "Psychic", + "move2": "Stomp", + "move3": "Baton Pass", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Pineco", + "move1": "Double-Edge", + "move2": "Giga Drain", + "move3": "Explosion", + "move4": "Spikes", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Forretress", + "move1": "Strength", + "move2": "Rollout", + "move3": "Sandstorm", + "move4": "Spikes", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Dunsparce", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Gligar", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Iron Tail", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Steelix", + "move1": "Iron Tail", + "move2": "Mud-Slap", + "move3": "Rock Throw", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Snubbull", + "move1": "Strength", + "move2": "Shadow Ball", + "move3": "Charm", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Granbull", + "move1": "Headbutt", + "move2": "Dynamicpunch", + "move3": "Bite", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Qwilfish", + "move1": "Sludge Bomb", + "move2": "Hydro Pump", + "move3": "Pin Missile", + "move4": "Minimize", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Scizor", + "move1": "Metal Claw", + "move2": "Cut", + "move3": "Agility", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Shuckle", + "move1": "Sludge Bomb", + "move2": "Rollout", + "move3": "Bide", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Heracross", + "move1": "Reversal", + "move2": "Cut", + "move3": "Counter", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Sneasel", + "move1": "Ice Punch", + "move2": "Faint Attack", + "move3": "Headbutt", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Teddiursa", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Earthquake", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Ursaring", + "move1": "Dig", + "move2": "Fire Punch", + "move3": "Snore", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Slugma", + "move1": "Flamethrower", + "move2": "Rock Slide", + "move3": "Body Slam", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Magcargo", + "move1": "Fire Blast", + "move2": "Rock Slide", + "move3": "Smog", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Swinub", + "move1": "Blizzard", + "move2": "Earthquake", + "move3": "Strength", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Piloswine", + "move1": "Icy Wind", + "move2": "Earthquake", + "move3": "Fury Attack", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Corsola", + "move1": "Surf", + "move2": "Ancientpower", + "move3": "Mirror Coat", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Remoraid", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Hyper Beam", + "move4": "Lock-On", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Octillery", + "move1": "Octazooka", + "move2": "Hyper Beam", + "move3": "Focus Energy", + "move4": "Lock-On", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Delibird", + "move1": "Present", + "move2": "Blizzard", + "move3": "Fly", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Mantine", + "move1": "Wing Attack", + "move2": "Waterfall", + "move3": "Take Down", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Skarmory", + "move1": "Steel Wing", + "move2": "Fly", + "move3": "Fury Attack", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Houndour", + "move1": "Flamethrower", + "move2": "Crunch", + "move3": "Sludge Bomb", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Houndoom", + "move1": "Ember", + "move2": "Bite", + "move3": "Swift", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Kingdra", + "move1": "Waterfall", + "move2": "Twister", + "move3": "Frustration", + "move4": "Leer", + "unknown3": "0x8c", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Phanpy", + "move1": "Earthquake", + "move2": "Double-Edge", + "move3": "Double Team", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Donphan", + "move1": "Earthquake", + "move2": "Rapid Spin", + "move3": "Sandstorm", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Porygon2", + "move1": "Swift", + "move2": "Zap Cannon", + "move3": "Thief", + "move4": "Conversion", + "unknown3": "0x96", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Stantler", + "move1": "Stomp", + "move2": "Dream Eater", + "move3": "Mud-Slap", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Smeargle", + "move1": "Body Slam", + "move2": "Mach Punch", + "move3": "Flamethrower", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Tyrogue", + "move1": "Rock Smash", + "move2": "Strength", + "move3": "Double Team", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xddef" +},{ + "level": 50, + "species": "Hitmontop", + "move1": "Triple Kick", + "move2": "Strength", + "move3": "Focus Energy", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Smoochum", + "move1": "Psychic", + "move2": "Blizzard", + "move3": "Sing", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x9aa9" +},{ + "level": 50, + "species": "Elekid", + "move1": "Thunderbolt", + "move2": "Headbutt", + "move3": "Screech", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Magby", + "move1": "Flamethrower", + "move2": "Iron Tail", + "move3": "Confuse Ray", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x8777" +},{ + "level": 50, + "species": "Miltank", + "move1": "Stomp", + "move2": "Ice Punch", + "move3": "Attract", + "move4": "Bide", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4433" +},{ + "level": 50, + "species": "Blissey", + "move1": "Egg Bomb", + "move2": "Thunder", + "move3": "Defense Curl", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x2212" +},{ + "level": 50, + "species": "Raikou", + "move1": "Spark", + "move2": "Quick Attack", + "move3": "Flash", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" +},{ + "level": 50, + "species": "Entei", + "move1": "Fire Blast", + "move2": "Rock Smash", + "move3": "Leer", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x0000" +},{ + "level": 50, + "species": "Suicune", + "move1": "Bubblebeam", + "move2": "Gust", + "move3": "Curse", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" +},{ + "level": 50, + "species": "Larvitar", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Hyper Beam", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xbcbb" +},{ + "level": 50, + "species": "Pupitar", + "move1": "Rock Slide", + "move2": "Dig", + "move3": "Hyper Beam", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6565" +},{ + "level": 50, + "species": "Tyranitar", + "move1": "Bite", + "move2": "Mud-Slap", + "move3": "Leer", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" +}] diff --git a/stadiumgs/rentals/primecup1.json b/stadiumgs/rentals/primecup1.json new file mode 100644 index 0000000..b485d83 --- /dev/null +++ b/stadiumgs/rentals/primecup1.json @@ -0,0 +1,3428 @@ +[{ + "level": 100, + "species": "Bulbasaur", + "move1": "Razor Leaf", + "move2": "Headbutt", + "move3": "Toxic", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Ivysaur", + "move1": "Solarbeam", + "move2": "Fury Cutter", + "move3": "Leech Seed", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Venusaur", + "move1": "Giga Drain", + "move2": "Tackle", + "move3": "Poisonpowder", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Charmander", + "move1": "Flamethrower", + "move2": "Slash", + "move3": "Dragonbreath", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Charmeleon", + "move1": "Fire Blast", + "move2": "Strength", + "move3": "Dig", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Charizard", + "move1": "Fire Punch", + "move2": "Wing Attack", + "move3": "Growl", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Squirtle", + "move1": "Surf", + "move2": "Bite", + "move3": "Blizzard", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Wartortle", + "move1": "Waterfall", + "move2": "Icy Wind", + "move3": "Dig", + "move4": "Rapid Spin", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Blastoise", + "move1": "Hydro Pump", + "move2": "Rapid Spin", + "move3": "Mud-Slap", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Caterpie", + "move1": "Tackle", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Metapod", + "move1": "Harden", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Butterfree", + "move1": "Gust", + "move2": "Psychic", + "move3": "Hyper Beam", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Weedle", + "move1": "Poison Sting", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Kakuna", + "move1": "Harden", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Beedrill", + "move1": "Twineedle", + "move2": "Sludge Bomb", + "move3": "Pursuit", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Pidgey", + "move1": "Fly", + "move2": "Return", + "move3": "Steel Wing", + "move4": "Sand-Attack", + "unknown3": "0xd2", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Pidgeotto", + "move1": "Fly", + "move2": "Frustration", + "move3": "Steel Wing", + "move4": "Mirror Move", + "unknown3": "0x48", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Pidgeot", + "move1": "Fly", + "move2": "Swift", + "move3": "Steel Wing", + "move4": "Whirlwind", + "unknown3": "0x6e", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Rattata", + "move1": "Super Fang", + "move2": "Headbutt", + "move3": "Shadow Ball", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Raticate", + "move1": "Super Fang", + "move2": "Hyper Fang", + "move3": "Pursuit", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Spearow", + "move1": "Drill Peck", + "move2": "Frustration", + "move3": "Steel Wing", + "move4": "Mirror Move", + "unknown3": "0x28", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Fearow", + "move1": "Drill Peck", + "move2": "Hyper Beam", + "move3": "Pursuit", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Ekans", + "move1": "Sludge Bomb", + "move2": "Earthquake", + "move3": "Strength", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Arbok", + "move1": "Sludge Bomb", + "move2": "Bite", + "move3": "Dig", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Headbutt", + "move3": "Iron Tail", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Raichu", + "move1": "Thunder", + "move2": "Quick Attack", + "move3": "Thunder Wave", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Sandshrew", + "move1": "Earthquake", + "move2": "Slash", + "move3": "Fury Cutter", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Sandslash", + "move1": "Earthquake", + "move2": "Fury Swipes", + "move3": "Sand-Attack", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Nidoran♀", + "move1": "Headbutt", + "move2": "Iron Tail", + "move3": "Blizzard", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Nidorina", + "move1": "Strength", + "move2": "Bite", + "move3": "Blizzard", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Nidoqueen", + "move1": "Body Slam", + "move2": "Mud-Slap", + "move3": "Ice Punch", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Nidoran♂", + "move1": "Headbutt", + "move2": "Iron Tail", + "move3": "Thunder", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Nidorino", + "move1": "Strength", + "move2": "Double Kick", + "move3": "Thunder", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Nidoking", + "move1": "Horn Attack", + "move2": "Mud-Slap", + "move3": "Thunder", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Clefairy", + "move1": "Metronome", + "move2": "Strength", + "move3": "Psychic", + "move4": "Moonlight", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Clefable", + "move1": "Metronome", + "move2": "Headbutt", + "move3": "Ice Punch", + "move4": "Encore", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Vulpix", + "move1": "Flamethrower", + "move2": "Dig", + "move3": "Confuse Ray", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Ninetales", + "move1": "Fire Blast", + "move2": "Quick Attack", + "move3": "Roar", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Jigglypuff", + "move1": "Body Slam", + "move2": "Rollout", + "move3": "Defense Curl", + "move4": "Sing", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Wigglytuff", + "move1": "Double-Edge", + "move2": "Fire Punch", + "move3": "Disable", + "move4": "Sing", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Zubat", + "move1": "Wing Attack", + "move2": "Giga Drain", + "move3": "Confuse Ray", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Golbat", + "move1": "Wing Attack", + "move2": "Bite", + "move3": "Steel Wing", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Oddish", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Moonlight", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Gloom", + "move1": "Solarbeam", + "move2": "Sludge Bomb", + "move3": "Sleep Powder", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Vileplume", + "move1": "Petal Dance", + "move2": "Acid", + "move3": "Sweet Scent", + "move4": "Poisonpowder", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Paras", + "move1": "Giga Drain", + "move2": "Slash", + "move3": "Spore", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Parasect", + "move1": "Giga Drain", + "move2": "Slash", + "move3": "Fury Cutter", + "move4": "Spore", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Venonat", + "move1": "Sludge Bomb", + "move2": "Psychic", + "move3": "Supersonic", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Venomoth", + "move1": "Sludge Bomb", + "move2": "Psychic", + "move3": "Leech Life", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Diglett", + "move1": "Earthquake", + "move2": "Slash", + "move3": "Fissure", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Dugtrio", + "move1": "Magnitude", + "move2": "Slash", + "move3": "Attract", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Meowth", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Shadow Ball", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Persian", + "move1": "Headbutt", + "move2": "Bite", + "move3": "Roar", + "move4": "Growl", + "unknown3": "0x50", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Psyduck", + "move1": "Surf", + "move2": "Dig", + "move3": "Swagger", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Golduck", + "move1": "Hydro Pump", + "move2": "Fury Swipes", + "move3": "Confusion", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Mankey", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Double Team", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Primeape", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Curse", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Growlithe", + "move1": "Flamethrower", + "move2": "Dig", + "move3": "Sunny Day", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Arcanine", + "move1": "Flame Wheel", + "move2": "Extremespeed", + "move3": "Leer", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Poliwag", + "move1": "Hydro Pump", + "move2": "Body Slam", + "move3": "Hypnosis", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Poliwhirl", + "move1": "Surf", + "move2": "Snore", + "move3": "Belly Drum", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Poliwrath", + "move1": "Dynamicpunch", + "move2": "Hydro Pump", + "move3": "Doubleslap", + "move4": "Mind Reader", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Abra", + "move1": "Psychic", + "move2": "Ice Punch", + "move3": "Swagger", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Kadabra", + "move1": "Psychic", + "move2": "Thunderpunch", + "move3": "Reflect", + "move4": "Kinesis", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Alakazam", + "move1": "Psybeam", + "move2": "Thief", + "move3": "Future Sight", + "move4": "Kinesis", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Machop", + "move1": "Cross Chop", + "move2": "Seismic Toss", + "move3": "Earthquake", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Machoke", + "move1": "Vital Throw", + "move2": "Strength", + "move3": "Dig", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Machamp", + "move1": "Submission", + "move2": "Fire Punch", + "move3": "Thunderpunch", + "move4": "Scary Face", + "unknown3": "0x64", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Bellsprout", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Toxic", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Weepinbell", + "move1": "Razor Leaf", + "move2": "Sludge Bomb", + "move3": "Stun Spore", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Victreebel", + "move1": "Solarbeam", + "move2": "Acid", + "move3": "Sleep Powder", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Tentacool", + "move1": "Surf", + "move2": "Sludge Bomb", + "move3": "Blizzard", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Tentacruel", + "move1": "Bubblebeam", + "move2": "Sludge Bomb", + "move3": "Wrap", + "move4": "Barrier", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Geodude", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Explosion", + "move4": "Defense Curl", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Graveler", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Selfdestruct", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Golem", + "move1": "Magnitude", + "move2": "Rock Throw", + "move3": "Rock Smash", + "move4": "Harden", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Ponyta", + "move1": "Fire Blast", + "move2": "Headbutt", + "move3": "Iron Tail", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Rapidash", + "move1": "Fire Spin", + "move2": "Stomp", + "move3": "Attract", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Slowpoke", + "move1": "Surf", + "move2": "Psychic", + "move3": "Earthquake", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Slowbro", + "move1": "Surf", + "move2": "Confusion", + "move3": "Disable", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Magnemite", + "move1": "Thunder", + "move2": "Frustration", + "move3": "Supersonic", + "move4": "Thunder Wave", + "unknown3": "0x28", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Magneton", + "move1": "Thunder", + "move2": "Swift", + "move3": "Flash", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Farfetch'd", + "move1": "Slash", + "move2": "Fly", + "move3": "Steel Wing", + "move4": "Swords Dance", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Doduo", + "move1": "Drill Peck", + "move2": "Tri Attack", + "move3": "Steel Wing", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Dodrio", + "move1": "Fly", + "move2": "Tri Attack", + "move3": "Pursuit", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Seel", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Headbutt", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Dewgong", + "move1": "Waterfall", + "move2": "Aurora Beam", + "move3": "Sleep Talk", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Grimer", + "move1": "Sludge Bomb", + "move2": "Frustration", + "move3": "Toxic", + "move4": "Screech", + "unknown3": "0x3c", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Muk", + "move1": "Sludge", + "move2": "Dynamicpunch", + "move3": "Disable", + "move4": "Acid Armor", + "unknown3": "0x8c", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Shellder", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Swift", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Cloyster", + "move1": "Clamp", + "move2": "Aurora Beam", + "move3": "Spike Cannon", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Gastly", + "move1": "Shadow Ball", + "move2": "Psychic", + "move3": "Curse", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Haunter", + "move1": "Shadow Ball", + "move2": "Giga Drain", + "move3": "Spite", + "move4": "Destiny Bond", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Gengar", + "move1": "Night Shade", + "move2": "Thief", + "move3": "Nightmare", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Onix", + "move1": "Earthquake", + "move2": "Rock Throw", + "move3": "Strength", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Drowzee", + "move1": "Psychic", + "move2": "Headbutt", + "move3": "Dream Eater", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Hypno", + "move1": "Confusion", + "move2": "Dream Eater", + "move3": "Psych Up", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Krabby", + "move1": "Crabhammer", + "move2": "Strength", + "move3": "Blizzard", + "move4": "Guillotine", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Kingler", + "move1": "Crabhammer", + "move2": "Vicegrip", + "move3": "Guillotine", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Voltorb", + "move1": "Thunder", + "move2": "Selfdestruct", + "move3": "Mirror Coat", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Electrode", + "move1": "Thunder", + "move2": "Swift", + "move3": "Sonicboom", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Exeggcute", + "move1": "Psychic", + "move2": "Giga Drain", + "move3": "Stun Spore", + "move4": "Leech Seed", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Exeggutor", + "move1": "Egg Bomb", + "move2": "Confusion", + "move3": "Nightmare", + "move4": "Sleep Powder", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Cubone", + "move1": "Bonemerang", + "move2": "Headbutt", + "move3": "Icy Wind", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Marowak", + "move1": "Bone Rush", + "move2": "Thrash", + "move3": "Thunderpunch", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Hitmonlee", + "move1": "Hi Jump Kick", + "move2": "Mega Kick", + "move3": "Reversal", + "move4": "Meditate", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Hitmonchan", + "move1": "Mach Punch", + "move2": "Strength", + "move3": "Ice Punch", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Lickitung", + "move1": "Hyper Beam", + "move2": "Shadow Ball", + "move3": "Surf", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Koffing", + "move1": "Sludge Bomb", + "move2": "Fire Blast", + "move3": "Explosion", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Weezing", + "move1": "Sludge", + "move2": "Zap Cannon", + "move3": "Selfdestruct", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Rhyhorn", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Rhydon", + "move1": "Dig", + "move2": "Stomp", + "move3": "Zap Cannon", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Chansey", + "move1": "Egg Bomb", + "move2": "Blizzard", + "move3": "Dream Eater", + "move4": "Sing", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Tangela", + "move1": "Giga Drain", + "move2": "Thief", + "move3": "Sleep Powder", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Kangaskhan", + "move1": "Dizzy Punch", + "move2": "Bite", + "move3": "Surf", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Horsea", + "move1": "Hydro Pump", + "move2": "Blizzard", + "move3": "Rain Dance", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Seadra", + "move1": "Surf", + "move2": "Dragonbreath", + "move3": "Swift", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Goldeen", + "move1": "Surf", + "move2": "Horn Attack", + "move3": "Horn Drill", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Seaking", + "move1": "Waterfall", + "move2": "Flail", + "move3": "Horn Drill", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Staryu", + "move1": "Psychic", + "move2": "Hydro Pump", + "move3": "Thunder", + "move4": "Recover", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Starmie", + "move1": "Waterfall", + "move2": "Zap Cannon", + "move3": "Rapid Spin", + "move4": "Harden", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Mr.Mime", + "move1": "Psybeam", + "move2": "Barrier", + "move3": "Baton Pass", + "move4": "Substitute", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Scyther", + "move1": "Wing Attack", + "move2": "Pursuit", + "move3": "Swift", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Jynx", + "move1": "Ice Punch", + "move2": "Confusion", + "move3": "Lick", + "move4": "Mean Look", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Electabuzz", + "move1": "Thunderpunch", + "move2": "Swift", + "move3": "Light Screen", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Magmar", + "move1": "Fire Punch", + "move2": "Smog", + "move3": "Smokescreen", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Pinsir", + "move1": "Fury Cutter", + "move2": "Vicegrip", + "move3": "Submission", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Tauros", + "move1": "Take Down", + "move2": "Pursuit", + "move3": "Rock Smash", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Magikarp", + "move1": "Tackle", + "move2": "Flail", + "move3": "Splash", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Gyarados", + "move1": "Waterfall", + "move2": "Dragon Rage", + "move3": "Twister", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Lapras", + "move1": "Whirlpool", + "move2": "Icy Wind", + "move3": "Perish Song", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Ditto", + "move1": "Transform", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Eevee", + "move1": "Take Down", + "move2": "Iron Tail", + "move3": "Shadow Ball", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Vaporeon", + "move1": "Waterfall", + "move2": "Quick Attack", + "move3": "Acid Armor", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Jolteon", + "move1": "Zap Cannon", + "move2": "Pin Missile", + "move3": "Double Kick", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Flareon", + "move1": "Fire Blast", + "move2": "Smog", + "move3": "Quick Attack", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Porygon", + "move1": "Tri Attack", + "move2": "Blizzard", + "move3": "Sharpen", + "move4": "Conversion 2", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Omanyte", + "move1": "Surf", + "move2": "Ancientpower", + "move3": "Blizzard", + "move4": "Protect", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Omastar", + "move1": "Water Gun", + "move2": "Ancientpower", + "move3": "Spike Cannon", + "move4": "Bite", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Kabuto", + "move1": "Rollout", + "move2": "Giga Drain", + "move3": "Blizzard", + "move4": "Attract", + "unknown3": "0xb4", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Kabutops", + "move1": "Ancientpower", + "move2": "Surf", + "move3": "Leer", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Aerodactyl", + "move1": "Ancientpower", + "move2": "Bite", + "move3": "Curse", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Snorlax", + "move1": "Headbutt", + "move2": "Fire Punch", + "move3": "Defense Curl", + "move4": "Curse", + "unknown3": "0x78", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Articuno", + "move1": "Blizzard", + "move2": "Peck", + "move3": "Agility", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Zapdos", + "move1": "Thunder", + "move2": "Rock Smash", + "move3": "Flash", + "move4": "Detect", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Moltres", + "move1": "Fire Blast", + "move2": "Sky Attack", + "move3": "Roar", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Dratini", + "move1": "Outrage", + "move2": "Headbutt", + "move3": "Safeguard", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Dragonair", + "move1": "Outrage", + "move2": "Slam", + "move3": "Fire Blast", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Dragonite", + "move1": "Twister", + "move2": "Wing Attack", + "move3": "Dragon Rage", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Chikorita", + "move1": "Giga Drain", + "move2": "Body Slam", + "move3": "Light Screen", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Bayleef", + "move1": "Razor Leaf", + "move2": "Body Slam", + "move3": "Safeguard", + "move4": "Synthesis", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Meganium", + "move1": "Solarbeam", + "move2": "Strength", + "move3": "Poisonpowder", + "move4": "Reflect", + "unknown3": "0xa0", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Cyndaquil", + "move1": "Flamethrower", + "move2": "Headbutt", + "move3": "Dig", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Quilava", + "move1": "Fire Blast", + "move2": "Rollout", + "move3": "Strength", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Typhlosion", + "move1": "Flame Wheel", + "move2": "Swift", + "move3": "Rock Smash", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Totodile", + "move1": "Surf", + "move2": "Blizzard", + "move3": "Slash", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Croconaw", + "move1": "Hydro Pump", + "move2": "Ice Punch", + "move3": "Slash", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Feraligatr", + "move1": "Water Gun", + "move2": "Dig", + "move3": "Dynamicpunch", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Sentret", + "move1": "Headbutt", + "move2": "Shadow Ball", + "move3": "Rollout", + "move4": "Defense Curl", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Furret", + "move1": "Strength", + "move2": "Ice Punch", + "move3": "Thunderpunch", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Hoothoot", + "move1": "Fly", + "move2": "Swift", + "move3": "Dream Eater", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Noctowl", + "move1": "Fly", + "move2": "Take Down", + "move3": "Confusion", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Ledyba", + "move1": "Double-Edge", + "move2": "Ice Punch", + "move3": "Reflect", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Ledian", + "move1": "Giga Drain", + "move2": "Dig", + "move3": "Hyper Beam", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Spinarak", + "move1": "Sludge Bomb", + "move2": "Leech Life", + "move3": "Dig", + "move4": "Night Shade", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Ariados", + "move1": "Sludge Bomb", + "move2": "Protect", + "move3": "Toxic", + "move4": "Spider Web", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Crobat", + "move1": "Fly", + "move2": "Bite", + "move3": "Leech Life", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Chinchou", + "move1": "Surf", + "move2": "Thunder", + "move3": "Rain Dance", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Lanturn", + "move1": "Hydro Pump", + "move2": "Spark", + "move3": "Flail", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Pichu", + "move1": "Thunder", + "move2": "Headbutt", + "move3": "Attract", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Cleffa", + "move1": "Headbutt", + "move2": "Psychic", + "move3": "Encore", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Igglybuff", + "move1": "Headbutt", + "move2": "Dream Eater", + "move3": "Sing", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Togepi", + "move1": "Headbutt", + "move2": "Metronome", + "move3": "Attract", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Togetic", + "move1": "Fly", + "move2": "Double-Edge", + "move3": "Metronome", + "move4": "Charm", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Natu", + "move1": "Psychic", + "move2": "Future Sight", + "move3": "Night Shade", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Xatu", + "move1": "Fly", + "move2": "Future Sight", + "move3": "Night Shade", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Mareep", + "move1": "Thunder", + "move2": "Headbutt", + "move3": "Light Screen", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Flaaffy", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Cotton Spore", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Ampharos", + "move1": "Zap Cannon", + "move2": "Dynamicpunch", + "move3": "Swift", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Bellossom", + "move1": "Petal Dance", + "move2": "Cut", + "move3": "Poisonpowder", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Marill", + "move1": "Surf", + "move2": "Rollout", + "move3": "Defense Curl", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Azumarill", + "move1": "Waterfall", + "move2": "Icy Wind", + "move3": "Defense Curl", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Sudowoodo", + "move1": "Rock Slide", + "move2": "Dig", + "move3": "Strength", + "move4": "Mimic", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Politoed", + "move1": "Whirlpool", + "move2": "Icy Wind", + "move3": "Perish Song", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Hoppip", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Leech Seed", + "move4": "Sleep Powder", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Skiploom", + "move1": "Solarbeam", + "move2": "Headbutt", + "move3": "Synthesis", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Jumpluff", + "move1": "Mega Drain", + "move2": "Headbutt", + "move3": "Stun Spore", + "move4": "Leech Seed", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Aipom", + "move1": "Strength", + "move2": "Double Team", + "move3": "Baton Pass", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Sunkern", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Attract", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Sunflora", + "move1": "Razor Leaf", + "move2": "Hyper Beam", + "move3": "Toxic", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Yanma", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Swagger", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Wooper", + "move1": "Surf", + "move2": "Earthquake", + "move3": "Ice Punch", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Quagsire", + "move1": "Surf", + "move2": "Dig", + "move3": "Slam", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Espeon", + "move1": "Psybeam", + "move2": "Swift", + "move3": "Tail Whip", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Umbreon", + "move1": "Faint Attack", + "move2": "Quick Attack", + "move3": "Sand-Attack", + "move4": "Mean Look", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Murkrow", + "move1": "Faint Attack", + "move2": "Fly", + "move3": "Night Shade", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Slowking", + "move1": "Psychic", + "move2": "Water Gun", + "move3": "Disable", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Misdreavus", + "move1": "Shadow Ball", + "move2": "Thunder", + "move3": "Psywave", + "move4": "Pain Split", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Unown", + "move1": "Hidden Power", + "unknown3": "0x80", + "hp exp": "0xa410", + "attack exp": "0xa410", + "defense exp": "0xa410", + "speed exp": "0xa410", + "special exp": "0xa410", + "dvs": "0xfeef" +},{ + "level": 100, + "species": "Wobbuffet", + "move1": "Counter", + "move2": "Mirror Coat", + "move3": "Safeguard", + "move4": "Destiny Bond", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Girafarig", + "move1": "Psybeam", + "move2": "Stomp", + "move3": "Crunch", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Pineco", + "move1": "Double-Edge", + "move2": "Giga Drain", + "move3": "Explosion", + "move4": "Spikes", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Forretress", + "move1": "Strength", + "move2": "Rollout", + "move3": "Sandstorm", + "move4": "Spikes", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Dunsparce", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Gligar", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Guillotine", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Steelix", + "move1": "Iron Tail", + "move2": "Mud-Slap", + "move3": "Rock Throw", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Snubbull", + "move1": "Strength", + "move2": "Shadow Ball", + "move3": "Charm", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Granbull", + "move1": "Headbutt", + "move2": "Dynamicpunch", + "move3": "Bite", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Qwilfish", + "move1": "Sludge Bomb", + "move2": "Hydro Pump", + "move3": "Pin Missile", + "move4": "Minimize", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Scizor", + "move1": "Metal Claw", + "move2": "Cut", + "move3": "Agility", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Shuckle", + "move1": "Sludge Bomb", + "move2": "Rollout", + "move3": "Bide", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Heracross", + "move1": "Megahorn", + "move2": "Rock Smash", + "move3": "Thief", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Sneasel", + "move1": "Ice Punch", + "move2": "Beat Up", + "move3": "Slash", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Teddiursa", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Earthquake", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Ursaring", + "move1": "Dig", + "move2": "Fire Punch", + "move3": "Snore", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Slugma", + "move1": "Flamethrower", + "move2": "Rock Slide", + "move3": "Body Slam", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Magcargo", + "move1": "Fire Blast", + "move2": "Rock Slide", + "move3": "Smog", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Swinub", + "move1": "Blizzard", + "move2": "Earthquake", + "move3": "Strength", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Piloswine", + "move1": "Icy Wind", + "move2": "Earthquake", + "move3": "Fury Attack", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Corsola", + "move1": "Surf", + "move2": "Ancientpower", + "move3": "Mirror Coat", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Remoraid", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Hyper Beam", + "move4": "Lock-On", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Octillery", + "move1": "Octazooka", + "move2": "Hyper Beam", + "move3": "Focus Energy", + "move4": "Lock-On", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Delibird", + "move1": "Present", + "move2": "Blizzard", + "move3": "Fly", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Mantine", + "move1": "Wing Attack", + "move2": "Waterfall", + "move3": "Take Down", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Skarmory", + "move1": "Steel Wing", + "move2": "Fly", + "move3": "Fury Attack", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Houndour", + "move1": "Flamethrower", + "move2": "Crunch", + "move3": "Sludge Bomb", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Houndoom", + "move1": "Ember", + "move2": "Bite", + "move3": "Swift", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Kingdra", + "move1": "Waterfall", + "move2": "Twister", + "move3": "Frustration", + "move4": "Leer", + "unknown3": "0x8c", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Phanpy", + "move1": "Earthquake", + "move2": "Double-Edge", + "move3": "Double Team", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Donphan", + "move1": "Earthquake", + "move2": "Rapid Spin", + "move3": "Sandstorm", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Porygon2", + "move1": "Swift", + "move2": "Zap Cannon", + "move3": "Thief", + "move4": "Conversion", + "unknown3": "0x96", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Stantler", + "move1": "Stomp", + "move2": "Dream Eater", + "move3": "Mud-Slap", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Smeargle", + "move1": "Body Slam", + "move2": "Mach Punch", + "move3": "Flamethrower", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Tyrogue", + "move1": "Rock Smash", + "move2": "Strength", + "move3": "Double Team", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Hitmontop", + "move1": "Triple Kick", + "move2": "Strength", + "move3": "Focus Energy", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Smoochum", + "move1": "Psychic", + "move2": "Blizzard", + "move3": "Sing", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Elekid", + "move1": "Thunderbolt", + "move2": "Headbutt", + "move3": "Screech", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Magby", + "move1": "Flamethrower", + "move2": "Iron Tail", + "move3": "Confuse Ray", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Miltank", + "move1": "Stomp", + "move2": "Ice Punch", + "move3": "Heal Bell", + "move4": "Bide", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Blissey", + "move1": "Egg Bomb", + "move2": "Thunder", + "move3": "Defense Curl", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Raikou", + "move1": "Spark", + "move2": "Quick Attack", + "move3": "Flash", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Entei", + "move1": "Fire Blast", + "move2": "Rock Smash", + "move3": "Leer", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Suicune", + "move1": "Bubblebeam", + "move2": "Gust", + "move3": "Mist", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Larvitar", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Hyper Beam", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Pupitar", + "move1": "Rock Slide", + "move2": "Dig", + "move3": "Hyper Beam", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Tyranitar", + "move1": "Bite", + "move2": "Mud-Slap", + "move3": "Leer", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x0000" +}] diff --git a/stadiumgs/rentals/primecup2.json b/stadiumgs/rentals/primecup2.json new file mode 100644 index 0000000..a2b70cc --- /dev/null +++ b/stadiumgs/rentals/primecup2.json @@ -0,0 +1,3456 @@ +[{ + "level": 100, + "species": "Bulbasaur", + "move1": "Razor Leaf", + "move2": "Headbutt", + "move3": "Toxic", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Ivysaur", + "move1": "Solarbeam", + "move2": "Fury Cutter", + "move3": "Leech Seed", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Venusaur", + "move1": "Giga Drain", + "move2": "Tackle", + "move3": "Poisonpowder", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Charmander", + "move1": "Flamethrower", + "move2": "Slash", + "move3": "Dragonbreath", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Charmeleon", + "move1": "Fire Blast", + "move2": "Strength", + "move3": "Dig", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Charizard", + "move1": "Fire Punch", + "move2": "Wing Attack", + "move3": "Growl", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Squirtle", + "move1": "Surf", + "move2": "Bite", + "move3": "Blizzard", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Wartortle", + "move1": "Waterfall", + "move2": "Icy Wind", + "move3": "Dig", + "move4": "Rapid Spin", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Blastoise", + "move1": "Hydro Pump", + "move2": "Rapid Spin", + "move3": "Mud-Slap", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Caterpie", + "move1": "Tackle", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Metapod", + "move1": "Harden", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Butterfree", + "move1": "Gust", + "move2": "Psychic", + "move3": "Hyper Beam", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Weedle", + "move1": "Poison Sting", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Kakuna", + "move1": "Harden", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Beedrill", + "move1": "Twineedle", + "move2": "Sludge Bomb", + "move3": "Pursuit", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Pidgey", + "move1": "Fly", + "move2": "Return", + "move3": "Steel Wing", + "move4": "Sand-Attack", + "unknown3": "0xd2", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Pidgeotto", + "move1": "Fly", + "move2": "Frustration", + "move3": "Steel Wing", + "move4": "Mirror Move", + "unknown3": "0x48", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Pidgeot", + "move1": "Fly", + "move2": "Swift", + "move3": "Steel Wing", + "move4": "Whirlwind", + "unknown3": "0x6e", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Rattata", + "move1": "Super Fang", + "move2": "Headbutt", + "move3": "Shadow Ball", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Raticate", + "move1": "Super Fang", + "move2": "Hyper Fang", + "move3": "Pursuit", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Spearow", + "move1": "Drill Peck", + "move2": "Frustration", + "move3": "Steel Wing", + "move4": "Mirror Move", + "unknown3": "0x28", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Fearow", + "move1": "Drill Peck", + "move2": "Hyper Beam", + "move3": "Pursuit", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Ekans", + "move1": "Sludge Bomb", + "move2": "Earthquake", + "move3": "Strength", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Arbok", + "move1": "Sludge Bomb", + "move2": "Bite", + "move3": "Dig", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Surf", + "move3": "Iron Tail", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Raichu", + "move1": "Thunder", + "move2": "Quick Attack", + "move3": "Thunder Wave", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Sandshrew", + "move1": "Earthquake", + "move2": "Slash", + "move3": "Fury Cutter", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Sandslash", + "move1": "Earthquake", + "move2": "Fury Swipes", + "move3": "Sand-Attack", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Nidoran♀", + "move1": "Headbutt", + "move2": "Iron Tail", + "move3": "Blizzard", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Nidorina", + "move1": "Strength", + "move2": "Bite", + "move3": "Blizzard", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Nidoqueen", + "move1": "Body Slam", + "move2": "Mud-Slap", + "move3": "Ice Punch", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Nidoran♂", + "move1": "Headbutt", + "move2": "Iron Tail", + "move3": "Thunder", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Nidorino", + "move1": "Strength", + "move2": "Double Kick", + "move3": "Thunder", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Nidoking", + "move1": "Horn Attack", + "move2": "Mud-Slap", + "move3": "Thunder", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Clefairy", + "move1": "Metronome", + "move2": "Strength", + "move3": "Psychic", + "move4": "Moonlight", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Clefable", + "move1": "Metronome", + "move2": "Headbutt", + "move3": "Ice Punch", + "move4": "Encore", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Vulpix", + "move1": "Flamethrower", + "move2": "Dig", + "move3": "Confuse Ray", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Ninetales", + "move1": "Fire Blast", + "move2": "Quick Attack", + "move3": "Roar", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Jigglypuff", + "move1": "Body Slam", + "move2": "Rollout", + "move3": "Defense Curl", + "move4": "Sing", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Wigglytuff", + "move1": "Double-Edge", + "move2": "Fire Punch", + "move3": "Disable", + "move4": "Sing", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Zubat", + "move1": "Wing Attack", + "move2": "Giga Drain", + "move3": "Confuse Ray", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Golbat", + "move1": "Wing Attack", + "move2": "Bite", + "move3": "Steel Wing", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Oddish", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Moonlight", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Gloom", + "move1": "Solarbeam", + "move2": "Sludge Bomb", + "move3": "Sleep Powder", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Vileplume", + "move1": "Petal Dance", + "move2": "Acid", + "move3": "Sweet Scent", + "move4": "Poisonpowder", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Paras", + "move1": "Giga Drain", + "move2": "Slash", + "move3": "Spore", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Parasect", + "move1": "Giga Drain", + "move2": "Slash", + "move3": "Fury Cutter", + "move4": "Spore", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Venonat", + "move1": "Sludge Bomb", + "move2": "Psychic", + "move3": "Supersonic", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Venomoth", + "move1": "Sludge Bomb", + "move2": "Psychic", + "move3": "Leech Life", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Diglett", + "move1": "Earthquake", + "move2": "Slash", + "move3": "Fissure", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Dugtrio", + "move1": "Magnitude", + "move2": "Slash", + "move3": "Attract", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Meowth", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Shadow Ball", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Persian", + "move1": "Headbutt", + "move2": "Bite", + "move3": "Roar", + "move4": "Growl", + "unknown3": "0x50", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Psyduck", + "move1": "Surf", + "move2": "Dig", + "move3": "Swagger", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Golduck", + "move1": "Hydro Pump", + "move2": "Fury Swipes", + "move3": "Confusion", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Mankey", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Double Team", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Primeape", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Curse", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Growlithe", + "move1": "Flamethrower", + "move2": "Dig", + "move3": "Sunny Day", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Arcanine", + "move1": "Flame Wheel", + "move2": "Extremespeed", + "move3": "Leer", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Poliwag", + "move1": "Hydro Pump", + "move2": "Body Slam", + "move3": "Hypnosis", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Poliwhirl", + "move1": "Surf", + "move2": "Snore", + "move3": "Belly Drum", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Poliwrath", + "move1": "Dynamicpunch", + "move2": "Hydro Pump", + "move3": "Doubleslap", + "move4": "Mind Reader", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Abra", + "move1": "Psychic", + "move2": "Ice Punch", + "move3": "Swagger", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Kadabra", + "move1": "Psychic", + "move2": "Thunderpunch", + "move3": "Reflect", + "move4": "Kinesis", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Alakazam", + "move1": "Psybeam", + "move2": "Thief", + "move3": "Future Sight", + "move4": "Kinesis", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Machop", + "move1": "Cross Chop", + "move2": "Seismic Toss", + "move3": "Earthquake", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Machoke", + "move1": "Vital Throw", + "move2": "Strength", + "move3": "Dig", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Machamp", + "move1": "Submission", + "move2": "Fire Punch", + "move3": "Thunderpunch", + "move4": "Scary Face", + "unknown3": "0x64", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Bellsprout", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Toxic", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Weepinbell", + "move1": "Razor Leaf", + "move2": "Sludge Bomb", + "move3": "Stun Spore", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Victreebel", + "move1": "Solarbeam", + "move2": "Acid", + "move3": "Sleep Powder", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Tentacool", + "move1": "Surf", + "move2": "Sludge Bomb", + "move3": "Blizzard", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Tentacruel", + "move1": "Bubblebeam", + "move2": "Sludge Bomb", + "move3": "Wrap", + "move4": "Barrier", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Geodude", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Explosion", + "move4": "Defense Curl", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Graveler", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Selfdestruct", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Golem", + "move1": "Magnitude", + "move2": "Rock Throw", + "move3": "Rock Smash", + "move4": "Harden", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Ponyta", + "move1": "Fire Blast", + "move2": "Headbutt", + "move3": "Iron Tail", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Rapidash", + "move1": "Fire Spin", + "move2": "Stomp", + "move3": "Attract", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Slowpoke", + "move1": "Surf", + "move2": "Psychic", + "move3": "Earthquake", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Slowbro", + "move1": "Surf", + "move2": "Confusion", + "move3": "Disable", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Magnemite", + "move1": "Thunder", + "move2": "Frustration", + "move3": "Supersonic", + "move4": "Thunder Wave", + "unknown3": "0x28", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Magneton", + "move1": "Thunder", + "move2": "Swift", + "move3": "Flash", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Farfetch'd", + "move1": "Slash", + "move2": "Fly", + "move3": "Steel Wing", + "move4": "Swords Dance", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Doduo", + "move1": "Drill Peck", + "move2": "Tri Attack", + "move3": "Steel Wing", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Dodrio", + "move1": "Fly", + "move2": "Tri Attack", + "move3": "Pursuit", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Seel", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Headbutt", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Dewgong", + "move1": "Waterfall", + "move2": "Aurora Beam", + "move3": "Sleep Talk", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Grimer", + "move1": "Sludge Bomb", + "move2": "Frustration", + "move3": "Toxic", + "move4": "Screech", + "unknown3": "0x3c", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Muk", + "move1": "Sludge", + "move2": "Dynamicpunch", + "move3": "Disable", + "move4": "Acid Armor", + "unknown3": "0x8c", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Shellder", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Swift", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Cloyster", + "move1": "Clamp", + "move2": "Aurora Beam", + "move3": "Spike Cannon", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Gastly", + "move1": "Shadow Ball", + "move2": "Psychic", + "move3": "Curse", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Haunter", + "move1": "Shadow Ball", + "move2": "Giga Drain", + "move3": "Spite", + "move4": "Destiny Bond", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Gengar", + "move1": "Night Shade", + "move2": "Thief", + "move3": "Nightmare", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Onix", + "move1": "Earthquake", + "move2": "Rock Throw", + "move3": "Strength", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Drowzee", + "move1": "Psychic", + "move2": "Headbutt", + "move3": "Dream Eater", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Hypno", + "move1": "Confusion", + "move2": "Dream Eater", + "move3": "Psych Up", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Krabby", + "move1": "Crabhammer", + "move2": "Strength", + "move3": "Blizzard", + "move4": "Guillotine", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Kingler", + "move1": "Crabhammer", + "move2": "Vicegrip", + "move3": "Guillotine", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Voltorb", + "move1": "Thunder", + "move2": "Selfdestruct", + "move3": "Mirror Coat", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Electrode", + "move1": "Thunder", + "move2": "Swift", + "move3": "Sonicboom", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Exeggcute", + "move1": "Psychic", + "move2": "Giga Drain", + "move3": "Stun Spore", + "move4": "Leech Seed", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Exeggutor", + "move1": "Egg Bomb", + "move2": "Confusion", + "move3": "Nightmare", + "move4": "Sleep Powder", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Cubone", + "move1": "Bonemerang", + "move2": "Headbutt", + "move3": "Icy Wind", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Marowak", + "move1": "Bone Rush", + "move2": "Thrash", + "move3": "Thunderpunch", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Hitmonlee", + "move1": "Hi Jump Kick", + "move2": "Mega Kick", + "move3": "Reversal", + "move4": "Meditate", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Hitmonchan", + "move1": "Mach Punch", + "move2": "Strength", + "move3": "Ice Punch", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Lickitung", + "move1": "Hyper Beam", + "move2": "Shadow Ball", + "move3": "Surf", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Koffing", + "move1": "Sludge Bomb", + "move2": "Fire Blast", + "move3": "Explosion", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Weezing", + "move1": "Sludge", + "move2": "Zap Cannon", + "move3": "Selfdestruct", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Rhyhorn", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Rhydon", + "move1": "Dig", + "move2": "Stomp", + "move3": "Zap Cannon", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Chansey", + "move1": "Egg Bomb", + "move2": "Blizzard", + "move3": "Dream Eater", + "move4": "Sing", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Tangela", + "move1": "Giga Drain", + "move2": "Thief", + "move3": "Sleep Powder", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Kangaskhan", + "move1": "Dizzy Punch", + "move2": "Bite", + "move3": "Surf", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Horsea", + "move1": "Hydro Pump", + "move2": "Blizzard", + "move3": "Rain Dance", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Seadra", + "move1": "Surf", + "move2": "Dragonbreath", + "move3": "Swift", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Goldeen", + "move1": "Surf", + "move2": "Horn Attack", + "move3": "Horn Drill", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Seaking", + "move1": "Waterfall", + "move2": "Flail", + "move3": "Horn Drill", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Staryu", + "move1": "Psychic", + "move2": "Hydro Pump", + "move3": "Thunder", + "move4": "Recover", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Starmie", + "move1": "Waterfall", + "move2": "Zap Cannon", + "move3": "Rapid Spin", + "move4": "Harden", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Mr.Mime", + "move1": "Psybeam", + "move2": "Barrier", + "move3": "Baton Pass", + "move4": "Substitute", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Scyther", + "move1": "Wing Attack", + "move2": "Pursuit", + "move3": "Swift", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Jynx", + "move1": "Ice Punch", + "move2": "Confusion", + "move3": "Lick", + "move4": "Mean Look", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Electabuzz", + "move1": "Thunderpunch", + "move2": "Swift", + "move3": "Light Screen", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Magmar", + "move1": "Fire Punch", + "move2": "Smog", + "move3": "Smokescreen", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Pinsir", + "move1": "Fury Cutter", + "move2": "Vicegrip", + "move3": "Submission", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Tauros", + "move1": "Take Down", + "move2": "Pursuit", + "move3": "Rock Smash", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Magikarp", + "move1": "Tackle", + "move2": "Flail", + "move3": "Splash", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Gyarados", + "move1": "Waterfall", + "move2": "Dragon Rage", + "move3": "Twister", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Lapras", + "move1": "Whirlpool", + "move2": "Icy Wind", + "move3": "Perish Song", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Ditto", + "move1": "Transform", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Eevee", + "move1": "Take Down", + "move2": "Iron Tail", + "move3": "Shadow Ball", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Vaporeon", + "move1": "Waterfall", + "move2": "Quick Attack", + "move3": "Acid Armor", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Jolteon", + "move1": "Zap Cannon", + "move2": "Pin Missile", + "move3": "Double Kick", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Flareon", + "move1": "Fire Blast", + "move2": "Smog", + "move3": "Quick Attack", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Porygon", + "move1": "Tri Attack", + "move2": "Blizzard", + "move3": "Sharpen", + "move4": "Conversion 2", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Omanyte", + "move1": "Surf", + "move2": "Ancientpower", + "move3": "Blizzard", + "move4": "Protect", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Omastar", + "move1": "Water Gun", + "move2": "Ancientpower", + "move3": "Spike Cannon", + "move4": "Bite", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Kabuto", + "move1": "Rollout", + "move2": "Giga Drain", + "move3": "Blizzard", + "move4": "Attract", + "unknown3": "0xb4", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Kabutops", + "move1": "Ancientpower", + "move2": "Surf", + "move3": "Leer", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Aerodactyl", + "move1": "Ancientpower", + "move2": "Bite", + "move3": "Curse", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Snorlax", + "move1": "Headbutt", + "move2": "Fire Punch", + "move3": "Defense Curl", + "move4": "Curse", + "unknown3": "0x78", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Articuno", + "move1": "Blizzard", + "move2": "Peck", + "move3": "Agility", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Zapdos", + "move1": "Thunder", + "move2": "Rock Smash", + "move3": "Flash", + "move4": "Detect", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Moltres", + "move1": "Fire Blast", + "move2": "Sky Attack", + "move3": "Roar", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Dratini", + "move1": "Outrage", + "move2": "Headbutt", + "move3": "Safeguard", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Dragonair", + "move1": "Outrage", + "move2": "Slam", + "move3": "Fire Blast", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Dragonite", + "move1": "Twister", + "move2": "Wing Attack", + "move3": "Dragon Rage", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Mew", + "move1": "Psychic", + "move2": "Ancientpower", + "move3": "Metronome", + "move4": "Flash", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Chikorita", + "move1": "Giga Drain", + "move2": "Body Slam", + "move3": "Light Screen", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Bayleef", + "move1": "Razor Leaf", + "move2": "Body Slam", + "move3": "Safeguard", + "move4": "Synthesis", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Meganium", + "move1": "Solarbeam", + "move2": "Strength", + "move3": "Poisonpowder", + "move4": "Reflect", + "unknown3": "0xa0", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Cyndaquil", + "move1": "Flamethrower", + "move2": "Headbutt", + "move3": "Dig", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Quilava", + "move1": "Fire Blast", + "move2": "Rollout", + "move3": "Strength", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Typhlosion", + "move1": "Flame Wheel", + "move2": "Swift", + "move3": "Rock Smash", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Totodile", + "move1": "Surf", + "move2": "Blizzard", + "move3": "Slash", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Croconaw", + "move1": "Hydro Pump", + "move2": "Ice Punch", + "move3": "Slash", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Feraligatr", + "move1": "Water Gun", + "move2": "Dig", + "move3": "Dynamicpunch", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Sentret", + "move1": "Headbutt", + "move2": "Shadow Ball", + "move3": "Rollout", + "move4": "Defense Curl", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Furret", + "move1": "Strength", + "move2": "Ice Punch", + "move3": "Thunderpunch", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Hoothoot", + "move1": "Fly", + "move2": "Swift", + "move3": "Dream Eater", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Noctowl", + "move1": "Fly", + "move2": "Take Down", + "move3": "Confusion", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Ledyba", + "move1": "Double-Edge", + "move2": "Ice Punch", + "move3": "Reflect", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Ledian", + "move1": "Giga Drain", + "move2": "Dig", + "move3": "Hyper Beam", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Spinarak", + "move1": "Sludge Bomb", + "move2": "Leech Life", + "move3": "Dig", + "move4": "Night Shade", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Ariados", + "move1": "Sludge Bomb", + "move2": "Protect", + "move3": "Toxic", + "move4": "Spider Web", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Crobat", + "move1": "Fly", + "move2": "Bite", + "move3": "Leech Life", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Chinchou", + "move1": "Surf", + "move2": "Thunder", + "move3": "Rain Dance", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Lanturn", + "move1": "Hydro Pump", + "move2": "Spark", + "move3": "Flail", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Pichu", + "move1": "Thunder", + "move2": "Headbutt", + "move3": "Attract", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Cleffa", + "move1": "Headbutt", + "move2": "Psychic", + "move3": "Encore", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Igglybuff", + "move1": "Headbutt", + "move2": "Dream Eater", + "move3": "Sing", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Togepi", + "move1": "Headbutt", + "move2": "Metronome", + "move3": "Attract", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Togetic", + "move1": "Fly", + "move2": "Double-Edge", + "move3": "Metronome", + "move4": "Charm", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Natu", + "move1": "Psychic", + "move2": "Future Sight", + "move3": "Night Shade", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Xatu", + "move1": "Fly", + "move2": "Future Sight", + "move3": "Night Shade", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Mareep", + "move1": "Thunder", + "move2": "Headbutt", + "move3": "Light Screen", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Flaaffy", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Cotton Spore", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Ampharos", + "move1": "Zap Cannon", + "move2": "Dynamicpunch", + "move3": "Swift", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Bellossom", + "move1": "Petal Dance", + "move2": "Cut", + "move3": "Poisonpowder", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Marill", + "move1": "Surf", + "move2": "Rollout", + "move3": "Defense Curl", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Azumarill", + "move1": "Waterfall", + "move2": "Icy Wind", + "move3": "Defense Curl", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Sudowoodo", + "move1": "Rock Slide", + "move2": "Dig", + "move3": "Strength", + "move4": "Mimic", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Politoed", + "move1": "Whirlpool", + "move2": "Icy Wind", + "move3": "Perish Song", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Hoppip", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Leech Seed", + "move4": "Sleep Powder", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Skiploom", + "move1": "Solarbeam", + "move2": "Headbutt", + "move3": "Synthesis", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Jumpluff", + "move1": "Mega Drain", + "move2": "Headbutt", + "move3": "Stun Spore", + "move4": "Leech Seed", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Aipom", + "move1": "Strength", + "move2": "Double Team", + "move3": "Baton Pass", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Sunkern", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Attract", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Sunflora", + "move1": "Razor Leaf", + "move2": "Hyper Beam", + "move3": "Toxic", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Yanma", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Swagger", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Wooper", + "move1": "Surf", + "move2": "Earthquake", + "move3": "Ice Punch", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Quagsire", + "move1": "Surf", + "move2": "Dig", + "move3": "Slam", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Espeon", + "move1": "Psybeam", + "move2": "Swift", + "move3": "Tail Whip", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Umbreon", + "move1": "Faint Attack", + "move2": "Quick Attack", + "move3": "Sand-Attack", + "move4": "Mean Look", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Murkrow", + "move1": "Faint Attack", + "move2": "Fly", + "move3": "Night Shade", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Slowking", + "move1": "Psychic", + "move2": "Water Gun", + "move3": "Disable", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Misdreavus", + "move1": "Shadow Ball", + "move2": "Thunder", + "move3": "Psywave", + "move4": "Pain Split", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Unown", + "move1": "Hidden Power", + "unknown3": "0x80", + "hp exp": "0xa410", + "attack exp": "0xa410", + "defense exp": "0xa410", + "speed exp": "0xa410", + "special exp": "0xa410", + "dvs": "0xfeef" +},{ + "level": 100, + "species": "Wobbuffet", + "move1": "Counter", + "move2": "Mirror Coat", + "move3": "Safeguard", + "move4": "Destiny Bond", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Girafarig", + "move1": "Psybeam", + "move2": "Stomp", + "move3": "Crunch", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Pineco", + "move1": "Double-Edge", + "move2": "Giga Drain", + "move3": "Explosion", + "move4": "Spikes", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Forretress", + "move1": "Strength", + "move2": "Rollout", + "move3": "Sandstorm", + "move4": "Spikes", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Dunsparce", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Gligar", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Guillotine", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Steelix", + "move1": "Iron Tail", + "move2": "Mud-Slap", + "move3": "Rock Throw", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Snubbull", + "move1": "Strength", + "move2": "Shadow Ball", + "move3": "Charm", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Granbull", + "move1": "Headbutt", + "move2": "Dynamicpunch", + "move3": "Bite", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Qwilfish", + "move1": "Sludge Bomb", + "move2": "Hydro Pump", + "move3": "Pin Missile", + "move4": "Minimize", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Scizor", + "move1": "Metal Claw", + "move2": "Cut", + "move3": "Agility", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Shuckle", + "move1": "Sludge Bomb", + "move2": "Rollout", + "move3": "Bide", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Heracross", + "move1": "Megahorn", + "move2": "Rock Smash", + "move3": "Thief", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Sneasel", + "move1": "Ice Punch", + "move2": "Beat Up", + "move3": "Slash", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Teddiursa", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Earthquake", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Ursaring", + "move1": "Dig", + "move2": "Fire Punch", + "move3": "Snore", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Slugma", + "move1": "Flamethrower", + "move2": "Rock Slide", + "move3": "Body Slam", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Magcargo", + "move1": "Fire Blast", + "move2": "Rock Slide", + "move3": "Smog", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Swinub", + "move1": "Blizzard", + "move2": "Earthquake", + "move3": "Strength", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Piloswine", + "move1": "Icy Wind", + "move2": "Earthquake", + "move3": "Fury Attack", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Corsola", + "move1": "Surf", + "move2": "Ancientpower", + "move3": "Mirror Coat", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Remoraid", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Hyper Beam", + "move4": "Lock-On", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Octillery", + "move1": "Octazooka", + "move2": "Hyper Beam", + "move3": "Focus Energy", + "move4": "Lock-On", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Delibird", + "move1": "Present", + "move2": "Blizzard", + "move3": "Fly", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Mantine", + "move1": "Wing Attack", + "move2": "Waterfall", + "move3": "Take Down", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Skarmory", + "move1": "Steel Wing", + "move2": "Fly", + "move3": "Fury Attack", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Houndour", + "move1": "Flamethrower", + "move2": "Crunch", + "move3": "Sludge Bomb", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Houndoom", + "move1": "Ember", + "move2": "Bite", + "move3": "Swift", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Kingdra", + "move1": "Waterfall", + "move2": "Twister", + "move3": "Frustration", + "move4": "Leer", + "unknown3": "0x8c", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Phanpy", + "move1": "Earthquake", + "move2": "Double-Edge", + "move3": "Double Team", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Donphan", + "move1": "Earthquake", + "move2": "Rapid Spin", + "move3": "Sandstorm", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Porygon2", + "move1": "Swift", + "move2": "Zap Cannon", + "move3": "Thief", + "move4": "Conversion", + "unknown3": "0x96", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Stantler", + "move1": "Stomp", + "move2": "Dream Eater", + "move3": "Mud-Slap", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Smeargle", + "move1": "Body Slam", + "move2": "Mach Punch", + "move3": "Flamethrower", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Tyrogue", + "move1": "Rock Smash", + "move2": "Strength", + "move3": "Double Team", + "move4": "Attract", + "unknown3": "0x80", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xd6d8", + "special exp": "0xd6d8", + "dvs": "0xddef" +},{ + "level": 100, + "species": "Hitmontop", + "move1": "Triple Kick", + "move2": "Strength", + "move3": "Focus Energy", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Smoochum", + "move1": "Psychic", + "move2": "Blizzard", + "move3": "Sing", + "move4": "Sweet Kiss", + "unknown3": "0x80", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x9aa9" +},{ + "level": 100, + "species": "Elekid", + "move1": "Thunderbolt", + "move2": "Headbutt", + "move3": "Screech", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Magby", + "move1": "Flamethrower", + "move2": "Iron Tail", + "move3": "Confuse Ray", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x8777" +},{ + "level": 100, + "species": "Miltank", + "move1": "Stomp", + "move2": "Ice Punch", + "move3": "Heal Bell", + "move4": "Bide", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4433" +},{ + "level": 100, + "species": "Blissey", + "move1": "Egg Bomb", + "move2": "Thunder", + "move3": "Defense Curl", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x2212" +},{ + "level": 100, + "species": "Raikou", + "move1": "Spark", + "move2": "Quick Attack", + "move3": "Flash", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Entei", + "move1": "Fire Blast", + "move2": "Rock Smash", + "move3": "Leer", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Suicune", + "move1": "Bubblebeam", + "move2": "Gust", + "move3": "Mist", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Larvitar", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Hyper Beam", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcbb" +},{ + "level": 100, + "species": "Pupitar", + "move1": "Rock Slide", + "move2": "Dig", + "move3": "Hyper Beam", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6565" +},{ + "level": 100, + "species": "Tyranitar", + "move1": "Bite", + "move2": "Mud-Slap", + "move3": "Leer", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x0000" +},{ + "level": 100, + "species": "Celebi", + "move1": "Giga Drain", + "move2": "Ancientpower", + "move3": "Future Sight", + "move4": "Heal Bell", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" +}] diff --git a/stadiumgs/rosters/0x170d240.json b/stadiumgs/rosters/0x170d240.json new file mode 100644 index 0000000..b422d47 --- /dev/null +++ b/stadiumgs/rosters/0x170d240.json @@ -0,0 +1,304 @@ +[{ + "group": "Pokémon Trainer", + "trainer": "1P", + "text": "text/cal.txt", + "pokemon": [{ + "level": 40, + "species": "Mareep", + "item": "Przcureberry", + "move1": "Thunder", + "move2": "Iron Tail", + "move3": "Swift", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x8e81", + "attack exp": "0x8e81", + "defense exp": "0x8e81", + "speed exp": "0x8e81", + "special exp": "0x8e81", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Pikachu", + "item": "Przcureberry", + "move1": "Thunderbolt", + "move2": "Quick Attack", + "move3": "Mud-Slap", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x4b79", + "attack exp": "0x4b79", + "defense exp": "0x5911", + "speed exp": "0x4b79", + "special exp": "0x5911", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Voltorb", + "item": "Przcureberry", + "move1": "Zap Cannon", + "move2": "Sonicboom", + "move3": "Selfdestruct", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0x3021", + "attack exp": "0x3021", + "defense exp": "0x2649", + "speed exp": "0x3021", + "special exp": "0x2649", + "dvs": "0x0000" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "2P", + "text": "text/cal.txt", + "pokemon": [{ + "level": 40, + "species": "Snubbull", + "item": "Bitter Berry", + "move1": "Strength", + "move2": "Thunderpunch", + "move3": "Rock Smash", + "move4": "Scary Face", + "unknown3": "0x96", + "hp exp": "0x7239", + "attack exp": "0x62c1", + "defense exp": "0x7239", + "speed exp": "0x62c1", + "special exp": "0x62c1", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Meowth", + "item": "Bitter Berry", + "move1": "Headbutt", + "move2": "Icy Wind", + "move3": "Curse", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0x7239", + "attack exp": "0x62c1", + "defense exp": "0x7239", + "speed exp": "0x62c1", + "special exp": "0x62c1", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Teddiursa", + "item": "Bitter Berry", + "move1": "Slash", + "move2": "Rollout", + "move3": "Defense Curl", + "move4": "Leer", + "unknown3": "0x5c", + "hp exp": "0x3021", + "attack exp": "0x3751", + "defense exp": "0x3751", + "speed exp": "0x3751", + "special exp": "0x3751", + "dvs": "0x0000" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Cal", + "unknown1": "0x2", + "text": "text/cal.txt", + "pokemon": [{ + "level": 40, + "species": "Totodile", + "item": "Burnt Berry", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Dynamicpunch", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x4309", + "attack exp": "0x4309", + "defense exp": "0x3f01", + "speed exp": "0x4731", + "special exp": "0x4b79", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Remoraid", + "item": "Burnt Berry", + "move1": "Bubblebeam", + "move2": "Psybeam", + "move3": "Thief", + "move4": "Defense Curl", + "unknown3": "0x80", + "hp exp": "0x5911", + "attack exp": "0x5911", + "defense exp": "0x5911", + "speed exp": "0x4b79", + "special exp": "0x4b79", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Squirtle", + "item": "Burnt Berry", + "move1": "Waterfall", + "move2": "Icy Wind", + "move3": "Dig", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x4b79", + "attack exp": "0x3f01", + "defense exp": "0x4309", + "speed exp": "0x3f01", + "special exp": "0x4309", + "dvs": "0x0000" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Cal", + "unknown1": "0x3", + "text": "text/cal.txt", + "pokemon": [{ + "level": 40, + "species": "Vulpix", + "item": "Mint Berry", + "move1": "Fire Blast", + "move2": "Iron Tail", + "move3": "Quick Attack", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x5469", + "attack exp": "0x4fe1", + "defense exp": "0x5911", + "speed exp": "0x5911", + "special exp": "0x5911", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Charmander", + "item": "Mint Berry", + "move1": "Fire Punch", + "move2": "Rock Smash", + "move3": "Dragonbreath", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x4b79", + "attack exp": "0x4731", + "defense exp": "0x4731", + "speed exp": "0x4b79", + "special exp": "0x4309", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Cyndaquil", + "item": "Mint Berry", + "move1": "Flame Wheel", + "move2": "Cut", + "move3": "Rollout", + "move4": "Smokescreen", + "unknown3": "0x80", + "hp exp": "0x4b79", + "attack exp": "0x4731", + "defense exp": "0x4731", + "speed exp": "0x4b79", + "special exp": "0x4309", + "dvs": "0x0000" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Cal", + "unknown1": "0x4", + "text": "text/cal.txt", + "pokemon": [{ + "level": 40, + "species": "Sandshrew", + "item": "Berry Juice", + "move1": "Dig", + "move2": "Fury Swipes", + "move3": "Dynamicpunch", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x5911", + "attack exp": "0x62c1", + "defense exp": "0x62c1", + "speed exp": "0x62c1", + "special exp": "0x5911", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Geodude", + "item": "Berry Juice", + "move1": "Magnitude", + "move2": "Rock Throw", + "move3": "Fire Punch", + "move4": "Harden", + "unknown3": "0x80", + "hp exp": "0x5911", + "attack exp": "0x4b79", + "defense exp": "0x5911", + "speed exp": "0x5911", + "special exp": "0x5911", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Larvitar", + "item": "Berry Juice", + "move1": "Earthquake", + "move2": "Bite", + "move3": "Sandstorm", + "move4": "Leer", + "unknown3": "0x80", + "hp exp": "0x5911", + "attack exp": "0x62c1", + "defense exp": "0x62c1", + "speed exp": "0x67c9", + "special exp": "0x5911", + "dvs": "0x0000" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Grunt", + "text": "text/cal.txt", + "pokemon": [{ + "level": 40, + "species": "Chikorita", + "item": "Ice Berry", + "move1": "Giga Drain", + "move2": "Tackle", + "move3": "Mud-Slap", + "move4": "Reflect", + "unknown3": "0x80", + "hp exp": "0x4309", + "attack exp": "0x3f01", + "defense exp": "0x3751", + "speed exp": "0x3751", + "special exp": "0x3f01", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Oddish", + "item": "Ice Berry", + "move1": "Petal Dance", + "move2": "Acid", + "move3": "Frustration", + "move4": "Sleep Powder", + "unknown3": "0x8c", + "hp exp": "0x4309", + "attack exp": "0x4309", + "defense exp": "0x3751", + "speed exp": "0x3751", + "special exp": "0x3751", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Bulbasaur", + "item": "Ice Berry", + "move1": "Razor Leaf", + "move2": "Cut", + "move3": "Fury Cutter", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x4309", + "attack exp": "0x3751", + "defense exp": "0x3751", + "speed exp": "0x4309", + "special exp": "0x4309", + "dvs": "0x0000" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/0x170d5e0.json b/stadiumgs/rosters/0x170d5e0.json new file mode 100644 index 0000000..7d643ed --- /dev/null +++ b/stadiumgs/rosters/0x170d5e0.json @@ -0,0 +1,454 @@ +[{ + "group": "Pokémon Trainer", + "trainer": "1P", + "text": "text/cal.txt", + "pokemon": [{ + "level": 70, + "species": "Kangaskhan", + "item": "Pink Bow", + "move1": "Dizzy Punch", + "move2": "Bite", + "move3": "Reversal", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x5911", + "attack exp": "0x5469", + "defense exp": "0x5911", + "speed exp": "0x5911", + "special exp": "0x5dd9", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Miltank", + "item": "Pink Bow", + "move1": "Stomp", + "move2": "Fire Punch", + "move3": "Rollout", + "move4": "Defense Curl", + "unknown3": "0x80", + "hp exp": "0x5911", + "attack exp": "0x4fe1", + "defense exp": "0x4fe1", + "speed exp": "0x4fe1", + "special exp": "0x4fe1", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Ursaring", + "item": "Pink Bow", + "move1": "Fury Swipes", + "move2": "Faint Attack", + "move3": "Snore", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x3b19", + "attack exp": "0x3b19", + "defense exp": "0x3f01", + "speed exp": "0x3f01", + "special exp": "0x3f01", + "dvs": "0x6777" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "2P", + "text": "text/cal.txt", + "pokemon": [{ + "level": 70, + "species": "Donphan", + "item": "Soft Sand", + "move1": "Earthquake", + "move2": "Rapid Spin", + "move3": "Flail", + "move4": "Curse", + "unknown3": "0x96", + "hp exp": "0x3b19", + "attack exp": "0x3b19", + "defense exp": "0x3f01", + "speed exp": "0x3f01", + "special exp": "0x3f01", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Rhydon", + "item": "Soft Sand", + "move1": "Earthquake", + "move2": "Horn Attack", + "move3": "Horn Drill", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x67c9", + "attack exp": "0x62c1", + "defense exp": "0x67c9", + "speed exp": "0x67c9", + "special exp": "0x5dd9", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Nidoking", + "item": "Soft Sand", + "move1": "Earthquake", + "move2": "Thrash", + "move3": "Double Kick", + "move4": "Toxic", + "unknown3": "0x5c", + "hp exp": "0x3f01", + "attack exp": "0x3f01", + "defense exp": "0x3f01", + "speed exp": "0x3b19", + "special exp": "0x3b19", + "dvs": "0x6777" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Cal", + "unknown1": "0x2", + "text": "text/cal.txt", + "pokemon": [{ + "level": 70, + "species": "Scyther", + "item": "Silverpowder", + "move1": "Fury Cutter", + "move2": "Wing Attack", + "move3": "Pursuit", + "move4": "Swords Dance", + "unknown3": "0x80", + "hp exp": "0x3021", + "attack exp": "0x3021", + "defense exp": "0x33a9", + "speed exp": "0x3021", + "special exp": "0x3021", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Pinsir", + "item": "Silverpowder", + "move1": "Fury Cutter", + "move2": "Submission", + "move3": "Seismic Toss", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x2971", + "attack exp": "0x3021", + "defense exp": "0x3021", + "speed exp": "0x3021", + "special exp": "0x2971", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Heracross", + "item": "Silverpowder", + "move1": "Fury Cutter", + "move2": "Reversal", + "move3": "Horn Attack", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x3b19", + "attack exp": "0x3751", + "defense exp": "0x3b19", + "speed exp": "0x3b19", + "special exp": "0x33a9", + "dvs": "0x6777" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Cal", + "unknown1": "0x3", + "text": "text/cal.txt", + "pokemon": [{ + "level": 70, + "species": "Politoed", + "item": "Mystic Water", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Hypnosis", + "move4": "Perish Song", + "unknown3": "0x80", + "hp exp": "0x3b19", + "attack exp": "0x3b19", + "defense exp": "0x3f01", + "speed exp": "0x3f01", + "special exp": "0x3f01", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Octillery", + "item": "Mystic Water", + "move1": "Octazooka", + "move2": "Aurora Beam", + "move3": "Psybeam", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0x5911", + "attack exp": "0x4fe1", + "defense exp": "0x4fe1", + "speed exp": "0x4fe1", + "special exp": "0x4fe1", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Golduck", + "item": "Mystic Water", + "move1": "Waterfall", + "move2": "Blizzard", + "move3": "Dig", + "move4": "Disable", + "unknown3": "0x80", + "hp exp": "0x3b19", + "attack exp": "0x3751", + "defense exp": "0x3751", + "speed exp": "0x3b19", + "special exp": "0x33a9", + "dvs": "0x6777" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Cal", + "unknown1": "0x4", + "text": "text/cal.txt", + "pokemon": [{ + "level": 70, + "species": "Skarmory", + "item": "Metal Coat", + "move1": "Steel Wing", + "move2": "Fly", + "move3": "Swift", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x67c9", + "attack exp": "0x62c1", + "defense exp": "0x67c9", + "speed exp": "0x67c9", + "special exp": "0x5dd9", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Scizor", + "item": "Metal Coat", + "move1": "Metal Claw", + "move2": "Slash", + "move3": "Fury Cutter", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x3021", + "attack exp": "0x3021", + "defense exp": "0x3021", + "speed exp": "0x33a9", + "special exp": "0x3021", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Steelix", + "item": "Metal Coat", + "move1": "Iron Tail", + "move2": "Dig", + "move3": "Crunch", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x2971", + "attack exp": "0x2971", + "defense exp": "0x2649", + "speed exp": "0x2971", + "special exp": "0x2649", + "dvs": "0x6777" + }] +},{ + "group": "Pokémaniac", + "trainer": "Grunt", + "text": "text/cal.txt", + "pokemon": [{ + "level": 70, + "species": "Girafarig", + "item": "Twistedspoon", + "move1": "Psychic", + "move2": "Strength", + "move3": "Swagger", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x7d29", + "attack exp": "0x82d1", + "defense exp": "0x7d29", + "speed exp": "0x7d29", + "special exp": "0x77a1", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Mr.Mime", + "item": "Twistedspoon", + "move1": "Psychic", + "move2": "Barrier", + "move3": "Light Screen", + "move4": "Baton Pass", + "unknown3": "0x80", + "hp exp": "0x4fe1", + "attack exp": "0x5469", + "defense exp": "0x5911", + "speed exp": "0x4fe1", + "special exp": "0x5911", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Xatu", + "item": "Polkadot Bow", + "move1": "Psychic", + "move2": "Fly", + "move3": "Future Sight", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x5911", + "attack exp": "0x5911", + "defense exp": "0x5dd9", + "speed exp": "0x5911", + "special exp": "0x5911", + "dvs": "0x6777" + }] +},{ + "group": "Swimmer♂", + "trainer": "Grunt", + "text": "text/cal.txt", + "pokemon": [{ + "level": 70, + "species": "Primeape", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Fury Swipes", + "move3": "Thunderpunch", + "move4": "Detect", + "unknown3": "0x80", + "hp exp": "0x77a1", + "attack exp": "0x77a1", + "defense exp": "0x77a1", + "speed exp": "0x77a1", + "special exp": "0x77a1", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Hitmontop", + "item": "Black Belt", + "move1": "Triple Kick", + "move2": "Strength", + "move3": "Dig", + "move4": "Detect", + "unknown3": "0x80", + "hp exp": "0x6cf1", + "attack exp": "0x67c9", + "defense exp": "0x67c9", + "speed exp": "0x67c9", + "special exp": "0x67c9", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Hitmonchan", + "item": "Black Belt", + "move1": "Dynamicpunch", + "move2": "Ice Punch", + "move3": "Headbutt", + "move4": "Detect", + "unknown3": "0x80", + "hp exp": "0x6cf1", + "attack exp": "0x67c9", + "defense exp": "0x67c9", + "speed exp": "0x62c1", + "special exp": "0x67c9", + "dvs": "0x6777" + }] +},{ + "group": "Burglar", + "trainer": "Grunt", + "text": "text/cal.txt", + "pokemon": [{ + "level": 70, + "species": "Raichu", + "item": "Magnet", + "move1": "Thunderbolt", + "move2": "Headbutt", + "move3": "Mud-Slap", + "move4": "Flash", + "unknown3": "0x96", + "hp exp": "0x4fe1", + "attack exp": "0x4fe1", + "defense exp": "0x4b79", + "speed exp": "0x4fe1", + "special exp": "0x4b79", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Ampharos", + "item": "Magnet", + "move1": "Thunder", + "move2": "Iron Tail", + "move3": "Cotton Spore", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x3b19", + "attack exp": "0x3b19", + "defense exp": "0x3f01", + "speed exp": "0x3f01", + "special exp": "0x3f01", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Electabuzz", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Swift", + "move4": "Screech", + "unknown3": "0x5c", + "hp exp": "0x3f01", + "attack exp": "0x3b19", + "defense exp": "0x3b19", + "speed exp": "0x3b19", + "special exp": "0x3b19", + "dvs": "0x6777" + }] +},{ + "group": "Blackbelt", + "trainer": "Grunt", + "text": "text/cal.txt", + "pokemon": [{ + "level": 70, + "species": "Umbreon", + "item": "Blackglasses", + "move1": "Faint Attack", + "move2": "Shadow Ball", + "move3": "Toxic", + "move4": "Mean Look", + "unknown3": "0x80", + "hp exp": "0x2328", + "attack exp": "0x2328", + "defense exp": "0x2328", + "speed exp": "0x2328", + "special exp": "0x2328", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Kingdra", + "item": "Dragon Scale", + "move1": "Dragonbreath", + "move2": "Waterfall", + "move3": "Return", + "move4": "Smokescreen", + "unknown3": "0xb0", + "hp exp": "0x0d99", + "attack exp": "0x0bd1", + "defense exp": "0x0d99", + "speed exp": "0x0bd1", + "special exp": "0x0d99", + "dvs": "0x6777" + },{ + "level": 70, + "species": "Houndoom", + "item": "Blackglasses", + "move1": "Flamethrower", + "move2": "Bite", + "move3": "Smog", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x33a9", + "attack exp": "0x3021", + "defense exp": "0x33a9", + "speed exp": "0x33a9", + "special exp": "0x33a9", + "dvs": "0x6777" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/academy/elitefour.json b/stadiumgs/rosters/academy/elitefour.json new file mode 100644 index 0000000..72d508f --- /dev/null +++ b/stadiumgs/rosters/academy/elitefour.json @@ -0,0 +1,635 @@ +[{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Pikachu", + "item": "Light Ball", + "move1": "Thunderbolt", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xeeff" + },{ + "level": 50, + "species": "Raichu", + "item": "Stick", + "move1": "Thunderbolt", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x3e80", + "dvs": "0xe6e0" + },{ + "level": 50, + "species": "Sandslash", + "item": "Metal Powder", + "move1": "Earthquake", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Cubone", + "item": "Thick Club", + "move1": "Earthquake", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0xa410", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0xe0ff" + },{ + "level": 50, + "species": "Marowak", + "item": "Lucky Punch", + "move1": "Earthquake", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x1770", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x60ee" + },{ + "level": 50, + "species": "Shuckle", + "item": "Focus Band", + "move1": "Withdraw", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0x0fff" + }] +},{ + "group": "Cooltrainer♂", + "trainer": "Connor", + "unknown1": "0x47", + "text": "text/academy/skilltest/elitefour/connor.txt", + "pokemon": [{ + "level": 80, + "species": "Gyarados", + "move1": "Hyper Beam", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0x1f40", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0600" + },{ + "level": 60, + "species": "Remoraid", + "move1": "Hyper Beam", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0xffff", + "dvs": "0xffff" + },{ + "level": 60, + "species": "Muk", + "move1": "Hyper Beam", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Seadra", + "move1": "Hyper Beam", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0fa0", + "dvs": "0xf11f" + },{ + "level": 60, + "species": "Kingler", + "move1": "Hyper Beam", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x2710", + "dvs": "0xf11f" + },{ + "level": 80, + "species": "Magcargo", + "move1": "Hyper Beam", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0x3a98", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0x2ee0", + "special exp": "0x0000", + "dvs": "0xf011" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Furret", + "move1": "Endure", + "move2": "Reversal", + "move3": "Focus Energy", + "unknown3": "0x7f", + "hp exp": "0x07d0", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xe000" + },{ + "level": 50, + "species": "Scyther", + "move1": "Endure", + "move2": "Reversal", + "move3": "Agility", + "unknown3": "0xc8", + "hp exp": "0x0000", + "attack exp": "0x0258", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x6000" + },{ + "level": 50, + "species": "Raticate", + "move1": "Endure", + "move2": "Reversal", + "move3": "Icy Wind", + "unknown3": "0x7f", + "hp exp": "0x07d0", + "attack exp": "0xea60", + "defense exp": "0x0000", + "speed exp": "0x0d48", + "special exp": "0x0000", + "dvs": "0xa000" + },{ + "level": 50, + "species": "Houndoom", + "move1": "Endure", + "move2": "Reversal", + "unknown3": "0xb1", + "hp exp": "0x0ed8", + "attack exp": "0x7d00", + "defense exp": "0x07d0", + "speed exp": "0x0014", + "special exp": "0x0000", + "dvs": "0x8000" + },{ + "level": 50, + "species": "Raichu", + "move1": "Endure", + "move2": "Reversal", + "move3": "Agility", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x9c40", + "defense exp": "0x2ee0", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x6111" + },{ + "level": 50, + "species": "Typhlosion", + "move1": "Endure", + "move2": "Reversal", + "move3": "Foresight", + "unknown3": "0x7f", + "hp exp": "0x03e8", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x1000" + }] +},{ + "group": "Cooltrainer♀", + "trainer": "Becky", + "unknown1": "0x48", + "text": "text/academy/skilltest/elitefour/becky.txt", + "pokemon": [{ + "level": 55, + "species": "Machamp", + "move1": "Meditate", + "move2": "Hyper Beam", + "unknown2": "0x30", + "unknown3": "0xc8", + "hp exp": "0x03e8", + "attack exp": "0x6590", + "defense exp": "0x23f0", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x08e0" + },{ + "level": 55, + "species": "Electabuzz", + "move1": "Meditate", + "move2": "Hyper Beam", + "unknown2": "0x30", + "unknown3": "0xc8", + "hp exp": "0x4e20", + "attack exp": "0xea60", + "defense exp": "0xdac0", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xfe00" + },{ + "level": 55, + "species": "Scizor", + "move1": "Swords Dance", + "move2": "Hyper Beam", + "unknown2": "0x30", + "unknown3": "0xc8", + "hp exp": "0x6978", + "attack exp": "0x7530", + "defense exp": "0x0000", + "speed exp": "0x7530", + "special exp": "0x0000", + "dvs": "0x00e0" + },{ + "level": 55, + "species": "Bellossom", + "move1": "Swords Dance", + "move2": "Hyper Beam", + "unknown2": "0x30", + "unknown3": "0xc8", + "hp exp": "0x07d0", + "attack exp": "0xffff", + "defense exp": "0x3e80", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0xf0f0" + },{ + "level": 55, + "species": "Primeape", + "move1": "Meditate", + "move2": "Hyper Beam", + "unknown2": "0x30", + "unknown3": "0xc8", + "hp exp": "0x9c40", + "attack exp": "0xffff", + "defense exp": "0xea60", + "speed exp": "0x0640", + "special exp": "0x0000", + "dvs": "0xea00" + },{ + "level": 55, + "species": "Pinsir", + "move1": "Swords Dance", + "move2": "Hyper Beam", + "unknown2": "0x30", + "unknown3": "0xc8", + "hp exp": "0x1f40", + "attack exp": "0xa410", + "defense exp": "0x0000", + "speed exp": "0x3e80", + "special exp": "0x0000", + "dvs": "0x0000" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Poliwrath", + "move1": "Mind Reader", + "move2": "Dynamicpunch", + "unknown3": "0x7f", + "hp exp": "0x2710", + "attack exp": "0x1f40", + "defense exp": "0x0000", + "speed exp": "0xfa00", + "special exp": "0x01f4", + "dvs": "0x6000" + },{ + "level": 50, + "species": "Pineco", + "move1": "Bide", + "move2": "Rollout", + "unknown3": "0x7f", + "hp exp": "0xcb20", + "attack exp": "0x9c40", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0xa7f8", + "dvs": "0xf16e" + },{ + "level": 50, + "species": "Hitmonlee", + "move1": "Foresight", + "move2": "Dynamicpunch", + "unknown3": "0x7f", + "hp exp": "0x1f40", + "attack exp": "0x0000", + "defense exp": "0x5dc0", + "speed exp": "0x7530", + "special exp": "0x0000", + "dvs": "0x0d77" + },{ + "level": 50, + "species": "Golem", + "move1": "Defense Curl", + "move2": "Rollout", + "unknown3": "0x7f", + "hp exp": "0x2710", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x8ca0", + "dvs": "0x11ff" + },{ + "level": 50, + "species": "Rhydon", + "move1": "Swagger", + "move2": "Roar", + "move3": "Fury Cutter", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x07d0", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x6077" + },{ + "level": 50, + "species": "Steelix", + "move1": "Toxic", + "move2": "Bind", + "move3": "Rage", + "unknown3": "0x7f", + "hp exp": "0x07d0", + "attack exp": "0x9c40", + "defense exp": "0x06a4", + "speed exp": "0x6720", + "special exp": "0xd8ef", + "dvs": "0xa08e" + }] +},{ + "group": "Juggler", + "trainer": "Ferris", + "unknown1": "0x49", + "text": "text/academy/skilltest/elitefour/ferris.txt", + "pokemon": [{ + "level": 55, + "species": "Dragonite", + "move1": "Wing Attack", + "unknown3": "0x7f", + "hp exp": "0x1770", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Arcanine", + "move1": "Flamethrower", + "move2": "Extremespeed", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x07d0", + "dvs": "0x0442" + },{ + "level": 50, + "species": "Flareon", + "move1": "Flamethrower", + "move2": "Quick Attack", + "unknown3": "0x7f", + "hp exp": "0x3e80", + "attack exp": "0x0000", + "defense exp": "0x32c8", + "speed exp": "0xea60", + "special exp": "0x0000", + "dvs": "0x6606" + },{ + "level": 50, + "species": "Magmar", + "move1": "Flamethrower", + "move2": "Fire Punch", + "unknown3": "0x7f", + "hp exp": "0x2328", + "attack exp": "0x0000", + "defense exp": "0x2ee0", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0743" + },{ + "level": 50, + "species": "Typhlosion", + "move1": "Flamethrower", + "move2": "Fire Punch", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xf000" + },{ + "level": 55, + "species": "Tyranitar", + "move1": "Rock Slide", + "move2": "Surf", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0xffff", + "speed exp": "0x0000", + "special exp": "0x07d0", + "dvs": "0x7f11" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Gyarados", + "move1": "Surf", + "move2": "Sandstorm", + "unknown3": "0x7f", + "hp exp": "0x0bb8", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0777" + },{ + "level": 50, + "species": "Exeggutor", + "move1": "Stomp", + "move2": "Synthesis", + "move3": "Sunny Day", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0xea60", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x80e0" + },{ + "level": 50, + "species": "Magmar", + "move1": "Flamethrower", + "move2": "Barrier", + "unknown3": "0x7f", + "hp exp": "0x9c40", + "attack exp": "0x0000", + "defense exp": "0x04b0", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0660" + },{ + "level": 50, + "species": "Houndoom", + "move1": "Flamethrower", + "move2": "Solarbeam", + "move3": "Sunny Day", + "unknown3": "0x7f", + "hp exp": "0x9470", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xc350", + "special exp": "0x0578", + "dvs": "0x6771" + },{ + "level": 50, + "species": "Jumpluff", + "move1": "Solarbeam", + "move2": "Sunny Day", + "unknown3": "0x7f", + "hp exp": "0x2ee0", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x0fa0", + "dvs": "0x00e4" + },{ + "level": 50, + "species": "Dodrio", + "move1": "Fury Attack", + "move2": "Fly", + "unknown3": "0x7f", + "hp exp": "0xfa00", + "attack exp": "0x0320", + "defense exp": "0x0000", + "speed exp": "0x3e80", + "special exp": "0x0000", + "dvs": "0x0663" + }] +},{ + "group": "Swimmer♀", + "trainer": "Julian", + "unknown1": "0x4a", + "text": "text/academy/skilltest/elitefour/julian.txt", + "pokemon": [{ + "level": 55, + "species": "Starmie", + "move1": "Minimize", + "move2": "Rain Dance", + "move3": "Thunder", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0x00c8", + "speed exp": "0x0000", + "special exp": "0x1770", + "dvs": "0x3115" + },{ + "level": 50, + "species": "Slowbro", + "move1": "Surf", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Kingdra", + "move1": "Twister", + "move2": "Surf", + "unknown3": "0x7f", + "hp exp": "0x07d0", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Golduck", + "move1": "Surf", + "unknown3": "0x7f", + "hp exp": "0x1f40", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Octillery", + "move1": "Surf", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 55, + "species": "Staryu", + "move1": "Minimize", + "move2": "Rain Dance", + "move3": "Thunder", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0x3e80", + "speed exp": "0x4e20", + "special exp": "0xbf68", + "dvs": "0xff1f" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/academy/gymleader.json b/stadiumgs/rosters/academy/gymleader.json new file mode 100644 index 0000000..2b5bb58 --- /dev/null +++ b/stadiumgs/rosters/academy/gymleader.json @@ -0,0 +1,780 @@ +[{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Lanturn", + "move1": "Attract", + "move2": "Confuse Ray", + "move3": "Waterfall", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x6590", + "speed exp": "0xffff", + "special exp": "0x1b58", + "dvs": "0xa484" + },{ + "level": 50, + "species": "Exeggutor", + "move1": "Stun Spore", + "move2": "Toxic", + "move3": "Hypnosis", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0xea60", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x80e7" + },{ + "level": 50, + "species": "Gastly", + "move1": "Attract", + "move2": "Hypnosis", + "move3": "Dream Eater", + "unknown3": "0x7f", + "hp exp": "0x55f0", + "attack exp": "0x0000", + "defense exp": "0x04b0", + "speed exp": "0x4e20", + "special exp": "0x61a8", + "dvs": "0x91a8" + },{ + "level": 50, + "species": "Butterfree", + "move1": "Stun Spore", + "move2": "Poisonpowder", + "move3": "Sleep Powder", + "unknown3": "0x7f", + "hp exp": "0x7530", + "attack exp": "0xea60", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x7530", + "dvs": "0xe000" + },{ + "level": 50, + "species": "Raichu", + "move1": "Attract", + "move2": "Sweet Kiss", + "move3": "Thunderpunch", + "unknown3": "0x7f", + "hp exp": "0x36b0", + "attack exp": "0x0000", + "defense exp": "0xbb80", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xfb70" + },{ + "level": 50, + "species": "Jumpluff", + "move1": "Stun Spore", + "move2": "Toxic", + "move3": "Sleep Powder", + "unknown3": "0x78", + "hp exp": "0x7d00", + "attack exp": "0xea60", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0xffff", + "dvs": "0xa007" + }] +},{ + "group": "Pokémaniac", + "trainer": "Joseph", + "unknown1": "0x42", + "text": "text/academy/skilltest/gymleader/joseph.txt", + "pokemon": [{ + "level": 50, + "species": "Kangaskhan", + "move1": "Stomp", + "move2": "Bite", + "move3": "Sleep Talk", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x07d0", + "dvs": "0x0204" + },{ + "level": 50, + "species": "Snubbull", + "move1": "Headbutt", + "move2": "Fire Punch", + "move3": "Sleep Talk", + "unknown3": "0x7f", + "hp exp": "0x7530", + "attack exp": "0x4e20", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0xea60", + "dvs": "0x111f" + },{ + "level": 50, + "species": "Ursaring", + "move1": "Fury Swipes", + "move2": "Fire Punch", + "move3": "Sleep Talk", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x07d0", + "speed exp": "0x0000", + "special exp": "0x0fa0", + "dvs": "0x0668" + },{ + "level": 50, + "species": "Miltank", + "move1": "Stomp", + "move2": "Fire Punch", + "move3": "Sleep Talk", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x1770", + "defense exp": "0x6400", + "speed exp": "0x0000", + "special exp": "0x4e20", + "dvs": "0x2606" + },{ + "level": 50, + "species": "Clefable", + "move1": "Strength", + "move2": "Fire Punch", + "move3": "Sleep Talk", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x1f40", + "defense exp": "0x0fa0", + "speed exp": "0x0000", + "special exp": "0x1770", + "dvs": "0x0660" + },{ + "level": 50, + "species": "Stantler", + "move1": "Stomp", + "move2": "Thief", + "move3": "Sleep Talk", + "unknown3": "0x7f", + "hp exp": "0x2ee0", + "attack exp": "0x0000", + "defense exp": "0x5208", + "speed exp": "0x0000", + "special exp": "0x4e20", + "dvs": "0x1878" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Thrash", + "unknown3": "0x7f", + "hp exp": "0x4e20", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x1b58", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mankey", + "item": "Ice Berry", + "move1": "Thrash", + "unknown3": "0x7f", + "hp exp": "0x0fa0", + "attack exp": "0x0000", + "defense exp": "0x03e8", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x3333" + },{ + "level": 50, + "species": "Poliwhirl", + "item": "Mint Berry", + "move1": "Belly Drum", + "move2": "Rest", + "move3": "Mud-Slap", + "unknown3": "0x7f", + "hp exp": "0x2710", + "attack exp": "0x0000", + "defense exp": "0x7918", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x900f" + },{ + "level": 50, + "species": "Nidoking", + "item": "Berry Juice", + "move1": "Thrash", + "unknown3": "0x7f", + "hp exp": "0x03e8", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x4268", + "dvs": "0x0111" + },{ + "level": 50, + "species": "Poliwrath", + "item": "Burnt Berry", + "move1": "Belly Drum", + "move2": "Rest", + "move3": "Mud-Slap", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0060" + },{ + "level": 50, + "species": "Politoed", + "item": "Miracleberry", + "move1": "Belly Drum", + "move2": "Rest", + "move3": "Mud-Slap", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0190", + "defense exp": "0x3e80", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0060" + }] +},{ + "group": "Kimono Girl", + "trainer": "Naomi", + "unknown1": "0x43", + "text": "text/academy/skilltest/gymleader/naomi.txt", + "pokemon": [{ + "level": 55, + "species": "Murkrow", + "move1": "Faint Attack", + "unknown3": "0x5c", + "hp exp": "0x07d0", + "attack exp": "0x0000", + "defense exp": "0x8ca0", + "speed exp": "0x0fa0", + "special exp": "0x00c8", + "dvs": "0xff00" + },{ + "level": 50, + "species": "Haunter", + "move1": "Frustration", + "move2": "Dream Eater", + "unknown3": "0x69", + "hp exp": "0xffff", + "attack exp": "0x0bb8", + "defense exp": "0x0898", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xff7f" + },{ + "level": 50, + "species": "Misdreavus", + "move1": "Frustration", + "move2": "Dream Eater", + "unknown3": "0x78", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0x606e" + },{ + "level": 50, + "species": "Gastly", + "move1": "Frustration", + "move2": "Dream Eater", + "unknown3": "0x69", + "hp exp": "0xffff", + "attack exp": "0x7530", + "defense exp": "0x6978", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Magcargo", + "move1": "Frustration", + "unknown3": "0x4b", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0xea60", + "speed exp": "0x0000", + "special exp": "0x0578", + "dvs": "0x1f11" + },{ + "level": 50, + "species": "Gengar", + "move1": "Frustration", + "move2": "Dream Eater", + "unknown3": "0x69", + "hp exp": "0x8ca0", + "attack exp": "0x0000", + "defense exp": "0x0898", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0x717f" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Quagsire", + "move1": "Sludge Bomb", + "unknown3": "0x7f", + "hp exp": "0x03e8", + "attack exp": "0x0000", + "defense exp": "0x0190", + "speed exp": "0x0000", + "special exp": "0x03e8", + "dvs": "0x0770" + },{ + "level": 50, + "species": "Mareep", + "move1": "Thunderbolt", + "unknown3": "0x7f", + "hp exp": "0xc350", + "attack exp": "0x0000", + "defense exp": "0x7530", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x07e0" + },{ + "level": 50, + "species": "Wooper", + "move1": "Surf", + "unknown3": "0x7f", + "hp exp": "0x6978", + "attack exp": "0x63bf", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Electabuzz", + "move1": "Dynamicpunch", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x2710", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Kingler", + "move1": "Fury Cutter", + "unknown3": "0x7f", + "hp exp": "0x2328", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x2177" + },{ + "level": 50, + "species": "Spinarak", + "move1": "Sludge Bomb", + "unknown3": "0x7f", + "hp exp": "0x8ca0", + "attack exp": "0x4e20", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + }] +},{ + "group": "Lass", + "trainer": "Tammy", + "unknown1": "0x44", + "text": "text/academy/skilltest/gymleader/tammy.txt", + "pokemon": [{ + "level": 55, + "species": "Gyarados", + "move1": "Dragon Rage", + "unknown3": "0x7f", + "hp exp": "0x7d00", + "attack exp": "0x0000", + "defense exp": "0xffff", + "speed exp": "0x1770", + "special exp": "0x0000", + "dvs": "0xff77" + },{ + "level": 55, + "species": "Bellossom", + "move1": "Giga Drain", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0bb8", + "dvs": "0x7777" + },{ + "level": 55, + "species": "Meganium", + "move1": "Giga Drain", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7775" + },{ + "level": 55, + "species": "Sunflora", + "move1": "Giga Drain", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7771" + },{ + "level": 55, + "species": "Tangela", + "move1": "Giga Drain", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0x6d60", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x7177" + },{ + "level": 55, + "species": "Magcargo", + "move1": "Flamethrower", + "move2": "Earthquake", + "unknown2": "0xc0", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x2710", + "defense exp": "0x1f40", + "speed exp": "0x0000", + "special exp": "0x36b0", + "dvs": "0xff11" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Hitmontop", + "move1": "Strength", + "unknown3": "0x7f", + "hp exp": "0x2328", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4777" + },{ + "level": 50, + "species": "Seadra", + "move1": "Twister", + "unknown3": "0x7f", + "hp exp": "0x07d0", + "attack exp": "0x0000", + "defense exp": "0x0fa0", + "speed exp": "0x63bf", + "special exp": "0xffff", + "dvs": "0x777f" + },{ + "level": 50, + "species": "Porygon", + "move1": "Psychic", + "unknown3": "0x7f", + "hp exp": "0x4a38", + "attack exp": "0x4e20", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x8210" + },{ + "level": 50, + "species": "Arbok", + "move1": "Wrap", + "move2": "Bite", + "unknown3": "0x7f", + "hp exp": "0x6978", + "attack exp": "0x2ee0", + "defense exp": "0x0bb8", + "speed exp": "0x0000", + "special exp": "0x0190", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Magneton", + "move1": "Lock-On", + "move2": "Zap Cannon", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x01f4", + "special exp": "0x1450", + "dvs": "0x6006" + },{ + "level": 50, + "species": "Aerodactyl", + "move1": "Earthquake", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0c80", + "special exp": "0x0000", + "dvs": "0x0060" + }] +},{ + "group": "Youngster", + "trainer": "Dustin", + "unknown1": "0x45", + "text": "text/academy/skilltest/gymleader/dustin.txt", + "pokemon": [{ + "level": 55, + "species": "Dragonite", + "move1": "Fly", + "unknown3": "0x7f", + "hp exp": "0x0708", + "attack exp": "0x1388", + "defense exp": "0x2710", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x6e00" + },{ + "level": 50, + "species": "Dugtrio", + "move1": "Dig", + "unknown3": "0x7f", + "hp exp": "0xea60", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0x07d0", + "special exp": "0xffff", + "dvs": "0xff7f" + },{ + "level": 50, + "species": "Sudowoodo", + "move1": "Dig", + "unknown3": "0x7f", + "hp exp": "0xb798", + "attack exp": "0xf230", + "defense exp": "0x6400", + "speed exp": "0xffff", + "special exp": "0x6400", + "dvs": "0xf7f7" + },{ + "level": 50, + "species": "Steelix", + "move1": "Dig", + "unknown3": "0x7f", + "hp exp": "0x32c8", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xe0ef" + },{ + "level": 50, + "species": "Golduck", + "move1": "Dig", + "unknown3": "0x7f", + "hp exp": "0x2710", + "attack exp": "0xffff", + "defense exp": "0x03e8", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x65f0" + },{ + "level": 50, + "species": "Skarmory", + "move1": "Fly", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0xea60", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x4e20", + "dvs": "0xf711" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Staryu", + "move1": "Swift", + "move2": "Light Screen", + "unknown3": "0x7f", + "hp exp": "0x4e20", + "attack exp": "0xbb80", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0xffff", + "dvs": "0xf60f" + },{ + "level": 50, + "species": "Gengar", + "move1": "Psychic", + "unknown3": "0x7f", + "hp exp": "0xea60", + "attack exp": "0x07d0", + "defense exp": "0x1f40", + "speed exp": "0x0000", + "special exp": "0x1770", + "dvs": "0x6702" + },{ + "level": 50, + "species": "Alakazam", + "move1": "Psybeam", + "move2": "Reflect", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mr.Mime", + "move1": "Headbutt", + "move2": "Light Screen", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x61a8", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xe600" + },{ + "level": 50, + "species": "Hypno", + "move1": "Psychic", + "move2": "Future Sight", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0xc350", + "defense exp": "0x7530", + "speed exp": "0x0fa0", + "special exp": "0x0000", + "dvs": "0xe860" + },{ + "level": 50, + "species": "Jynx", + "move1": "Body Slam", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x07d0", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xa707" + }] +},{ + "group": "Schoolboy", + "trainer": "Nolan", + "unknown1": "0x46", + "text": "text/academy/skilltest/gymleader/nolan.txt", + "pokemon": [{ + "level": 50, + "species": "Chansey", + "move1": "Light Screen", + "move2": "Psychic", + "move3": "Toxic", + "unknown3": "0x7f", + "hp exp": "0x7530", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0x71ff" + },{ + "level": 50, + "species": "Ledyba", + "move1": "Light Screen", + "move2": "Thunderpunch", + "move3": "Toxic", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xea60", + "special exp": "0xffff", + "dvs": "0xf0ff" + },{ + "level": 50, + "species": "Elekid", + "move1": "Light Screen", + "move2": "Thunderpunch", + "move3": "Toxic", + "unknown3": "0x7f", + "hp exp": "0x9c40", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0xffff", + "dvs": "0xf07f" + },{ + "level": 50, + "species": "Clefairy", + "move1": "Light Screen", + "move2": "Psychic", + "move3": "Toxic", + "unknown3": "0x7f", + "hp exp": "0x9c40", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0x60ef" + },{ + "level": 50, + "species": "Ledian", + "move1": "Light Screen", + "move2": "Ice Punch", + "move3": "Toxic", + "unknown3": "0x7f", + "hp exp": "0x4e20", + "attack exp": "0x1770", + "defense exp": "0x0000", + "speed exp": "0x6978", + "special exp": "0xffff", + "dvs": "0xf07f" + },{ + "level": 50, + "species": "Blissey", + "move1": "Light Screen", + "move2": "Psychic", + "move3": "Toxic", + "unknown3": "0x7f", + "hp exp": "0x7530", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xea60", + "special exp": "0xffff", + "dvs": "0x71ff" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/academy/trainer.json b/stadiumgs/rosters/academy/trainer.json new file mode 100644 index 0000000..1cf7c2d --- /dev/null +++ b/stadiumgs/rosters/academy/trainer.json @@ -0,0 +1,1018 @@ +[{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Growlithe", + "move1": "Flame Wheel", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x4650", + "speed exp": "0x0000", + "special exp": "0x1770", + "dvs": "0x7608" + },{ + "level": 50, + "species": "Kabuto", + "move1": "Mega Drain", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x777a" + },{ + "level": 50, + "species": "Pupitar", + "move1": "Rock Slide", + "unknown3": "0x7f", + "hp exp": "0x0fa0", + "attack exp": "0x00c8", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0771" + },{ + "level": 50, + "species": "Pidgeotto", + "move1": "Wing Attack", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x1770", + "defense exp": "0x0000", + "speed exp": "0x1770", + "special exp": "0x0e10", + "dvs": "0x6660" + },{ + "level": 50, + "species": "Quagsire", + "move1": "Surf", + "unknown3": "0x7f", + "hp exp": "0x07d0", + "attack exp": "0x0000", + "defense exp": "0x2ee0", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x6770" + },{ + "level": 50, + "species": "Beedrill", + "move1": "Twineedle", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0640", + "defense exp": "0x0640", + "speed exp": "0x1770", + "special exp": "0x0000", + "dvs": "0x8062" + }] +},{ + "group": "Camper", + "trainer": "Cole", + "unknown1": "0x3f", + "text": "text/academy/skilltest/trainer/cole.txt", + "pokemon": [{ + "level": 50, + "species": "Meganium", + "move1": "Razor Leaf", + "unknown3": "0x7f", + "hp exp": "0x2710", + "attack exp": "0x0bb8", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x6666" + },{ + "level": 50, + "species": "Parasect", + "move1": "Giga Drain", + "unknown3": "0x7f", + "hp exp": "0x6590", + "attack exp": "0x0000", + "defense exp": "0x0fa0", + "speed exp": "0x0000", + "special exp": "0x1770", + "dvs": "0x7777" + },{ + "level": 50, + "species": "Weepinbell", + "move1": "Giga Drain", + "unknown3": "0x7f", + "hp exp": "0x2710", + "attack exp": "0x0000", + "defense exp": "0xffff", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x6877" + },{ + "level": 50, + "species": "Jumpluff", + "move1": "Mega Drain", + "move2": "Tackle", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x2710", + "speed exp": "0x0000", + "special exp": "0x4e20", + "dvs": "0x6668" + },{ + "level": 50, + "species": "Sunflora", + "move1": "Mega Drain", + "unknown3": "0x7f", + "hp exp": "0x36b0", + "attack exp": "0x0000", + "defense exp": "0x9c40", + "speed exp": "0x0000", + "special exp": "0x07d0", + "dvs": "0x6e77" + },{ + "level": 50, + "species": "Exeggutor", + "move1": "Mega Drain", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0fa0", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Clefable", + "move1": "Ice Punch", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x07d0", + "dvs": "0xe6e0" + },{ + "level": 50, + "species": "Furret", + "move1": "Surf", + "unknown3": "0x7f", + "hp exp": "0x6978", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x55f0", + "special exp": "0xffff", + "dvs": "0xe77e" + },{ + "level": 50, + "species": "Persian", + "move1": "Iron Tail", + "unknown3": "0x7f", + "hp exp": "0x6590", + "attack exp": "0x59d8", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x9470", + "dvs": "0x7771" + },{ + "level": 50, + "species": "Stantler", + "move1": "Earthquake", + "unknown3": "0x7f", + "hp exp": "0x80e8", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x2ee0", + "special exp": "0xffff", + "dvs": "0x17e7" + },{ + "level": 50, + "species": "Aipom", + "move1": "Fire Punch", + "unknown3": "0x7f", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x3e80", + "special exp": "0xffff", + "dvs": "0xe7fe" + },{ + "level": 50, + "species": "Miltank", + "move1": "Rollout", + "unknown3": "0x7f", + "hp exp": "0x5208", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0x2ee0", + "special exp": "0x84d0", + "dvs": "0xf17f" + }] +},{ + "group": "Super Nerd", + "trainer": "Melvin", + "unknown1": "0x40", + "text": "text/academy/skilltest/trainer/melvin.txt", + "pokemon": [{ + "level": 50, + "species": "Flareon", + "move1": "Flamethrower", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0xffff", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0e00" + },{ + "level": 50, + "species": "Charmeleon", + "move1": "Flamethrower", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0xffff", + "speed exp": "0x0000", + "special exp": "0x0fa0", + "dvs": "0x7e0f" + },{ + "level": 50, + "species": "Ninetales", + "move1": "Flamethrower", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x80e8", + "speed exp": "0x0000", + "special exp": "0x07d0", + "dvs": "0x6804" + },{ + "level": 50, + "species": "Magmar", + "move1": "Flamethrower", + "unknown3": "0x7f", + "hp exp": "0x00c8", + "attack exp": "0x0000", + "defense exp": "0xffff", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x6e00" + },{ + "level": 50, + "species": "Quilava", + "move1": "Flamethrower", + "unknown3": "0x7f", + "hp exp": "0x0fa0", + "attack exp": "0x0000", + "defense exp": "0xffff", + "speed exp": "0x0000", + "special exp": "0x0fa0", + "dvs": "0x0f0e" + },{ + "level": 50, + "species": "Arcanine", + "move1": "Flamethrower", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x4a38", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xe800" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Bellossom", + "move1": "Giga Drain", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x36b0", + "speed exp": "0x0000", + "special exp": "0x36b0", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Ampharos", + "move1": "Thunderpunch", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xe000" + },{ + "level": 50, + "species": "Magmar", + "move1": "Fire Punch", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x8ca0", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x6f77" + },{ + "level": 50, + "species": "Hypno", + "move1": "Psychic", + "unknown2": "0xc0", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Weezing", + "move1": "Sludge Bomb", + "unknown2": "0xc0", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Hitmonlee", + "move1": "Jump Kick", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x8e81", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0e00" + }] +},{ + "group": "Schoolboy", + "trainer": "Carson", + "unknown1": "0x3d", + "text": "text/academy/skilltest/trainer/carson.txt", + "pokemon": [{ + "level": 50, + "species": "Umbreon", + "move1": "Faint Attack", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x6400", + "speed exp": "0x0000", + "special exp": "0x3200", + "dvs": "0xee00" + },{ + "level": 50, + "species": "Steelix", + "move1": "Iron Tail", + "hp exp": "0x0000", + "attack exp": "0x2710", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x6400", + "dvs": "0x000e" + },{ + "level": 50, + "species": "Donphan", + "move1": "Earthquake", + "unknown2": "0xc0", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x6590", + "speed exp": "0x0000", + "special exp": "0x6400", + "dvs": "0x0e3f" + },{ + "level": 50, + "species": "Sneasel", + "move1": "Faint Attack", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0xa761", + "speed exp": "0x1900", + "special exp": "0xa410", + "dvs": "0xef7f" + },{ + "level": 50, + "species": "Scizor", + "move1": "Steel Wing", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x6400", + "speed exp": "0x0000", + "special exp": "0x6400", + "dvs": "0x0e0e" + },{ + "level": 50, + "species": "Golem", + "move1": "Magnitude", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x6400", + "speed exp": "0x0000", + "special exp": "0x6978", + "dvs": "0x6f7f" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 40, + "species": "Pidgeot", + "move1": "Wing Attack", + "unknown3": "0xb4", + "hp exp": "0x2ee0", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 40, + "species": "Dragonair", + "move1": "Dragon Rage", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0x5dc0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0xe800" + },{ + "level": 40, + "species": "Pinsir", + "move1": "Seismic Toss", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x36b0", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x36b0", + "dvs": "0x0006" + },{ + "level": 40, + "species": "Corsola", + "move1": "Rock Slide", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x1000" + },{ + "level": 40, + "species": "Hitmonlee", + "move1": "Rolling Kick", + "unknown3": "0x80", + "hp exp": "0x2ee0", + "attack exp": "0x0000", + "defense exp": "0x32c8", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0400" + },{ + "level": 40, + "species": "Murkrow", + "move1": "Night Shade", + "unknown2": "0x40", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x36b0", + "defense exp": "0xffff", + "speed exp": "0x0000", + "special exp": "0xffff", + "dvs": "0xee0e" + }] +},{ + "group": "Swimmer♂", + "trainer": "Clayton", + "unknown1": "0x3b", + "text": "text/academy/skilltest/trainer/clayton.txt", + "pokemon": [{ + "level": 40, + "species": "Cloyster", + "move1": "Barrier", + "move2": "Surf", + "unknown3": "0x80", + "hp exp": "0x9470", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0x0fa0", + "special exp": "0x0258", + "dvs": "0x1ff6" + },{ + "level": 40, + "species": "Grimer", + "move1": "Acid Armor", + "move2": "Sludge Bomb", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x9470", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0x7530", + "dvs": "0xfeee" + },{ + "level": 40, + "species": "Tentacool", + "move1": "Barrier", + "move2": "Surf", + "unknown3": "0x80", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0x2710", + "dvs": "0xfeff" + },{ + "level": 40, + "species": "Mr.Mime", + "move1": "Barrier", + "move2": "Psychic", + "unknown3": "0x80", + "hp exp": "0x3e80", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0xf771" + },{ + "level": 40, + "species": "Tentacruel", + "move1": "Barrier", + "move2": "Surf", + "unknown3": "0x80", + "hp exp": "0x0fa0", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x0ee8" + },{ + "level": 40, + "species": "Muk", + "move1": "Acid Armor", + "move2": "Sludge", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x2ee0", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0x07d0", + "dvs": "0x8eee" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Croconaw", + "move1": "Scratch", + "move2": "Dig", + "unknown2": "0x30", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x55f0", + "dvs": "0xf0e0" + },{ + "level": 50, + "species": "Seaking", + "move1": "Horn Attack", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x0fa0", + "defense exp": "0x0000", + "speed exp": "0xbb80", + "special exp": "0x0000", + "dvs": "0x0060" + },{ + "level": 50, + "species": "Aerodactyl", + "move1": "Scary Face", + "move2": "Fly", + "unknown2": "0x30", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0x07d0", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Dugtrio", + "move1": "Slash", + "unknown3": "0x7f", + "hp exp": "0x2ee0", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0190", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Delibird", + "move1": "Frustration", + "move2": "Fly", + "unknown2": "0x30", + "unknown3": "0xb4", + "hp exp": "0x0000", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0xabe0", + "special exp": "0x0000", + "dvs": "0xe0e0" + },{ + "level": 50, + "species": "Raticate", + "move1": "Quick Attack", + "unknown3": "0x7f", + "hp exp": "0x07d0", + "attack exp": "0x36b0", + "defense exp": "0x0000", + "speed exp": "0x55f0", + "special exp": "0x0000", + "dvs": "0x8200" + }] +},{ + "group": "Youngster", + "trainer": "Jonathan", + "unknown1": "0x41", + "text": "text/academy/skilltest/trainer/jonathan.txt", + "pokemon": [{ + "level": 50, + "species": "Houndoom", + "move1": "Solarbeam", + "unknown3": "0x7f", + "hp exp": "0x0bb8", + "attack exp": "0xffff", + "defense exp": "0x6d60", + "speed exp": "0x0000", + "special exp": "0xffff", + "dvs": "0xee0f" + },{ + "level": 50, + "species": "Ivysaur", + "move1": "Solarbeam", + "unknown3": "0x7f", + "hp exp": "0x2ee0", + "attack exp": "0xffff", + "defense exp": "0x1f40", + "speed exp": "0x0000", + "special exp": "0xffff", + "dvs": "0xf00f" + },{ + "level": 50, + "species": "Houndour", + "move1": "Solarbeam", + "unknown3": "0x7f", + "hp exp": "0x9470", + "attack exp": "0x0000", + "defense exp": "0xffff", + "speed exp": "0x159f", + "special exp": "0xffff", + "dvs": "0xff0f" + },{ + "level": 50, + "species": "Meganium", + "move1": "Solarbeam", + "unknown3": "0x7f", + "hp exp": "0x00c8", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0xffff", + "dvs": "0x000f" + },{ + "level": 50, + "species": "Exeggutor", + "move1": "Solarbeam", + "unknown3": "0x7f", + "hp exp": "0x0bb8", + "attack exp": "0x6400", + "defense exp": "0x03e8", + "speed exp": "0x0000", + "special exp": "0xffff", + "dvs": "0x667f" + },{ + "level": 50, + "species": "Venusaur", + "move1": "Skull Bash", + "unknown3": "0x7f", + "hp exp": "0x0000", + "attack exp": "0xffff", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x4e20", + "dvs": "0xe00e" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Girafarig", + "move1": "Psychic", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x3e80", + "speed exp": "0x0000", + "special exp": "0x32c8", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Lickitung", + "move1": "Strength", + "unknown3": "0x96", + "hp exp": "0x0000", + "attack exp": "0xffff", + "defense exp": "0x1770", + "speed exp": "0xffff", + "special exp": "0x0258", + "dvs": "0xe6e2" + },{ + "level": 50, + "species": "Dewgong", + "move1": "Aurora Beam", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0xb3b0", + "dvs": "0xe00e" + },{ + "level": 50, + "species": "Granbull", + "move1": "Return", + "unknown3": "0xa0", + "hp exp": "0x0000", + "attack exp": "0x2328", + "defense exp": "0x2710", + "speed exp": "0xffff", + "special exp": "0x6978", + "dvs": "0x70e8" + },{ + "level": 50, + "species": "Magmar", + "move1": "Fire Punch", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x8ca0", + "speed exp": "0x0000", + "special exp": "0x0384", + "dvs": "0xe002" + },{ + "level": 50, + "species": "Fearow", + "move1": "Drill Peck", + "unknown3": "0x80", + "hp exp": "0x07d0", + "attack exp": "0x1f40", + "defense exp": "0x0960", + "speed exp": "0x0000", + "special exp": "0x4e20", + "dvs": "0x6e00" + }] +},{ + "group": "Picnicker", + "trainer": "Cyndy", + "unknown1": "0x3c", + "text": "text/academy/skilltest/trainer/cyndy.txt", + "pokemon": [{ + "level": 50, + "species": "Slowbro", + "move1": "Amnesia", + "move2": "Surf", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x2ee0", + "special exp": "0x0000", + "dvs": "0xe0e0" + },{ + "level": 50, + "species": "Snorlax", + "move1": "Amnesia", + "move2": "Strength", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xc350", + "special exp": "0x0000", + "dvs": "0x08e0" + },{ + "level": 50, + "species": "Furret", + "move1": "Amnesia", + "move2": "Strength", + "hp exp": "0x0000", + "attack exp": "0x7530", + "defense exp": "0x4e20", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xeeee" + },{ + "level": 50, + "species": "Quagsire", + "move1": "Amnesia", + "move2": "Surf", + "hp exp": "0x07d0", + "attack exp": "0x0000", + "defense exp": "0x2710", + "speed exp": "0xffff", + "special exp": "0x4650", + "dvs": "0x0eee" + },{ + "level": 50, + "species": "Slugma", + "move1": "Amnesia", + "move2": "Flamethrower", + "hp exp": "0x4e20", + "attack exp": "0x0000", + "defense exp": "0x07d0", + "speed exp": "0xffff", + "special exp": "0x4e20", + "dvs": "0x00ee" + },{ + "level": 50, + "species": "Slowking", + "move1": "Amnesia", + "move2": "Psychic", + "unknown2": "0x30", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0xe680" + }] +},{ + "group": "Pokémon Trainer", + "trainer": "Student", + "text": "text/cal.txt", + "pokemon": [{ + "level": 50, + "species": "Lickitung", + "move1": "Stomp", + "hp exp": "0x04b0", + "attack exp": "0x1b58", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Noctowl", + "move1": "Return", + "move2": "Foresight", + "unknown3": "0xa4", + "hp exp": "0x0000", + "attack exp": "0xffff", + "defense exp": "0x9470", + "speed exp": "0x6590", + "special exp": "0x0000", + "dvs": "0xee00" + },{ + "level": 50, + "species": "Golbat", + "move1": "Wing Attack", + "move2": "Haze", + "hp exp": "0x4e20", + "attack exp": "0x2ee0", + "defense exp": "0x9470", + "speed exp": "0x0000", + "special exp": "0x7d00", + "dvs": "0xe800" + },{ + "level": 50, + "species": "Flaaffy", + "move1": "Strength", + "move2": "Cotton Spore", + "unknown2": "0x40", + "hp exp": "0x07d0", + "attack exp": "0xabe0", + "defense exp": "0x6590", + "speed exp": "0x0000", + "special exp": "0x6590", + "dvs": "0x6000" + },{ + "level": 50, + "species": "Eevee", + "move1": "Swift", + "hp exp": "0x9c40", + "attack exp": "0xbf68", + "defense exp": "0x9c40", + "speed exp": "0x0000", + "special exp": "0x1b58", + "dvs": "0xfe0e" + },{ + "level": 50, + "species": "Togetic", + "move1": "Headbutt", + "unknown2": "0x40", + "hp exp": "0x4e20", + "attack exp": "0x84d0", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x0000" + }] +},{ + "group": "Lass", + "trainer": "Nancy", + "unknown1": "0x3e", + "text": "text/academy/skilltest/trainer/nancy.txt", + "pokemon": [{ + "level": 50, + "species": "Charmeleon", + "move1": "Double Team", + "move2": "Smokescreen", + "move3": "Fire Punch", + "hp exp": "0x07d0", + "attack exp": "0x0000", + "defense exp": "0x6400", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0xe0e0" + },{ + "level": 50, + "species": "Quilava", + "move1": "Double Team", + "move2": "Smokescreen", + "move3": "Flame Wheel", + "hp exp": "0x2710", + "attack exp": "0x0000", + "defense exp": "0x6590", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x00e0" + },{ + "level": 50, + "species": "Horsea", + "move1": "Double Team", + "move2": "Smokescreen", + "move3": "Waterfall", + "hp exp": "0xffff", + "attack exp": "0x0000", + "defense exp": "0x4e20", + "speed exp": "0xffff", + "special exp": "0x0bb8", + "dvs": "0xf1e1" + },{ + "level": 50, + "species": "Pidgeotto", + "move1": "Double Team", + "move2": "Sand-Attack", + "move3": "Wing Attack", + "hp exp": "0x2ee0", + "attack exp": "0x1770", + "defense exp": "0x7d00", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x00e0" + },{ + "level": 50, + "species": "Gligar", + "move1": "Double Team", + "move2": "Sand-Attack", + "move3": "Frustration", + "unknown3": "0x70", + "hp exp": "0x2ee0", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x80e0" + },{ + "level": 50, + "species": "Aipom", + "move1": "Double Team", + "move2": "Sand-Attack", + "move3": "Strength", + "hp exp": "0x9c40", + "attack exp": "0x0000", + "defense exp": "0x9c40", + "speed exp": "0xffff", + "special exp": "0x0000", + "dvs": "0x00e0" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/challengecup/greatball1.json b/stadiumgs/rosters/challengecup/greatball1.json new file mode 100644 index 0000000..7d8009f --- /dev/null +++ b/stadiumgs/rosters/challengecup/greatball1.json @@ -0,0 +1,626 @@ +[{ + "group": "Twins", + "trainer": "Jan&Jane", + "unknown1": "0x2", + "text": "text/challengecup/greatball/janjane1.txt", + "pokemon": [{ + "level": 30, + "species": "Bellossom", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "unknown3": "0xb4", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Azumarill", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Ampharos", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Furret", + "item": "Bright Powder", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Jumpluff", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Togetic", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Double-Edge", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x2233" + }] +},{ + "group": "Schoolboy", + "trainer": "Oliver", + "unknown1": "0x3", + "text": "text/challengecup/greatball/oliver1.txt", + "pokemon": [{ + "level": 50, + "species": "Seaking", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown3": "0x80", + "hp exp": "0x2af8", + "attack exp": "0x2af8", + "defense exp": "0x2af8", + "speed exp": "0x2af8", + "special exp": "0x2af8", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mantine", + "move1": "Dig", + "move2": "Thrash", + "unknown3": "0x80", + "hp exp": "0x2af8", + "attack exp": "0x2af8", + "defense exp": "0x2af8", + "speed exp": "0x2af8", + "special exp": "0x2af8", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Lanturn", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x2af8", + "attack exp": "0x2af8", + "defense exp": "0x2af8", + "speed exp": "0x2af8", + "special exp": "0x2af8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Qwilfish", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x2af8", + "attack exp": "0x2af8", + "defense exp": "0x2af8", + "speed exp": "0x2af8", + "special exp": "0x2af8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Dewgong", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x2af8", + "attack exp": "0x2af8", + "defense exp": "0x2af8", + "speed exp": "0x2af8", + "special exp": "0x2af8", + "dvs": "0xffff" + },{ + "level": 30, + "species": "Octillery", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x2af8", + "attack exp": "0x2af8", + "defense exp": "0x2af8", + "speed exp": "0x2af8", + "special exp": "0x2af8", + "dvs": "0xffff" + }] +},{ + "group": "Sailor", + "trainer": "Curt", + "unknown1": "0x4b", + "text": "text/challengecup/greatball/curt1.txt", + "pokemon": [{ + "level": 45, + "species": "Corsola", + "item": "Blackglasses", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Machamp", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Earthquake", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Quick Claw", + "move1": "Hi Jump Kick", + "move2": "Reversal", + "move3": "Hidden Power", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x9888" + },{ + "level": 50, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Thunder", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Poliwrath", + "item": "Bright Powder", + "move1": "Submission", + "move2": "Surf", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x2233" + }] +},{ + "group": "Swimmer♀", + "trainer": "Darcy", + "unknown1": "0x62", + "text": "text/challengecup/greatball/darcy1.txt", + "pokemon": [{ + "level": 30, + "species": "Dugtrio", + "move1": "Hidden Power", + "move2": "Lovely Kiss", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x2300" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0xffff" + }] +},{ + "group": "Officer", + "trainer": "Gerald", + "unknown1": "0x68", + "text": "text/challengecup/greatball/gerald1.txt", + "pokemon": [{ + "level": 30, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown2": "0x30", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x6777" + },{ + "level": 45, + "species": "Miltank", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0xe6c7" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0xffff" + }] +},{ + "group": "Kimono Girl", + "trainer": "Emiko", + "unknown1": "0x4b", + "text": "text/challengecup/greatball/emiko1.txt", + "pokemon": [{ + "level": 30, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xffff" + }] +},{ + "group": "Scientist", + "trainer": "Roberto", + "unknown1": "0x63", + "text": "text/challengecup/greatball/roberto1.txt", + "pokemon": [{ + "level": 50, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0xffff" + },{ + "level": 30, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0xffff" + }] +},{ + "group": "Gentleman", + "trainer": "Travis", + "unknown1": "0xb8", + "text": "text/challengecup/greatball/travis1.txt", + "pokemon": [{ + "level": 30, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/challengecup/greatball2.json b/stadiumgs/rosters/challengecup/greatball2.json new file mode 100644 index 0000000..ebb24ed --- /dev/null +++ b/stadiumgs/rosters/challengecup/greatball2.json @@ -0,0 +1,626 @@ +[{ + "group": "Twins", + "trainer": "Jan&Jane", + "unknown1": "0x3", + "text": "text/challengecup/greatball/janjane2.txt", + "pokemon": [{ + "level": 45, + "species": "Bellossom", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "unknown3": "0xb4", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x2233" + },{ + "level": 45, + "species": "Azumarill", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Ampharos", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Furret", + "item": "Bright Powder", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Jumpluff", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x9889" + },{ + "level": 45, + "species": "Togetic", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Double-Edge", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x2233" + }] +},{ + "group": "Schoolboy", + "trainer": "Oliver", + "unknown1": "0x67", + "text": "text/challengecup/greatball/oliver2.txt", + "pokemon": [{ + "level": 45, + "species": "Seaking", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mantine", + "move1": "Dig", + "move2": "Thrash", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Lanturn", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Qwilfish", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Dewgong", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Octillery", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + }] +},{ + "group": "Sailor", + "trainer": "Curt", + "unknown1": "0xb8", + "text": "text/challengecup/greatball/curt2.txt", + "pokemon": [{ + "level": 45, + "species": "Delibird", + "item": "Blackglasses", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x8415" + },{ + "level": 50, + "species": "Machamp", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Earthquake", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x2233" + },{ + "level": 45, + "species": "Hitmonlee", + "item": "Quick Claw", + "move1": "Hi Jump Kick", + "move2": "Reversal", + "move3": "Hidden Power", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x9888" + },{ + "level": 50, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Thunder", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Poliwrath", + "item": "Bright Powder", + "move1": "Submission", + "move2": "Surf", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x2233" + }] +},{ + "group": "Swimmer♀", + "trainer": "Darcy", + "unknown1": "0xbe", + "text": "text/challengecup/greatball/darcy2.txt", + "pokemon": [{ + "level": 45, + "species": "Miltank", + "move1": "Hidden Power", + "move2": "Lovely Kiss", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x2300" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x6978", + "attack exp": "0x6978", + "defense exp": "0x6978", + "speed exp": "0x6978", + "special exp": "0x6978", + "dvs": "0xffff" + }] +},{ + "group": "Officer", + "trainer": "Gerald", + "unknown1": "0xbf", + "text": "text/challengecup/greatball/gerald2.txt", + "pokemon": [{ + "level": 45, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown2": "0x30", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x6777" + },{ + "level": 45, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xffff" + }] +},{ + "group": "Kimono Girl", + "trainer": "Emiko", + "unknown1": "0xb8", + "text": "text/challengecup/greatball/emiko2.txt", + "pokemon": [{ + "level": 45, + "species": "Exeggcute", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0x85db" + },{ + "level": 45, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xffff" + }] +},{ + "group": "Scientist", + "trainer": "Roberto", + "unknown1": "0xc0", + "text": "text/challengecup/greatball/roberto2.txt", + "pokemon": [{ + "level": 45, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x6777" + },{ + "level": 45, + "species": "Dunsparce", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x945e" + },{ + "level": 45, + "species": "Seaking", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0xffff" + }] +},{ + "group": "Gentleman", + "trainer": "Travis", + "unknown1": "0xc7", + "text": "text/challengecup/greatball/travis2.txt", + "pokemon": [{ + "level": 45, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0xea60", + "attack exp": "0xea60", + "defense exp": "0xea60", + "speed exp": "0xea60", + "special exp": "0xea60", + "dvs": "0x6777" + },{ + "level": 45, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0xea60", + "attack exp": "0xea60", + "defense exp": "0xea60", + "speed exp": "0xea60", + "special exp": "0xea60", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xea60", + "attack exp": "0xea60", + "defense exp": "0xea60", + "speed exp": "0xea60", + "special exp": "0xea60", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xea60", + "attack exp": "0xea60", + "defense exp": "0xea60", + "speed exp": "0xea60", + "special exp": "0xea60", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xea60", + "attack exp": "0xea60", + "defense exp": "0xea60", + "speed exp": "0xea60", + "special exp": "0xea60", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xea60", + "attack exp": "0xea60", + "defense exp": "0xea60", + "speed exp": "0xea60", + "special exp": "0xea60", + "dvs": "0xffff" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/challengecup/masterball1.json b/stadiumgs/rosters/challengecup/masterball1.json new file mode 100644 index 0000000..da0a47e --- /dev/null +++ b/stadiumgs/rosters/challengecup/masterball1.json @@ -0,0 +1,626 @@ +[{ + "group": "Twins", + "trainer": "Jan&Jane", + "unknown1": "0x3", + "text": "text/challengecup/masterball/janjane1.txt", + "pokemon": [{ + "level": 75, + "species": "Starmie", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "unknown3": "0xb4", + "hp exp": "0x01f4", + "attack exp": "0x01f4", + "defense exp": "0x01f4", + "speed exp": "0x01f4", + "special exp": "0x01f4", + "dvs": "0x19d7" + },{ + "level": 50, + "species": "Azumarill", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x01f4", + "attack exp": "0x01f4", + "defense exp": "0x01f4", + "speed exp": "0x01f4", + "special exp": "0x01f4", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Ampharos", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x01f4", + "attack exp": "0x01f4", + "defense exp": "0x01f4", + "speed exp": "0x01f4", + "special exp": "0x01f4", + "dvs": "0x2233" + },{ + "level": 75, + "species": "Furret", + "item": "Bright Powder", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x01f4", + "attack exp": "0x01f4", + "defense exp": "0x01f4", + "speed exp": "0x01f4", + "special exp": "0x01f4", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Jumpluff", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x01f4", + "attack exp": "0x01f4", + "defense exp": "0x01f4", + "speed exp": "0x01f4", + "special exp": "0x01f4", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Togetic", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Double-Edge", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x01f4", + "attack exp": "0x01f4", + "defense exp": "0x01f4", + "speed exp": "0x01f4", + "special exp": "0x01f4", + "dvs": "0x2233" + }] +},{ + "group": "Schoolboy", + "trainer": "Oliver", + "unknown1": "0x67", + "text": "text/challengecup/masterball/oliver1.txt", + "pokemon": [{ + "level": 75, + "species": "Seaking", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x0000" + },{ + "level": 75, + "species": "Mantine", + "move1": "Dig", + "move2": "Thrash", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Lanturn", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0xffff" + },{ + "level": 30, + "species": "Qwilfish", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Dewgong", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Octillery", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0xffff" + }] +},{ + "group": "Sailor", + "trainer": "Curt", + "unknown1": "0xb8", + "text": "text/challengecup/masterball/curt1.txt", + "pokemon": [{ + "level": 75, + "species": "Tyranitar", + "item": "Blackglasses", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x2233" + },{ + "level": 75, + "species": "Machamp", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Earthquake", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Quick Claw", + "move1": "Hi Jump Kick", + "move2": "Reversal", + "move3": "Hidden Power", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x9888" + },{ + "level": 50, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Thunder", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Poliwrath", + "item": "Bright Powder", + "move1": "Submission", + "move2": "Surf", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x2233" + },{ + "level": 30, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x2233" + }] +},{ + "group": "Swimmer♀", + "trainer": "Darcy", + "unknown1": "0xbe", + "text": "text/challengecup/masterball/darcy1.txt", + "pokemon": [{ + "level": 75, + "species": "Miltank", + "move1": "Hidden Power", + "move2": "Lovely Kiss", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x2300" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x6777" + },{ + "level": 75, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Azumarill", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0xffff" + }] +},{ + "group": "Officer", + "trainer": "Gerald", + "unknown1": "0xbf", + "text": "text/challengecup/masterball/gerald1.txt", + "pokemon": [{ + "level": 75, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown2": "0x30", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0xffff" + }] +},{ + "group": "Kimono Girl", + "trainer": "Emiko", + "unknown1": "0xb8", + "text": "text/challengecup/masterball/emiko1.txt", + "pokemon": [{ + "level": 75, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x6777" + },{ + "level": 75, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0xffff" + },{ + "level": 30, + "species": "Arbok", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x0000" + }] +},{ + "group": "Scientist", + "trainer": "Roberto", + "unknown1": "0xc0", + "text": "text/challengecup/masterball/roberto1.txt", + "pokemon": [{ + "level": 75, + "species": "Poliwrath", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0xffff" + }] +},{ + "group": "Gentleman", + "trainer": "Travis", + "unknown1": "0xb8", + "text": "text/challengecup/masterball/travis1.txt", + "pokemon": [{ + "level": 75, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x5780", + "attack exp": "0x5780", + "defense exp": "0x5780", + "speed exp": "0x5780", + "special exp": "0x5780", + "dvs": "0x6777" + },{ + "level": 75, + "species": "Snorlax", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x5780", + "attack exp": "0x5780", + "defense exp": "0x5780", + "speed exp": "0x5780", + "special exp": "0x5780", + "dvs": "0xa6f6" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x5780", + "attack exp": "0x5780", + "defense exp": "0x5780", + "speed exp": "0x5780", + "special exp": "0x5780", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x5780", + "attack exp": "0x5780", + "defense exp": "0x5780", + "speed exp": "0x5780", + "special exp": "0x5780", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x5780", + "attack exp": "0x5780", + "defense exp": "0x5780", + "speed exp": "0x5780", + "special exp": "0x5780", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x5780", + "attack exp": "0x5780", + "defense exp": "0x5780", + "speed exp": "0x5780", + "special exp": "0x5780", + "dvs": "0xffff" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/challengecup/masterball2.json b/stadiumgs/rosters/challengecup/masterball2.json new file mode 100644 index 0000000..07eb48f --- /dev/null +++ b/stadiumgs/rosters/challengecup/masterball2.json @@ -0,0 +1,626 @@ +[{ + "group": "Twins", + "trainer": "Jan&Jane", + "unknown1": "0xb8", + "text": "text/challengecup/masterball/janjane2.txt", + "pokemon": [{ + "level": 75, + "species": "Bellossom", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "unknown3": "0xb4", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x2233" + },{ + "level": 75, + "species": "Cloyster", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x42f7" + },{ + "level": 75, + "species": "Machamp", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0xa721" + },{ + "level": 50, + "species": "Furret", + "item": "Bright Powder", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Jumpluff", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Togetic", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Double-Edge", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x2233" + }] +},{ + "group": "Schoolboy", + "trainer": "Oliver", + "unknown1": "0xc6", + "text": "text/challengecup/masterball/oliver2.txt", + "pokemon": [{ + "level": 50, + "species": "Seaking", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mantine", + "move1": "Dig", + "move2": "Thrash", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Lanturn", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Qwilfish", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Dewgong", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Octillery", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0xffff" + }] +},{ + "group": "Sailor", + "trainer": "Curt", + "unknown1": "0xb8", + "text": "text/challengecup/masterball/curt2.txt", + "pokemon": [{ + "level": 75, + "species": "Tyranitar", + "item": "Blackglasses", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x2233" + },{ + "level": 75, + "species": "Kangaskhan", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Earthquake", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0xd773" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Quick Claw", + "move1": "Hi Jump Kick", + "move2": "Reversal", + "move3": "Hidden Power", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x9888" + },{ + "level": 50, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Thunder", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Poliwrath", + "item": "Bright Powder", + "move1": "Submission", + "move2": "Surf", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x2233" + }] +},{ + "group": "Swimmer♀", + "trainer": "Darcy", + "unknown1": "0xc8", + "text": "text/challengecup/masterball/darcy2.txt", + "pokemon": [{ + "level": 75, + "species": "Miltank", + "move1": "Hidden Power", + "move2": "Lovely Kiss", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x2300" + },{ + "level": 75, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0xffff" + },{ + "level": 75, + "species": "Croconaw", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0xffff" + }] +},{ + "group": "Officer", + "trainer": "Gerald", + "unknown1": "0xc9", + "text": "text/challengecup/masterball/gerald2.txt", + "pokemon": [{ + "level": 75, + "species": "Typhlosion", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown2": "0x30", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x2bb0" + },{ + "level": 75, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6777" + },{ + "level": 75, + "species": "Mantine", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 75, + "species": "Seaking", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + }] +},{ + "group": "Kimono Girl", + "trainer": "Emiko", + "unknown1": "0xc7", + "text": "text/challengecup/masterball/emiko2.txt", + "pokemon": [{ + "level": 75, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6777" + },{ + "level": 75, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6777" + },{ + "level": 75, + "species": "Azumarill", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xffff" + }] +},{ + "group": "Scientist", + "trainer": "Roberto", + "unknown1": "0xca", + "text": "text/challengecup/masterball/roberto2.txt", + "pokemon": [{ + "level": 75, + "species": "Victreebel", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x80e8", + "attack exp": "0x80e8", + "defense exp": "0x80e8", + "speed exp": "0x80e8", + "special exp": "0x80e8", + "dvs": "0x6777" + },{ + "level": 75, + "species": "Houndoom", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x80e8", + "attack exp": "0x80e8", + "defense exp": "0x80e8", + "speed exp": "0x80e8", + "special exp": "0x80e8", + "dvs": "0xb7cd" + },{ + "level": 75, + "species": "Mantine", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x80e8", + "attack exp": "0x80e8", + "defense exp": "0x80e8", + "speed exp": "0x80e8", + "special exp": "0x80e8", + "dvs": "0xffff" + },{ + "level": 75, + "species": "Starmie", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x80e8", + "attack exp": "0x80e8", + "defense exp": "0x80e8", + "speed exp": "0x80e8", + "special exp": "0x80e8", + "dvs": "0x68da" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x80e8", + "attack exp": "0x80e8", + "defense exp": "0x80e8", + "speed exp": "0x80e8", + "special exp": "0x80e8", + "dvs": "0xffff" + },{ + "level": 75, + "species": "Murkrow", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x80e8", + "attack exp": "0x80e8", + "defense exp": "0x80e8", + "speed exp": "0x80e8", + "special exp": "0x80e8", + "dvs": "0xffff" + }] +},{ + "group": "Gentleman", + "trainer": "Travis", + "unknown1": "0x4", + "text": "text/challengecup/masterball/travis2.txt", + "pokemon": [{ + "level": 75, + "species": "Omastar", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0xb798", + "attack exp": "0xb798", + "defense exp": "0xb798", + "speed exp": "0xb798", + "special exp": "0xb798", + "dvs": "0x8a27" + },{ + "level": 75, + "species": "Slowking", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0xb798", + "attack exp": "0xb798", + "defense exp": "0xb798", + "speed exp": "0xb798", + "special exp": "0xb798", + "dvs": "0x7b67" + },{ + "level": 75, + "species": "Politoed", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xb798", + "attack exp": "0xb798", + "defense exp": "0xb798", + "speed exp": "0xb798", + "special exp": "0xb798", + "dvs": "0xd8dc" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xb798", + "attack exp": "0xb798", + "defense exp": "0xb798", + "speed exp": "0xb798", + "special exp": "0xb798", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xb798", + "attack exp": "0xb798", + "defense exp": "0xb798", + "speed exp": "0xb798", + "special exp": "0xb798", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xb798", + "attack exp": "0xb798", + "defense exp": "0xb798", + "speed exp": "0xb798", + "special exp": "0xb798", + "dvs": "0xffff" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/challengecup/pokeball1.json b/stadiumgs/rosters/challengecup/pokeball1.json new file mode 100644 index 0000000..74f56e9 --- /dev/null +++ b/stadiumgs/rosters/challengecup/pokeball1.json @@ -0,0 +1,626 @@ +[{ + "group": "Camper", + "trainer": "Marcus", + "unknown1": "0x2", + "text": "text/challengecup/pokeball/marcus1.txt", + "pokemon": [{ + "level": 30, + "species": "Swinub", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "unknown3": "0xb4", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x748e" + },{ + "level": 30, + "species": "Cyndaquil", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Ampharos", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Furret", + "item": "Bright Powder", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Jumpluff", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Togetic", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Double-Edge", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + }] +},{ + "group": "Grunt♂", + "trainer": "Grunt", + "unknown1": "0x3", + "text": "text/challengecup/pokeball/gruntm1.txt", + "pokemon": [{ + "level": 30, + "species": "Seaking", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mantine", + "move1": "Dig", + "move2": "Thrash", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Lanturn", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Qwilfish", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Dewgong", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Octillery", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + }] +},{ + "group": "Picnicker", + "trainer": "Melissa", + "unknown1": "0x3", + "text": "text/challengecup/pokeball/melissa1.txt", + "pokemon": [{ + "level": 30, + "species": "Slugma", + "move1": "Hidden Power", + "move2": "Lovely Kiss", + "hp exp": "0x1770", + "attack exp": "0x1770", + "defense exp": "0x1770", + "speed exp": "0x1770", + "special exp": "0x1770", + "dvs": "0x0a1d" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x1770", + "attack exp": "0x1770", + "defense exp": "0x1770", + "speed exp": "0x1770", + "special exp": "0x1770", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x1770", + "attack exp": "0x1770", + "defense exp": "0x1770", + "speed exp": "0x1770", + "special exp": "0x1770", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x1770", + "attack exp": "0x1770", + "defense exp": "0x1770", + "speed exp": "0x1770", + "special exp": "0x1770", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x1770", + "attack exp": "0x1770", + "defense exp": "0x1770", + "speed exp": "0x1770", + "special exp": "0x1770", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x1770", + "attack exp": "0x1770", + "defense exp": "0x1770", + "speed exp": "0x1770", + "special exp": "0x1770", + "dvs": "0x0000" + }] +},{ + "group": "Guitarist", + "trainer": "Daren", + "unknown1": "0x65", + "text": "text/challengecup/pokeball/daren1.txt", + "pokemon": [{ + "level": 30, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown2": "0x30", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Mareep", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0xd474" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + }] +},{ + "group": "Fisherman", + "trainer": "Curtis", + "unknown1": "0x61", + "text": "text/challengecup/pokeball/curtis1.txt", + "pokemon": [{ + "level": 30, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x0000" + }] +},{ + "group": "Medium", + "trainer": "Peggy", + "unknown1": "0x4c", + "text": "text/challengecup/pokeball/peggy1.txt", + "pokemon": [{ + "level": 30, + "species": "Horsea", + "item": "Blackglasses", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x58a8" + },{ + "level": 30, + "species": "Slowpoke", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Earthquake", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Quick Claw", + "move1": "Hi Jump Kick", + "move2": "Reversal", + "move3": "Hidden Power", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Thunder", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Poliwrath", + "item": "Bright Powder", + "move1": "Submission", + "move2": "Surf", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x0000" + }] +},{ + "group": "Grunt♀", + "trainer": "Grunt", + "unknown1": "0x66", + "text": "text/challengecup/pokeball/gruntf1.txt", + "pokemon": [{ + "level": 30, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0xc800", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0xc800", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0xc800", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0xc800", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0xc800", + "special exp": "0x4e20", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0xc800", + "special exp": "0x4e20", + "dvs": "0x0000" + }] +},{ + "group": "Juggler", + "trainer": "Dwight", + "unknown1": "0xb9", + "text": "text/challengecup/pokeball/dwight1.txt", + "pokemon": [{ + "level": 30, + "species": "Tyrogue", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0x0000" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/challengecup/pokeball2.json b/stadiumgs/rosters/challengecup/pokeball2.json new file mode 100644 index 0000000..4010c5b --- /dev/null +++ b/stadiumgs/rosters/challengecup/pokeball2.json @@ -0,0 +1,626 @@ +[{ + "group": "Camper", + "trainer": "Marcus", + "unknown1": "0x3", + "text": "text/challengecup/pokeball/marcus2.txt", + "pokemon": [{ + "level": 30, + "species": "Bellossom", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "unknown3": "0xb4", + "hp exp": "0x2328", + "attack exp": "0x2328", + "defense exp": "0x2328", + "speed exp": "0x2328", + "special exp": "0x2328", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Azumarill", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x2328", + "attack exp": "0x2328", + "defense exp": "0x2328", + "speed exp": "0x2328", + "special exp": "0x2328", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Ampharos", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x2328", + "attack exp": "0x2328", + "defense exp": "0x2328", + "speed exp": "0x2328", + "special exp": "0x2328", + "dvs": "0x2233" + },{ + "level": 30, + "species": "Furret", + "item": "Bright Powder", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x2328", + "attack exp": "0x2328", + "defense exp": "0x2328", + "speed exp": "0x2328", + "special exp": "0x2328", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Jumpluff", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x2328", + "attack exp": "0x2328", + "defense exp": "0x2328", + "speed exp": "0x2328", + "special exp": "0x2328", + "dvs": "0x9889" + },{ + "level": 30, + "species": "Togetic", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Double-Edge", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x2328", + "attack exp": "0x2328", + "defense exp": "0x2328", + "speed exp": "0x2328", + "special exp": "0x2328", + "dvs": "0x2233" + }] +},{ + "group": "Executive♂", + "trainer": "Executive", + "unknown1": "0x64", + "text": "text/challengecup/pokeball/executivem2.txt", + "pokemon": [{ + "level": 50, + "species": "Seaking", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mantine", + "move1": "Dig", + "move2": "Thrash", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Lanturn", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Qwilfish", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Dewgong", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Octillery", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xffff" + }] +},{ + "group": "Picnicker", + "trainer": "Melissa", + "unknown1": "0xb8", + "text": "text/challengecup/pokeball/melissa2.txt", + "pokemon": [{ + "level": 30, + "species": "Miltank", + "move1": "Hidden Power", + "move2": "Lovely Kiss", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0x2300" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x8ca0", + "attack exp": "0x8ca0", + "defense exp": "0x8ca0", + "speed exp": "0x8ca0", + "special exp": "0x8ca0", + "dvs": "0xffff" + }] +},{ + "group": "Guitarist", + "trainer": "Daren", + "unknown1": "0xba", + "text": "text/challengecup/pokeball/daren2.txt", + "pokemon": [{ + "level": 50, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown2": "0x30", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Mareep", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x0c35" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0xffff" + }] +},{ + "group": "Fisherman", + "trainer": "Curtis", + "unknown1": "0xbb", + "text": "text/challengecup/pokeball/curtis2.txt", + "pokemon": [{ + "level": 30, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0xe290", + "attack exp": "0xe290", + "defense exp": "0xe290", + "speed exp": "0x7530", + "special exp": "0xe290", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Slowpoke", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0xe290", + "attack exp": "0xe290", + "defense exp": "0xe290", + "speed exp": "0x7530", + "special exp": "0xe290", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xe290", + "attack exp": "0xe290", + "defense exp": "0xe290", + "speed exp": "0x7530", + "special exp": "0xe290", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xe290", + "attack exp": "0xe290", + "defense exp": "0xe290", + "speed exp": "0x7530", + "special exp": "0xe290", + "dvs": "0xffff" + },{ + "level": 30, + "species": "Misdreavus", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xe290", + "attack exp": "0xe290", + "defense exp": "0xe290", + "speed exp": "0x7530", + "special exp": "0xe290", + "dvs": "0xffff" + },{ + "level": 30, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xe290", + "attack exp": "0xe290", + "defense exp": "0xe290", + "speed exp": "0x7530", + "special exp": "0xe290", + "dvs": "0xffff" + }] +},{ + "group": "Medium", + "trainer": "Peggy", + "unknown1": "0xbc", + "text": "text/challengecup/pokeball/peggy2.txt", + "pokemon": [{ + "level": 30, + "species": "Tyranitar", + "item": "Blackglasses", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x2233" + },{ + "level": 30, + "species": "Machamp", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Earthquake", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Quick Claw", + "move1": "Hi Jump Kick", + "move2": "Reversal", + "move3": "Hidden Power", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x9888" + },{ + "level": 50, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Thunder", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Poliwrath", + "item": "Bright Powder", + "move1": "Submission", + "move2": "Surf", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x2233" + }] +},{ + "group": "Executive♀", + "trainer": "Executive", + "unknown1": "0xbd", + "text": "text/challengecup/pokeball/executivef2.txt", + "pokemon": [{ + "level": 30, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xffff", + "special exp": "0xd6d8", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xffff", + "special exp": "0xd6d8", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Jigglypuff", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xffff", + "special exp": "0xd6d8", + "dvs": "0xf34b" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xffff", + "special exp": "0xd6d8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xffff", + "special exp": "0xd6d8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xd6d8", + "attack exp": "0xd6d8", + "defense exp": "0xd6d8", + "speed exp": "0xffff", + "special exp": "0xd6d8", + "dvs": "0xffff" + }] +},{ + "group": "Juggler", + "trainer": "Dwight", + "unknown1": "0xb9", + "text": "text/challengecup/pokeball/dwight2.txt", + "pokemon": [{ + "level": 30, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0x6777" + },{ + "level": 30, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/challengecup/ultraball1.json b/stadiumgs/rosters/challengecup/ultraball1.json new file mode 100644 index 0000000..f8f19a1 --- /dev/null +++ b/stadiumgs/rosters/challengecup/ultraball1.json @@ -0,0 +1,626 @@ +[{ + "group": "Camper", + "trainer": "Marcus", + "unknown1": "0x3", + "text": "text/challengecup/ultraball/marcus1.txt", + "pokemon": [{ + "level": 30, + "species": "Dratini", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "unknown3": "0xb4", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Cyndaquil", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Ampharos", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Furret", + "item": "Bright Powder", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Jumpluff", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Togetic", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Double-Edge", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x0c80", + "attack exp": "0x0c80", + "defense exp": "0x0c80", + "speed exp": "0x0c80", + "special exp": "0x0c80", + "dvs": "0x0000" + }] +},{ + "group": "Grunt♂", + "trainer": "Grunt", + "unknown1": "0x64", + "text": "text/challengecup/ultraball/gruntm1.txt", + "pokemon": [{ + "level": 30, + "species": "Seaking", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mantine", + "move1": "Dig", + "move2": "Thrash", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Lanturn", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Qwilfish", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Dewgong", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Octillery", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x1900", + "attack exp": "0x1900", + "defense exp": "0x1900", + "speed exp": "0x1900", + "special exp": "0x1900", + "dvs": "0x0000" + }] +},{ + "group": "Picnicker", + "trainer": "Melissa", + "unknown1": "0x4b", + "text": "text/challengecup/ultraball/melissa1.txt", + "pokemon": [{ + "level": 60, + "species": "Jumpluff", + "move1": "Hidden Power", + "move2": "Lovely Kiss", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0xbbf4" + },{ + "level": 30, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x0000" + }] +},{ + "group": "Guitarist", + "trainer": "Daren", + "unknown1": "0xba", + "text": "text/challengecup/ultraball/daren1.txt", + "pokemon": [{ + "level": 60, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown2": "0x30", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Mareep", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0xd474" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x0000" + }] +},{ + "group": "Fisherman", + "trainer": "Curtis", + "unknown1": "0xbb", + "text": "text/challengecup/ultraball/curtis1.txt", + "pokemon": [{ + "level": 60, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Mantine", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x0000" + },{ + "level": 30, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x0000" + }] +},{ + "group": "Medium", + "trainer": "Peggy", + "unknown1": "0xbc", + "text": "text/challengecup/ultraball/peggy1.txt", + "pokemon": [{ + "level": 60, + "species": "Smoochum", + "item": "Blackglasses", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Slowpoke", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Earthquake", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Quick Claw", + "move1": "Hi Jump Kick", + "move2": "Reversal", + "move3": "Hidden Power", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Thunder", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Poliwrath", + "item": "Bright Powder", + "move1": "Submission", + "move2": "Surf", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x1d4c", + "attack exp": "0x1d4c", + "defense exp": "0x1d4c", + "speed exp": "0x1d4c", + "special exp": "0x1d4c", + "dvs": "0x0000" + }] +},{ + "group": "Grunt♀", + "trainer": "Grunt", + "unknown1": "0xbd", + "text": "text/challengecup/ultraball/gruntf1.txt", + "pokemon": [{ + "level": 60, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x9c40", + "special exp": "0x36b0", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x9c40", + "special exp": "0x36b0", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x9c40", + "special exp": "0x36b0", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Seaking", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x9c40", + "special exp": "0x36b0", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x9c40", + "special exp": "0x36b0", + "dvs": "0x0000" + },{ + "level": 65, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x9c40", + "special exp": "0x36b0", + "dvs": "0x0000" + }] +},{ + "group": "Juggler", + "trainer": "Dwight", + "unknown1": "0xb9", + "text": "text/challengecup/ultraball/dwight1.txt", + "pokemon": [{ + "level": 60, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Azumarill", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x0000" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x0000" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/challengecup/ultraball2.json b/stadiumgs/rosters/challengecup/ultraball2.json new file mode 100644 index 0000000..1812e68 --- /dev/null +++ b/stadiumgs/rosters/challengecup/ultraball2.json @@ -0,0 +1,626 @@ +[{ + "group": "Camper", + "trainer": "Marcus", + "unknown1": "0xb8", + "text": "text/challengecup/ultraball/marcus2.txt", + "pokemon": [{ + "level": 60, + "species": "Victreebel", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "unknown3": "0xb4", + "hp exp": "0x1194", + "attack exp": "0x1194", + "defense exp": "0x1194", + "speed exp": "0x1194", + "special exp": "0x1194", + "dvs": "0xd1a6" + },{ + "level": 60, + "species": "Tangela", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1194", + "attack exp": "0x1194", + "defense exp": "0x1194", + "speed exp": "0x1194", + "special exp": "0x1194", + "dvs": "0xa75d" + },{ + "level": 50, + "species": "Ampharos", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1194", + "attack exp": "0x1194", + "defense exp": "0x1194", + "speed exp": "0x1194", + "special exp": "0x1194", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Furret", + "item": "Bright Powder", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1194", + "attack exp": "0x1194", + "defense exp": "0x1194", + "speed exp": "0x1194", + "special exp": "0x1194", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Jumpluff", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1194", + "attack exp": "0x1194", + "defense exp": "0x1194", + "speed exp": "0x1194", + "special exp": "0x1194", + "dvs": "0x9889" + },{ + "level": 60, + "species": "Ponyta", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Double-Edge", + "move3": "Attract", + "unknown3": "0x80", + "hp exp": "0x1194", + "attack exp": "0x1194", + "defense exp": "0x1194", + "speed exp": "0x1194", + "special exp": "0x1194", + "dvs": "0x95f8" + }] +},{ + "group": "Executive♂", + "trainer": "Executive", + "unknown1": "0xc1", + "text": "text/challengecup/ultraball/executivem2.txt", + "pokemon": [{ + "level": 60, + "species": "Seaking", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown3": "0x80", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x0000" + },{ + "level": 60, + "species": "Mantine", + "move1": "Dig", + "move2": "Thrash", + "unknown3": "0x80", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Lanturn", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Qwilfish", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Dewgong", + "move1": "Confuse Ray", + "move2": "Bubble", + "unknown3": "0x80", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Octillery", + "move1": "Cut", + "move2": "Rage", + "unknown3": "0x80", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0xffff" + }] +},{ + "group": "Picnicker", + "trainer": "Melissa", + "unknown1": "0xb8", + "text": "text/challengecup/ultraball/melissa2.txt", + "pokemon": [{ + "level": 60, + "species": "Miltank", + "move1": "Hidden Power", + "move2": "Lovely Kiss", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x2300" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xffff" + }] +},{ + "group": "Guitarist", + "trainer": "Daren", + "unknown1": "0xc2", + "text": "text/challengecup/ultraball/daren2.txt", + "pokemon": [{ + "level": 60, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "unknown2": "0x30", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xffff" + }] +},{ + "group": "Fisherman", + "trainer": "Curtis", + "unknown1": "0xc3", + "text": "text/challengecup/ultraball/curtis2.txt", + "pokemon": [{ + "level": 60, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xffff" + }] +},{ + "group": "Medium", + "trainer": "Peggy", + "unknown1": "0xc4", + "text": "text/challengecup/ultraball/peggy2.txt", + "pokemon": [{ + "level": 60, + "species": "Tyranitar", + "item": "Blackglasses", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Machamp", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Earthquake", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Quick Claw", + "move1": "Hi Jump Kick", + "move2": "Reversal", + "move3": "Hidden Power", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9888" + },{ + "level": 50, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Cross Chop", + "move2": "Thrash", + "move3": "Thunder", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Poliwrath", + "item": "Bright Powder", + "move1": "Submission", + "move2": "Surf", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x2233" + }] +},{ + "group": "Executive♀", + "trainer": "Executive", + "unknown1": "0xc5", + "text": "text/challengecup/ultraball/executivef2.txt", + "pokemon": [{ + "level": 60, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0xffff", + "special exp": "0x88b8", + "dvs": "0x6777" + },{ + "level": 60, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0xffff", + "special exp": "0x88b8", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0xffff", + "special exp": "0x88b8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0xffff", + "special exp": "0x88b8", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0xffff", + "special exp": "0x88b8", + "dvs": "0xffff" + },{ + "level": 60, + "species": "Mantine", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0xffff", + "special exp": "0x88b8", + "dvs": "0xffff" + }] +},{ + "group": "Juggler", + "trainer": "Dwight", + "unknown1": "0x4", + "text": "text/challengecup/ultraball/dwight2.txt", + "pokemon": [{ + "level": 50, + "species": "Pikachu", + "move1": "Thunderbolt", + "move2": "Lovely Kiss", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0x6777" + },{ + "level": 60, + "species": "Raichu", + "move1": "Dig", + "move2": "Thrash", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mewtwo", + "move1": "Confuse Ray", + "move2": "Bubble", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xffff" + },{ + "level": 50, + "species": "Mew", + "move1": "Cut", + "move2": "Rage", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xffff" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/azalea1.json b/stadiumgs/rosters/gymleadercastle/azalea1.json new file mode 100644 index 0000000..f96ec49 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/azalea1.json @@ -0,0 +1,289 @@ +[{ + "group": "Bug Catcher", + "trainer": "Chaz", + "unknown1": "0x4d", + "text": "text/gymleadercastle/azalea/chaz1.txt", + "pokemon": [{ + "level": 50, + "species": "Yanma", + "item": "Przcureberry", + "move1": "Swift", + "move2": "Foresight", + "move3": "Quick Attack", + "move4": "Sonicboom", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Spinarak", + "item": "Psncureberry", + "move1": "Psychic", + "move2": "Night Shade", + "move3": "Scary Face", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Shuckle", + "item": "Burnt Berry", + "move1": "Rollout", + "move2": "Constrict", + "move3": "Rock Smash", + "move4": "Bide", + "unknown3": "0xb4", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Rattata", + "item": "Mint Berry", + "move1": "Hyper Fang", + "move2": "Quick Attack", + "move3": "Focus Energy", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Paras", + "item": "Silverpowder", + "move1": "Slash", + "move2": "Leech Life", + "move3": "Dig", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Geodude", + "item": "Hard Stone", + "move1": "Dig", + "move2": "Harden", + "move3": "Rock Throw", + "move4": "Tackle", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + }] +},{ + "group": "Twins", + "trainer": "Min&Lyn", + "unknown1": "0x4f", + "text": "text/gymleadercastle/azalea/minlyn1.txt", + "pokemon": [{ + "level": 50, + "species": "Ledyba", + "item": "Przcureberry", + "move1": "Sweet Scent", + "move2": "Comet Punch", + "move3": "Supersonic", + "move4": "Double-Edge", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Sunkern", + "item": "Mint Berry", + "move1": "Sweet Scent", + "move2": "Mega Drain", + "move3": "Absorb", + "move4": "Growth", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Jigglypuff", + "item": "Bitter Berry", + "move1": "Charm", + "move2": "Body Slam", + "move3": "Disable", + "move4": "Nightmare", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x7545" + },{ + "level": 50, + "species": "Hoppip", + "item": "Miracle Seed", + "move1": "Sweet Scent", + "move2": "Mega Drain", + "move3": "Tackle", + "move4": "Cotton Spore", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Pikachu", + "item": "Light Ball", + "move1": "Charm", + "move2": "Thundershock", + "move3": "Thunder Wave", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Clefairy", + "item": "Psncureberry", + "move1": "Charm", + "move2": "Doubleslap", + "move3": "Metronome", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + }] +},{ + "group": "Gym Leader", + "trainer": "Bugsy", + "unknown1": "0x50", + "text": "text/gymleadercastle/azalea/bugsy1.txt", + "pokemon": [{ + "level": 50, + "species": "Scyther", + "item": "Przcureberry", + "move1": "Fury Cutter", + "move2": "Wing Attack", + "move3": "Slash", + "move4": "Hyper Beam", + "unknown3": "0xff", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xb656" + },{ + "level": 50, + "species": "Butterfree", + "item": "Psncureberry", + "move1": "Psychic", + "move2": "Giga Drain", + "move3": "Gust", + "move4": "Nightmare", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Beedrill", + "item": "Mint Berry", + "move1": "Twineedle", + "move2": "Poison Sting", + "move3": "Sludge Bomb", + "move4": "Cut", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Weepinbell", + "item": "Berry", + "move1": "Razor Leaf", + "move2": "Sludge Bomb", + "move3": "Cut", + "move4": "Wrap", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Pinsir", + "item": "Bitter Berry", + "move1": "Strength", + "move2": "Submission", + "move3": "Bind", + "move4": "Seismic Toss", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Pupitar", + "item": "Ice Berry", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Headbutt", + "move4": "Sleep Talk", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/azalea2.json b/stadiumgs/rosters/gymleadercastle/azalea2.json new file mode 100644 index 0000000..b1f7f52 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/azalea2.json @@ -0,0 +1,295 @@ +[{ + "group": "Bug Catcher", + "trainer": "Chaz", + "unknown1": "0x8c", + "text": "text/gymleadercastle/azalea/chaz2.txt", + "pokemon": [{ + "level": 50, + "species": "Beedrill", + "item": "Bitter Berry", + "move1": "Twineedle", + "move2": "Double-Edge", + "move3": "Sludge Bomb", + "move4": "Agility", + "unknown3": "0xff", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Sunflora", + "item": "Poison Barb", + "move1": "Razor Leaf", + "move2": "Sludge Bomb", + "move3": "Giga Drain", + "move4": "Growth", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Butterfree", + "item": "Przcureberry", + "move1": "Psybeam", + "move2": "Gust", + "move3": "Giga Drain", + "move4": "Whirlwind", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Sandshrew", + "item": "Soft Sand", + "move1": "Earthquake", + "move2": "Slash", + "move3": "Iron Tail", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Yanma", + "item": "King's Rock", + "move1": "Wing Attack", + "move2": "Swift", + "move3": "Reversal", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Dunsparce", + "item": "Mint Berry", + "move1": "Dig", + "move2": "Flamethrower", + "move3": "Thunderbolt", + "move4": "Glare", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + }] +},{ + "group": "Twins", + "trainer": "Min&Lyn", + "unknown1": "0x90", + "text": "text/gymleadercastle/azalea/minlyn2.txt", + "pokemon": [{ + "level": 50, + "species": "Ledian", + "item": "Przcureberry", + "move1": "Sweet Scent", + "move2": "Rollout", + "move3": "Giga Drain", + "move4": "Light Screen", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8a3a" + },{ + "level": 50, + "species": "Eevee", + "item": "Spell Tag", + "move1": "Charm", + "move2": "Shadow Ball", + "move3": "Double-Edge", + "move4": "Flail", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3a3a" + },{ + "level": 50, + "species": "Ponyta", + "item": "Metal Coat", + "move1": "Charm", + "move2": "Fire Blast", + "move3": "Take Down", + "move4": "Iron Tail", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8a3a" + },{ + "level": 50, + "species": "Pineco", + "item": "Mint Berry", + "move1": "Sweet Scent", + "move2": "Rollout", + "move3": "Giga Drain", + "move4": "Reflect", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8a3a" + },{ + "level": 50, + "species": "Snubbull", + "item": "Polkadot Bow", + "move1": "Charm", + "move2": "Crunch", + "move3": "Headbutt", + "move4": "Lick", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3a3a" + },{ + "level": 50, + "species": "Nidorina", + "item": "Bitter Berry", + "move1": "Charm", + "move2": "Body Slam", + "move3": "Double Kick", + "move4": "Disable", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3a3a" + }] +},{ + "group": "Gym Leader", + "trainer": "Bugsy", + "unknown1": "0x91", + "text": "text/gymleadercastle/azalea/bugsy2.txt", + "pokemon": [{ + "level": 50, + "species": "Scyther", + "item": "King's Rock", + "move1": "Wing Attack", + "move2": "Steel Wing", + "move3": "Reversal", + "move4": "Hyper Beam", + "unknown2": "0x3", + "unknown3": "0xff", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0xc99b" + },{ + "level": 50, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Take Down", + "move4": "Earthquake", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0xb76b" + },{ + "level": 50, + "species": "Pinsir", + "item": "Scope Lens", + "move1": "Fury Cutter", + "move2": "Submission", + "move3": "Body Slam", + "move4": "Seismic Toss", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0xb76b" + },{ + "level": 50, + "species": "Quagsire", + "item": "Bright Powder", + "move1": "Surf", + "move2": "Earthquake", + "move3": "Ancientpower", + "move4": "Haze", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Sudowoodo", + "item": "Quick Claw", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Low Kick", + "move4": "Strength", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Raticate", + "item": "Miracleberry", + "move1": "Hyper Fang", + "move2": "Super Fang", + "move3": "Reversal", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/blackthorn1.json b/stadiumgs/rosters/gymleadercastle/blackthorn1.json new file mode 100644 index 0000000..ea6b0e5 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/blackthorn1.json @@ -0,0 +1,289 @@ +[{ + "group": "Cooltrainer♀", + "trainer": "Gloria", + "unknown1": "0x5e", + "text": "text/gymleadercastle/blackthorn/gloria1.txt", + "pokemon": [{ + "level": 50, + "species": "Jigglypuff", + "item": "Przcureberry", + "move1": "Sing", + "move2": "Defense Curl", + "move3": "Rollout", + "move4": "Double-Edge", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Venonat", + "item": "Burnt Berry", + "move1": "Sleep Powder", + "move2": "Psychic", + "move3": "Giga Drain", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Skiploom", + "item": "Bitter Berry", + "move1": "Sleep Powder", + "move2": "Mega Drain", + "move3": "Cotton Spore", + "move4": "Headbutt", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Clefairy", + "item": "Ice Berry", + "move1": "Sing", + "move2": "Pound", + "move3": "Fire Blast", + "move4": "Thunder", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Exeggcute", + "item": "Mint Berry", + "move1": "Sleep Powder", + "move2": "Mega Drain", + "move3": "Sludge Bomb", + "move4": "Barrage", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Oddish", + "item": "Berry Juice", + "move1": "Sleep Powder", + "move2": "Absorb", + "move3": "Acid", + "move4": "Cut", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + }] +},{ + "group": "Cooltrainer♂", + "trainer": "Vince", + "unknown1": "0x5f", + "text": "text/gymleadercastle/blackthorn/vince1.txt", + "pokemon": [{ + "level": 50, + "species": "Bulbasaur", + "item": "Ice Berry", + "move1": "Razor Leaf", + "move2": "Headbutt", + "move3": "Giga Drain", + "move4": "Leech Seed", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Squirtle", + "item": "Bitter Berry", + "move1": "Surf", + "move2": "Bite", + "move3": "Blizzard", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x1656" + },{ + "level": 50, + "species": "Charmander", + "item": "Psncureberry", + "move1": "Flamethrower", + "move2": "Slash", + "move3": "Dragon Rage", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Chikorita", + "item": "Mint Berry", + "move1": "Razor Leaf", + "move2": "Body Slam", + "move3": "Attract", + "move4": "Mud-Slap", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x1656" + },{ + "level": 50, + "species": "Totodile", + "item": "Przcureberry", + "move1": "Surf", + "move2": "Bite", + "move3": "Slash", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Cyndaquil", + "item": "Berry Juice", + "move1": "Flame Wheel", + "move2": "Smokescreen", + "move3": "Swift", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + }] +},{ + "group": "Gym Leader", + "trainer": "Clair", + "unknown1": "0x60", + "text": "text/gymleadercastle/blackthorn/clair1.txt", + "pokemon": [{ + "level": 50, + "species": "Kingdra", + "item": "Scope Lens", + "move1": "Dragonbreath", + "move2": "Hydro Pump", + "move3": "Headbutt", + "move4": "Blizzard", + "unknown3": "0xff", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Ampharos", + "item": "Mint Berry", + "move1": "Thunderpunch", + "move2": "Headbutt", + "move3": "Iron Tail", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Dragonair", + "item": "Dragon Fang", + "move1": "Outrage", + "move2": "Surf", + "move3": "Blizzard", + "move4": "Thunder", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Rhydon", + "item": "Psncureberry", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Iron Tail", + "move4": "Dynamicpunch", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Arcanine", + "item": "Bitter Berry", + "move1": "Flamethrower", + "move2": "Dragon Rage", + "move3": "Dig", + "move4": "Extremespeed", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Lapras", + "item": "Przcureberry", + "move1": "Dragonbreath", + "move2": "Surf", + "move3": "Ice Beam", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/blackthorn2.json b/stadiumgs/rosters/gymleadercastle/blackthorn2.json new file mode 100644 index 0000000..589cd0d --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/blackthorn2.json @@ -0,0 +1,300 @@ +[{ + "group": "Cooltrainer♀", + "trainer": "Gloria", + "unknown1": "0x9f", + "text": "text/gymleadercastle/blackthorn/gloria2.txt", + "pokemon": [{ + "level": 50, + "species": "Smeargle", + "item": "Focus Band", + "move1": "Spider Web", + "move2": "Spore", + "move3": "Nightmare", + "move4": "Super Fang", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Tangela", + "item": "Bitter Berry", + "move1": "Bind", + "move2": "Sleep Powder", + "move3": "Mega Drain", + "move4": "Sludge Bomb", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Jynx", + "item": "Ice Berry", + "move1": "Mean Look", + "move2": "Lovely Kiss", + "move3": "Dream Eater", + "move4": "Ice Punch", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Golduck", + "item": "Przcureberry", + "move1": "Whirlpool", + "move2": "Hypnosis", + "move3": "Psychic", + "move4": "Submission", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Haunter", + "item": "Mint Berry", + "move1": "Mean Look", + "move2": "Hypnosis", + "move3": "Nightmare", + "move4": "Night Shade", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Ninetales", + "item": "Burnt Berry", + "move1": "Fire Spin", + "move2": "Hypnosis", + "move3": "Faint Attack", + "move4": "Flamethrower", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x5656" + }] +},{ + "group": "Cooltrainer♂", + "trainer": "Vince", + "unknown1": "0xa0", + "text": "text/gymleadercastle/blackthorn/vince2.txt", + "pokemon": [{ + "level": 50, + "species": "Ivysaur", + "item": "Burnt Berry", + "move1": "Razor Leaf", + "move2": "Cut", + "move3": "Leech Seed", + "move4": "Reflect", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Wartortle", + "item": "Przcureberry", + "move1": "Hydro Pump", + "move2": "Blizzard", + "move3": "Reflect", + "move4": "Mirror Coat", + "unknown2": "0xf0", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x1a9a" + },{ + "level": 50, + "species": "Charmeleon", + "item": "Mint Berry", + "move1": "Fire Blast", + "move2": "Slash", + "move3": "Dig", + "move4": "Counter", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Bayleef", + "item": "Bitter Berry", + "move1": "Razor Leaf", + "move2": "Body Slam", + "move3": "Counter", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x1a9a" + },{ + "level": 50, + "species": "Croconaw", + "item": "Gold Berry", + "move1": "Hydro Pump", + "move2": "Crunch", + "move3": "Slash", + "move4": "Dig", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Quilava", + "item": "Psncureberry", + "move1": "Fire Blast", + "move2": "Dig", + "move3": "Reversal", + "move4": "Roar", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x9a9a" + }] +},{ + "group": "Gym Leader", + "trainer": "Clair", + "unknown1": "0xa1", + "text": "text/gymleadercastle/blackthorn/clair2.txt", + "pokemon": [{ + "level": 50, + "species": "Kingdra", + "item": "Bright Powder", + "move1": "Dragonbreath", + "move2": "Hydro Pump", + "move3": "Return", + "move4": "Ice Beam", + "unknown2": "0x30", + "unknown3": "0xfa", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0xc87a" + },{ + "level": 50, + "species": "Ampharos", + "item": "Quick Claw", + "move1": "Thunderbolt", + "move2": "Thunder Wave", + "move3": "Fire Punch", + "move4": "Body Slam", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Nidoking", + "item": "Scope Lens", + "move1": "Earthquake", + "move2": "Double Kick", + "move3": "Shadow Ball", + "move4": "Body Slam", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0xa878" + },{ + "level": 50, + "species": "Rhydon", + "item": "Focus Band", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Body Slam", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x78cc" + },{ + "level": 50, + "species": "Charizard", + "item": "King's Rock", + "move1": "Flamethrower", + "move2": "Wing Attack", + "move3": "Earthquake", + "move4": "Body Slam", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0xa878" + },{ + "level": 50, + "species": "Gyarados", + "item": "Miracleberry", + "move1": "Waterfall", + "move2": "Double-Edge", + "move3": "Ice Beam", + "move4": "Dragonbreath", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x7878" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/celadon1.json b/stadiumgs/rosters/gymleadercastle/celadon1.json new file mode 100644 index 0000000..18ab458 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/celadon1.json @@ -0,0 +1,96 @@ +[{ + "group": "Gym Leader", + "trainer": "Erika", + "unknown1": "0x18", + "text": "text/gymleadercastle/kanto/erika1.txt", + "pokemon": [{ + "level": 50, + "species": "Bellossom", + "item": "Focus Band", + "move1": "Giga Drain", + "move2": "Sleep Powder", + "move3": "Return", + "move4": "Moonlight", + "unknown3": "0xff", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Tangela", + "item": "Quick Claw", + "move1": "Giga Drain", + "move2": "Sleep Powder", + "move3": "Solarbeam", + "move4": "Slam", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Venusaur", + "item": "Przcureberry", + "move1": "Razor Leaf", + "move2": "Sleep Powder", + "move3": "Leech Seed", + "move4": "Cut", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x1656" + },{ + "level": 50, + "species": "Chansey", + "item": "Lucky Punch", + "move1": "Psychic", + "move2": "Sing", + "move3": "Blizzard", + "move4": "Softboiled", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Jumpluff", + "move1": "Solarbeam", + "move2": "Sleep Powder", + "move3": "Leech Seed", + "move4": "Synthesis", + "unknown3": "0x7f", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Vaporeon", + "item": "Scope Lens", + "move1": "Surf", + "move2": "Bite", + "move3": "Sleep Talk", + "move4": "Rest", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x1656" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/celadon2.json b/stadiumgs/rosters/gymleadercastle/celadon2.json new file mode 100644 index 0000000..45bfd75 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/celadon2.json @@ -0,0 +1,103 @@ +[{ + "group": "Gym Leader", + "trainer": "Erika", + "unknown1": "0xaa", + "text": "text/gymleadercastle/kanto/erika2.txt", + "pokemon": [{ + "level": 50, + "species": "Bellossom", + "item": "Quick Claw", + "move1": "Razor Leaf", + "move2": "Return", + "move3": "Sleep Powder", + "move4": "Stun Spore", + "unknown2": "0xff", + "unknown3": "0xff", + "hp exp": "0xd200", + "attack exp": "0xd200", + "defense exp": "0xd200", + "speed exp": "0xd200", + "special exp": "0xd200", + "dvs": "0x7a9a" + },{ + "level": 50, + "species": "Marowak", + "item": "Thick Club", + "move1": "Bonemerang", + "move2": "Belly Drum", + "move3": "Rest", + "move4": "Snore", + "unknown2": "0xf3", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7a9a" + },{ + "level": 50, + "species": "Ninetales", + "item": "Bright Powder", + "move1": "Flamethrower", + "move2": "Body Slam", + "move3": "Iron Tail", + "move4": "Hypnosis", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Mantine", + "item": "Mint Berry", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Rest", + "move4": "Sleep Talk", + "unknown2": "0xf3", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x1a9a" + },{ + "level": 50, + "species": "Blissey", + "item": "Miracleberry", + "move1": "Sing", + "move2": "Psychic", + "move3": "Reflect", + "move4": "Light Screen", + "unknown2": "0xfc", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Exeggutor", + "item": "Focus Band", + "move1": "Giga Drain", + "move2": "Psychic", + "move3": "Sleep Powder", + "move4": "Stun Spore", + "unknown2": "0xf8", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x1a9a" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/cerulean1.json b/stadiumgs/rosters/gymleadercastle/cerulean1.json new file mode 100644 index 0000000..a745db7 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/cerulean1.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Misty", + "unknown1": "0x17", + "text": "text/gymleadercastle/kanto/misty1.txt", + "pokemon": [{ + "level": 50, + "species": "Starmie", + "item": "King's Rock", + "move1": "Psychic", + "move2": "Surf", + "move3": "Thunder", + "move4": "Rain Dance", + "unknown3": "0xff", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Togetic", + "item": "Przcureberry", + "move1": "Double-Edge", + "move2": "Encore", + "move3": "Metronome", + "move4": "Rain Dance", + "unknown3": "0xff", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Golduck", + "item": "Miracleberry", + "move1": "Hydro Pump", + "move2": "Return", + "move3": "Dig", + "move4": "Rain Dance", + "unknown3": "0xff", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Sunflora", + "item": "Scope Lens", + "move1": "Razor Leaf", + "move2": "Mega Drain", + "move3": "Sludge Bomb", + "move4": "Cut", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Poliwhirl", + "item": "Focus Band", + "move1": "Hydro Pump", + "move2": "Earthquake", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Quagsire", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Earthquake", + "move3": "Strength", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/cerulean2.json b/stadiumgs/rosters/gymleadercastle/cerulean2.json new file mode 100644 index 0000000..4773ac9 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/cerulean2.json @@ -0,0 +1,103 @@ +[{ + "group": "Gym Leader", + "trainer": "Misty", + "unknown1": "0xa9", + "text": "text/gymleadercastle/kanto/misty2.txt", + "pokemon": [{ + "level": 50, + "species": "Starmie", + "item": "King's Rock", + "move1": "Surf", + "move2": "Psychic", + "move3": "Thunder", + "move4": "Rain Dance", + "unknown2": "0xf", + "unknown3": "0xff", + "hp exp": "0xd200", + "attack exp": "0xd200", + "defense exp": "0xd200", + "speed exp": "0xd200", + "special exp": "0xd200", + "dvs": "0x9a9c" + },{ + "level": 50, + "species": "Wigglytuff", + "item": "Quick Claw", + "move1": "Double-Edge", + "move2": "Ice Beam", + "move3": "Thunder", + "move4": "Rain Dance", + "unknown2": "0xf", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Nidoqueen", + "item": "Scope Lens", + "move1": "Earthquake", + "move2": "Surf", + "move3": "Thunder", + "move4": "Rain Dance", + "unknown2": "0xf", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Ampharos", + "item": "Bright Powder", + "move1": "Thunder", + "move2": "Light Screen", + "move3": "Reflect", + "move4": "Rain Dance", + "unknown2": "0xc3", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Dragonair", + "item": "Bitter Berry", + "move1": "Ice Beam", + "move2": "Surf", + "move3": "Thunder", + "move4": "Rain Dance", + "unknown2": "0xf", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xf000", + "dvs": "0x9a9d" + },{ + "level": 50, + "species": "Politoed", + "item": "Focus Band", + "move1": "Hydro Pump", + "move2": "Earthquake", + "move3": "Ice Beam", + "move4": "Rain Dance", + "unknown2": "0xc3", + "unknown3": "0x80", + "hp exp": "0xd200", + "attack exp": "0xd200", + "defense exp": "0xd200", + "speed exp": "0xd200", + "special exp": "0xd200", + "dvs": "0x9a9a" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/champion1.json b/stadiumgs/rosters/gymleadercastle/champion1.json new file mode 100644 index 0000000..b759d74 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/champion1.json @@ -0,0 +1,97 @@ +[{ + "group": "Champion", + "trainer": "Lance", + "unknown1": "0x14", + "text": "text/gymleadercastle/indigo/lance1.txt", + "pokemon": [{ + "level": 50, + "species": "Dragonite", + "item": "Focus Band", + "move1": "Dragonbreath", + "move2": "Steel Wing", + "move3": "Thunder", + "move4": "Hyper Beam", + "unknown3": "0xff", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Tyranitar", + "item": "Bitter Berry", + "move1": "Rock Slide", + "move2": "Crunch", + "move3": "Dragonbreath", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Charizard", + "item": "Mint Berry", + "move1": "Flamethrower", + "move2": "Fly", + "move3": "Dig", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Aerodactyl", + "item": "Psncureberry", + "move1": "Ancientpower", + "move2": "Wing Attack", + "move3": "Earthquake", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Steelix", + "item": "Ice Berry", + "move1": "Iron Tail", + "move2": "Earthquake", + "move3": "Dragonbreath", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Gyarados", + "item": "Przcureberry", + "move1": "Surf", + "move2": "Dragonbreath", + "move3": "Sleep Talk", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/champion2.json b/stadiumgs/rosters/gymleadercastle/champion2.json new file mode 100644 index 0000000..1b28cf5 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/champion2.json @@ -0,0 +1,100 @@ +[{ + "group": "Champion", + "trainer": "Lance", + "unknown1": "0xa6", + "text": "text/gymleadercastle/indigo/lance2.txt", + "pokemon": [{ + "level": 50, + "species": "Dragonite", + "item": "Scope Lens", + "move1": "Dragonbreath", + "move2": "Ice Beam", + "move3": "Thunderbolt", + "move4": "Hyper Beam", + "unknown3": "0xff", + "hp exp": "0xb400", + "attack exp": "0xb400", + "defense exp": "0xb400", + "speed exp": "0xb400", + "special exp": "0xb400", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Aerodactyl", + "item": "King's Rock", + "move1": "Ancientpower", + "move2": "Wing Attack", + "move3": "Earthquake", + "move4": "Hyper Beam", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xb400", + "attack exp": "0xb400", + "defense exp": "0xb400", + "speed exp": "0xb400", + "special exp": "0xb400", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Feraligatr", + "item": "Mystic Water", + "move1": "Surf", + "move2": "Earthquake", + "move3": "Blizzard", + "move4": "Hyper Beam", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0xb400", + "attack exp": "0xb400", + "defense exp": "0xb400", + "speed exp": "0xb400", + "special exp": "0xb400", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Kangaskhan", + "item": "Bright Powder", + "move1": "Submission", + "move2": "Earthquake", + "move3": "Rock Slide", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0xb400", + "attack exp": "0xb400", + "defense exp": "0xb400", + "speed exp": "0xb400", + "special exp": "0xb400", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Arcanine", + "item": "Miracleberry", + "move1": "Flamethrower", + "move2": "Extremespeed", + "move3": "Crunch", + "move4": "Hyper Beam", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0xb400", + "attack exp": "0xb400", + "defense exp": "0xb400", + "speed exp": "0xb400", + "special exp": "0xb400", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Tyranitar", + "item": "Quick Claw", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Earthquake", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0xb400", + "attack exp": "0xb400", + "defense exp": "0xb400", + "speed exp": "0xb400", + "special exp": "0xb400", + "dvs": "0x7a9a" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/cianwood1.json b/stadiumgs/rosters/gymleadercastle/cianwood1.json new file mode 100644 index 0000000..3447512 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/cianwood1.json @@ -0,0 +1,193 @@ +[{ + "group": "Blackbelt", + "trainer": "Nick", + "unknown1": "0x55", + "text": "text/gymleadercastle/cianwood/nick1.txt", + "pokemon": [{ + "level": 50, + "species": "Hitmontop", + "item": "Black Belt", + "move1": "Triple Kick", + "move2": "Rapid Spin", + "move3": "Dig", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Nidorino", + "item": "Przcureberry", + "move1": "Horn Drill", + "move2": "Poison Sting", + "move3": "Fury Attack", + "move4": "Horn Attack", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Dugtrio", + "item": "Ice Berry", + "move1": "Fissure", + "move2": "Scratch", + "move3": "Rock Smash", + "move4": "Magnitude", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x7656" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Mint Berry", + "move1": "Jump Kick", + "move2": "Mega Kick", + "move3": "Rolling Kick", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Seaking", + "item": "Bitter Berry", + "move1": "Horn Drill", + "move2": "Waterfall", + "move3": "Endure", + "move4": "Flail", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Rhyhorn", + "item": "Burnt Berry", + "move1": "Horn Drill", + "move2": "Fury Attack", + "move3": "Dig", + "move4": "Horn Attack", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + }] +},{ + "group": "Gym Leader", + "trainer": "Chuck", + "unknown1": "0x56", + "text": "text/gymleadercastle/cianwood/chuck1.txt", + "pokemon": [{ + "level": 50, + "species": "Poliwrath", + "item": "Focus Band", + "move1": "Dynamicpunch", + "move2": "Hydro Pump", + "move3": "Earthquake", + "move4": "Psychic", + "unknown3": "0xff", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0xd767" + },{ + "level": 50, + "species": "Granbull", + "item": "Przcureberry", + "move1": "Dynamicpunch", + "move2": "Strength", + "move3": "Shadow Ball", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0xc767" + },{ + "level": 50, + "species": "Machoke", + "item": "Ice Berry", + "move1": "Dynamicpunch", + "move2": "Vital Throw", + "move3": "Earthquake", + "move4": "Seismic Toss", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0xa767" + },{ + "level": 50, + "species": "Hitmonchan", + "item": "Psncureberry", + "move1": "Dynamicpunch", + "move2": "Mach Punch", + "move3": "Mega Punch", + "move4": "Comet Punch", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0xa767" + },{ + "level": 50, + "species": "Sandslash", + "item": "Mint Berry", + "move1": "Dynamicpunch", + "move2": "Dig", + "move3": "Slash", + "move4": "Rollout", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0xa767" + },{ + "level": 50, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Dynamicpunch", + "move2": "Dig", + "move3": "Headbutt", + "move4": "Seismic Toss", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0xa767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/cianwood2.json b/stadiumgs/rosters/gymleadercastle/cianwood2.json new file mode 100644 index 0000000..6df27b4 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/cianwood2.json @@ -0,0 +1,204 @@ +[{ + "group": "Blackbelt", + "trainer": "Nick", + "unknown1": "0x96", + "text": "text/gymleadercastle/cianwood/nick2.txt", + "pokemon": [{ + "level": 50, + "species": "Machoke", + "item": "Mint Berry", + "move1": "Fissure", + "move2": "Rock Slide", + "move3": "Rest", + "move4": "Sleep Talk", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8b7b" + },{ + "level": 50, + "species": "Graveler", + "item": "Hard Stone", + "move1": "Fissure", + "move2": "Rock Slide", + "move3": "Rest", + "move4": "Sleep Talk", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8b7b" + },{ + "level": 50, + "species": "Kingler", + "item": "Mysteryberry", + "move1": "Guillotine", + "move2": "Crabhammer", + "move3": "Rest", + "move4": "Sleep Talk", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x1b7b" + },{ + "level": 50, + "species": "Arbok", + "item": "Przcureberry", + "move1": "Fissure", + "move2": "Rock Slide", + "move3": "Rest", + "move4": "Sleep Talk", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8b7b" + },{ + "level": 50, + "species": "Dragonair", + "item": "Dragon Scale", + "move1": "Horn Drill", + "move2": "Dragonbreath", + "move3": "Rest", + "move4": "Sleep Talk", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x1b7b" + },{ + "level": 50, + "species": "Pinsir", + "item": "Bitter Berry", + "move1": "Guillotine", + "move2": "Fury Cutter", + "move3": "Rest", + "move4": "Sleep Talk", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x1b7b" + }] +},{ + "group": "Gym Leader", + "trainer": "Chuck", + "unknown1": "0x97", + "text": "text/gymleadercastle/cianwood/chuck2.txt", + "pokemon": [{ + "level": 50, + "species": "Poliwrath", + "item": "Mint Berry", + "move1": "Dynamicpunch", + "move2": "Belly Drum", + "move3": "Rest", + "move4": "Sleep Talk", + "unknown2": "0xc3", + "unknown3": "0xff", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xeaab" + },{ + "level": 50, + "species": "Sandslash", + "item": "Scope Lens", + "move1": "Dynamicpunch", + "move2": "Earthquake", + "move3": "Rock Slide", + "move4": "Metal Claw", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xb898" + },{ + "level": 50, + "species": "Ursaring", + "item": "Quick Claw", + "move1": "Dynamicpunch", + "move2": "Slash", + "move3": "Earthquake", + "move4": "Crunch", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xb898" + },{ + "level": 50, + "species": "Ampharos", + "item": "Bright Powder", + "move1": "Dynamicpunch", + "move2": "Thunderbolt", + "move3": "Fire Punch", + "move4": "Light Screen", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xb898" + },{ + "level": 50, + "species": "Hitmonchan", + "item": "King's Rock", + "move1": "Dynamicpunch", + "move2": "Mega Punch", + "move3": "Mach Punch", + "move4": "Pursuit", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xb898" + },{ + "level": 50, + "species": "Hypno", + "item": "Przcureberry", + "move1": "Dynamicpunch", + "move2": "Psychic", + "move3": "Shadow Ball", + "move4": "Light Screen", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xb898" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/cinnabar1.json b/stadiumgs/rosters/gymleadercastle/cinnabar1.json new file mode 100644 index 0000000..6681a5a --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/cinnabar1.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Blaine", + "unknown1": "0x1b", + "text": "text/gymleadercastle/kanto/blaine1.txt", + "pokemon": [{ + "level": 50, + "species": "Rapidash", + "item": "King's Rock", + "move1": "Fire Blast", + "move2": "Stomp", + "move3": "Agility", + "move4": "Sunny Day", + "unknown3": "0xff", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0xa767" + },{ + "level": 50, + "species": "Ninetales", + "item": "Scope Lens", + "move1": "Fire Blast", + "move2": "Quick Attack", + "move3": "Dig", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Parasect", + "item": "Quick Claw", + "move1": "Giga Drain", + "move2": "Slash", + "move3": "Sunny Day", + "move4": "Solarbeam", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x9767" + },{ + "level": 50, + "species": "Flareon", + "item": "Miracleberry", + "move1": "Fire Blast", + "move2": "Take Down", + "move3": "Shadow Ball", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Octillery", + "item": "Focus Band", + "move1": "Octazooka", + "move2": "Psybeam", + "move3": "Bubblebeam", + "move4": "Ice Beam", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Magcargo", + "item": "Przcureberry", + "move1": "Fire Blast", + "move2": "Rock Slide", + "move3": "Earthquake", + "move4": "Sunny Day", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/cinnabar2.json b/stadiumgs/rosters/gymleadercastle/cinnabar2.json new file mode 100644 index 0000000..d98cecc --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/cinnabar2.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Blaine", + "unknown1": "0xad", + "text": "text/gymleadercastle/kanto/blaine2.txt", + "pokemon": [{ + "level": 50, + "species": "Arcanine", + "item": "King's Rock", + "move1": "Sunny Day", + "move2": "Fire Blast", + "move3": "Extremespeed", + "move4": "Roar", + "unknown3": "0xff", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Mr.Mime", + "item": "Scope Lens", + "move1": "Sunny Day", + "move2": "Fire Punch", + "move3": "Solarbeam", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Chansey", + "item": "Miracleberry", + "move1": "Sunny Day", + "move2": "Fire Blast", + "move3": "Solarbeam", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Clefable", + "item": "Focus Band", + "move1": "Sunny Day", + "move2": "Fire Blast", + "move3": "Solarbeam", + "move4": "Moonlight", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Vileplume", + "item": "Quick Claw", + "move1": "Sunny Day", + "move2": "Solarbeam", + "move3": "Sludge Bomb", + "move4": "Synthesis", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Moltres", + "item": "Bright Powder", + "move1": "Sunny Day", + "move2": "Fire Blast", + "move3": "Wing Attack", + "move4": "Steel Wing", + "unknown3": "0xff", + "hp exp": "0xd200", + "attack exp": "0xd200", + "defense exp": "0xd200", + "speed exp": "0xd200", + "special exp": "0xd200", + "dvs": "0x9a9a" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/ecruteak1.json b/stadiumgs/rosters/gymleadercastle/ecruteak1.json new file mode 100644 index 0000000..c6e95ab --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/ecruteak1.json @@ -0,0 +1,283 @@ +[{ + "group": "Medium", + "trainer": "Holly", + "unknown1": "0x4d", + "text": "text/gymleadercastle/ecruteak/holly1.txt", + "pokemon": [{ + "level": 50, + "species": "Bellsprout", + "item": "Berry", + "move1": "Vine Whip", + "move2": "Growth", + "move3": "Cut", + "move4": "Acid", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Hoothoot", + "item": "Psncureberry", + "move1": "Confusion", + "move2": "Foresight", + "move3": "Growl", + "move4": "Peck", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Ledian", + "item": "Burnt Berry", + "move1": "Comet Punch", + "move2": "Safeguard", + "move3": "Reflect", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Ditto", + "item": "Metal Powder", + "move1": "Transform", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5555" + },{ + "level": 50, + "species": "Nidorina", + "item": "Poison Barb", + "move1": "Tackle", + "move2": "Double Kick", + "move3": "Fury Swipes", + "move4": "Poison Sting", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Unown", + "item": "Przcureberry", + "move1": "Hidden Power", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x9145" + }] +},{ + "group": "Sage", + "trainer": "Ty", + "unknown1": "0x53", + "text": "text/gymleadercastle/ecruteak/ty1.txt", + "pokemon": [{ + "level": 50, + "species": "Zubat", + "item": "Burnt Berry", + "move1": "Toxic", + "move2": "Mean Look", + "move3": "Wing Attack", + "move4": "Leech Life", + "unknown3": "0xb4", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8949" + },{ + "level": 50, + "species": "Smoochum", + "item": "Przcureberry", + "move1": "Perish Song", + "move2": "Mean Look", + "move3": "Lick", + "move4": "Blizzard", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4949" + },{ + "level": 50, + "species": "Gastly", + "item": "Berry", + "move1": "Curse", + "move2": "Mean Look", + "move3": "Spite", + "move4": "Lick", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8949" + },{ + "level": 50, + "species": "Golbat", + "item": "Mint Berry", + "move1": "Toxic", + "move2": "Mean Look", + "move3": "Wing Attack", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8949" + },{ + "level": 50, + "species": "Misdreavus", + "item": "Psncureberry", + "move1": "Perish Song", + "move2": "Mean Look", + "move3": "Spite", + "move4": "Psybeam", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4949" + },{ + "level": 50, + "species": "Haunter", + "item": "Bitter Berry", + "move1": "Curse", + "move2": "Mean Look", + "move3": "Spite", + "move4": "Night Shade", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4949" + }] +},{ + "group": "Gym Leader", + "trainer": "Morty", + "unknown1": "0x54", + "text": "text/gymleadercastle/ecruteak/morty1.txt", + "pokemon": [{ + "level": 50, + "species": "Gengar", + "item": "Bitter Berry", + "move1": "Shadow Ball", + "move2": "Psychic", + "move3": "Night Shade", + "move4": "Fire Punch", + "unknown3": "0xff", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xb545" + },{ + "level": 50, + "species": "Ariados", + "item": "Burnt Berry", + "move1": "Sludge Bomb", + "move2": "Psychic", + "move3": "Dig", + "move4": "Night Shade", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Sudowoodo", + "item": "Berry", + "move1": "Rock Slide", + "move2": "Low Kick", + "move3": "Strength", + "move4": "Earthquake", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Marowak", + "item": "Mint Berry", + "move1": "Bonemerang", + "move2": "Bone Club", + "move3": "Headbutt", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Girafarig", + "item": "Przcureberry", + "move1": "Psybeam", + "move2": "Swift", + "move3": "Thunder", + "move4": "Nightmare", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Noctowl", + "item": "Psncureberry", + "move1": "Fly", + "move2": "Confusion", + "move3": "Take Down", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/ecruteak2.json b/stadiumgs/rosters/gymleadercastle/ecruteak2.json new file mode 100644 index 0000000..e67b335 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/ecruteak2.json @@ -0,0 +1,292 @@ +[{ + "group": "Medium", + "trainer": "Holly", + "unknown1": "0x8c", + "text": "text/gymleadercastle/ecruteak/holly2.txt", + "pokemon": [{ + "level": 50, + "species": "Gastly", + "item": "Spell Tag", + "move1": "Psychic", + "move2": "Night Shade", + "move3": "Giga Drain", + "move4": "Spite", + "unknown2": "0xf", + "unknown3": "0xff", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Noctowl", + "item": "Przcureberry", + "move1": "Take Down", + "move2": "Wing Attack", + "move3": "Faint Attack", + "move4": "Foresight", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Weepinbell", + "item": "Mint Berry", + "move1": "Razor Leaf", + "move2": "Encore", + "move3": "Slam", + "move4": "Sludge Bomb", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Qwilfish", + "item": "Bitter Berry", + "move1": "Surf", + "move2": "Sludge Bomb", + "move3": "Ice Beam", + "move4": "Flail", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Seaking", + "item": "Gold Berry", + "move1": "Waterfall", + "move2": "Horn Attack", + "move3": "Psybeam", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Ditto", + "item": "Metal Powder", + "move1": "Transform", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x7777" + }] +},{ + "group": "Sage", + "trainer": "Ty", + "unknown1": "0x94", + "text": "text/gymleadercastle/ecruteak/ty2.txt", + "pokemon": [{ + "level": 50, + "species": "Haunter", + "item": "Przcureberry", + "move1": "Double Team", + "move2": "Mean Look", + "move3": "Curse", + "move4": "Shadow Ball", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x3a3a" + },{ + "level": 50, + "species": "Grimer", + "item": "Mint Berry", + "move1": "Mud-Slap", + "move2": "Mean Look", + "move3": "Zap Cannon", + "move4": "Ice Punch", + "unknown2": "0xcc", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8a3a" + },{ + "level": 50, + "species": "Jynx", + "item": "Ice Berry", + "move1": "Mud-Slap", + "move2": "Mean Look", + "move3": "Dynamicpunch", + "move4": "Shadow Ball", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x3a3a" + },{ + "level": 50, + "species": "Golbat", + "item": "Bitter Berry", + "move1": "Double Team", + "move2": "Mean Look", + "move3": "Steel Wing", + "move4": "Faint Attack", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8a3a" + },{ + "level": 50, + "species": "Muk", + "item": "Burnt Berry", + "move1": "Mud-Slap", + "move2": "Mean Look", + "move3": "Zap Cannon", + "move4": "Ice Punch", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8a3a" + },{ + "level": 50, + "species": "Murkrow", + "item": "Psncureberry", + "move1": "Mud-Slap", + "move2": "Mean Look", + "move3": "Night Shade", + "move4": "Drill Peck", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x3a3a" + }] +},{ + "group": "Gym Leader", + "trainer": "Morty", + "unknown1": "0x95", + "text": "text/gymleadercastle/ecruteak/morty2.txt", + "pokemon": [{ + "level": 50, + "species": "Gengar", + "item": "King's Rock", + "move1": "Psychic", + "move2": "Thunderbolt", + "move3": "Fire Punch", + "move4": "Confuse Ray", + "unknown3": "0xff", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x8a9a" + },{ + "level": 50, + "species": "Mantine", + "item": "Bright Powder", + "move1": "Surf", + "move2": "Wing Attack", + "move3": "Ice Beam", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Granbull", + "item": "Scope Lens", + "move1": "Take Down", + "move2": "Shadow Ball", + "move3": "Sludge Bomb", + "move4": "Lick", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Lapras", + "item": "Miracleberry", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Thunderbolt", + "move4": "Body Slam", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Misdreavus", + "item": "Focus Band", + "move1": "Shadow Ball", + "move2": "Thunderbolt", + "move3": "Psychic", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Exeggutor", + "item": "Quick Claw", + "move1": "Psychic", + "move2": "Giga Drain", + "move3": "Double-Edge", + "move4": "Stun Spore", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/elitefour1.json b/stadiumgs/rosters/gymleadercastle/elitefour1.json new file mode 100644 index 0000000..4e61048 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/elitefour1.json @@ -0,0 +1,384 @@ +[{ + "group": "Elite Four", + "trainer": "Will", + "unknown1": "0x10", + "text": "text/gymleadercastle/indigo/will1.txt", + "pokemon": [{ + "level": 50, + "species": "Xatu", + "item": "King's Rock", + "move1": "Psychic", + "move2": "Fly", + "move3": "Giga Drain", + "move4": "Night Shade", + "unknown3": "0xff", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8434" + },{ + "level": 50, + "species": "Kadabra", + "item": "Mint Berry", + "move1": "Psychic", + "move2": "Fire Punch", + "move3": "Thunderpunch", + "move4": "Shadow Ball", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x3434" + },{ + "level": 50, + "species": "Girafarig", + "item": "Przcureberry", + "move1": "Psybeam", + "move2": "Earthquake", + "move3": "Shadow Ball", + "move4": "Stomp", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x3434" + },{ + "level": 50, + "species": "Clefable", + "item": "Bitter Berry", + "move1": "Psychic", + "move2": "Blizzard", + "move3": "Thunder", + "move4": "Fire Blast", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8434" + },{ + "level": 50, + "species": "Exeggutor", + "item": "Burnt Berry", + "move1": "Psychic", + "move2": "Giga Drain", + "move3": "Strength", + "move4": "Sludge Bomb", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8434" + },{ + "level": 50, + "species": "Jynx", + "item": "Ice Berry", + "move1": "Ice Punch", + "move2": "Psychic", + "move3": "Body Slam", + "move4": "Doubleslap", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x3434" + }] +},{ + "group": "Elite Four", + "trainer": "Koga", + "unknown1": "0x11", + "text": "text/gymleadercastle/indigo/koga1.txt", + "pokemon": [{ + "level": 50, + "species": "Venomoth", + "item": "Focus Band", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Giga Drain", + "move4": "Psybeam", + "unknown3": "0xff", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x2b2b" + },{ + "level": 50, + "species": "Ariados", + "item": "Ice Berry", + "move1": "Double Team", + "move2": "Spider Web", + "move3": "Toxic", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8a2a" + },{ + "level": 50, + "species": "Golbat", + "item": "Przcureberry", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Wing Attack", + "move4": "Detect", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x2a2a" + },{ + "level": 50, + "species": "Gligar", + "item": "Mint Berry", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Sandstorm", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8a2a" + },{ + "level": 50, + "species": "Electrode", + "item": "Bitter Berry", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Thunder", + "move4": "Mirror Coat", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8a2a" + },{ + "level": 50, + "species": "Muk", + "item": "Burnt Berry", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Sludge Bomb", + "move4": "Fire Blast", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x2a2a" + }] +},{ + "group": "Elite Four", + "trainer": "Bruno", + "unknown1": "0x12", + "text": "text/gymleadercastle/indigo/bruno1.txt", + "pokemon": [{ + "level": 50, + "species": "Machamp", + "item": "Scope Lens", + "move1": "Cross Chop", + "move2": "Strength", + "move3": "Seismic Toss", + "move4": "Earthquake", + "unknown3": "0xff", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0xa434" + },{ + "level": 50, + "species": "Golem", + "item": "Bitter Berry", + "move1": "Rock Throw", + "move2": "Magnitude", + "move3": "Headbutt", + "move4": "Rock Smash", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3434" + },{ + "level": 50, + "species": "Kangaskhan", + "item": "Psncureberry", + "move1": "Dizzy Punch", + "move2": "Bite", + "move3": "Reversal", + "move4": "Rock Smash", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3434" + },{ + "level": 50, + "species": "Blastoise", + "item": "Przcureberry", + "move1": "Surf", + "move2": "Headbutt", + "move3": "Ice Punch", + "move4": "Dynamicpunch", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3434" + },{ + "level": 50, + "species": "Heracross", + "item": "Mint Berry", + "move1": "Reversal", + "move2": "Counter", + "move3": "Horn Attack", + "move4": "Earthquake", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3434" + },{ + "level": 50, + "species": "Onix", + "item": "Burnt Berry", + "move1": "Rock Throw", + "move2": "Dig", + "move3": "Slam", + "move4": "Rage", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xa434" + }] +},{ + "group": "Elite Four", + "trainer": "Karen", + "unknown1": "0x13", + "text": "text/gymleadercastle/indigo/karen1.txt", + "pokemon": [{ + "level": 50, + "species": "Umbreon", + "item": "Quick Claw", + "move1": "Confuse Ray", + "move2": "Attract", + "move3": "Pursuit", + "move4": "Psychic", + "unknown3": "0xff", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x1545" + },{ + "level": 50, + "species": "Victreebel", + "item": "Mint Berry", + "move1": "Stun Spore", + "move2": "Attract", + "move3": "Acid", + "move4": "Razor Leaf", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Murkrow", + "item": "Bitter Berry", + "move1": "Attract", + "move2": "Mud-Slap", + "move3": "Fly", + "move4": "Faint Attack", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Magmar", + "move1": "Confuse Ray", + "move2": "Attract", + "move3": "Fire Punch", + "move4": "Thief", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Gengar", + "item": "Przcureberry", + "move1": "Confuse Ray", + "move2": "Attract", + "move3": "Psychic", + "move4": "Lick", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Vileplume", + "item": "Ice Berry", + "move1": "Attract", + "move2": "Stun Spore", + "move3": "Giga Drain", + "move4": "Sludge Bomb", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/elitefour2.json b/stadiumgs/rosters/gymleadercastle/elitefour2.json new file mode 100644 index 0000000..01e9500 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/elitefour2.json @@ -0,0 +1,404 @@ +[{ + "group": "Elite Four", + "trainer": "Will", + "unknown1": "0xa2", + "text": "text/gymleadercastle/indigo/will2.txt", + "pokemon": [{ + "level": 50, + "species": "Xatu", + "item": "Bright Powder", + "move1": "Psychic", + "move2": "Drill Peck", + "move3": "Giga Drain", + "move4": "Faint Attack", + "unknown2": "0xcc", + "unknown3": "0xff", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0xa767" + },{ + "level": 50, + "species": "Electabuzz", + "item": "King's Rock", + "move1": "Thunderbolt", + "move2": "Psychic", + "move3": "Ice Punch", + "move4": "Rolling Kick", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Mantine", + "item": "Miracleberry", + "move1": "Waterfall", + "move2": "Wing Attack", + "move3": "Ice Beam", + "move4": "Haze", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Flareon", + "item": "Quick Claw", + "move1": "Fire Blast", + "move2": "Body Slam", + "move3": "Shadow Ball", + "move4": "Roar", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Chansey", + "item": "Focus Band", + "move1": "Psychic", + "move2": "Ice Beam", + "move3": "Thunderbolt", + "move4": "Counter", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Hypno", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Shadow Ball", + "move3": "Submission", + "move4": "Ice Punch", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x6767" + }] +},{ + "group": "Elite Four", + "trainer": "Koga", + "unknown1": "0xa3", + "text": "text/gymleadercastle/indigo/koga2.txt", + "pokemon": [{ + "level": 50, + "species": "Venomoth", + "item": "Bright Powder", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Baton Pass", + "move4": "Psybeam", + "unknown2": "0x3", + "unknown3": "0xff", + "hp exp": "0xb400", + "attack exp": "0xb400", + "defense exp": "0xb400", + "speed exp": "0xb400", + "special exp": "0xb400", + "dvs": "0x4c4c" + },{ + "level": 50, + "species": "Magmar", + "item": "Miracleberry", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Confuse Ray", + "move4": "Flamethrower", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x4b4b" + },{ + "level": 50, + "species": "Lapras", + "item": "Leftovers", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Confuse Ray", + "move4": "Surf", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x4b4b" + },{ + "level": 50, + "species": "Stantler", + "item": "Mysteryberry", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Confuse Ray", + "move4": "Earthquake", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8b4b" + },{ + "level": 50, + "species": "Lanturn", + "item": "Quick Claw", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Confuse Ray", + "move4": "Thunderbolt", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8b4b" + },{ + "level": 50, + "species": "Ariados", + "item": "Focus Band", + "move1": "Double Team", + "move2": "Spider Web", + "move3": "Baton Pass", + "move4": "Psybeam", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8b4b" + }] +},{ + "group": "Elite Four", + "trainer": "Bruno", + "unknown1": "0xa4", + "text": "text/gymleadercastle/indigo/bruno2.txt", + "pokemon": [{ + "level": 50, + "species": "Machamp", + "item": "Quick Claw", + "move1": "Cross Chop", + "move2": "Earthquake", + "move3": "Rock Slide", + "move4": "Fissure", + "unknown2": "0xc0", + "unknown3": "0xff", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xc989" + },{ + "level": 50, + "species": "Golem", + "item": "Bright Powder", + "move1": "Rock Slide", + "move2": "Magnitude", + "move3": "Submission", + "move4": "Fissure", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x7989" + },{ + "level": 50, + "species": "Primeape", + "item": "Focus Band", + "move1": "Cross Chop", + "move2": "Rock Slide", + "move3": "Reversal", + "move4": "Counter", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0xc989" + },{ + "level": 50, + "species": "Granbull", + "item": "Przcureberry", + "move1": "Strength", + "move2": "Shadow Ball", + "move3": "Sludge Bomb", + "move4": "Dynamicpunch", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0xb989" + },{ + "level": 50, + "species": "Exeggutor", + "item": "Miracleberry", + "move1": "Giga Drain", + "move2": "Psychic", + "move3": "Ancientpower", + "move4": "Explosion", + "unknown2": "0xcc", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0xc767" + },{ + "level": 50, + "species": "Ursaring", + "item": "Scope Lens", + "move1": "Slash", + "move2": "Earthquake", + "move3": "Crunch", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x7989" + }] +},{ + "group": "Elite Four", + "trainer": "Karen", + "unknown1": "0xa5", + "text": "text/gymleadercastle/indigo/karen2.txt", + "pokemon": [{ + "level": 50, + "species": "Umbreon", + "item": "Focus Band", + "move1": "Swagger", + "move2": "Screech", + "move3": "Faint Attack", + "move4": "Psychic", + "unknown2": "0xc", + "unknown3": "0xff", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x8b4b" + },{ + "level": 50, + "species": "Persian", + "item": "Bright Powder", + "move1": "Swagger", + "move2": "Screech", + "move3": "Headbutt", + "move4": "Shadow Ball", + "unknown2": "0x5", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x8b4b" + },{ + "level": 50, + "species": "Murkrow", + "item": "Scope Lens", + "move1": "Swagger", + "move2": "Mean Look", + "move3": "Psych Up", + "move4": "Drill Peck", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x8b4b" + },{ + "level": 50, + "species": "Slowbro", + "item": "Quick Claw", + "move1": "Swagger", + "move2": "Thunder Wave", + "move3": "Surf", + "move4": "Submission", + "unknown2": "0x4", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x4b4b" + },{ + "level": 50, + "species": "Misdreavus", + "item": "Mysteryberry", + "move1": "Mean Look", + "move2": "Perish Song", + "move3": "Pain Split", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x4b4b" + },{ + "level": 50, + "species": "Electrode", + "item": "King's Rock", + "move1": "Swagger", + "move2": "Thunder Wave", + "move3": "Headbutt", + "move4": "Thunderbolt", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xbb4b" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/fuchsia1.json b/stadiumgs/rosters/gymleadercastle/fuchsia1.json new file mode 100644 index 0000000..220e3f5 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/fuchsia1.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Janine", + "unknown1": "0x19", + "text": "text/gymleadercastle/kanto/janine1.txt", + "pokemon": [{ + "level": 50, + "species": "Crobat", + "item": "King's Rock", + "move1": "Confuse Ray", + "move2": "Mean Look", + "move3": "Toxic", + "move4": "Bite", + "unknown3": "0xb4", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Ariados", + "item": "Quick Claw", + "move1": "Swagger", + "move2": "Spider Web", + "move3": "Toxic", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Weezing", + "item": "Focus Band", + "move1": "Swagger", + "move2": "Attract", + "move3": "Toxic", + "move4": "Rollout", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Stantler", + "item": "Scope Lens", + "move1": "Confuse Ray", + "move2": "Attract", + "move3": "Toxic", + "move4": "Headbutt", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Gligar", + "item": "Przcureberry", + "move1": "Swagger", + "move2": "Attract", + "move3": "Toxic", + "move4": "Slash", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Tentacruel", + "item": "Miracleberry", + "move1": "Supersonic", + "move2": "Attract", + "move3": "Toxic", + "move4": "Surf", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/fuchsia2.json b/stadiumgs/rosters/gymleadercastle/fuchsia2.json new file mode 100644 index 0000000..889b037 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/fuchsia2.json @@ -0,0 +1,103 @@ +[{ + "group": "Gym Leader", + "trainer": "Janine", + "unknown1": "0xab", + "text": "text/gymleadercastle/kanto/janine2.txt", + "pokemon": [{ + "level": 50, + "species": "Crobat", + "item": "King's Rock", + "move1": "Confuse Ray", + "move2": "Mean Look", + "move3": "Toxic", + "move4": "Bite", + "unknown2": "0xf3", + "unknown3": "0xff", + "hp exp": "0xd200", + "attack exp": "0xd200", + "defense exp": "0xd200", + "speed exp": "0xd200", + "special exp": "0xd200", + "dvs": "0x8c7c" + },{ + "level": 50, + "species": "Meganium", + "item": "Quick Claw", + "move1": "Attract", + "move2": "Toxic", + "move3": "Leech Seed", + "move4": "Razor Leaf", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7c7c" + },{ + "level": 50, + "species": "Muk", + "item": "Focus Band", + "move1": "Swagger", + "move2": "Mean Look", + "move3": "Toxic", + "move4": "Fire Punch", + "unknown2": "0xf3", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7c7c" + },{ + "level": 50, + "species": "Vaporeon", + "item": "Bright Powder", + "move1": "Double Team", + "move2": "Baton Pass", + "move3": "Surf", + "move4": "Ice Beam", + "unknown2": "0xcf", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x8c7c" + },{ + "level": 50, + "species": "Forretress", + "item": "Scope Lens", + "move1": "Swagger", + "move2": "Spikes", + "move3": "Sandstorm", + "move4": "Double-Edge", + "unknown2": "0xc3", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x8c7c" + },{ + "level": 50, + "species": "Girafarig", + "item": "Miracleberry", + "move1": "Double Team", + "move2": "Baton Pass", + "move3": "Psychic", + "move4": "Crunch", + "unknown2": "0xcf", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7c7c" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/goldenrod1.json b/stadiumgs/rosters/gymleadercastle/goldenrod1.json new file mode 100644 index 0000000..252760a --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/goldenrod1.json @@ -0,0 +1,289 @@ +[{ + "group": "Lass", + "trainer": "Lois", + "unknown1": "0x4d", + "text": "text/gymleadercastle/goldenrod/lois1.txt", + "pokemon": [{ + "level": 50, + "species": "Teddiursa", + "item": "Psncureberry", + "move1": "Slash", + "move2": "Cut", + "move3": "Lick", + "move4": "Fury Swipes", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Marill", + "item": "Mystic Water", + "move1": "Surf", + "move2": "Double-Edge", + "move3": "Ice Punch", + "move4": "Tail Whip", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Meowth", + "item": "Mint Berry", + "move1": "Slash", + "move2": "Mud-Slap", + "move3": "Pay Day", + "move4": "Fury Swipes", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Phanpy", + "item": "Soft Sand", + "move1": "Earthquake", + "move2": "Double-Edge", + "move3": "Rollout", + "move4": "Strength", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Poliwag", + "item": "Przcureberry", + "move1": "Surf", + "move2": "Blizzard", + "move3": "Body Slam", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Snubbull", + "item": "Pink Bow", + "move1": "Take Down", + "move2": "Roar", + "move3": "Ice Punch", + "move4": "Thunderpunch", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + }] +},{ + "group": "Beauty", + "trainer": "Rita", + "unknown1": "0x51", + "text": "text/gymleadercastle/goldenrod/rita1.txt", + "pokemon": [{ + "level": 50, + "species": "Aipom", + "item": "Mint Berry", + "move1": "Attract", + "move2": "Swift", + "move3": "Agility", + "move4": "Fury Swipes", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Mareep", + "item": "Magnet", + "move1": "Attract", + "move2": "Thundershock", + "move3": "Tackle", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Diglett", + "item": "Przcureberry", + "move1": "Attract", + "move2": "Magnitude", + "move3": "Growl", + "move4": "Slash", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Ponyta", + "item": "Charcoal", + "move1": "Attract", + "move2": "Ember", + "move3": "Stomp", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Remoraid", + "item": "Berry", + "move1": "Attract", + "move2": "Psybeam", + "move3": "Aurora Beam", + "move4": "Bubblebeam", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Sentret", + "item": "Bitter Berry", + "move1": "Attract", + "move2": "Slam", + "move3": "Quick Attack", + "move4": "Amnesia", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + }] +},{ + "group": "Gym Leader", + "trainer": "Whitney", + "unknown1": "0x52", + "text": "text/gymleadercastle/goldenrod/whitney1.txt", + "pokemon": [{ + "level": 50, + "species": "Miltank", + "item": "Przcureberry", + "move1": "Stomp", + "move2": "Earthquake", + "move3": "Rollout", + "move4": "Bide", + "unknown3": "0xff", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Clefable", + "item": "Mint Berry", + "move1": "Doubleslap", + "move2": "Psychic", + "move3": "Thunder", + "move4": "Fire Blast", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Wigglytuff", + "item": "Psncureberry", + "move1": "Double-Edge", + "move2": "Psychic", + "move3": "Thunderpunch", + "move4": "Ice Punch", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Gloom", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Sludge Bomb", + "move3": "Solarbeam", + "move4": "Giga Drain", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Dodrio", + "item": "Burnt Berry", + "move1": "Drill Peck", + "move2": "Tri Attack", + "move3": "Fury Attack", + "move4": "Sleep Talk", + "unknown3": "0x80", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Stantler", + "item": "Ice Berry", + "move1": "Take Down", + "move2": "Psychic", + "move3": "Headbutt", + "move4": "Swift", + "unknown3": "0xff", + "hp exp": "0x6e00", + "attack exp": "0x6e00", + "defense exp": "0x6e00", + "speed exp": "0x6e00", + "special exp": "0x6e00", + "dvs": "0x8545" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/goldenrod2.json b/stadiumgs/rosters/gymleadercastle/goldenrod2.json new file mode 100644 index 0000000..81b084f --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/goldenrod2.json @@ -0,0 +1,299 @@ +[{ + "group": "Lass", + "trainer": "Lois", + "unknown1": "0x8d", + "text": "text/gymleadercastle/goldenrod/lois2.txt", + "pokemon": [{ + "level": 50, + "species": "Furret", + "item": "Mint Berry", + "move1": "Slam", + "move2": "Reversal", + "move3": "Dig", + "move4": "Quick Attack", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Porygon", + "item": "Magnet", + "move1": "Tri Attack", + "move2": "Conversion", + "move3": "Psychic", + "move4": "Thunderbolt", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Dugtrio", + "item": "Bitter Berry", + "move1": "Magnitude", + "move2": "Tri Attack", + "move3": "Rock Slide", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Jumpluff", + "item": "Przcureberry", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Confusion", + "move4": "Solarbeam", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Corsola", + "item": "Focus Band", + "move1": "Bubblebeam", + "move2": "Rock Slide", + "move3": "Psychic", + "move4": "Mirror Coat", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Aipom", + "item": "Miracle Seed", + "move1": "Swift", + "move2": "Iron Tail", + "move3": "Shadow Ball", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + }] +},{ + "group": "Beauty", + "trainer": "Rita", + "unknown1": "0x92", + "text": "text/gymleadercastle/goldenrod/rita2.txt", + "pokemon": [{ + "level": 50, + "species": "Pikachu", + "item": "Mint Berry", + "move1": "Attract", + "move2": "Present", + "move3": "Quick Attack", + "move4": "Double Team", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0xa000", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xd656" + },{ + "level": 50, + "species": "Togetic", + "item": "Burnt Berry", + "move1": "Attract", + "move2": "Present", + "move3": "Encore", + "move4": "Double Team", + "unknown2": "0x3c", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0xa000", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xe656" + },{ + "level": 50, + "species": "Clefable", + "item": "Przcureberry", + "move1": "Attract", + "move2": "Present", + "move3": "Shadow Ball", + "move4": "Minimize", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0xa000", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xb656" + },{ + "level": 50, + "species": "Wigglytuff", + "item": "Bitter Berry", + "move1": "Attract", + "move2": "Present", + "move3": "Shadow Ball", + "move4": "Double Team", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0xa000", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xb656" + },{ + "level": 50, + "species": "Azumarill", + "item": "Psncureberry", + "move1": "Attract", + "move2": "Present", + "move3": "Whirlpool", + "move4": "Double Team", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0xa000", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xb656" + },{ + "level": 50, + "species": "Delibird", + "item": "Berry Juice", + "move1": "Attract", + "move2": "Present", + "move3": "Curse", + "move4": "Double Team", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0xa000", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xd656" + }] +},{ + "group": "Gym Leader", + "trainer": "Whitney", + "unknown1": "0x93", + "text": "text/gymleadercastle/goldenrod/whitney2.txt", + "pokemon": [{ + "level": 50, + "species": "Miltank", + "item": "King's Rock", + "move1": "Stomp", + "move2": "Earthquake", + "move3": "Reversal", + "move4": "Milk Drink", + "unknown3": "0xff", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x9767" + },{ + "level": 50, + "species": "Golduck", + "item": "Bright Powder", + "move1": "Surf", + "move2": "Psychic", + "move3": "Ice Beam", + "move4": "Cross Chop", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Persian", + "item": "Scope Lens", + "move1": "Slash", + "move2": "Shadow Ball", + "move3": "Thunderbolt", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Donphan", + "item": "Quick Claw", + "move1": "Earthquake", + "move2": "Ancientpower", + "move3": "Double-Edge", + "move4": "Flail", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Mr.Mime", + "item": "Miracleberry", + "move1": "Psychic", + "move2": "Double Team", + "move3": "Meditate", + "move4": "Baton Pass", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Tauros", + "item": "Focus Band", + "move1": "Stomp", + "move2": "Earthquake", + "move3": "Iron Tail", + "move4": "Scary Face", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/mahogany1.json b/stadiumgs/rosters/gymleadercastle/mahogany1.json new file mode 100644 index 0000000..f7f8a91 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/mahogany1.json @@ -0,0 +1,289 @@ +[{ + "group": "Boarder", + "trainer": "Alvin", + "unknown1": "0x4d", + "text": "text/gymleadercastle/mahogany/alvin1.txt", + "pokemon": [{ + "level": 50, + "species": "Seel", + "item": "Berry", + "move1": "Aurora Beam", + "move2": "Endure", + "move3": "Safeguard", + "move4": "Sleep Talk", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Swinub", + "item": "Psncureberry", + "move1": "Powder Snow", + "move2": "Endure", + "move3": "Roar", + "move4": "Mist", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Shellder", + "item": "Bitter Berry", + "move1": "Whirlpool", + "move2": "Aurora Beam", + "move3": "Endure", + "move4": "Withdraw", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Smoochum", + "item": "Nevermeltice", + "move1": "Confusion", + "move2": "Powder Snow", + "move3": "Lick", + "move4": "Pound", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Kingler", + "item": "Przcureberry", + "move1": "Crabhammer", + "move2": "Blizzard", + "move3": "Stomp", + "move4": "Vicegrip", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Flaaffy", + "item": "Mint Berry", + "move1": "Thunderpunch", + "move2": "Tackle", + "move3": "Iron Tail", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + }] +},{ + "group": "Skier", + "trainer": "Carol", + "unknown1": "0x5c", + "text": "text/gymleadercastle/mahogany/carol1.txt", + "pokemon": [{ + "level": 50, + "species": "Delibird", + "item": "Przcureberry", + "move1": "Icy Wind", + "move2": "Headbutt", + "move3": "Present", + "move4": "Fly", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Azumarill", + "item": "Mint Berry", + "move1": "Icy Wind", + "move2": "Headbutt", + "move3": "Surf", + "move4": "Double-Edge", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Cubone", + "item": "Bitter Berry", + "move1": "Icy Wind", + "move2": "Headbutt", + "move3": "Bone Rush", + "move4": "Growl", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Qwilfish", + "item": "Berry", + "move1": "Icy Wind", + "move2": "Headbutt", + "move3": "Take Down", + "move4": "Pin Missile", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Dratini", + "item": "Psncureberry", + "move1": "Icy Wind", + "move2": "Headbutt", + "move3": "Dragon Rage", + "move4": "Slam", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Seadra", + "item": "Bitter Berry", + "move1": "Icy Wind", + "move2": "Headbutt", + "move3": "Smokescreen", + "move4": "Surf", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + }] +},{ + "group": "Gym Leader", + "trainer": "Pryce", + "unknown1": "0x5d", + "text": "text/gymleadercastle/mahogany/pryce1.txt", + "pokemon": [{ + "level": 50, + "species": "Piloswine", + "item": "Quick Claw", + "move1": "Blizzard", + "move2": "Earthquake", + "move3": "Take Down", + "move4": "Sleep Talk", + "unknown3": "0xff", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xa54b" + },{ + "level": 50, + "species": "Dewgong", + "item": "Mint Berry", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Take Down", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Cloyster", + "item": "Przcureberry", + "move1": "Ice Beam", + "move2": "Surf", + "move3": "Spike Cannon", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Ursaring", + "item": "Bitter Berry", + "move1": "Thrash", + "move2": "Dig", + "move3": "Faint Attack", + "move4": "Thunderpunch", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Donphan", + "item": "Ice Berry", + "move1": "Double-Edge", + "move2": "Earthquake", + "move3": "Rollout", + "move4": "Snore", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Jynx", + "item": "Miracleberry", + "move1": "Ice Punch", + "move2": "Psychic", + "move3": "Shadow Ball", + "move4": "Thrash", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/mahogany2.json b/stadiumgs/rosters/gymleadercastle/mahogany2.json new file mode 100644 index 0000000..242ed83 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/mahogany2.json @@ -0,0 +1,302 @@ +[{ + "group": "Boarder", + "trainer": "Alvin", + "unknown1": "0x8c", + "text": "text/gymleadercastle/mahogany/alvin2.txt", + "pokemon": [{ + "level": 50, + "species": "Seel", + "item": "Przcureberry", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Encore", + "move4": "Disable", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Kadabra", + "item": "Twistedspoon", + "move1": "Psybeam", + "move2": "Ice Punch", + "move3": "Encore", + "move4": "Disable", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Delibird", + "item": "Mint Berry", + "move1": "Fly", + "move2": "Blizzard", + "move3": "Quick Attack", + "move4": "Rapid Spin", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Magneton", + "item": "Psncureberry", + "move1": "Thunderbolt", + "move2": "Tri Attack", + "move3": "Rollout", + "move4": "Mimic", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Venusaur", + "item": "Bitter Berry", + "move1": "Razor Leaf", + "move2": "Body Slam", + "move3": "Reflect", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Sneasel", + "item": "Ice Berry", + "move1": "Slash", + "move2": "Ice Beam", + "move3": "Shadow Ball", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8767" + }] +},{ + "group": "Skier", + "trainer": "Carol", + "unknown1": "0x9d", + "text": "text/gymleadercastle/mahogany/carol2.txt", + "pokemon": [{ + "level": 50, + "species": "Seadra", + "item": "King's Rock", + "move1": "Icy Wind", + "move2": "Twister", + "move3": "Headbutt", + "move4": "Blizzard", + "unknown2": "0x3c", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Raticate", + "item": "Przcureberry", + "move1": "Icy Wind", + "move2": "Bite", + "move3": "Hyper Fang", + "move4": "Blizzard", + "unknown2": "0x3c", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Omastar", + "item": "Mint Berry", + "move1": "Icy Wind", + "move2": "Headbutt", + "move3": "Bite", + "move4": "Blizzard", + "unknown2": "0x3c", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Marowak", + "item": "Burnt Berry", + "move1": "Icy Wind", + "move2": "Rock Slide", + "move3": "Headbutt", + "move4": "Blizzard", + "unknown2": "0x3c", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Poliwhirl", + "item": "Bitter Berry", + "move1": "Icy Wind", + "move2": "Headbutt", + "move3": "Whirlpool", + "move4": "Blizzard", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Persian", + "item": "Psncureberry", + "move1": "Icy Wind", + "move2": "Headbutt", + "move3": "Bite", + "move4": "Roar", + "unknown2": "0x3c", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + }] +},{ + "group": "Gym Leader", + "trainer": "Pryce", + "unknown1": "0x9e", + "text": "text/gymleadercastle/mahogany/pryce2.txt", + "pokemon": [{ + "level": 50, + "species": "Piloswine", + "item": "Quick Claw", + "move1": "Earthquake", + "move2": "Ice Beam", + "move3": "Ancientpower", + "move4": "Body Slam", + "unknown2": "0x3c", + "unknown3": "0xff", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xb87c" + },{ + "level": 50, + "species": "Quagsire", + "item": "Bright Powder", + "move1": "Surf", + "move2": "Earthquake", + "move3": "Ice Beam", + "move4": "Iron Tail", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Hitmontop", + "item": "Miracleberry", + "move1": "Hi Jump Kick", + "move2": "Strength", + "move3": "Dig", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Tentacruel", + "item": "Focus Band", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Reflect", + "move4": "Mirror Coat", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Girafarig", + "item": "Przcureberry", + "move1": "Headbutt", + "move2": "Psychic", + "move3": "Earthquake", + "move4": "Shadow Ball", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Articuno", + "item": "Scope Lens", + "move1": "Ice Beam", + "move2": "Fly", + "move3": "Double-Edge", + "move4": "Bubblebeam", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0xba9a" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/olivine1.json b/stadiumgs/rosters/gymleadercastle/olivine1.json new file mode 100644 index 0000000..5783b9a --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/olivine1.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Jasmine", + "unknown1": "0x57", + "text": "text/gymleadercastle/olivine/jasmine1.txt", + "pokemon": [{ + "level": 50, + "species": "Steelix", + "item": "Scope Lens", + "move1": "Iron Tail", + "move2": "Earthquake", + "move3": "Rock Throw", + "move4": "Strength", + "unknown3": "0xff", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0xb767" + },{ + "level": 50, + "species": "Corsola", + "item": "Bitter Berry", + "move1": "Bubblebeam", + "move2": "Ancientpower", + "move3": "Spike Cannon", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Magneton", + "item": "Mint Berry", + "move1": "Thundershock", + "move2": "Swift", + "move3": "Thunder", + "move4": "Sonicboom", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Mantine", + "item": "Przcureberry", + "move1": "Surf", + "move2": "Wing Attack", + "move3": "Take Down", + "move4": "Sleep Talk", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Skarmory", + "item": "Metal Coat", + "move1": "Steel Wing", + "move2": "Fly", + "move3": "Swift", + "move4": "Fury Attack", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Forretress", + "item": "Psncureberry", + "move1": "Double-Edge", + "move2": "Rollout", + "move3": "Giga Drain", + "move4": "Rapid Spin", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/olivine2.json b/stadiumgs/rosters/gymleadercastle/olivine2.json new file mode 100644 index 0000000..c92efeb --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/olivine2.json @@ -0,0 +1,98 @@ +[{ + "group": "Gym Leader", + "trainer": "Jasmine", + "unknown1": "0x98", + "text": "text/gymleadercastle/olivine/jasmine2.txt", + "pokemon": [{ + "level": 50, + "species": "Steelix", + "item": "Quick Claw", + "move1": "Iron Tail", + "move2": "Earthquake", + "move3": "Rock Slide", + "move4": "Return", + "unknown2": "0xc0", + "unknown3": "0xff", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0xca9a" + },{ + "level": 50, + "species": "Stantler", + "item": "Przcureberry", + "move1": "Psychic", + "move2": "Earthquake", + "move3": "Light Screen", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x7989" + },{ + "level": 50, + "species": "Blastoise", + "item": "Miracleberry", + "move1": "Surf", + "move2": "Earthquake", + "move3": "Ice Beam", + "move4": "Mirror Coat", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8989" + },{ + "level": 50, + "species": "Slowbro", + "item": "Bright Powder", + "move1": "Surf", + "move2": "Psychic", + "move3": "Earthquake", + "move4": "Ice Beam", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x7989" + },{ + "level": 50, + "species": "Rapidash", + "item": "King's Rock", + "move1": "Flamethrower", + "move2": "Double Kick", + "move3": "Stomp", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8989" + },{ + "level": 50, + "species": "Scizor", + "item": "Focus Band", + "move1": "Metal Claw", + "move2": "Reversal", + "move3": "Wing Attack", + "move4": "Slash", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x7989" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/pewter1.json b/stadiumgs/rosters/gymleadercastle/pewter1.json new file mode 100644 index 0000000..4d2ca97 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/pewter1.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Brock", + "unknown1": "0x1a", + "text": "text/gymleadercastle/kanto/brock1.txt", + "pokemon": [{ + "level": 50, + "species": "Onix", + "item": "Quick Claw", + "move1": "Rock Throw", + "move2": "Earthquake", + "move3": "Strength", + "move4": "Bide", + "unknown3": "0xff", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0xa656" + },{ + "level": 50, + "species": "Golem", + "item": "Scope Lens", + "move1": "Rock Throw", + "move2": "Magnitude", + "move3": "Defense Curl", + "move4": "Rollout", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Omastar", + "item": "Miracleberry", + "move1": "Ancientpower", + "move2": "Surf", + "move3": "Blizzard", + "move4": "Bite", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Pinsir", + "item": "Focus Band", + "move1": "Fury Cutter", + "move2": "Strength", + "move3": "Seismic Toss", + "move4": "Submission", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x9656" + },{ + "level": 50, + "species": "Forretress", + "item": "Mint Berry", + "move1": "Take Down", + "move2": "Giga Drain", + "move3": "Defense Curl", + "move4": "Rollout", + "unknown3": "0xff", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x7656" + },{ + "level": 50, + "species": "Kabutops", + "item": "Przcureberry", + "move1": "Ancientpower", + "move2": "Surf", + "move3": "Slash", + "move4": "Sleep Talk", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/pewter2.json b/stadiumgs/rosters/gymleadercastle/pewter2.json new file mode 100644 index 0000000..8490b91 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/pewter2.json @@ -0,0 +1,99 @@ +[{ + "group": "Gym Leader", + "trainer": "Brock", + "unknown1": "0xac", + "text": "text/gymleadercastle/kanto/brock2.txt", + "pokemon": [{ + "level": 50, + "species": "Steelix", + "item": "Scope Lens", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Return", + "move4": "Fissure", + "unknown3": "0xff", + "hp exp": "0xd200", + "attack exp": "0xd200", + "defense exp": "0xd200", + "speed exp": "0xd200", + "special exp": "0xd200", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Counter", + "move4": "Earthquake", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Rhydon", + "item": "Quick Claw", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Double-Edge", + "move4": "Fissure", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7a9a" + },{ + "level": 50, + "species": "Slowbro", + "item": "Bright Powder", + "move1": "Surf", + "move2": "Psychic", + "move3": "Flamethrower", + "move4": "Fissure", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7a9a" + },{ + "level": 50, + "species": "Ursaring", + "item": "Mint Berry", + "move1": "Defense Curl", + "move2": "Rollout", + "move3": "Slash", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Shuckle", + "item": "Leftovers", + "move1": "Defense Curl", + "move2": "Rollout", + "move3": "Safeguard", + "move4": "Wrap", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xc800", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0xe99a" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/red1.json b/stadiumgs/rosters/gymleadercastle/red1.json new file mode 100644 index 0000000..3b4aea3 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/red1.json @@ -0,0 +1,97 @@ +[{ + "group": "Pokémon Trainer", + "trainer": "Red", + "unknown1": "0x1d", + "text": "text/gymleadercastle/kanto/red1.txt", + "pokemon": [{ + "level": 50, + "species": "Meganium", + "item": "Mint Berry", + "move1": "Razor Leaf", + "move2": "Body Slam", + "move3": "Giga Drain", + "move4": "Synthesis", + "unknown3": "0xb4", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x1656" + },{ + "level": 50, + "species": "Feraligatr", + "item": "Miracleberry", + "move1": "Surf", + "move2": "Slash", + "move3": "Blizzard", + "move4": "Bite", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Typhlosion", + "item": "Focus Band", + "move1": "Flamethrower", + "move2": "Quick Attack", + "move3": "Thunderpunch", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Jolteon", + "item": "King's Rock", + "move1": "Thunder", + "move2": "Bite", + "move3": "Thunder Wave", + "move4": "Quick Attack", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x1656" + },{ + "level": 50, + "species": "Scizor", + "item": "Quick Claw", + "move1": "Metal Claw", + "move2": "Slash", + "move3": "Quick Attack", + "move4": "Sleep Talk", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Tauros", + "item": "Scope Lens", + "move1": "Headbutt", + "move2": "Earthquake", + "move3": "Iron Tail", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/red2.json b/stadiumgs/rosters/gymleadercastle/red2.json new file mode 100644 index 0000000..b5d4140 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/red2.json @@ -0,0 +1,99 @@ +[{ + "group": "Pokémon Trainer", + "trainer": "Red", + "unknown1": "0xaf", + "text": "text/gymleadercastle/kanto/red2.txt", + "pokemon": [{ + "level": 50, + "species": "Raikou", + "item": "Focus Band", + "move1": "Thunderbolt", + "move2": "Bite", + "move3": "Iron Tail", + "move4": "Hidden Power", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0xbdbb" + },{ + "level": 50, + "species": "Entei", + "item": "Scope Lens", + "move1": "Fire Blast", + "move2": "Bite", + "move3": "Iron Tail", + "move4": "Hidden Power", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0xcbbb" + },{ + "level": 50, + "species": "Suicune", + "item": "Bright Powder", + "move1": "Surf", + "move2": "Ice Beam", + "move3": "Roar", + "move4": "Hidden Power", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0xaebb" + },{ + "level": 50, + "species": "Dragonite", + "item": "Miracleberry", + "move1": "Fly", + "move2": "Body Slam", + "move3": "Thunder Wave", + "move4": "Hidden Power", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0xccaa" + },{ + "level": 50, + "species": "Snorlax", + "item": "Quick Claw", + "move1": "Body Slam", + "move2": "Earthquake", + "move3": "Shadow Ball", + "move4": "Hidden Power", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0xcdaa" + },{ + "level": 50, + "species": "Espeon", + "item": "King's Rock", + "move1": "Psychic", + "move2": "Bite", + "move3": "Reflect", + "move4": "Hidden Power", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0xacaa" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/rocket1.json b/stadiumgs/rosters/gymleadercastle/rocket1.json new file mode 100644 index 0000000..28c289e --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/rocket1.json @@ -0,0 +1,380 @@ +[{ + "group": "Grunt♂", + "trainer": "Grunt", + "unknown1": "0x58", + "text": "text/gymleadercastle/rocket/gruntm1.txt", + "pokemon": [{ + "level": 50, + "species": "Geodude", + "item": "Psncureberry", + "move1": "Earthquake", + "move2": "Rock Throw", + "move3": "Strength", + "move4": "Explosion", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xa747" + },{ + "level": 50, + "species": "Koffing", + "item": "Burnt Berry", + "move1": "Sludge", + "move2": "Zap Cannon", + "move3": "Smog", + "move4": "Explosion", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x7747" + },{ + "level": 50, + "species": "Pineco", + "item": "Ice Berry", + "move1": "Double-Edge", + "move2": "Giga Drain", + "move3": "Rapid Spin", + "move4": "Explosion", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xa747" + },{ + "level": 50, + "species": "Graveler", + "item": "Mint Berry", + "move1": "Magnitude", + "move2": "Rock Throw", + "move3": "Strength", + "move4": "Explosion", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xa747" + },{ + "level": 50, + "species": "Weezing", + "item": "Przcureberry", + "move1": "Sludge", + "move2": "Zap Cannon", + "move3": "Poison Gas", + "move4": "Explosion", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x7747" + },{ + "level": 50, + "species": "Electrode", + "item": "Bitter Berry", + "move1": "Thunder", + "move2": "Swift", + "move3": "Sonicboom", + "move4": "Explosion", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xa747" + }] +},{ + "group": "Grunt♀", + "trainer": "Grunt", + "unknown1": "0x59", + "text": "text/gymleadercastle/rocket/gruntf1.txt", + "pokemon": [{ + "level": 50, + "species": "Murkrow", + "item": "Blackglasses", + "move1": "Toxic", + "move2": "Detect", + "move3": "Pursuit", + "move4": "Fly", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8949" + },{ + "level": 50, + "species": "Drowzee", + "item": "Ice Berry", + "move1": "Toxic", + "move2": "Protect", + "move3": "Confusion", + "move4": "Pound", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8949" + },{ + "level": 50, + "species": "Spinarak", + "item": "Psncureberry", + "move1": "Toxic", + "move2": "Protect", + "move3": "Leech Life", + "move4": "Constrict", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4949" + },{ + "level": 50, + "species": "Dunsparce", + "item": "Bitter Berry", + "move1": "Toxic", + "move2": "Protect", + "move3": "Pursuit", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4949" + },{ + "level": 50, + "species": "Zubat", + "item": "Mint Berry", + "move1": "Toxic", + "move2": "Detect", + "move3": "Leech Life", + "move4": "Wing Attack", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4949" + },{ + "level": 50, + "species": "Houndour", + "item": "Przcureberry", + "move1": "Toxic", + "move2": "Detect", + "move3": "Bite", + "move4": "Ember", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8949" + }] +},{ + "group": "Executive♀", + "trainer": "Executive", + "unknown1": "0x5a", + "text": "text/gymleadercastle/rocket/executivef1.txt", + "pokemon": [{ + "level": 50, + "species": "Sneasel", + "move1": "Thief", + "move2": "Slash", + "move3": "Nightmare", + "move4": "Frustration", + "unknown3": "0x37", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Muk", + "move1": "Thief", + "move2": "Sludge Bomb", + "move3": "Fire Blast", + "move4": "Frustration", + "unknown3": "0x37", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Lickitung", + "move1": "Thief", + "move2": "Earthquake", + "move3": "Blizzard", + "move4": "Frustration", + "unknown3": "0x1e", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Vileplume", + "item": "Przcureberry", + "move1": "Giga Drain", + "move2": "Acid", + "move3": "Cut", + "move4": "Frustration", + "unknown3": "0x28", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Raticate", + "move1": "Thief", + "move2": "Dig", + "move3": "Super Fang", + "move4": "Frustration", + "unknown3": "0x46", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Arbok", + "move1": "Thief", + "move2": "Sludge Bomb", + "move3": "Sleep Talk", + "move4": "Frustration", + "unknown3": "0x28", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x8545" + }] +},{ + "group": "Executive♂", + "trainer": "Executive", + "unknown1": "0x5b", + "text": "text/gymleadercastle/rocket/executivem1.txt", + "pokemon": [{ + "level": 50, + "species": "Houndoom", + "item": "Scope Lens", + "move1": "Crunch", + "move2": "Sunny Day", + "move3": "Flamethrower", + "move4": "Solarbeam", + "unknown3": "0xff", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Golbat", + "item": "Burnt Berry", + "move1": "Bite", + "move2": "Wing Attack", + "move3": "Giga Drain", + "move4": "Confuse Ray", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Persian", + "item": "Psncureberry", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Iron Tail", + "move4": "Thunder", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Misdreavus", + "item": "Mint Berry", + "move1": "Shadow Ball", + "move2": "Psychic", + "move3": "Curse", + "move4": "Pain Split", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Victreebel", + "item": "Przcureberry", + "move1": "Razor Leaf", + "move2": "Sludge Bomb", + "move3": "Sunny Day", + "move4": "Solarbeam", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Wobbuffet", + "item": "Bitter Berry", + "move1": "Safeguard", + "move2": "Counter", + "move3": "Mirror Coat", + "move4": "Destiny Bond", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x1515" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/rocket2.json b/stadiumgs/rosters/gymleadercastle/rocket2.json new file mode 100644 index 0000000..536618a --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/rocket2.json @@ -0,0 +1,396 @@ +[{ + "group": "Grunt♂", + "trainer": "Grunt", + "unknown1": "0x99", + "text": "text/gymleadercastle/rocket/gruntm2.txt", + "pokemon": [{ + "level": 50, + "species": "Weezing", + "item": "Bitter Berry", + "move1": "Explosion", + "move2": "Sludge", + "move3": "Psybeam", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Electrode", + "item": "Mint Berry", + "move1": "Explosion", + "move2": "Thunderbolt", + "move3": "Mirror Coat", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0xb767" + },{ + "level": 50, + "species": "Cloyster", + "item": "Nevermeltice", + "move1": "Explosion", + "move2": "Ice Beam", + "move3": "Surf", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Sudowoodo", + "item": "Przcureberry", + "move1": "Selfdestruct", + "move2": "Rock Slide", + "move3": "Earthquake", + "move4": "Faint Attack", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x7767" + },{ + "level": 50, + "species": "Forretress", + "item": "Silverpowder", + "move1": "Explosion", + "move2": "Pin Missile", + "move3": "Giga Drain", + "move4": "Double-Edge", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x7767" + },{ + "level": 50, + "species": "Golem", + "item": "Focus Band", + "move1": "Explosion", + "move2": "Magnitude", + "move3": "Rock Slide", + "move4": "Strength", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x7767" + }] +},{ + "group": "Grunt♀", + "trainer": "Grunt", + "unknown1": "0x9a", + "text": "text/gymleadercastle/rocket/gruntf2.txt", + "pokemon": [{ + "level": 50, + "species": "Houndour", + "item": "Charcoal", + "move1": "Toxic", + "move2": "Fire Spin", + "move3": "Flamethrower", + "move4": "Detect", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8a4a" + },{ + "level": 50, + "species": "Shuckle", + "item": "Psncureberry", + "move1": "Toxic", + "move2": "Wrap", + "move3": "Dig", + "move4": "Protect", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8a4a" + },{ + "level": 50, + "species": "Azumarill", + "item": "Mystic Water", + "move1": "Perish Song", + "move2": "Whirlpool", + "move3": "Surf", + "move4": "Protect", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x4a4a" + },{ + "level": 50, + "species": "Shellder", + "item": "Mint Berry", + "move1": "Toxic", + "move2": "Clamp", + "move3": "Ice Beam", + "move4": "Protect", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x4a4a" + },{ + "level": 50, + "species": "Onix", + "item": "Bitter Berry", + "move1": "Toxic", + "move2": "Bind", + "move3": "Earthquake", + "move4": "Protect", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8a4a" + },{ + "level": 50, + "species": "Dewgong", + "item": "Przcureberry", + "move1": "Perish Song", + "move2": "Whirlpool", + "move3": "Aurora Beam", + "move4": "Protect", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8a4a" + }] +},{ + "group": "Executive♀", + "trainer": "Executive", + "unknown1": "0x9b", + "text": "text/gymleadercastle/rocket/executivef2.txt", + "pokemon": [{ + "level": 50, + "species": "Vileplume", + "item": "Miracleberry", + "move1": "Razor Leaf", + "move2": "Sludge Bomb", + "move3": "Petal Dance", + "move4": "Frustration", + "unknown3": "0x5", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Arbok", + "move1": "Thief", + "move2": "Earthquake", + "move3": "Rock Slide", + "move4": "Frustration", + "unknown3": "0x5", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Magcargo", + "item": "Mint Berry", + "move1": "Flamethrower", + "move2": "Rock Slide", + "move3": "Earthquake", + "move4": "Frustration", + "unknown3": "0x5", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Kabutops", + "item": "Berserk Gene", + "move1": "Thief", + "move2": "Surf", + "move3": "Ancientpower", + "move4": "Frustration", + "unknown2": "0xc", + "unknown3": "0x5", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Victreebel", + "item": "Przcureberry", + "move1": "Razor Leaf", + "move2": "Sludge Bomb", + "move3": "Giga Drain", + "move4": "Frustration", + "unknown2": "0xc", + "unknown3": "0x5", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Golbat", + "move1": "Thief", + "move2": "Wing Attack", + "move3": "Haze", + "move4": "Frustration", + "unknown3": "0x5", + "hp exp": "0x9600", + "attack exp": "0x9600", + "defense exp": "0x9600", + "speed exp": "0x9600", + "special exp": "0x9600", + "dvs": "0x6767" + }] +},{ + "group": "Executive♂", + "trainer": "Executive", + "unknown1": "0x9c", + "text": "text/gymleadercastle/rocket/executivem2.txt", + "pokemon": [{ + "level": 50, + "species": "Houndoom", + "item": "Miracleberry", + "move1": "Crunch", + "move2": "Sunny Day", + "move3": "Fire Blast", + "move4": "Solarbeam", + "unknown2": "0x3f", + "unknown3": "0xff", + "hp exp": "0xaa00", + "attack exp": "0xaa00", + "defense exp": "0xaa00", + "speed exp": "0xaa00", + "special exp": "0xaa00", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Octillery", + "item": "Scope Lens", + "move1": "Surf", + "move2": "Psybeam", + "move3": "Swagger", + "move4": "Screech", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Wobbuffet", + "item": "Focus Band", + "move1": "Counter", + "move2": "Mirror Coat", + "move3": "Safeguard", + "move4": "Destiny Bond", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Hypno", + "item": "Przcureberry", + "move1": "Psychic", + "move2": "Shadow Ball", + "move3": "Thunderpunch", + "move4": "Swagger", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Parasect", + "item": "Bright Powder", + "move1": "Giga Drain", + "move2": "Sludge Bomb", + "move3": "Swagger", + "move4": "Stun Spore", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Tyranitar", + "item": "Quick Claw", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Swagger", + "move4": "Screech", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0xa000", + "attack exp": "0xa000", + "defense exp": "0xa000", + "speed exp": "0xa000", + "special exp": "0xa000", + "dvs": "0x8767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/saffron1.json b/stadiumgs/rosters/gymleadercastle/saffron1.json new file mode 100644 index 0000000..ec45044 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/saffron1.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Sabrina", + "unknown1": "0x16", + "text": "text/gymleadercastle/kanto/sabrina1.txt", + "pokemon": [{ + "level": 50, + "species": "Alakazam", + "item": "King's Rock", + "move1": "Psychic", + "move2": "Ice Punch", + "move3": "Shadow Ball", + "move4": "Future Sight", + "unknown3": "0xb4", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Mr.Mime", + "item": "Focus Band", + "move1": "Psychic", + "move2": "Thunderpunch", + "move3": "Ice Punch", + "move4": "Fire Punch", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Hypno", + "item": "Scope Lens", + "move1": "Psychic", + "move2": "Headbutt", + "move3": "Nightmare", + "move4": "Future Sight", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Wigglytuff", + "item": "Quick Claw", + "move1": "Psychic", + "move2": "Double-Edge", + "move3": "Solarbeam", + "move4": "Shadow Ball", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Furret", + "item": "Miracleberry", + "move1": "Quick Attack", + "move2": "Dynamicpunch", + "move3": "Dig", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Slowbro", + "item": "Przcureberry", + "move1": "Surf", + "move2": "Psychic", + "move3": "Earthquake", + "move4": "Fire Blast", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/saffron2.json b/stadiumgs/rosters/gymleadercastle/saffron2.json new file mode 100644 index 0000000..e39a5af --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/saffron2.json @@ -0,0 +1,98 @@ +[{ + "group": "Gym Leader", + "trainer": "Sabrina", + "unknown1": "0xa8", + "text": "text/gymleadercastle/kanto/sabrina2.txt", + "pokemon": [{ + "level": 50, + "species": "Alakazam", + "item": "King's Rock", + "move1": "Psychic", + "move2": "Thunderpunch", + "move3": "Fire Punch", + "move4": "Future Sight", + "unknown3": "0xff", + "hp exp": "0xd200", + "attack exp": "0xd200", + "defense exp": "0xd200", + "speed exp": "0xd200", + "special exp": "0xd200", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Scizor", + "item": "Miracleberry", + "move1": "Metal Claw", + "move2": "Slash", + "move3": "Light Screen", + "move4": "Reversal", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Typhlosion", + "item": "Focus Band", + "move1": "Flamethrower", + "move2": "Earthquake", + "move3": "Thunderpunch", + "move4": "Reversal", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Scope Lens", + "move1": "Dynamicpunch", + "move2": "Mega Kick", + "move3": "Foresight", + "move4": "Mind Reader", + "unknown2": "0xf3", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7a9a" + },{ + "level": 50, + "species": "Sandslash", + "item": "Bright Powder", + "move1": "Earthquake", + "move2": "Slash", + "move3": "Rock Slide", + "move4": "Submission", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7a9a" + },{ + "level": 50, + "species": "Slowking", + "item": "Quick Claw", + "move1": "Psychic", + "move2": "Surf", + "move3": "Earthquake", + "move4": "Future Sight", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/vermilion1.json b/stadiumgs/rosters/gymleadercastle/vermilion1.json new file mode 100644 index 0000000..5417272 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/vermilion1.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Lt.Surge", + "unknown1": "0x15", + "text": "text/gymleadercastle/kanto/surge1.txt", + "pokemon": [{ + "level": 50, + "species": "Raichu", + "item": "Miracleberry", + "move1": "Thunderbolt", + "move2": "Thunder Wave", + "move3": "Seismic Toss", + "move4": "Surf", + "unknown3": "0xb4", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Lanturn", + "item": "Scope Lens", + "move1": "Surf", + "move2": "Spark", + "move3": "Thunder Wave", + "move4": "Take Down", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Electabuzz", + "item": "Quick Claw", + "move1": "Thunderbolt", + "move2": "Strength", + "move3": "Psychic", + "move4": "Ice Punch", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Electrode", + "item": "King's Rock", + "move1": "Thunder", + "move2": "Rollout", + "move3": "Mirror Coat", + "move4": "Explosion", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Porygon", + "item": "Przcureberry", + "move1": "Conversion", + "move2": "Hidden Power", + "move3": "Psybeam", + "move4": "Tri Attack", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0xb956" + },{ + "level": 50, + "species": "Magneton", + "item": "Focus Band", + "move1": "Thunder", + "move2": "Thunder Wave", + "move3": "Sonicboom", + "move4": "Sleep Talk", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/vermilion2.json b/stadiumgs/rosters/gymleadercastle/vermilion2.json new file mode 100644 index 0000000..66fba99 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/vermilion2.json @@ -0,0 +1,99 @@ +[{ + "group": "Gym Leader", + "trainer": "Lt.Surge", + "unknown1": "0xa7", + "text": "text/gymleadercastle/kanto/surge2.txt", + "pokemon": [{ + "level": 50, + "species": "Raichu", + "item": "Focus Band", + "move1": "Thunderbolt", + "move2": "Thunder Wave", + "move3": "Reversal", + "move4": "Surf", + "unknown3": "0xff", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Victreebel", + "item": "Miracleberry", + "move1": "Razor Leaf", + "move2": "Sludge Bomb", + "move3": "Body Slam", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7a9a" + },{ + "level": 50, + "species": "Porygon2", + "item": "Quick Claw", + "move1": "Conversion 2", + "move2": "Tri Attack", + "move3": "Psychic", + "move4": "Blizzard", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Quagsire", + "item": "Bright Powder", + "move1": "Surf", + "move2": "Earthquake", + "move3": "Ancientpower", + "move4": "Ice Beam", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7a9a" + },{ + "level": 50, + "species": "Dodrio", + "item": "Scope Lens", + "move1": "Drill Peck", + "move2": "Tri Attack", + "move3": "Pursuit", + "move4": "Steel Wing", + "unknown3": "0x80", + "hp exp": "0xbe00", + "attack exp": "0xbe00", + "defense exp": "0xbe00", + "speed exp": "0xbe00", + "special exp": "0xbe00", + "dvs": "0x7a9a" + },{ + "level": 50, + "species": "Jolteon", + "item": "King's Rock", + "move1": "Thunderbolt", + "move2": "Hidden Power", + "move3": "Roar", + "move4": "Thunder Wave", + "unknown3": "0xff", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0xb99a" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/violet1.json b/stadiumgs/rosters/gymleadercastle/violet1.json new file mode 100644 index 0000000..51c8b97 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/violet1.json @@ -0,0 +1,193 @@ +[{ + "group": "Bird Keeper", + "trainer": "Matt", + "unknown1": "0x4d", + "text": "text/gymleadercastle/violet/matt1.txt", + "pokemon": [{ + "level": 50, + "species": "Pidgey", + "item": "Berry", + "move1": "Fly", + "move2": "Agility", + "move3": "Quick Attack", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Hoothoot", + "item": "Psncureberry", + "move1": "Peck", + "move2": "Foresight", + "move3": "Confusion", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Spearow", + "item": "Ice Berry", + "move1": "Fly", + "move2": "Agility", + "move3": "Fury Attack", + "move4": "Mirror Move", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Natu", + "item": "Mint Berry", + "move1": "Peck", + "move2": "Leer", + "move3": "Endure", + "move4": "Flash", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Doduo", + "item": "Bitter Berry", + "move1": "Peck", + "move2": "Agility", + "move3": "Fury Attack", + "move4": "Tri Attack", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x8545" + },{ + "level": 50, + "species": "Pidgeotto", + "item": "Przcureberry", + "move1": "Gust", + "move2": "Agility", + "move3": "Quick Attack", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x8545" + }] +},{ + "group": "Gym Leader", + "trainer": "Falkner", + "unknown1": "0x4e", + "text": "text/gymleadercastle/violet/falkner1.txt", + "pokemon": [{ + "level": 50, + "species": "Pidgeot", + "item": "Przcureberry", + "move1": "Fly", + "move2": "Mud-Slap", + "move3": "Quick Attack", + "move4": "Whirlwind", + "unknown3": "0xff", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0xa656" + },{ + "level": 50, + "species": "Farfetch'd", + "item": "Stick", + "move1": "Fly", + "move2": "Slash", + "move3": "Mud-Slap", + "move4": "False Swipe", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Noctowl", + "item": "Mint Berry", + "move1": "Fly", + "move2": "Confusion", + "move3": "Take Down", + "move4": "Mud-Slap", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Delibird", + "item": "Bitter Berry", + "move1": "Present", + "move2": "Mud-Slap", + "move3": "Headbutt", + "move4": "Blizzard", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Fearow", + "item": "Sharp Beak", + "move1": "Drill Peck", + "move2": "Mud-Slap", + "move3": "Mirror Move", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Togetic", + "item": "Burnt Berry", + "move1": "Fly", + "move2": "Double-Edge", + "move3": "Psychic", + "move4": "Fire Blast", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8656" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/violet2.json b/stadiumgs/rosters/gymleadercastle/violet2.json new file mode 100644 index 0000000..9e4c3b9 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/violet2.json @@ -0,0 +1,198 @@ +[{ + "group": "Bird Keeper", + "trainer": "Matt", + "unknown1": "0x8e", + "text": "text/gymleadercastle/violet/matt2.txt", + "pokemon": [{ + "level": 50, + "species": "Pidgeotto", + "item": "Sharp Beak", + "move1": "Mirror Move", + "move2": "Gust", + "move3": "Quick Attack", + "move4": "Steel Wing", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8a3a" + },{ + "level": 50, + "species": "Togetic", + "item": "Przcureberry", + "move1": "Mirror Move", + "move2": "Psychic", + "move3": "Fire Blast", + "move4": "Zap Cannon", + "unknown2": "0xf", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3a3a" + },{ + "level": 50, + "species": "Fearow", + "item": "Mint Berry", + "move1": "Mirror Move", + "move2": "Drill Peck", + "move3": "Tri Attack", + "move4": "Quick Attack", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3a3a" + },{ + "level": 50, + "species": "Farfetch'd", + "item": "Stick", + "move1": "Mirror Move", + "move2": "Fly", + "move3": "Slash", + "move4": "Flail", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x8a3a" + },{ + "level": 50, + "species": "Noctowl", + "item": "Metal Coat", + "move1": "Mirror Move", + "move2": "Take Down", + "move3": "Steel Wing", + "move4": "Confusion", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3a3a" + },{ + "level": 50, + "species": "Murkrow", + "item": "Blackglasses", + "move1": "Mirror Move", + "move2": "Drill Peck", + "move3": "Faint Attack", + "move4": "Quick Attack", + "unknown3": "0x80", + "hp exp": "0x7800", + "attack exp": "0x7800", + "defense exp": "0x7800", + "speed exp": "0x7800", + "special exp": "0x7800", + "dvs": "0x3a3a" + }] +},{ + "group": "Gym Leader", + "trainer": "Falkner", + "unknown1": "0x8f", + "text": "text/gymleadercastle/violet/falkner2.txt", + "pokemon": [{ + "level": 50, + "species": "Pidgeot", + "item": "Przcureberry", + "move1": "Mud-Slap", + "move2": "Double-Edge", + "move3": "Steel Wing", + "move4": "Sky Attack", + "unknown2": "0x3", + "unknown3": "0xff", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0xb767" + },{ + "level": 50, + "species": "Dodrio", + "item": "Miracleberry", + "move1": "Mud-Slap", + "move2": "Tri Attack", + "move3": "Drill Peck", + "move4": "Sky Attack", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x8767" + },{ + "level": 50, + "species": "Gligar", + "item": "Focus Band", + "move1": "Wing Attack", + "move2": "Metal Claw", + "move3": "Sludge Bomb", + "move4": "Quick Attack", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Charizard", + "item": "Scope Lens", + "move1": "Mud-Slap", + "move2": "Flamethrower", + "move3": "Fly", + "move4": "Earthquake", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Skarmory", + "item": "Quick Claw", + "move1": "Mud-Slap", + "move2": "Steel Wing", + "move3": "Drill Peck", + "move4": "Sky Attack", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Zapdos", + "item": "Bright Powder", + "move1": "Mud-Slap", + "move2": "Thunderbolt", + "move3": "Drill Peck", + "move4": "Sky Attack", + "unknown2": "0x3", + "unknown3": "0xff", + "hp exp": "0x8c00", + "attack exp": "0x8c00", + "defense exp": "0x8c00", + "speed exp": "0x8c00", + "special exp": "0x8c00", + "dvs": "0xa767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/viridian1.json b/stadiumgs/rosters/gymleadercastle/viridian1.json new file mode 100644 index 0000000..2cf50f1 --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/viridian1.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Blue", + "unknown1": "0x1c", + "text": "text/gymleadercastle/kanto/blue1.txt", + "pokemon": [{ + "level": 50, + "species": "Pidgeot", + "item": "Przcureberry", + "move1": "Wing Attack", + "move2": "Mirror Move", + "move3": "Whirlwind", + "move4": "Steel Wing", + "unknown3": "0xb4", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Alakazam", + "item": "Miracleberry", + "move1": "Psychic", + "move2": "Fire Punch", + "move3": "Reflect", + "move4": "Recover", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Rhydon", + "item": "Focus Band", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Iron Tail", + "move4": "Dynamicpunch", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + },{ + "level": 50, + "species": "Gyarados", + "item": "Scope Lens", + "move1": "Surf", + "move2": "Dragonbreath", + "move3": "Bite", + "move4": "Flail", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Exeggutor", + "item": "Quick Claw", + "move1": "Giga Drain", + "move2": "Psychic", + "move3": "Sludge Bomb", + "move4": "Nightmare", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x5656" + },{ + "level": 50, + "species": "Arcanine", + "item": "King's Rock", + "move1": "Flamethrower", + "move2": "Bite", + "move3": "Extremespeed", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x8200", + "attack exp": "0x8200", + "defense exp": "0x8200", + "speed exp": "0x8200", + "special exp": "0x8200", + "dvs": "0x8656" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/gymleadercastle/viridian2.json b/stadiumgs/rosters/gymleadercastle/viridian2.json new file mode 100644 index 0000000..c5284af --- /dev/null +++ b/stadiumgs/rosters/gymleadercastle/viridian2.json @@ -0,0 +1,97 @@ +[{ + "group": "Gym Leader", + "trainer": "Blue", + "unknown1": "0xae", + "text": "text/gymleadercastle/kanto/blue2.txt", + "pokemon": [{ + "level": 50, + "species": "Scyther", + "item": "Bright Powder", + "move1": "Swords Dance", + "move2": "Agility", + "move3": "Baton Pass", + "move4": "Wing Attack", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0xda9a" + },{ + "level": 50, + "species": "Miltank", + "item": "Miracleberry", + "move1": "Body Slam", + "move2": "Earthquake", + "move3": "Reversal", + "move4": "Shadow Ball", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Gengar", + "item": "King's Rock", + "move1": "Psychic", + "move2": "Ice Punch", + "move3": "Fire Punch", + "move4": "Thunderbolt", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Houndoom", + "item": "Focus Band", + "move1": "Flamethrower", + "move2": "Crunch", + "move3": "Iron Tail", + "move4": "Reversal", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x9a9a" + },{ + "level": 50, + "species": "Piloswine", + "item": "Quick Claw", + "move1": "Ice Beam", + "move2": "Earthquake", + "move3": "Rock Slide", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0xca9d" + },{ + "level": 50, + "species": "Kingdra", + "item": "Scope Lens", + "move1": "Surf", + "move2": "Dragonbreath", + "move3": "Ice Beam", + "move4": "Flail", + "unknown3": "0x80", + "hp exp": "0xc800", + "attack exp": "0xc800", + "defense exp": "0xc800", + "speed exp": "0xc800", + "special exp": "0xc800", + "dvs": "0x7a9a" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/littlecup1.json b/stadiumgs/rosters/littlecup1.json new file mode 100644 index 0000000..b290753 --- /dev/null +++ b/stadiumgs/rosters/littlecup1.json @@ -0,0 +1,744 @@ +[{ + "group": "Youngster", + "trainer": "Bernie", + "unknown1": "0x8", + "text": "text/littlecup/bernie1.txt", + "pokemon": [{ + "level": 5, + "species": "Togepi", + "item": "Focus Band", + "move1": "Encore", + "move2": "Metronome", + "move3": "Charm", + "move4": "Headbutt", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x3232" + },{ + "level": 5, + "species": "Omanyte", + "item": "King's Rock", + "move1": "Ancientpower", + "move2": "Bite", + "move3": "Surf", + "move4": "Constrict", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x3232" + },{ + "level": 5, + "species": "Sunkern", + "item": "Miracle Seed", + "move1": "Sunny Day", + "move2": "Growth", + "move3": "Mega Drain", + "move4": "Absorb", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x3232" + },{ + "level": 5, + "species": "Slugma", + "item": "Berry", + "move1": "Flamethrower", + "move2": "Rock Throw", + "move3": "Smog", + "move4": "Harden", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x3232" + },{ + "level": 5, + "species": "Squirtle", + "item": "Mystic Water", + "move1": "Bite", + "move2": "Rapid Spin", + "move3": "Strength", + "move4": "Surf", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4343" + },{ + "level": 5, + "species": "Mankey", + "item": "Pink Bow", + "move1": "Cross Chop", + "move2": "Thunderpunch", + "move3": "Fire Punch", + "move4": "Ice Punch", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x3232" + }] +},{ + "group": "Picnicker", + "trainer": "Stacy", + "unknown1": "0x2e", + "text": "text/littlecup/stacy1.txt", + "pokemon": [{ + "level": 5, + "species": "Igglybuff", + "item": "Berry Juice", + "move1": "Sweet Kiss", + "move2": "Fire Blast", + "move3": "Defense Curl", + "move4": "Rollout", + "unknown3": "0xaa", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x2233" + },{ + "level": 5, + "species": "Snubbull", + "item": "Berry", + "move1": "Lick", + "move2": "Take Down", + "move3": "Bite", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x2233" + },{ + "level": 5, + "species": "Meowth", + "item": "Quick Claw", + "move1": "Screech", + "move2": "Headbutt", + "move3": "Bite", + "move4": "Thunder", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x2233" + },{ + "level": 5, + "species": "Pidgey", + "item": "Gold Berry", + "move1": "Mirror Move", + "move2": "Steel Wing", + "move3": "Gust", + "move4": "Mud-Slap", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x2233" + },{ + "level": 5, + "species": "Rattata", + "item": "Bright Powder", + "move1": "Quick Attack", + "move2": "Hyper Fang", + "move3": "Focus Energy", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x2233" + },{ + "level": 5, + "species": "Teddiursa", + "item": "Focus Band", + "move1": "Lick", + "move2": "Fury Swipes", + "move3": "Faint Attack", + "move4": "Thunderpunch", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x2233" + }] +},{ + "group": "Camper", + "trainer": "Grant", + "unknown1": "0x2f", + "text": "text/littlecup/grant1.txt", + "pokemon": [{ + "level": 5, + "species": "Chikorita", + "item": "King's Rock", + "move1": "Swagger", + "move2": "Reflect", + "move3": "Razor Leaf", + "move4": "Headbutt", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x2323" + },{ + "level": 5, + "species": "Totodile", + "item": "Focus Band", + "move1": "Swagger", + "move2": "Slash", + "move3": "Surf", + "move4": "Screech", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x2323" + },{ + "level": 5, + "species": "Cyndaquil", + "item": "Quick Claw", + "move1": "Swagger", + "move2": "Flame Wheel", + "move3": "Dig", + "move4": "Quick Attack", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x2323" + },{ + "level": 5, + "species": "Diglett", + "item": "Berry Juice", + "move1": "Swagger", + "move2": "Sludge Bomb", + "move3": "Magnitude", + "move4": "Sand-Attack", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x2323" + },{ + "level": 5, + "species": "Chinchou", + "item": "Berry", + "move1": "Confuse Ray", + "move2": "Spark", + "move3": "Thunder Wave", + "move4": "Take Down", + "unknown3": "0x7f", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x6777" + },{ + "level": 5, + "species": "Bellsprout", + "item": "Miracleberry", + "move1": "Slam", + "move2": "Stun Spore", + "move3": "Razor Leaf", + "move4": "Swagger", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x2323" + }] +},{ + "group": "Pokéfan♀", + "trainer": "Janet", + "unknown1": "0x30", + "text": "text/littlecup/janet1.txt", + "pokemon": [{ + "level": 5, + "species": "Tyrogue", + "item": "Focus Band", + "move1": "Double Team", + "move2": "Rock Smash", + "move3": "Frustration", + "move4": "Thief", + "unknown3": "0x2d", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x3232" + },{ + "level": 5, + "species": "Paras", + "item": "Mint Berry", + "move1": "Spore", + "move2": "Slash", + "move3": "Double Team", + "move4": "Sludge Bomb", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x3232" + },{ + "level": 5, + "species": "Geodude", + "item": "Soft Sand", + "move1": "Double Team", + "move2": "Magnitude", + "move3": "Rock Throw", + "move4": "Selfdestruct", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x8232" + },{ + "level": 5, + "species": "Spinarak", + "item": "Miracle Seed", + "move1": "Double Team", + "move2": "Sludge Bomb", + "move3": "Psychic", + "move4": "Spider Web", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x8343" + },{ + "level": 5, + "species": "Zubat", + "item": "Quick Claw", + "move1": "Double Team", + "move2": "Toxic", + "move3": "Wing Attack", + "move4": "Leech Life", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x3232" + },{ + "level": 5, + "species": "Sandshrew", + "item": "Bitter Berry", + "move1": "Double Team", + "move2": "Swift", + "move3": "Dig", + "move4": "Sandstorm", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x3232" + }] +},{ + "group": "Schoolboy", + "trainer": "Clark", + "unknown1": "0x31", + "text": "text/littlecup/clark1.txt", + "pokemon": [{ + "level": 5, + "species": "Mareep", + "item": "Magnet", + "move1": "Hidden Power", + "move2": "Headbutt", + "move3": "Thunder Wave", + "move4": "Thunder", + "unknown2": "0x30", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x8434" + },{ + "level": 5, + "species": "Ekans", + "item": "Poison Barb", + "move1": "Hidden Power", + "move2": "Protect", + "move3": "Wrap", + "move4": "Toxic", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x4422" + },{ + "level": 5, + "species": "Natu", + "item": "Berry", + "move1": "Hidden Power", + "move2": "Swagger", + "move3": "Psych Up", + "move4": "Confuse Ray", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x4343" + },{ + "level": 5, + "species": "Growlithe", + "item": "Miracleberry", + "move1": "Hidden Power", + "move2": "Take Down", + "move3": "Dig", + "move4": "Flame Wheel", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x6333" + },{ + "level": 5, + "species": "Smoochum", + "item": "Quick Claw", + "move1": "Hidden Power", + "move2": "Psychic", + "move3": "Sing", + "move4": "Sweet Kiss", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x5222" + },{ + "level": 5, + "species": "Larvitar", + "item": "Focus Band", + "move1": "Hidden Power", + "move2": "Bite", + "move3": "Sandstorm", + "move4": "Earthquake", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x9111" + }] +},{ + "group": "Swimmer♀", + "trainer": "Cora", + "unknown1": "0x25", + "text": "text/littlecup/cora1.txt", + "pokemon": [{ + "level": 5, + "species": "Cleffa", + "item": "Berry Juice", + "move1": "Attract", + "move2": "Headbutt", + "move3": "Zap Cannon", + "move4": "Sweet Kiss", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x3434" + },{ + "level": 5, + "species": "Dratini", + "item": "King's Rock", + "move1": "Surf", + "move2": "Attract", + "move3": "Blizzard", + "move4": "Dragonbreath", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x8434" + },{ + "level": 5, + "species": "Hoothoot", + "item": "Bright Powder", + "move1": "Hypnosis", + "move2": "Attract", + "move3": "Steel Wing", + "move4": "Return", + "unknown3": "0xc8", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x8323" + },{ + "level": 5, + "species": "Oddish", + "item": "Berry", + "move1": "Stun Spore", + "move2": "Sludge Bomb", + "move3": "Attract", + "move4": "Giga Drain", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x3434" + },{ + "level": 5, + "species": "Wooper", + "item": "Scope Lens", + "move1": "Earthquake", + "move2": "Sludge Bomb", + "move3": "Attract", + "move4": "Iron Tail", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x3434" + },{ + "level": 5, + "species": "Kabuto", + "item": "Quick Claw", + "move1": "Ancientpower", + "move2": "Mega Drain", + "move3": "Attract", + "move4": "Swagger", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x3434" + }] +},{ + "group": "Teacher", + "trainer": "Tina", + "unknown1": "0x2d", + "text": "text/littlecup/tina1.txt", + "pokemon": [{ + "level": 5, + "species": "Elekid", + "item": "Magnet", + "move1": "Thunderbolt", + "move2": "Dynamicpunch", + "move3": "Quick Attack", + "move4": "Screech", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x4343" + },{ + "level": 5, + "species": "Sentret", + "item": "Berserk Gene", + "move1": "Quick Attack", + "move2": "Fire Punch", + "move3": "Dig", + "move4": "Ice Punch", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x8343" + },{ + "level": 5, + "species": "Vulpix", + "item": "King's Rock", + "move1": "Confuse Ray", + "move2": "Quick Attack", + "move3": "Flamethrower", + "move4": "Safeguard", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x4343" + },{ + "level": 5, + "species": "Eevee", + "item": "Berry", + "move1": "Quick Attack", + "move2": "Bite", + "move3": "Iron Tail", + "move4": "Sand-Attack", + "unknown3": "0x80", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x3232" + },{ + "level": 5, + "species": "Scyther", + "item": "Focus Band", + "move1": "Quick Attack", + "move2": "Wing Attack", + "move3": "Double Team", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x8233" + },{ + "level": 5, + "species": "Swinub", + "item": "Bright Powder", + "move1": "Blizzard", + "move2": "Take Down", + "move3": "Mist", + "move4": "Endure", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x4343" + }] +},{ + "group": "Pokéfan♂", + "trainer": "Rex", + "unknown1": "0x2d", + "text": "text/littlecup/rex1.txt", + "pokemon": [{ + "level": 5, + "species": "Pichu", + "item": "Focus Band", + "move1": "Thunder", + "move2": "Sweet Kiss", + "move3": "Attract", + "move4": "Return", + "unknown3": "0xff", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x8545" + },{ + "level": 5, + "species": "Gastly", + "item": "King's Rock", + "move1": "Hypnosis", + "move2": "Confuse Ray", + "move3": "Psychic", + "move4": "Shadow Ball", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Magby", + "item": "Quick Claw", + "move1": "Confuse Ray", + "move2": "Fire Blast", + "move3": "Headbutt", + "move4": "Iron Tail", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Chansey", + "item": "Pink Bow", + "move1": "Icy Wind", + "move2": "Egg Bomb", + "move3": "Thunder", + "move4": "Iron Tail", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Poliwag", + "item": "Nevermeltice", + "move1": "Hypnosis", + "move2": "Body Slam", + "move3": "Blizzard", + "move4": "Surf", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x8345" + },{ + "level": 5, + "species": "Abra", + "item": "Gold Berry", + "move1": "Psychic", + "move2": "Zap Cannon", + "move3": "Hidden Power", + "move4": "Fire Punch", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x4545" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/littlecup2.json b/stadiumgs/rosters/littlecup2.json new file mode 100644 index 0000000..89c5918 --- /dev/null +++ b/stadiumgs/rosters/littlecup2.json @@ -0,0 +1,787 @@ +[{ + "group": "Youngster", + "trainer": "Bernie", + "unknown1": "0xb0", + "text": "text/littlecup/bernie2.txt", + "pokemon": [{ + "level": 5, + "species": "Venonat", + "item": "Silverpowder", + "move1": "Leech Life", + "move2": "Mega Drain", + "move3": "Psybeam", + "move4": "Reflect", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Pineco", + "item": "Polkadot Bow", + "move1": "Double-Edge", + "move2": "Rollout", + "move3": "Giga Drain", + "move4": "Reflect", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x8545" + },{ + "level": 5, + "species": "Voltorb", + "item": "Magnet", + "move1": "Thunderbolt", + "move2": "Tackle", + "move3": "Swift", + "move4": "Mirror Coat", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Machop", + "item": "Black Belt", + "move1": "Vital Throw", + "move2": "Dig", + "move3": "Light Screen", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Exeggcute", + "item": "Miracle Seed", + "move1": "Mega Drain", + "move2": "Confusion", + "move3": "Ancientpower", + "move4": "Reflect", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Rhyhorn", + "item": "Soft Sand", + "move1": "Magnitude", + "move2": "Rock Slide", + "move3": "Fury Attack", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4545" + }] +},{ + "group": "Picnicker", + "trainer": "Stacy", + "unknown1": "0xb1", + "text": "text/littlecup/stacy2.txt", + "pokemon": [{ + "level": 5, + "species": "Horsea", + "item": "Mint Berry", + "move1": "Hydro Pump", + "move2": "Skull Bash", + "move3": "Blizzard", + "move4": "Agility", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Phanpy", + "item": "Berry", + "move1": "Earthquake", + "move2": "Rollout", + "move3": "Focus Energy", + "move4": "Roar", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x8545" + },{ + "level": 5, + "species": "Bulbasaur", + "item": "Miracleberry", + "move1": "Solarbeam", + "move2": "Skull Bash", + "move3": "Razor Wind", + "move4": "Leech Seed", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Goldeen", + "item": "Psncureberry", + "move1": "Hydro Pump", + "move2": "Blizzard", + "move3": "Agility", + "move4": "Haze", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x4545" + },{ + "level": 5, + "species": "Spearow", + "item": "Przcureberry", + "move1": "Sky Attack", + "move2": "Tri Attack", + "move3": "Steel Wing", + "move4": "Agility", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x8545" + },{ + "level": 5, + "species": "Cyndaquil", + "item": "Bitter Berry", + "move1": "Fire Blast", + "move2": "Iron Tail", + "move3": "Dig", + "move4": "Foresight", + "unknown2": "0xc3", + "unknown3": "0x80", + "hp exp": "0x0a00", + "attack exp": "0x0a00", + "defense exp": "0x0a00", + "speed exp": "0x0a00", + "special exp": "0x0a00", + "dvs": "0x8545" + }] +},{ + "group": "Camper", + "trainer": "Grant", + "unknown1": "0xb2", + "text": "text/littlecup/grant2.txt", + "pokemon": [{ + "level": 5, + "species": "Hoppip", + "item": "Focus Band", + "move1": "Swagger", + "move2": "Giga Drain", + "move3": "Amnesia", + "move4": "Reflect", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x5656" + },{ + "level": 5, + "species": "Wooper", + "item": "Quick Claw", + "move1": "Swagger", + "move2": "Tail Whip", + "move3": "Surf", + "move4": "Earthquake", + "unknown3": "0x80", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x8656" + },{ + "level": 5, + "species": "Diglett", + "item": "Bright Powder", + "move1": "Swagger", + "move2": "Screech", + "move3": "Magnitude", + "move4": "Ancientpower", + "unknown3": "0x80", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x8656" + },{ + "level": 5, + "species": "Teddiursa", + "item": "Berry", + "move1": "Swagger", + "move2": "Leer", + "move3": "Rock Smash", + "move4": "Metal Claw", + "unknown3": "0x80", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x5656" + },{ + "level": 5, + "species": "Meowth", + "item": "Miracleberry", + "move1": "Swagger", + "move2": "Screech", + "move3": "Slash", + "move4": "Shadow Ball", + "unknown3": "0x80", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x8756" + },{ + "level": 5, + "species": "Psyduck", + "item": "Scope Lens", + "move1": "Swagger", + "move2": "Screech", + "move3": "Psychic", + "move4": "Ice Beam", + "unknown3": "0x80", + "hp exp": "0x1400", + "attack exp": "0x1400", + "defense exp": "0x1400", + "speed exp": "0x1400", + "special exp": "0x1400", + "dvs": "0x5656" + }] +},{ + "group": "Pokéfan♀", + "trainer": "Janet", + "unknown1": "0xb3", + "text": "text/littlecup/janet2.txt", + "pokemon": [{ + "level": 5, + "species": "Ledyba", + "item": "Bright Powder", + "move1": "Double Team", + "move2": "Agility", + "move3": "Baton Pass", + "move4": "Ice Punch", + "unknown3": "0x80", + "hp exp": "0x1e00", + "attack exp": "0x1e00", + "defense exp": "0x1e00", + "speed exp": "0x1e00", + "special exp": "0x1e00", + "dvs": "0x2a2a" + },{ + "level": 5, + "species": "Magnemite", + "item": "Leftovers", + "move1": "Double Team", + "move2": "Lock-On", + "move3": "Zap Cannon", + "move4": "Rollout", + "unknown2": "0x3c", + "unknown3": "0x80", + "hp exp": "0x1e00", + "attack exp": "0x1e00", + "defense exp": "0x1e00", + "speed exp": "0x1e00", + "special exp": "0x1e00", + "dvs": "0x2929" + },{ + "level": 5, + "species": "Gastly", + "item": "Berry Juice", + "move1": "Double Team", + "move2": "Mean Look", + "move3": "Curse", + "move4": "Psychic", + "unknown2": "0x30", + "unknown3": "0x80", + "hp exp": "0x1e00", + "attack exp": "0x1e00", + "defense exp": "0x1e00", + "speed exp": "0x1e00", + "special exp": "0x1e00", + "dvs": "0x5c29" + },{ + "level": 5, + "species": "Houndour", + "item": "Focus Band", + "move1": "Double Team", + "move2": "Fire Spin", + "move3": "Toxic", + "move4": "Bite", + "unknown3": "0x80", + "hp exp": "0x1e00", + "attack exp": "0x1e00", + "defense exp": "0x1e00", + "speed exp": "0x1e00", + "special exp": "0x1e00", + "dvs": "0x8929" + },{ + "level": 5, + "species": "Spinarak", + "item": "Quick Claw", + "move1": "Double Team", + "move2": "Spider Web", + "move3": "Baton Pass", + "move4": "Sludge Bomb", + "unknown3": "0x80", + "hp exp": "0x1e00", + "attack exp": "0x1e00", + "defense exp": "0x1e00", + "speed exp": "0x1e00", + "special exp": "0x1e00", + "dvs": "0x8a2a" + },{ + "level": 5, + "species": "Seel", + "item": "Miracleberry", + "move1": "Double Team", + "move2": "Whirlpool", + "move3": "Perish Song", + "move4": "Surf", + "unknown3": "0x80", + "hp exp": "0x1e00", + "attack exp": "0x1e00", + "defense exp": "0x1e00", + "speed exp": "0x1e00", + "special exp": "0x1e00", + "dvs": "0x2929" + }] +},{ + "group": "Schoolboy", + "trainer": "Clark", + "unknown1": "0xb4", + "text": "text/littlecup/clark2.txt", + "pokemon": [{ + "level": 5, + "species": "Pichu", + "item": "Berry Juice", + "move1": "Hidden Power", + "move2": "Thunder", + "move3": "Iron Tail", + "move4": "Return", + "unknown3": "0xc8", + "hp exp": "0x2800", + "attack exp": "0x2800", + "defense exp": "0x2800", + "speed exp": "0x2800", + "special exp": "0x2800", + "dvs": "0xb99b" + },{ + "level": 5, + "species": "Chikorita", + "item": "Berry", + "move1": "Hidden Power", + "move2": "Giga Drain", + "move3": "Body Slam", + "move4": "Ancientpower", + "unknown2": "0x33", + "unknown3": "0xff", + "hp exp": "0x2800", + "attack exp": "0x2800", + "defense exp": "0x2800", + "speed exp": "0x2800", + "special exp": "0x2800", + "dvs": "0xa89b" + },{ + "level": 5, + "species": "Cleffa", + "item": "Quick Claw", + "move1": "Hidden Power", + "move2": "Psychic", + "move3": "Fire Blast", + "move4": "Shadow Ball", + "unknown2": "0x3c", + "unknown3": "0xff", + "hp exp": "0x2800", + "attack exp": "0x2800", + "defense exp": "0x2800", + "speed exp": "0x2800", + "special exp": "0x2800", + "dvs": "0x8c9b" + },{ + "level": 5, + "species": "Marill", + "item": "Gold Berry", + "move1": "Hidden Power", + "move2": "Surf", + "move3": "Iron Tail", + "move4": "Ice Punch", + "unknown3": "0xff", + "hp exp": "0x2800", + "attack exp": "0x2800", + "defense exp": "0x2800", + "speed exp": "0x2800", + "special exp": "0x2800", + "dvs": "0x8b9b" + },{ + "level": 5, + "species": "Vulpix", + "item": "Bright Powder", + "move1": "Hidden Power", + "move2": "Flamethrower", + "move3": "Dig", + "move4": "Faint Attack", + "unknown3": "0xff", + "hp exp": "0x2800", + "attack exp": "0x2800", + "defense exp": "0x2800", + "speed exp": "0x2800", + "special exp": "0x2800", + "dvs": "0xaa9b" + },{ + "level": 5, + "species": "Sentret", + "item": "Focus Band", + "move1": "Hidden Power", + "move2": "Reversal", + "move3": "Shadow Ball", + "move4": "Surf", + "unknown3": "0xff", + "hp exp": "0x2800", + "attack exp": "0x2800", + "defense exp": "0x2800", + "speed exp": "0x2800", + "special exp": "0x2800", + "dvs": "0x899b" + }] +},{ + "group": "Swimmer♀", + "trainer": "Cora", + "unknown1": "0xb5", + "text": "text/littlecup/cora2.txt", + "pokemon": [{ + "level": 5, + "species": "Poliwag", + "item": "Berry Juice", + "move1": "Attract", + "move2": "Icy Wind", + "move3": "Headbutt", + "move4": "Hydro Pump", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Abra", + "item": "King's Rock", + "move1": "Attract", + "move2": "Thunder Wave", + "move3": "Headbutt", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x7978" + },{ + "level": 5, + "species": "Mareep", + "item": "Gold Berry", + "move1": "Attract", + "move2": "Thunder Wave", + "move3": "Headbutt", + "move4": "Thunderbolt", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Cubone", + "item": "Focus Band", + "move1": "Attract", + "move2": "Icy Wind", + "move3": "Rock Slide", + "move4": "Bone Club", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x8878" + },{ + "level": 5, + "species": "Dratini", + "item": "Scope Lens", + "move1": "Attract", + "move2": "Thunder Wave", + "move3": "Twister", + "move4": "Ice Beam", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Charmander", + "item": "Miracleberry", + "move1": "Attract", + "move2": "Scary Face", + "move3": "Bite", + "move4": "Flamethrower", + "unknown3": "0x80", + "hp exp": "0x3200", + "attack exp": "0x3200", + "defense exp": "0x3200", + "speed exp": "0x3200", + "special exp": "0x3200", + "dvs": "0x7878" + }] +},{ + "group": "Teacher", + "trainer": "Tina", + "unknown1": "0xb6", + "text": "text/littlecup/tina2.txt", + "pokemon": [{ + "level": 5, + "species": "Eevee", + "item": "Gold Berry", + "move1": "Quick Attack", + "move2": "Bite", + "move3": "Flail", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Natu", + "item": "Bright Powder", + "move1": "Quick Attack", + "move2": "Psychic", + "move3": "Giga Drain", + "move4": "Curse", + "unknown2": "0xc", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Ponyta", + "item": "Berry Juice", + "move1": "Quick Attack", + "move2": "Flame Wheel", + "move3": "Double Kick", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Rattata", + "item": "Miracleberry", + "move1": "Quick Attack", + "move2": "Super Fang", + "move3": "Dig", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x7978" + },{ + "level": 5, + "species": "Doduo", + "item": "Scope Lens", + "move1": "Quick Attack", + "move2": "Drill Peck", + "move3": "Steel Wing", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Tyrogue", + "item": "King's Rock", + "move1": "Mach Punch", + "move2": "Strength", + "move3": "Mud-Slap", + "move4": "Curse", + "unknown3": "0x80", + "hp exp": "0x5000", + "attack exp": "0x5000", + "defense exp": "0x5000", + "speed exp": "0x5000", + "special exp": "0x5000", + "dvs": "0x7878" + }] +},{ + "group": "Pokéfan♂", + "trainer": "Rex", + "unknown1": "0xb7", + "text": "text/littlecup/rex2.txt", + "pokemon": [{ + "level": 5, + "species": "Elekid", + "item": "Berry Juice", + "move1": "Thunderbolt", + "move2": "Psychic", + "move3": "Ice Punch", + "move4": "Cross Chop", + "unknown2": "0x3", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Porygon", + "item": "Quick Claw", + "move1": "Conversion", + "move2": "Tri Attack", + "move3": "Psychic", + "move4": "Recover", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Onix", + "item": "Scope Lens", + "move1": "Earthquake", + "move2": "Rock Slide", + "move3": "Body Slam", + "move4": "Iron Tail", + "unknown2": "0xc0", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x9878" + },{ + "level": 5, + "species": "Slowpoke", + "item": "Gold Berry", + "move1": "Surf", + "move2": "Psychic", + "move3": "Earthquake", + "move4": "Ice Beam", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x7878" + },{ + "level": 5, + "species": "Scyther", + "item": "King's Rock", + "move1": "Wing Attack", + "move2": "Steel Wing", + "move3": "Reversal", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x8878" + },{ + "level": 5, + "species": "Chansey", + "item": "Focus Band", + "move1": "Thunderbolt", + "move2": "Ice Beam", + "move3": "Counter", + "move4": "Softboiled", + "unknown3": "0x80", + "hp exp": "0x3c00", + "attack exp": "0x3c00", + "defense exp": "0x3c00", + "speed exp": "0x3c00", + "special exp": "0x3c00", + "dvs": "0x7878" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/pokecup/greatball1.json b/stadiumgs/rosters/pokecup/greatball1.json new file mode 100644 index 0000000..06efd30 --- /dev/null +++ b/stadiumgs/rosters/pokecup/greatball1.json @@ -0,0 +1,737 @@ +[{ + "group": "Pokéfan♀", + "trainer": "Carmen", + "unknown1": "0x8", + "text": "text/pokecup/greatball/carmen1.txt", + "pokemon": [{ + "level": 52, + "species": "Pikachu", + "item": "Light Ball", + "move1": "Thunderbolt", + "move2": "Thunder Wave", + "move3": "Double Team", + "move4": "Dynamicpunch", + "unknown3": "0xb4", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x5454" + },{ + "level": 52, + "species": "Meowth", + "item": "Quick Claw", + "move1": "Pay Day", + "move2": "Faint Attack", + "move3": "Screech", + "move4": "Thief", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x5454" + },{ + "level": 51, + "species": "Clefairy", + "item": "Psncureberry", + "move1": "Encore", + "move2": "Metronome", + "move3": "Sing", + "move4": "Moonlight", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x5454" + },{ + "level": 51, + "species": "Shuckle", + "item": "Mint Berry", + "move1": "Encore", + "move2": "Safeguard", + "move3": "Swagger", + "move4": "Wrap", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x8454" + },{ + "level": 51, + "species": "Togepi", + "item": "King's Rock", + "move1": "Sweet Kiss", + "move2": "Encore", + "move3": "Metronome", + "move4": "Charm", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x9889" + },{ + "level": 51, + "species": "Mr.Mime", + "item": "Focus Band", + "move1": "Psybeam", + "move2": "Encore", + "move3": "Substitute", + "move4": "Reflect", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x5454" + }] +},{ + "group": "Youngster", + "trainer": "Wyatt", + "unknown1": "0x32", + "text": "text/pokecup/greatball/wyatt1.txt", + "pokemon": [{ + "level": 51, + "species": "Ivysaur", + "item": "Quick Claw", + "move1": "Razor Leaf", + "move2": "Leech Seed", + "move3": "Synthesis", + "move4": "Sweet Scent", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Skiploom", + "item": "Przcureberry", + "move1": "Leech Seed", + "move2": "Cotton Spore", + "move3": "Mega Drain", + "move4": "Sleep Powder", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Pidgeotto", + "item": "Sharp Beak", + "move1": "Mirror Move", + "move2": "Sand-Attack", + "move3": "Whirlwind", + "move4": "Wing Attack", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x8444" + },{ + "level": 51, + "species": "Nidorina", + "item": "Bitter Berry", + "move1": "Headbutt", + "move2": "Double Kick", + "move3": "Iron Tail", + "move4": "Bite", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x6565" + },{ + "level": 51, + "species": "Ditto", + "item": "Focus Band", + "move1": "Transform", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x6565" + },{ + "level": 51, + "species": "Heracross", + "item": "Silverpowder", + "move1": "Fury Cutter", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x4343" + }] +},{ + "group": "Firebreather", + "trainer": "Cliff", + "unknown1": "0x20", + "text": "text/pokecup/greatball/cliff1.txt", + "pokemon": [{ + "level": 51, + "species": "Rapidash", + "item": "Berry Juice", + "move1": "Sunny Day", + "move2": "Fire Spin", + "move3": "Stomp", + "move4": "Toxic", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8444" + },{ + "level": 50, + "species": "Magmar", + "item": "Quick Claw", + "move1": "Sunny Day", + "move2": "Confuse Ray", + "move3": "Flamethrower", + "move4": "Rock Smash", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x6777" + },{ + "level": 53, + "species": "Cubone", + "item": "Soft Sand", + "move1": "Sunny Day", + "move2": "Thrash", + "move3": "Bone Rush", + "move4": "Fire Punch", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x5454" + },{ + "level": 51, + "species": "Ninetales", + "item": "Berry", + "move1": "Sunny Day", + "move2": "Confuse Ray", + "move3": "Flamethrower", + "move4": "Fire Spin", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8444" + },{ + "level": 50, + "species": "Furret", + "item": "King's Rock", + "move1": "Sunny Day", + "move2": "Slam", + "move3": "Fire Punch", + "move4": "Ice Punch", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8444" + },{ + "level": 53, + "species": "Vileplume", + "item": "Miracleberry", + "move1": "Sunny Day", + "move2": "Stun Spore", + "move3": "Solarbeam", + "move4": "Acid", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8444" + }] +},{ + "group": "Biker", + "trainer": "Dillon", + "unknown1": "0x33", + "text": "text/pokecup/greatball/dillon1.txt", + "pokemon": [{ + "level": 50, + "species": "Weepinbell", + "item": "Miracle Seed", + "move1": "Toxic", + "move2": "Wrap", + "move3": "Razor Leaf", + "move4": "Sweet Scent", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 50, + "species": "Ariados", + "item": "Focus Band", + "move1": "Night Shade", + "move2": "Scary Face", + "move3": "Dig", + "move4": "Attract", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x6777" + },{ + "level": 50, + "species": "Sandslash", + "item": "Bitter Berry", + "move1": "Mud-Slap", + "move2": "Earthquake", + "move3": "Thief", + "move4": "Rock Smash", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Koffing", + "item": "Quick Claw", + "move1": "Explosion", + "move2": "Destiny Bond", + "move3": "Sludge", + "move4": "Haze", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4545" + },{ + "level": 55, + "species": "Dunsparce", + "item": "Leftovers", + "move1": "Glare", + "move2": "Screech", + "move3": "Rollout", + "move4": "Swagger", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x6565" + },{ + "level": 55, + "species": "Ampharos", + "item": "Magnet", + "move1": "Thunderpunch", + "move2": "Thunder Wave", + "move3": "Iron Tail", + "move4": "Headbutt", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x6565" + }] +},{ + "group": "Teacher", + "trainer": "Molly", + "unknown1": "0x34", + "text": "text/pokecup/greatball/molly1.txt", + "pokemon": [{ + "level": 51, + "species": "Ledian", + "item": "Focus Band", + "move1": "Baton Pass", + "move2": "Supersonic", + "move3": "Agility", + "move4": "Ice Punch", + "unknown2": "0x30", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4545" + },{ + "level": 51, + "species": "Kadabra", + "item": "Przcureberry", + "move1": "Psybeam", + "move2": "Future Sight", + "move3": "Reflect", + "move4": "Recover", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4545" + },{ + "level": 52, + "species": "Aipom", + "item": "Berry", + "move1": "Baton Pass", + "move2": "Agility", + "move3": "Shadow Ball", + "move4": "Swagger", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x5656" + },{ + "level": 51, + "species": "Girafarig", + "item": "Quick Claw", + "move1": "Baton Pass", + "move2": "Agility", + "move3": "Double Team", + "move4": "Psybeam", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8444" + },{ + "level": 52, + "species": "Mantine", + "item": "Berry Juice", + "move1": "Confuse Ray", + "move2": "Surf", + "move3": "Take Down", + "move4": "Wing Attack", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x5454" + },{ + "level": 51, + "species": "Dragonair", + "item": "King's Rock", + "move1": "Dragonbreath", + "move2": "Thunder Wave", + "move3": "Headbutt", + "move4": "Fire Blast", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8555" + }] +},{ + "group": "Sage", + "trainer": "Chen", + "unknown1": "0x36", + "text": "text/pokecup/greatball/chen1.txt", + "pokemon": [{ + "level": 50, + "species": "Spinarak", + "item": "Miracleberry", + "move1": "Spider Web", + "move2": "Screech", + "move3": "Swagger", + "move4": "Night Shade", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8232" + },{ + "level": 53, + "species": "Jynx", + "item": "Quick Claw", + "move1": "Mean Look", + "move2": "Lovely Kiss", + "move3": "Nightmare", + "move4": "Powder Snow", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8232" + },{ + "level": 52, + "species": "Haunter", + "item": "Blackglasses", + "move1": "Mean Look", + "move2": "Confuse Ray", + "move3": "Curse", + "move4": "Destiny Bond", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8223" + },{ + "level": 50, + "species": "Misdreavus", + "item": "Focus Band", + "move1": "Mean Look", + "move2": "Confuse Ray", + "move3": "Pain Split", + "move4": "Toxic", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8232" + },{ + "level": 53, + "species": "Murkrow", + "move1": "Mean Look", + "move2": "Pursuit", + "move3": "Faint Attack", + "move4": "Thief", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8232" + },{ + "level": 52, + "species": "Zubat", + "item": "King's Rock", + "move1": "Mean Look", + "move2": "Confuse Ray", + "move3": "Haze", + "move4": "Giga Drain", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8232" + }] +},{ + "group": "Pokéfan♂", + "trainer": "Baxter", + "unknown1": "0x35", + "text": "text/pokecup/greatball/baxter1.txt", + "pokemon": [{ + "level": 50, + "species": "Sunflora", + "item": "Miracle Seed", + "move1": "Petal Dance", + "move2": "Synthesis", + "move3": "Sludge Bomb", + "move4": "Mega Drain", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x6777" + },{ + "level": 53, + "species": "Lickitung", + "item": "Focus Band", + "move1": "Supersonic", + "move2": "Screech", + "move3": "Earthquake", + "move4": "Surf", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x5656" + },{ + "level": 51, + "species": "Lanturn", + "item": "Bitter Berry", + "move1": "Confuse Ray", + "move2": "Spark", + "move3": "Hydro Pump", + "move4": "Take Down", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Magcargo", + "item": "Miracleberry", + "move1": "Rock Slide", + "move2": "Flamethrower", + "move3": "Amnesia", + "move4": "Smog", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8444" + },{ + "level": 53, + "species": "Octillery", + "item": "King's Rock", + "move1": "Psybeam", + "move2": "Octazooka", + "move3": "Return", + "move4": "Aurora Beam", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x5665" + },{ + "level": 51, + "species": "Pineco", + "item": "Pink Bow", + "move1": "Double-Edge", + "move2": "Protect", + "move3": "Explosion", + "move4": "Rapid Spin", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x6556" + }] +},{ + "group": "Pokémaniac", + "trainer": "Pedro", + "unknown1": "0x37", + "text": "text/pokecup/greatball/pedro1.txt", + "pokemon": [{ + "level": 52, + "species": "Seadra", + "item": "Mystic Water", + "move1": "Surf", + "move2": "Twister", + "move3": "Agility", + "move4": "Smokescreen", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x6777" + },{ + "level": 51, + "species": "Pupitar", + "item": "Quick Claw", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Earthquake", + "move4": "Sandstorm", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8444" + },{ + "level": 51, + "species": "Nidoking", + "item": "Focus Band", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Ice Punch", + "move4": "Roar", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x5454" + },{ + "level": 52, + "species": "Raticate", + "item": "Scope Lens", + "move1": "Super Fang", + "move2": "Hyper Fang", + "move3": "Pursuit", + "move4": "Double Team", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x4545" + },{ + "level": 52, + "species": "Noctowl", + "item": "Metal Coat", + "move1": "Hypnosis", + "move2": "Foresight", + "move3": "Steel Wing", + "move4": "Confusion", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x5454" + },{ + "level": 51, + "species": "Tangela", + "item": "Miracleberry", + "move1": "Mega Drain", + "move2": "Stun Spore", + "move3": "Slam", + "move4": "Return", + "unknown3": "0xb4", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8444" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/pokecup/greatball2.json b/stadiumgs/rosters/pokecup/greatball2.json new file mode 100644 index 0000000..a501786 --- /dev/null +++ b/stadiumgs/rosters/pokecup/greatball2.json @@ -0,0 +1,738 @@ +[{ + "group": "Pokéfan♀", + "trainer": "Carmen", + "unknown1": "0x8", + "text": "text/pokecup/greatball/carmen2.txt", + "pokemon": [{ + "level": 51, + "species": "Sunflora", + "item": "Focus Band", + "move1": "Return", + "move2": "Sludge Bomb", + "move3": "Synthesis", + "move4": "Razor Leaf", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x7898" + },{ + "level": 51, + "species": "Tangela", + "item": "Miracle Seed", + "move1": "Sleep Powder", + "move2": "Headbutt", + "move3": "Growth", + "move4": "Mega Drain", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x9898" + },{ + "level": 51, + "species": "Shuckle", + "item": "Berry Juice", + "move1": "Encore", + "move2": "Bide", + "move3": "Frustration", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x7898" + },{ + "level": 52, + "species": "Qwilfish", + "item": "Bitter Berry", + "move1": "Toxic", + "move2": "Minimize", + "move3": "Sludge Bomb", + "move4": "Hydro Pump", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x9898" + },{ + "level": 52, + "species": "Noctowl", + "item": "Gold Berry", + "move1": "Reflect", + "move2": "Take Down", + "move3": "Flash", + "move4": "Fly", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x9889" + },{ + "level": 52, + "species": "Octillery", + "item": "Berry", + "move1": "Octazooka", + "move2": "Lock-On", + "move3": "Mud-Slap", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x7898" + }] +},{ + "group": "Youngster", + "trainer": "Wyatt", + "unknown1": "0x7f", + "text": "text/pokecup/greatball/wyatt2.txt", + "pokemon": [{ + "level": 51, + "species": "Granbull", + "item": "Blackglasses", + "move1": "Bite", + "move2": "Lick", + "move3": "Headbutt", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Ariados", + "item": "Black Belt", + "move1": "Sludge Bomb", + "move2": "Solarbeam", + "move3": "Night Shade", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x9898" + },{ + "level": 54, + "species": "Kingler", + "item": "Focus Band", + "move1": "Crabhammer", + "move2": "Dig", + "move3": "Mud-Slap", + "move4": "Strength", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7898" + },{ + "level": 51, + "species": "Ditto", + "item": "Quick Claw", + "move1": "Transform", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Fearow", + "item": "Bitter Berry", + "move1": "Scary Face", + "move2": "Steel Wing", + "move3": "Mirror Move", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x9898" + },{ + "level": 54, + "species": "Rhyhorn", + "item": "Bright Powder", + "move1": "Headbutt", + "move2": "Thunder", + "move3": "Scary Face", + "move4": "Reversal", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x9898" + }] +},{ + "group": "Firebreather", + "trainer": "Cliff", + "unknown1": "0x80", + "text": "text/pokecup/greatball/cliff2.txt", + "pokemon": [{ + "level": 55, + "species": "Magmar", + "item": "Gold Berry", + "move1": "Sunny Day", + "move2": "Flamethrower", + "move3": "Karate Chop", + "move4": "Smokescreen", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7898" + },{ + "level": 50, + "species": "Magcargo", + "item": "Quick Claw", + "move1": "Sunny Day", + "move2": "Flamethrower", + "move3": "Acid Armor", + "move4": "Earthquake", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Lickitung", + "item": "Leftovers", + "move1": "Sunny Day", + "move2": "Fire Blast", + "move3": "Shadow Ball", + "move4": "Lick", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x9898" + },{ + "level": 55, + "species": "Ninetales", + "item": "Bitter Berry", + "move1": "Sunny Day", + "move2": "Fire Blast", + "move3": "Confuse Ray", + "move4": "Dig", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Hitmontop", + "item": "Berserk Gene", + "move1": "Sunny Day", + "move2": "Hidden Power", + "move3": "Rolling Kick", + "move4": "Mach Punch", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0xa864" + },{ + "level": 50, + "species": "Bellossom", + "item": "Mint Berry", + "move1": "Sunny Day", + "move2": "Solarbeam", + "move3": "Stun Spore", + "move4": "Double-Edge", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7898" + }] +},{ + "group": "Biker", + "trainer": "Dillon", + "unknown1": "0x81", + "text": "text/pokecup/greatball/dillon2.txt", + "pokemon": [{ + "level": 52, + "species": "Weezing", + "item": "Gold Berry", + "move1": "Toxic", + "move2": "Protect", + "move3": "Selfdestruct", + "move4": "Fire Blast", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x7898" + },{ + "level": 51, + "species": "Skarmory", + "item": "Quick Claw", + "move1": "Toxic", + "move2": "Protect", + "move3": "Pursuit", + "move4": "Hidden Power", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x9898" + },{ + "level": 52, + "species": "Nidoking", + "item": "Leftovers", + "move1": "Toxic", + "move2": "Shadow Ball", + "move3": "Protect", + "move4": "Beat Up", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x9898" + },{ + "level": 51, + "species": "Ampharos", + "item": "Przcureberry", + "move1": "Toxic", + "move2": "Thunderbolt", + "move3": "Protect", + "move4": "Strength", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x7898" + },{ + "level": 52, + "species": "Cloyster", + "item": "Bright Powder", + "move1": "Supersonic", + "move2": "Clamp", + "move3": "Toxic", + "move4": "Protect", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x9898" + },{ + "level": 51, + "species": "Parasect", + "item": "Mint Berry", + "move1": "Spore", + "move2": "Screech", + "move3": "Sludge Bomb", + "move4": "Dig", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x7898" + }] +},{ + "group": "Teacher", + "trainer": "Molly", + "unknown1": "0x82", + "text": "text/pokecup/greatball/molly2.txt", + "pokemon": [{ + "level": 52, + "species": "Mr.Mime", + "item": "Focus Band", + "move1": "Baton Pass", + "move2": "Hypnosis", + "move3": "Double Team", + "move4": "Psybeam", + "unknown2": "0x30", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x7898" + },{ + "level": 50, + "species": "Girafarig", + "item": "Quick Claw", + "move1": "Baton Pass", + "move2": "Agility", + "move3": "Double Team", + "move4": "Stomp", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x9898" + },{ + "level": 53, + "species": "Venomoth", + "item": "King's Rock", + "move1": "Baton Pass", + "move2": "Stun Spore", + "move3": "Giga Drain", + "move4": "Double Team", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x7898" + },{ + "level": 52, + "species": "Sandslash", + "item": "Soft Sand", + "move1": "Dig", + "move2": "Swift", + "move3": "Dynamicpunch", + "move4": "Counter", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Stantler", + "item": "Gold Berry", + "move1": "Confuse Ray", + "move2": "Stomp", + "move3": "Earthquake", + "move4": "Reflect", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x7898" + },{ + "level": 53, + "species": "Smeargle", + "item": "Berry Juice", + "move1": "Thunderbolt", + "move2": "Blizzard", + "move3": "Megahorn", + "move4": "Hi Jump Kick", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x9898" + }] +},{ + "group": "Sage", + "trainer": "Chen", + "unknown1": "0x83", + "text": "text/pokecup/greatball/chen2.txt", + "pokemon": [{ + "level": 52, + "species": "Misdreavus", + "item": "Przcureberry", + "move1": "Mean Look", + "move2": "Perish Song", + "move3": "Protect", + "move4": "Headbutt", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x9898" + },{ + "level": 52, + "species": "Golbat", + "item": "Focus Band", + "move1": "Mean Look", + "move2": "Confuse Ray", + "move3": "Wing Attack", + "move4": "Thief", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x7898" + },{ + "level": 52, + "species": "Tentacruel", + "item": "Bitter Berry", + "move1": "Wrap", + "move2": "Toxic", + "move3": "Sludge Bomb", + "move4": "Surf", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x9898" + },{ + "level": 51, + "species": "Dewgong", + "item": "Gold Berry", + "move1": "Whirlpool", + "move2": "Perish Song", + "move3": "Ice Beam", + "move4": "Headbutt", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x7898" + },{ + "level": 51, + "species": "Muk", + "item": "Quick Claw", + "move1": "Mean Look", + "move2": "Swagger", + "move3": "Screech", + "move4": "Sludge Bomb", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x9898" + },{ + "level": 51, + "species": "Umbreon", + "item": "Twistedspoon", + "move1": "Mean Look", + "move2": "Toxic", + "move3": "Detect", + "move4": "Psychic", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x9898" + }] +},{ + "group": "Pokéfan♂", + "trainer": "Baxter", + "unknown1": "0x84", + "text": "text/pokecup/greatball/baxter2.txt", + "pokemon": [{ + "level": 50, + "species": "Venusaur", + "item": "Bitter Berry", + "move1": "Razor Leaf", + "move2": "Headbutt", + "move3": "Light Screen", + "move4": "Sweet Scent", + "unknown3": "0xb4", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9888" + },{ + "level": 54, + "species": "Mantine", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Wing Attack", + "move3": "Confuse Ray", + "move4": "Headbutt", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9898" + },{ + "level": 51, + "species": "Magneton", + "item": "Magnet", + "move1": "Thunder Wave", + "move2": "Thunder", + "move3": "Swift", + "move4": "Sonicboom", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Chansey", + "item": "Bright Powder", + "move1": "Fire Blast", + "move2": "Sing", + "move3": "Icy Wind", + "move4": "Headbutt", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9898" + },{ + "level": 54, + "species": "Kadabra", + "item": "Scope Lens", + "move1": "Reflect", + "move2": "Fire Punch", + "move3": "Headbutt", + "move4": "Future Sight", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9898" + },{ + "level": 51, + "species": "Kabutops", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Surf", + "move3": "Dig", + "move4": "Ancientpower", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9898" + }] +},{ + "group": "Pokémaniac", + "trainer": "Pedro", + "unknown1": "0x85", + "text": "text/pokecup/greatball/pedro2.txt", + "pokemon": [{ + "level": 55, + "species": "Dragonite", + "item": "Gold Berry", + "move1": "Thunder Wave", + "move2": "Wing Attack", + "move3": "Thunderpunch", + "move4": "Return", + "unknown3": "0xc8", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Vaporeon", + "item": "Bright Powder", + "move1": "Surf", + "move2": "Aurora Beam", + "move3": "Haze", + "move4": "Iron Tail", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Donphan", + "item": "Quick Claw", + "move1": "Body Slam", + "move2": "Mud-Slap", + "move3": "Hyper Beam", + "move4": "Earthquake", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x9898" + },{ + "level": 55, + "species": "Exeggutor", + "item": "Focus Band", + "move1": "Stun Spore", + "move2": "Sludge Bomb", + "move3": "Giga Drain", + "move4": "Psychic", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x7898" + },{ + "level": 50, + "species": "Hitmonlee", + "item": "Berry Juice", + "move1": "Mach Punch", + "move2": "Hi Jump Kick", + "move3": "Foresight", + "move4": "Toxic", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Ursaring", + "item": "Leftovers", + "move1": "Slash", + "move2": "Seismic Toss", + "move3": "Fire Punch", + "move4": "Faint Attack", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x7898" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/pokecup/masterball1.json b/stadiumgs/rosters/pokecup/masterball1.json new file mode 100644 index 0000000..1d68c76 --- /dev/null +++ b/stadiumgs/rosters/pokecup/masterball1.json @@ -0,0 +1,748 @@ +[{ + "group": "Pokéfan♀", + "trainer": "Carmen", + "unknown1": "0x1e", + "text": "text/pokecup/masterball/carmen1.txt", + "pokemon": [{ + "level": 51, + "species": "Bellossom", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "move4": "Toxic", + "unknown3": "0xb4", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Azumarill", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Ice Punch", + "move3": "Attract", + "move4": "Double-Edge", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Persian", + "item": "Gold Berry", + "move1": "Bite", + "move2": "Headbutt", + "move3": "Thief", + "move4": "Zap Cannon", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8343" + },{ + "level": 51, + "species": "Clefable", + "item": "Pink Bow", + "move1": "Sing", + "move2": "Encore", + "move3": "Metronome", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Togetic", + "item": "Focus Band", + "move1": "Encore", + "move2": "Sweet Kiss", + "move3": "Fly", + "move4": "Metronome", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Raichu", + "item": "Mysteryberry", + "move1": "Thunder Wave", + "move2": "Thunderbolt", + "move3": "Attract", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8343" + }] +},{ + "group": "Youngster", + "trainer": "Wyatt", + "unknown1": "0x1f", + "text": "text/pokecup/masterball/wyatt1.txt", + "pokemon": [{ + "level": 50, + "species": "Pidgeot", + "item": "Berserk Gene", + "move1": "Fly", + "move2": "Steel Wing", + "move3": "Mirror Move", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 53, + "species": "Nidoqueen", + "item": "Focus Band", + "move1": "Body Slam", + "move2": "Earthquake", + "move3": "Surf", + "move4": "Thunderpunch", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 50, + "species": "Ditto", + "item": "Quick Claw", + "move1": "Transform", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 52, + "species": "Raticate", + "item": "Pink Bow", + "move1": "Super Fang", + "move2": "Hyper Fang", + "move3": "Shadow Ball", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8343" + },{ + "level": 52, + "species": "Pinsir", + "item": "Silverpowder", + "move1": "Submission", + "move2": "Guillotine", + "move3": "Swords Dance", + "move4": "Fury Cutter", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 53, + "species": "Primeape", + "item": "Black Belt", + "move1": "Screech", + "move2": "Cross Chop", + "move3": "Seismic Toss", + "move4": "Thunder", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8343" + }] +},{ + "group": "Firebreather", + "trainer": "Cliff", + "unknown1": "0x20", + "text": "text/pokecup/masterball/cliff1.txt", + "pokemon": [{ + "level": 50, + "species": "Magmar", + "item": "Gold Berry", + "move1": "Sunny Day", + "move2": "Psychic", + "move3": "Flamethrower", + "move4": "Thunderpunch", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Marowak", + "item": "Soft Sand", + "move1": "Earthquake", + "move2": "Fire Blast", + "move3": "Thunderpunch", + "move4": "Icy Wind", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + },{ + "level": 54, + "species": "Dodrio", + "item": "Pink Bow", + "move1": "Tri Attack", + "move2": "Drill Peck", + "move3": "Pursuit", + "move4": "Steel Wing", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + },{ + "level": 50, + "species": "Houndoom", + "item": "Focus Band", + "move1": "Sunny Day", + "move2": "Flamethrower", + "move3": "Crunch", + "move4": "Iron Tail", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Exeggutor", + "item": "Miracleberry", + "move1": "Sunny Day", + "move2": "Solarbeam", + "move3": "Stun Spore", + "move4": "Psychic", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + },{ + "level": 54, + "species": "Arcanine", + "item": "Leftovers", + "move1": "Extremespeed", + "move2": "Dragonbreath", + "move3": "Dig", + "move4": "Agility", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + }] +},{ + "group": "Biker", + "trainer": "Dillon", + "unknown1": "0x21", + "text": "text/pokecup/masterball/dillon1.txt", + "pokemon": [{ + "level": 52, + "species": "Weezing", + "item": "Polkadot Bow", + "move1": "Sludge Bomb", + "move2": "Explosion", + "move3": "Thunder", + "move4": "Fire Blast", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4555" + },{ + "level": 51, + "species": "Cloyster", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Toxic", + "move3": "Clamp", + "move4": "Protect", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4554" + },{ + "level": 52, + "species": "Steelix", + "item": "Soft Sand", + "move1": "Toxic", + "move2": "Bind", + "move3": "Dragonbreath", + "move4": "Earthquake", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4545" + },{ + "level": 52, + "species": "Rhydon", + "item": "Pink Bow", + "move1": "Iron Tail", + "move2": "Blizzard", + "move3": "Surf", + "move4": "Hyper Beam", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4545" + },{ + "level": 52, + "species": "Venusaur", + "item": "Focus Band", + "move1": "Toxic", + "move2": "Leech Seed", + "move3": "Giga Drain", + "move4": "Endure", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4545" + },{ + "level": 51, + "species": "Arbok", + "item": "Miracleberry", + "move1": "Toxic", + "move2": "Wrap", + "move3": "Protect", + "move4": "Dig", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4545" + }] +},{ + "group": "Teacher", + "trainer": "Molly", + "unknown1": "0x22", + "text": "text/pokecup/masterball/molly1.txt", + "pokemon": [{ + "level": 50, + "species": "Girafarig", + "item": "Leftovers", + "move1": "Agility", + "move2": "Double Team", + "move3": "Baton Pass", + "move4": "Psybeam", + "unknown2": "0x30", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x8544" + },{ + "level": 52, + "species": "Mr.Mime", + "item": "Quick Claw", + "move1": "Reflect", + "move2": "Meditate", + "move3": "Psychic", + "move4": "Baton Pass", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x5454" + },{ + "level": 53, + "species": "Lapras", + "item": "Miracleberry", + "move1": "Ice Beam", + "move2": "Body Slam", + "move3": "Rest", + "move4": "Snore", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x8454" + },{ + "level": 50, + "species": "Aipom", + "item": "Focus Band", + "move1": "Agility", + "move2": "Baton Pass", + "move3": "Double Team", + "move4": "Swift", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x5454" + },{ + "level": 52, + "species": "Lanturn", + "item": "Gold Berry", + "move1": "Confuse Ray", + "move2": "Spark", + "move3": "Surf", + "move4": "Take Down", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x5454" + },{ + "level": 53, + "species": "Politoed", + "item": "King's Rock", + "move1": "Body Slam", + "move2": "Surf", + "move3": "Earthquake", + "move4": "Ice Punch", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x5454" + }] +},{ + "group": "Sage", + "trainer": "Chen", + "unknown1": "0x24", + "text": "text/pokecup/masterball/chen1.txt", + "pokemon": [{ + "level": 51, + "species": "Misdreavus", + "item": "Leftovers", + "move1": "Mean Look", + "move2": "Perish Song", + "move3": "Confuse Ray", + "move4": "Protect", + "unknown3": "0x46", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x8434" + },{ + "level": 52, + "species": "Crobat", + "item": "Miracleberry", + "move1": "Mean Look", + "move2": "Confuse Ray", + "move3": "Detect", + "move4": "Toxic", + "unknown3": "0x46", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x8545" + },{ + "level": 51, + "species": "Gengar", + "item": "Przcureberry", + "move1": "Mean Look", + "move2": "Confuse Ray", + "move3": "Destiny Bond", + "move4": "Night Shade", + "unknown3": "0x46", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4343" + },{ + "level": 52, + "species": "Jynx", + "item": "Quick Claw", + "move1": "Mean Look", + "move2": "Lovely Kiss", + "move3": "Perish Song", + "move4": "Blizzard", + "unknown3": "0x46", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4343" + },{ + "level": 52, + "species": "Murkrow", + "item": "Berry Juice", + "move1": "Mean Look", + "move2": "Shadow Ball", + "move3": "Night Shade", + "move4": "Frustration", + "unknown3": "0x46", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4344" + },{ + "level": 52, + "species": "Umbreon", + "item": "Focus Band", + "move1": "Mean Look", + "move2": "Confuse Ray", + "move3": "Screech", + "move4": "Bite", + "unknown3": "0x46", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x4343" + }] +},{ + "group": "Pokéfan♂", + "trainer": "Baxter", + "unknown1": "0x23", + "text": "text/pokecup/masterball/baxter1.txt", + "pokemon": [{ + "level": 52, + "species": "Feraligatr", + "item": "Scope Lens", + "move1": "Surf", + "move2": "Rage", + "move3": "Slash", + "move4": "Earthquake", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x4545" + },{ + "level": 52, + "species": "Typhlosion", + "item": "Focus Band", + "move1": "Flamethrower", + "move2": "Dig", + "move3": "Dynamicpunch", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x4545" + },{ + "level": 51, + "species": "Meganium", + "item": "Berry Juice", + "move1": "Sunny Day", + "move2": "Solarbeam", + "move3": "Body Slam", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x4545" + },{ + "level": 51, + "species": "Granbull", + "item": "King's Rock", + "move1": "Scary Face", + "move2": "Bite", + "move3": "Fire Punch", + "move4": "Take Down", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x4434" + },{ + "level": 51, + "species": "Blissey", + "item": "Leftovers", + "move1": "Egg Bomb", + "move2": "Attract", + "move3": "Thunder", + "move4": "Blizzard", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x4434" + },{ + "level": 52, + "species": "Hitmontop", + "item": "Quick Claw", + "move1": "Triple Kick", + "move2": "Counter", + "move3": "Toxic", + "move4": "Detect", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x4545" + }] +},{ + "group": "Pokémaniac", + "trainer": "Pedro", + "unknown1": "0x25", + "text": "text/pokecup/masterball/pedro1.txt", + "pokemon": [{ + "level": 50, + "species": "Aerodactyl", + "item": "King's Rock", + "move1": "Ancientpower", + "move2": "Hyper Beam", + "move3": "Bite", + "move4": "Fly", + "unknown3": "0x46", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Machamp", + "item": "Scope Lens", + "move1": "Cross Chop", + "move2": "Seismic Toss", + "move3": "Foresight", + "move4": "Earthquake", + "unknown3": "0x46", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Kingdra", + "item": "Dragon Fang", + "move1": "Surf", + "move2": "Dragonbreath", + "move3": "Blizzard", + "move4": "Swagger", + "unknown3": "0xff", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x4545" + },{ + "level": 55, + "species": "Dragonite", + "item": "Focus Band", + "move1": "Outrage", + "move2": "Waterfall", + "move3": "Thunder", + "move4": "Return", + "unknown3": "0xff", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x4545" + },{ + "level": 55, + "species": "Tyranitar", + "item": "Quick Claw", + "move1": "Crunch", + "move2": "Rock Slide", + "move3": "Frustration", + "move4": "Iron Tail", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x4545" + },{ + "level": 50, + "species": "Charizard", + "item": "Miracleberry", + "move1": "Fire Blast", + "move2": "Fly", + "move3": "Dynamicpunch", + "move4": "Dig", + "unknown3": "0x46", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x4545" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/pokecup/masterball2.json b/stadiumgs/rosters/pokecup/masterball2.json new file mode 100644 index 0000000..f2a55b1 --- /dev/null +++ b/stadiumgs/rosters/pokecup/masterball2.json @@ -0,0 +1,788 @@ +[{ + "group": "Pokéfan♀", + "trainer": "Carmen", + "unknown1": "0x70", + "text": "text/pokecup/masterball/carmen2.txt", + "pokemon": [{ + "level": 50, + "species": "Piloswine", + "item": "Gold Berry", + "move1": "Earthquake", + "move2": "Icy Wind", + "move3": "Ice Beam", + "move4": "Hidden Power", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x7878" + },{ + "level": 55, + "species": "Hypno", + "item": "King's Rock", + "move1": "Metronome", + "move2": "Hypnosis", + "move3": "Future Sight", + "move4": "Fire Punch", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Dewgong", + "item": "Focus Band", + "move1": "Safeguard", + "move2": "Encore", + "move3": "Icy Wind", + "move4": "Headbutt", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x8787" + },{ + "level": 50, + "species": "Victreebel", + "item": "Miracle Seed", + "move1": "Sleep Powder", + "move2": "Razor Leaf", + "move3": "Encore", + "move4": "Frustration", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Golem", + "item": "Berry Juice", + "move1": "Metronome", + "move2": "Rock Throw", + "move3": "Explosion", + "move4": "Body Slam", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x8787" + },{ + "level": 55, + "species": "Clefable", + "item": "Quick Claw", + "move1": "Metronome", + "move2": "Encore", + "move3": "Moonlight", + "move4": "Return", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x7878" + }] +},{ + "group": "Youngster", + "trainer": "Wyatt", + "unknown1": "0x71", + "text": "text/pokecup/masterball/wyatt2.txt", + "pokemon": [{ + "level": 52, + "species": "Granbull", + "item": "Blackglasses", + "move1": "Crunch", + "move2": "Thunderpunch", + "move3": "Shadow Ball", + "move4": "Scary Face", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Ariados", + "item": "Quick Claw", + "move1": "Night Shade", + "move2": "Psychic", + "move3": "Giga Drain", + "move4": "Scary Face", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Feraligatr", + "item": "Pink Bow", + "move1": "Crunch", + "move2": "Slash", + "move3": "Dig", + "move4": "Scary Face", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Fearow", + "item": "Bitter Berry", + "move1": "Tri Attack", + "move2": "Mirror Move", + "move3": "Drill Peck", + "move4": "Scary Face", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x8989" + },{ + "level": 51, + "species": "Rhydon", + "item": "Bright Powder", + "move1": "Rock Slide", + "move2": "Ice Beam", + "move3": "Seismic Toss", + "move4": "Scary Face", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Tauros", + "item": "Focus Band", + "move1": "Double-Edge", + "move2": "Thunderbolt", + "move3": "Earthquake", + "move4": "Scary Face", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x7878" + }] +},{ + "group": "Firebreather", + "trainer": "Cliff", + "unknown1": "0x72", + "text": "text/pokecup/masterball/cliff2.txt", + "pokemon": [{ + "level": 53, + "species": "Charizard", + "item": "King's Rock", + "move1": "Belly Drum", + "move2": "Hyper Beam", + "move3": "Iron Tail", + "move4": "Fire Blast", + "unknown2": "0xff", + "hp exp": "0x7148", + "attack exp": "0x7148", + "defense exp": "0x7148", + "speed exp": "0x7148", + "special exp": "0x7148", + "dvs": "0x7878" + },{ + "level": 53, + "species": "Typhlosion", + "item": "Bright Powder", + "move1": "Sunny Day", + "move2": "Flamethrower", + "move3": "Reversal", + "move4": "Dig", + "unknown2": "0xff", + "hp exp": "0x7148", + "attack exp": "0x7148", + "defense exp": "0x7148", + "speed exp": "0x7148", + "special exp": "0x7148", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Slowking", + "item": "Leftovers", + "move1": "Fire Blast", + "move2": "Psychic", + "move3": "Surf", + "move4": "Shadow Ball", + "unknown2": "0xff", + "hp exp": "0x7148", + "attack exp": "0x7148", + "defense exp": "0x7148", + "speed exp": "0x7148", + "special exp": "0x7148", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Blissey", + "item": "Quick Claw", + "move1": "Sunny Day", + "move2": "Fire Blast", + "move3": "Thunderbolt", + "move4": "Solarbeam", + "unknown2": "0xff", + "hp exp": "0x7148", + "attack exp": "0x7148", + "defense exp": "0x7148", + "speed exp": "0x7148", + "special exp": "0x7148", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Nidoqueen", + "item": "Gold Berry", + "move1": "Earthquake", + "move2": "Fire Blast", + "move3": "Dynamicpunch", + "move4": "Blizzard", + "unknown2": "0xff", + "hp exp": "0x7148", + "attack exp": "0x7148", + "defense exp": "0x7148", + "speed exp": "0x7148", + "special exp": "0x7148", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Exeggutor", + "item": "Focus Band", + "move1": "Sunny Day", + "move2": "Solarbeam", + "move3": "Synthesis", + "move4": "Headbutt", + "unknown2": "0xff", + "hp exp": "0x7148", + "attack exp": "0x7148", + "defense exp": "0x7148", + "speed exp": "0x7148", + "special exp": "0x7148", + "dvs": "0x9898" + }] +},{ + "group": "Biker", + "trainer": "Dillon", + "unknown1": "0x73", + "text": "text/pokecup/masterball/dillon2.txt", + "pokemon": [{ + "level": 50, + "species": "Miltank", + "item": "King's Rock", + "move1": "Earthquake", + "move2": "Toxic", + "move3": "Body Slam", + "move4": "Shadow Ball", + "unknown2": "0xff", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x7878" + },{ + "level": 55, + "species": "Vaporeon", + "item": "Leftovers", + "move1": "Bite", + "move2": "Surf", + "move3": "Toxic", + "move4": "Haze", + "unknown2": "0xff", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Weezing", + "item": "Pink Bow", + "move1": "Explosion", + "move2": "Sludge Bomb", + "move3": "Fire Blast", + "move4": "Haze", + "unknown2": "0xff", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Skarmory", + "item": "Metal Coat", + "move1": "Toxic", + "move2": "Drill Peck", + "move3": "Steel Wing", + "move4": "Agility", + "unknown2": "0xff", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x9898" + },{ + "level": 55, + "species": "Muk", + "item": "Poison Barb", + "move1": "Toxic", + "move2": "Sludge Bomb", + "move3": "Giga Drain", + "move4": "Protect", + "unknown2": "0xff", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Ampharos", + "item": "Focus Band", + "move1": "Toxic", + "move2": "Thunderbolt", + "move3": "Reflect", + "move4": "Body Slam", + "unknown2": "0xff", + "hp exp": "0x7d00", + "attack exp": "0x7d00", + "defense exp": "0x7d00", + "speed exp": "0x7d00", + "special exp": "0x7d00", + "dvs": "0x9898" + }] +},{ + "group": "Teacher", + "trainer": "Molly", + "unknown1": "0x74", + "text": "text/pokecup/masterball/molly2.txt", + "pokemon": [{ + "level": 51, + "species": "Mr.Mime", + "item": "Gold Berry", + "move1": "Hypnosis", + "move2": "Psychic", + "move3": "Double Team", + "move4": "Baton Pass", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Scizor", + "item": "Quick Claw", + "move1": "Agility", + "move2": "Steel Wing", + "move3": "Swords Dance", + "move4": "Baton Pass", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x9898" + },{ + "level": 54, + "species": "Arcanine", + "item": "Pink Bow", + "move1": "Extremespeed", + "move2": "Fire Blast", + "move3": "Dig", + "move4": "Crunch", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Girafarig", + "item": "Miracleberry", + "move1": "Agility", + "move2": "Double Team", + "move3": "Earthquake", + "move4": "Baton Pass", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x9898" + },{ + "level": 50, + "species": "Raticate", + "item": "King's Rock", + "move1": "Hyper Fang", + "move2": "Super Fang", + "move3": "Shadow Ball", + "move4": "Icy Wind", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x8988" + },{ + "level": 54, + "species": "Quagsire", + "item": "Focus Band", + "move1": "Swagger", + "move2": "Return", + "move3": "Surf", + "move4": "Ice Beam", + "unknown2": "0xff", + "unknown3": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x8787" + }] +},{ + "group": "Sage", + "trainer": "Chen", + "unknown1": "0x75", + "text": "text/pokecup/masterball/chen2.txt", + "pokemon": [{ + "level": 50, + "species": "Crobat", + "item": "King's Rock", + "move1": "Confuse Ray", + "move2": "Mean Look", + "move3": "Bite", + "move4": "Toxic", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Umbreon", + "item": "Gold Berry", + "move1": "Confuse Ray", + "move2": "Mean Look", + "move3": "Faint Attack", + "move4": "Psychic", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 53, + "species": "Entei", + "item": "Miracleberry", + "move1": "Stomp", + "move2": "Solarbeam", + "move3": "Fire Blast", + "move4": "Hyper Beam", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Jynx", + "item": "Quick Claw", + "move1": "Mean Look", + "move2": "Perish Song", + "move3": "Blizzard", + "move4": "Protect", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Misdreavus", + "item": "Focus Band", + "move1": "Confuse Ray", + "move2": "Perish Song", + "move3": "Psybeam", + "move4": "Mean Look", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x8787" + },{ + "level": 53, + "species": "Lapras", + "item": "Leftovers", + "move1": "Thunderbolt", + "move2": "Psychic", + "move3": "Whirlpool", + "move4": "Perish Song", + "unknown2": "0xff", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + }] +},{ + "group": "Pokéfan♂", + "trainer": "Baxter", + "unknown1": "0x76", + "text": "text/pokecup/masterball/baxter2.txt", + "pokemon": [{ + "level": 52, + "species": "Rapidash", + "item": "Leftovers", + "move1": "Stomp", + "move2": "Body Slam", + "move3": "Fire Blast", + "move4": "Horn Drill", + "unknown2": "0xff", + "unknown3": "0xb4", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Suicune", + "item": "Pink Bow", + "move1": "Surf", + "move2": "Icy Wind", + "move3": "Dig", + "move4": "Return", + "unknown2": "0xff", + "unknown3": "0xff", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Alakazam", + "item": "Polkadot Bow", + "move1": "Thunderpunch", + "move2": "Fire Punch", + "move3": "Psychic", + "move4": "Reflect", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Aerodactyl", + "item": "Bright Powder", + "move1": "Headbutt", + "move2": "Bite", + "move3": "Mimic", + "move4": "Earthquake", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Marowak", + "item": "Thick Club", + "move1": "Earthquake", + "move2": "Flamethrower", + "move3": "Rock Slide", + "move4": "Iron Tail", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Electrode", + "item": "Scope Lens", + "move1": "Headbutt", + "move2": "Thunder Wave", + "move3": "Explosion", + "move4": "Thunderbolt", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x7878" + }] +},{ + "group": "Pokémaniac", + "trainer": "Pedro", + "unknown1": "0x77", + "text": "text/pokecup/masterball/pedro2.txt", + "pokemon": [{ + "level": 50, + "species": "Gengar", + "item": "Quick Claw", + "move1": "Confuse Ray", + "move2": "Night Shade", + "move3": "Submission", + "move4": "Destiny Bond", + "unknown2": "0xff", + "hp exp": "0xa410", + "attack exp": "0xa410", + "defense exp": "0xa410", + "speed exp": "0xa410", + "special exp": "0xa410", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Starmie", + "item": "Focus Band", + "move1": "Confuse Ray", + "move2": "Surf", + "move3": "Thunderbolt", + "move4": "Psychic", + "unknown2": "0xff", + "hp exp": "0xa410", + "attack exp": "0xa410", + "defense exp": "0xa410", + "speed exp": "0xa410", + "special exp": "0xa410", + "dvs": "0x7878" + },{ + "level": 55, + "species": "Snorlax", + "item": "Leftovers", + "move1": "Rest", + "move2": "Snore", + "move3": "Belly Drum", + "move4": "Earthquake", + "unknown2": "0xff", + "hp exp": "0xa410", + "attack exp": "0xa410", + "defense exp": "0xa410", + "speed exp": "0xa410", + "special exp": "0xa410", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Electabuzz", + "item": "Miracleberry", + "move1": "Thunderbolt", + "move2": "Psychic", + "move3": "Cross Chop", + "move4": "Fire Punch", + "unknown2": "0xff", + "hp exp": "0xa410", + "attack exp": "0xa410", + "defense exp": "0xa410", + "speed exp": "0xa410", + "special exp": "0xa410", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Machamp", + "item": "Black Belt", + "move1": "Cross Chop", + "move2": "Earthquake", + "move3": "Seismic Toss", + "move4": "Rock Slide", + "unknown2": "0xff", + "hp exp": "0xa410", + "attack exp": "0xa410", + "defense exp": "0xa410", + "speed exp": "0xa410", + "special exp": "0xa410", + "dvs": "0x7878" + },{ + "level": 55, + "species": "Dragonite", + "item": "King's Rock", + "move1": "Extremespeed", + "move2": "Flamethrower", + "move3": "Thunderbolt", + "move4": "Ice Beam", + "unknown2": "0xff", + "hp exp": "0xa410", + "attack exp": "0xa410", + "defense exp": "0xa410", + "speed exp": "0xa410", + "special exp": "0xa410", + "dvs": "0x8787" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/pokecup/pokeball1.json b/stadiumgs/rosters/pokecup/pokeball1.json new file mode 100644 index 0000000..8abd6f6 --- /dev/null +++ b/stadiumgs/rosters/pokecup/pokeball1.json @@ -0,0 +1,734 @@ +[{ + "group": "Bug Catcher", + "trainer": "Nelson", + "unknown1": "0x8", + "text": "text/pokecup/pokeball/nelson1.txt", + "pokemon": [{ + "level": 50, + "species": "Ledyba", + "item": "Quick Claw", + "move1": "Double-Edge", + "move2": "Agility", + "move3": "Swift", + "move4": "Safeguard", + "unknown3": "0xb4", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x7666" + },{ + "level": 50, + "species": "Spinarak", + "item": "Przcureberry", + "move1": "Screech", + "move2": "Spider Web", + "move3": "Night Shade", + "move4": "Poison Sting", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x8233" + },{ + "level": 50, + "species": "Caterpie", + "item": "Burnt Berry", + "move1": "Tackle", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x2233" + },{ + "level": 50, + "species": "Weedle", + "item": "Focus Band", + "move1": "Poison Sting", + "move2": "String Shot", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Yanma", + "item": "Bitter Berry", + "move1": "Supersonic", + "move2": "Detect", + "move3": "Swift", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Venonat", + "item": "Miracle Seed", + "move1": "Psychic", + "move2": "Supersonic", + "move3": "Foresight", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x2233" + }] +},{ + "group": "Swimmer♂", + "trainer": "Bruce", + "unknown1": "0x38", + "text": "text/pokecup/pokeball/bruce1.txt", + "pokemon": [{ + "level": 50, + "species": "Goldeen", + "item": "Berry", + "move1": "Horn Drill", + "move2": "Flail", + "move3": "Rain Dance", + "move4": "Waterfall", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x4232" + },{ + "level": 51, + "species": "Seel", + "item": "Nevermeltice", + "move1": "Safeguard", + "move2": "Ice Beam", + "move3": "Take Down", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x8444" + },{ + "level": 50, + "species": "Staryu", + "item": "Mystic Water", + "move1": "Rain Dance", + "move2": "Swift", + "move3": "Recover", + "move4": "Hydro Pump", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x2323" + },{ + "level": 50, + "species": "Shellder", + "item": "King's Rock", + "move1": "Rain Dance", + "move2": "Protect", + "move3": "Clamp", + "move4": "Supersonic", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x8444" + },{ + "level": 51, + "species": "Remoraid", + "item": "Focus Band", + "move1": "Lock-On", + "move2": "Psybeam", + "move3": "Aurora Beam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x8444" + },{ + "level": 50, + "species": "Poliwhirl", + "item": "Leftovers", + "move1": "Hypnosis", + "move2": "Body Slam", + "move3": "Belly Drum", + "move4": "Surf", + "unknown3": "0x80", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x2323" + }] +},{ + "group": "Hiker", + "trainer": "Chester", + "unknown1": "0x39", + "text": "text/pokecup/pokeball/chester1.txt", + "pokemon": [{ + "level": 51, + "species": "Machop", + "item": "Black Belt", + "move1": "Focus Energy", + "move2": "Seismic Toss", + "move3": "Cross Chop", + "move4": "Fire Punch", + "unknown2": "0x30", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x4343" + },{ + "level": 53, + "species": "Onix", + "item": "Soft Sand", + "move1": "Sandstorm", + "move2": "Bind", + "move3": "Toxic", + "move4": "Slam", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x8444" + },{ + "level": 51, + "species": "Graveler", + "item": "Quick Claw", + "move1": "Defense Curl", + "move2": "Rollout", + "move3": "Earthquake", + "move4": "Selfdestruct", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x8444" + },{ + "level": 51, + "species": "Sudowoodo", + "item": "Focus Band", + "move1": "Rollout", + "move2": "Rock Slide", + "move3": "Mimic", + "move4": "Faint Attack", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x8444" + },{ + "level": 51, + "species": "Rhyhorn", + "item": "King's Rock", + "move1": "Rollout", + "move2": "Horn Drill", + "move3": "Scary Face", + "move4": "Stomp", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x8444" + },{ + "level": 53, + "species": "Phanpy", + "item": "Miracleberry", + "move1": "Defense Curl", + "move2": "Rollout", + "move3": "Flail", + "move4": "Double-Edge", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x8444" + }] +},{ + "group": "Super Nerd", + "trainer": "Clifford", + "unknown1": "0x29", + "text": "text/pokecup/pokeball/clifford1.txt", + "pokemon": [{ + "level": 50, + "species": "Magnemite", + "item": "Metal Coat", + "move1": "Lock-On", + "move2": "Zap Cannon", + "move3": "Supersonic", + "move4": "Screech", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x4343" + },{ + "level": 50, + "species": "Haunter", + "item": "Spell Tag", + "move1": "Lick", + "move2": "Curse", + "move3": "Spite", + "move4": "Night Shade", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x8444" + },{ + "level": 55, + "species": "Porygon", + "item": "Quick Claw", + "move1": "Conversion", + "move2": "Tri Attack", + "move3": "Swagger", + "move4": "Psybeam", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x4343" + },{ + "level": 50, + "species": "Flaaffy", + "item": "Magnet", + "move1": "Thunder Wave", + "move2": "Thunder", + "move3": "Cotton Spore", + "move4": "Iron Tail", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x4343" + },{ + "level": 50, + "species": "Ekans", + "item": "Poison Barb", + "move1": "Glare", + "move2": "Wrap", + "move3": "Bite", + "move4": "Sludge Bomb", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x8444" + },{ + "level": 55, + "species": "Electrode", + "item": "Miracleberry", + "move1": "Screech", + "move2": "Selfdestruct", + "move3": "Sonicboom", + "move4": "Mirror Coat", + "hp exp": "0x1f40", + "attack exp": "0x1f40", + "defense exp": "0x1f40", + "speed exp": "0x1f40", + "special exp": "0x1f40", + "dvs": "0x4343" + }] +},{ + "group": "Beauty", + "trainer": "Alissa", + "unknown1": "0x2a", + "text": "text/pokecup/pokeball/alissa1.txt", + "pokemon": [{ + "level": 52, + "species": "Miltank", + "item": "King's Rock", + "move1": "Attract", + "move2": "Stomp", + "move3": "Body Slam", + "move4": "Frustration", + "unknown3": "0x46", + "hp exp": "0x0000", + "attack exp": "0x0000", + "defense exp": "0x0000", + "speed exp": "0x0000", + "special exp": "0x0000", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Snubbull", + "item": "Bitter Berry", + "move1": "Attract", + "move2": "Take Down", + "move3": "Charm", + "move4": "Bite", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 52, + "species": "Qwilfish", + "item": "Berry Juice", + "move1": "Attract", + "move2": "Hydro Pump", + "move3": "Take Down", + "move4": "Pin Missile", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Corsola", + "item": "Quick Claw", + "move1": "Attract", + "move2": "Ancientpower", + "move3": "Mirror Coat", + "move4": "Psychic", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 52, + "species": "Skiploom", + "item": "Focus Band", + "move1": "Attract", + "move2": "Leech Seed", + "move3": "Swagger", + "move4": "Mega Drain", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Chansey", + "item": "Pink Bow", + "move1": "Attract", + "move2": "Sing", + "move3": "Egg Bomb", + "move4": "Icy Wind", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + }] +},{ + "group": "Burglar", + "trainer": "Jensen", + "unknown1": "0x2b", + "text": "text/pokecup/pokeball/jensen1.txt", + "pokemon": [{ + "level": 50, + "species": "Persian", + "move1": "Thief", + "move2": "Bite", + "move3": "Pay Day", + "move4": "Shadow Ball", + "unknown3": "0x80", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + },{ + "level": 53, + "species": "Charmeleon", + "item": "Dragon Fang", + "move1": "Flamethrower", + "move2": "Fire Spin", + "move3": "Dragonbreath", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + },{ + "level": 52, + "species": "Houndour", + "move1": "Thief", + "move2": "Flamethrower", + "move3": "Crunch", + "move4": "Roar", + "unknown3": "0x80", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + },{ + "level": 53, + "species": "Electabuzz", + "move1": "Thief", + "move2": "Thunderpunch", + "move3": "Swift", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8444" + },{ + "level": 50, + "species": "Quilava", + "item": "Charcoal", + "move1": "Flame Wheel", + "move2": "Quick Attack", + "move3": "Mud-Slap", + "move4": "Double Team", + "unknown3": "0x80", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4343" + },{ + "level": 52, + "species": "Gligar", + "move1": "Thief", + "move2": "Slash", + "move3": "Faint Attack", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8444" + }] +},{ + "group": "Boarder", + "trainer": "Claude", + "unknown1": "0x3a", + "text": "text/pokecup/pokeball/claude1.txt", + "pokemon": [{ + "level": 51, + "species": "Delibird", + "item": "Berry Juice", + "move1": "Present", + "move2": "Fly", + "move3": "Icy Wind", + "move4": "Return", + "unknown3": "0xff", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4333" + },{ + "level": 51, + "species": "Sneasel", + "item": "King's Rock", + "move1": "Slash", + "move2": "Faint Attack", + "move3": "Ice Punch", + "move4": "Icy Wind", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4333" + },{ + "level": 51, + "species": "Tentacruel", + "item": "Miracleberry", + "move1": "Icy Wind", + "move2": "Wrap", + "move3": "Toxic", + "move4": "Surf", + "hp exp": "0x1388", + "attack exp": "0x1388", + "defense exp": "0x1388", + "speed exp": "0x1388", + "special exp": "0x1388", + "dvs": "0x4333" + },{ + "level": 52, + "species": "Tauros", + "item": "Przcureberry", + "move1": "Thunder", + "move2": "Surf", + "move3": "Strength", + "move4": "Icy Wind", + "hp exp": "0x07d0", + "attack exp": "0x07d0", + "defense exp": "0x07d0", + "speed exp": "0x07d0", + "special exp": "0x07d0", + "dvs": "0x4333" + },{ + "level": 51, + "species": "Teddiursa", + "item": "Berry", + "move1": "Lick", + "move2": "Dynamicpunch", + "move3": "Fury Cutter", + "move4": "Fire Punch", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x4333" + },{ + "level": 52, + "species": "Vaporeon", + "item": "Mystic Water", + "move1": "Bite", + "move2": "Icy Wind", + "move3": "Haze", + "move4": "Shadow Ball", + "hp exp": "0x1770", + "attack exp": "0x1770", + "defense exp": "0x1770", + "speed exp": "0x1770", + "special exp": "0x1770", + "dvs": "0x4333" + }] +},{ + "group": "Psychic", + "trainer": "Mason", + "unknown1": "0x2d", + "text": "text/pokecup/pokeball/mason1.txt", + "pokemon": [{ + "level": 51, + "species": "Smeargle", + "item": "Quick Claw", + "move1": "Spore", + "move2": "Confuse Ray", + "move3": "Aeroblast", + "move4": "Seismic Toss", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x5454" + },{ + "level": 52, + "species": "Slowpoke", + "item": "Bitter Berry", + "move1": "Psychic", + "move2": "Dig", + "move3": "Curse", + "move4": "Surf", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8555" + },{ + "level": 52, + "species": "Raichu", + "item": "Focus Band", + "move1": "Thunderbolt", + "move2": "Thunder Wave", + "move3": "Iron Tail", + "move4": "Dynamicpunch", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x5454" + },{ + "level": 51, + "species": "Growlithe", + "item": "Mysteryberry", + "move1": "Flamethrower", + "move2": "Dragonbreath", + "move3": "Swift", + "move4": "Dig", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x5454" + },{ + "level": 52, + "species": "Natu", + "item": "Gold Berry", + "move1": "Confuse Ray", + "move2": "Night Shade", + "move3": "Endure", + "move4": "Protect", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8555" + },{ + "level": 52, + "species": "Clefable", + "item": "Mint Berry", + "move1": "Thunderpunch", + "move2": "Shadow Ball", + "move3": "Ice Punch", + "move4": "Attract", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x5454" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/pokecup/pokeball2.json b/stadiumgs/rosters/pokecup/pokeball2.json new file mode 100644 index 0000000..183ebdf --- /dev/null +++ b/stadiumgs/rosters/pokecup/pokeball2.json @@ -0,0 +1,736 @@ +[{ + "group": "Bug Catcher", + "trainer": "Nelson", + "unknown1": "0x8", + "text": "text/pokecup/pokeball/nelson2.txt", + "pokemon": [{ + "level": 50, + "species": "Yanma", + "item": "Bitter Berry", + "move1": "Headbutt", + "move2": "Giga Drain", + "move3": "Sonicboom", + "move4": "Endure", + "unknown3": "0xb4", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x8777" + },{ + "level": 50, + "species": "Scyther", + "item": "Mint Berry", + "move1": "Steel Wing", + "move2": "Wing Attack", + "move3": "Swords Dance", + "move4": "Slash", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x7676" + },{ + "level": 50, + "species": "Ledyba", + "item": "Przcureberry", + "move1": "Thunderpunch", + "move2": "Ice Punch", + "move3": "Reflect", + "move4": "Agility", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x8777" + },{ + "level": 50, + "species": "Kakuna", + "item": "Burnt Berry", + "move1": "Harden", + "move2": "Poison Sting", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x9889" + },{ + "level": 50, + "species": "Ariados", + "item": "Berry Juice", + "move1": "Night Shade", + "move2": "Psychic", + "move3": "Constrict", + "move4": "Scary Face", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x8777" + },{ + "level": 50, + "species": "Weepinbell", + "item": "Miracle Seed", + "move1": "Razor Leaf", + "move2": "Stun Spore", + "move3": "Slam", + "move4": "Sweet Scent", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x7676" + }] +},{ + "group": "Swimmer♂", + "trainer": "Bruce", + "unknown1": "0x86", + "text": "text/pokecup/pokeball/bruce2.txt", + "pokemon": [{ + "level": 51, + "species": "Seaking", + "item": "Scope Lens", + "move1": "Surf", + "move2": "Agility", + "move3": "Rain Dance", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x8777" + },{ + "level": 50, + "species": "Azumarill", + "item": "Gold Berry", + "move1": "Surf", + "move2": "Rain Dance", + "move3": "Double-Edge", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x6767" + },{ + "level": 51, + "species": "Lanturn", + "item": "Mystic Water", + "move1": "Confuse Ray", + "move2": "Spark", + "move3": "Rain Dance", + "move4": "Surf", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x8777" + },{ + "level": 50, + "species": "Qwilfish", + "item": "King's Rock", + "move1": "Surf", + "move2": "Rain Dance", + "move3": "Sludge Bomb", + "move4": "Pin Missile", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x6766" + },{ + "level": 51, + "species": "Dewgong", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Rain Dance", + "move3": "Ice Beam", + "move4": "Headbutt", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x8777" + },{ + "level": 50, + "species": "Seadra", + "item": "Focus Band", + "move1": "Surf", + "move2": "Rain Dance", + "move3": "Ice Beam", + "move4": "Double-Edge", + "unknown3": "0x80", + "hp exp": "0x4268", + "attack exp": "0x4268", + "defense exp": "0x4268", + "speed exp": "0x4268", + "special exp": "0x4268", + "dvs": "0x6767" + }] +},{ + "group": "Hiker", + "trainer": "Chester", + "unknown1": "0x30", + "text": "text/pokecup/pokeball/chester2.txt", + "pokemon": [{ + "level": 51, + "species": "Sandslash", + "item": "Hard Stone", + "move1": "Rollout", + "move2": "Iron Tail", + "move3": "Fury Cutter", + "move4": "Earthquake", + "unknown2": "0x30", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8777" + },{ + "level": 51, + "species": "Sunflora", + "item": "King's Rock", + "move1": "Sunny Day", + "move2": "Solarbeam", + "move3": "Synthesis", + "move4": "Frustration", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8777" + },{ + "level": 51, + "species": "Kabutops", + "item": "Przcureberry", + "move1": "Rollout", + "move2": "Dig", + "move3": "Surf", + "move4": "Fury Cutter", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x6767" + },{ + "level": 51, + "species": "Butterfree", + "item": "Bitter Berry", + "move1": "Safeguard", + "move2": "Psybeam", + "move3": "Stun Spore", + "move4": "Swift", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8777" + },{ + "level": 51, + "species": "Graveler", + "item": "Focus Band", + "move1": "Rollout", + "move2": "Earthquake", + "move3": "Selfdestruct", + "move4": "Fire Punch", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8777" + },{ + "level": 51, + "species": "Hitmonchan", + "item": "Quick Claw", + "move1": "Mach Punch", + "move2": "Dynamicpunch", + "move3": "Fire Punch", + "move4": "Thunderpunch", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x6767" + }] +},{ + "group": "Super Nerd", + "trainer": "Clifford", + "unknown1": "0x87", + "text": "text/pokecup/pokeball/clifford2.txt", + "pokemon": [{ + "level": 51, + "species": "Porygon", + "item": "Berry Juice", + "move1": "Swagger", + "move2": "Psych Up", + "move3": "Tri Attack", + "move4": "Toxic", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7676" + },{ + "level": 52, + "species": "Pineco", + "item": "Focus Band", + "move1": "Swagger", + "move2": "Protect", + "move3": "Double Team", + "move4": "Giga Drain", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7676" + },{ + "level": 51, + "species": "Electrode", + "item": "King's Rock", + "move1": "Swagger", + "move2": "Thunder Wave", + "move3": "Screech", + "move4": "Explosion", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7676" + },{ + "level": 52, + "species": "Pupitar", + "item": "Gold Berry", + "move1": "Swagger", + "move2": "Screech", + "move3": "Sandstorm", + "move4": "Headbutt", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8777" + },{ + "level": 51, + "species": "Miltank", + "item": "Przcureberry", + "move1": "Swagger", + "move2": "Psych Up", + "move3": "Stomp", + "move4": "Surf", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x6767" + },{ + "level": 52, + "species": "Misdreavus", + "item": "Quick Claw", + "move1": "Confuse Ray", + "move2": "Screech", + "move3": "Thunder", + "move4": "Pain Split", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8777" + }] +},{ + "group": "Beauty", + "trainer": "Alissa", + "unknown1": "0x88", + "text": "text/pokecup/pokeball/alissa2.txt", + "pokemon": [{ + "level": 51, + "species": "Sudowoodo", + "item": "Miracleberry", + "move1": "Attract", + "move2": "Fire Punch", + "move3": "Ice Punch", + "move4": "Thunderpunch", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x8777" + },{ + "level": 50, + "species": "Wigglytuff", + "item": "Bitter Berry", + "move1": "Charm", + "move2": "Thunder", + "move3": "Psychic", + "move4": "Attract", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x6767" + },{ + "level": 54, + "species": "Delibird", + "item": "Quick Claw", + "move1": "Aurora Beam", + "move2": "Present", + "move3": "Fly", + "move4": "Attract", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x6767" + },{ + "level": 51, + "species": "Togetic", + "item": "Focus Band", + "move1": "Attract", + "move2": "Shadow Ball", + "move3": "Fire Blast", + "move4": "Steel Wing", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Pidgeotto", + "item": "Gold Berry", + "move1": "Toxic", + "move2": "Attract", + "move3": "Wing Attack", + "move4": "Quick Attack", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x6767" + },{ + "level": 54, + "species": "Marowak", + "item": "Soft Sand", + "move1": "Rage", + "move2": "Skull Bash", + "move3": "Bone Rush", + "move4": "Attract", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x8777" + }] +},{ + "group": "Burglar", + "trainer": "Jensen", + "unknown1": "0x89", + "text": "text/pokecup/pokeball/jensen2.txt", + "pokemon": [{ + "level": 50, + "species": "Gligar", + "move1": "Thief", + "move2": "Faint Attack", + "move3": "Iron Tail", + "move4": "Quick Attack", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Dunsparce", + "move1": "Thief", + "move2": "Glare", + "move3": "Iron Tail", + "move4": "Headbutt", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x8777" + },{ + "level": 50, + "species": "Quilava", + "item": "Quick Claw", + "move1": "Flame Wheel", + "move2": "Mud-Slap", + "move3": "Iron Tail", + "move4": "Headbutt", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x9888" + },{ + "level": 55, + "species": "Ninetales", + "item": "Bitter Berry", + "move1": "Confuse Ray", + "move2": "Safeguard", + "move3": "Iron Tail", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x6767" + },{ + "level": 50, + "species": "Rapidash", + "item": "Bright Powder", + "move1": "Swift", + "move2": "Stomp", + "move3": "Flame Wheel", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x6767" + },{ + "level": 55, + "species": "Steelix", + "item": "Focus Band", + "move1": "Crunch", + "move2": "Rock Throw", + "move3": "Iron Tail", + "move4": "Mud-Slap", + "unknown3": "0x80", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x8777" + }] +},{ + "group": "Boarder", + "trainer": "Claude", + "unknown1": "0x8a", + "text": "text/pokecup/pokeball/claude2.txt", + "pokemon": [{ + "level": 50, + "species": "Sneasel", + "item": "Leftovers", + "move1": "Icy Wind", + "move2": "Faint Attack", + "move3": "Reflect", + "move4": "Shadow Ball", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x8777" + },{ + "level": 52, + "species": "Kangaskhan", + "item": "Gold Berry", + "move1": "Mega Punch", + "move2": "Mega Kick", + "move3": "Body Slam", + "move4": "Thunderpunch", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x6776" + },{ + "level": 53, + "species": "Chansey", + "item": "Focus Band", + "move1": "Icy Wind", + "move2": "Seismic Toss", + "move3": "Iron Tail", + "move4": "Strength", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x6776" + },{ + "level": 50, + "species": "Dragonair", + "item": "Przcureberry", + "move1": "Waterfall", + "move2": "Twister", + "move3": "Dragonbreath", + "move4": "Icy Wind", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x8777" + },{ + "level": 52, + "species": "Clefable", + "item": "Mint Berry", + "move1": "Charm", + "move2": "Mega Punch", + "move3": "Mega Kick", + "move4": "Blizzard", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x6767" + },{ + "level": 53, + "species": "Mr.Mime", + "item": "Berry Juice", + "move1": "Encore", + "move2": "Reflect", + "move3": "Ice Punch", + "move4": "Psybeam", + "hp exp": "0x61a8", + "attack exp": "0x61a8", + "defense exp": "0x61a8", + "speed exp": "0x61a8", + "special exp": "0x61a8", + "dvs": "0x8777" + }] +},{ + "group": "Psychic", + "trainer": "Mason", + "unknown1": "0x8b", + "text": "text/pokecup/pokeball/mason2.txt", + "pokemon": [{ + "level": 52, + "species": "Slowbro", + "item": "Pink Bow", + "move1": "Psychic", + "move2": "Tri Attack", + "move3": "Thunder Wave", + "move4": "Surf", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x6777" + },{ + "level": 51, + "species": "Stantler", + "item": "Bitter Berry", + "move1": "Hypnosis", + "move2": "Psychic", + "move3": "Stomp", + "move4": "Confuse Ray", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x8777" + },{ + "level": 52, + "species": "Primeape", + "item": "Przcureberry", + "move1": "Low Kick", + "move2": "Iron Tail", + "move3": "Headbutt", + "move4": "Cross Chop", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x6767" + },{ + "level": 51, + "species": "Quagsire", + "item": "Focus Band", + "move1": "Surf", + "move2": "Sludge Bomb", + "move3": "Dig", + "move4": "Iron Tail", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x6776" + },{ + "level": 52, + "species": "Meganium", + "item": "Miracle Seed", + "move1": "Safeguard", + "move2": "Reflect", + "move3": "Razor Leaf", + "move4": "Ancientpower", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x6767" + },{ + "level": 52, + "species": "Smeargle", + "item": "Quick Claw", + "move1": "Spore", + "move2": "Super Fang", + "move3": "Sacred Fire", + "move4": "Aeroblast", + "hp exp": "0x7788", + "attack exp": "0x7788", + "defense exp": "0x7788", + "speed exp": "0x7788", + "special exp": "0x7788", + "dvs": "0x6767" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/pokecup/ultraball1.json b/stadiumgs/rosters/pokecup/ultraball1.json new file mode 100644 index 0000000..0c8daf9 --- /dev/null +++ b/stadiumgs/rosters/pokecup/ultraball1.json @@ -0,0 +1,736 @@ +[{ + "group": "Bug Catcher", + "trainer": "Nelson", + "unknown1": "0x26", + "text": "text/pokecup/ultraball/nelson1.txt", + "pokemon": [{ + "level": 51, + "species": "Scyther", + "item": "King's Rock", + "move1": "Swords Dance", + "move2": "Pursuit", + "move3": "Steel Wing", + "move4": "Fury Cutter", + "unknown3": "0xb4", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8565" + },{ + "level": 52, + "species": "Butterfree", + "item": "Quick Claw", + "move1": "Supersonic", + "move2": "Psybeam", + "move3": "Gust", + "move4": "Sleep Powder", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8565" + },{ + "level": 52, + "species": "Parasect", + "item": "Psncureberry", + "move1": "Spore", + "move2": "Giga Drain", + "move3": "Sludge Bomb", + "move4": "Dig", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8565" + },{ + "level": 52, + "species": "Dunsparce", + "item": "Przcureberry", + "move1": "Glare", + "move2": "Dig", + "move3": "Swagger", + "move4": "Psych Up", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8565" + },{ + "level": 52, + "species": "Heracross", + "item": "Focus Band", + "move1": "Reversal", + "move2": "Endure", + "move3": "Headbutt", + "move4": "Hidden Power", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8565" + },{ + "level": 51, + "species": "Pinsir", + "item": "Silverpowder", + "move1": "Swords Dance", + "move2": "Fury Cutter", + "move3": "Strength", + "move4": "Seismic Toss", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8565" + }] +},{ + "group": "Swimmer♂", + "trainer": "Bruce", + "unknown1": "0x27", + "text": "text/pokecup/ultraball/bruce1.txt", + "pokemon": [{ + "level": 50, + "species": "Dewgong", + "item": "Berry", + "move1": "Rain Dance", + "move2": "Whirlpool", + "move3": "Toxic", + "move4": "Take Down", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x6565" + },{ + "level": 51, + "species": "Poliwrath", + "item": "King's Rock", + "move1": "Rain Dance", + "move2": "Body Slam", + "move3": "Belly Drum", + "move4": "Waterfall", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x8444" + },{ + "level": 54, + "species": "Quagsire", + "item": "Mystic Water", + "move1": "Rain Dance", + "move2": "Surf", + "move3": "Earthquake", + "move4": "Sludge Bomb", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x6565" + },{ + "level": 50, + "species": "Magneton", + "item": "Metal Coat", + "move1": "Thunder Wave", + "move2": "Thunder", + "move3": "Swift", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x6565" + },{ + "level": 51, + "species": "Kabutops", + "item": "Quick Claw", + "move1": "Rain Dance", + "move2": "Mega Drain", + "move3": "Surf", + "move4": "Frustration", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x6565" + },{ + "level": 54, + "species": "Slowbro", + "item": "Miracleberry", + "move1": "Rain Dance", + "move2": "Surf", + "move3": "Hidden Power", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0x2710", + "attack exp": "0x2710", + "defense exp": "0x2710", + "speed exp": "0x2710", + "special exp": "0x2710", + "dvs": "0x4343" + }] +},{ + "group": "Hiker", + "trainer": "Chester", + "unknown1": "0x28", + "text": "text/pokecup/ultraball/chester1.txt", + "pokemon": [{ + "level": 50, + "species": "Golem", + "item": "Berry", + "move1": "Rollout", + "move2": "Defense Curl", + "move3": "Magnitude", + "move4": "Explosion", + "unknown2": "0x30", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8111" + },{ + "level": 55, + "species": "Donphan", + "item": "Soft Sand", + "move1": "Rollout", + "move2": "Defense Curl", + "move3": "Rapid Spin", + "move4": "Flail", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8111" + },{ + "level": 50, + "species": "Ursaring", + "item": "Focus Band", + "move1": "Rollout", + "move2": "Defense Curl", + "move3": "Thunderpunch", + "move4": "Lick", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8111" + },{ + "level": 50, + "species": "Omanyte", + "item": "Burnt Berry", + "move1": "Rollout", + "move2": "Ancientpower", + "move3": "Surf", + "move4": "Bite", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8111" + },{ + "level": 50, + "species": "Forretress", + "item": "Pink Bow", + "move1": "Rollout", + "move2": "Defense Curl", + "move3": "Bide", + "move4": "Explosion", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8111" + },{ + "level": 55, + "species": "Steelix", + "item": "Metal Coat", + "move1": "Rollout", + "move2": "Defense Curl", + "move3": "Iron Tail", + "move4": "Screech", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8111" + }] +},{ + "group": "Super Nerd", + "trainer": "Clifford", + "unknown1": "0x29", + "text": "text/pokecup/ultraball/clifford1.txt", + "pokemon": [{ + "level": 50, + "species": "Ampharos", + "item": "Quick Claw", + "move1": "Double Team", + "move2": "Thunder", + "move3": "Swift", + "move4": "Thunder Wave", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8222" + },{ + "level": 52, + "species": "Corsola", + "item": "Psncureberry", + "move1": "Mirror Coat", + "move2": "Psychic", + "move3": "Recover", + "move4": "Earthquake", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x5454" + },{ + "level": 53, + "species": "Porygon2", + "item": "Miracleberry", + "move1": "Conversion 2", + "move2": "Tri Attack", + "move3": "Psychic", + "move4": "Zap Cannon", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x5454" + },{ + "level": 50, + "species": "Wobbuffet", + "item": "Focus Band", + "move1": "Counter", + "move2": "Mirror Coat", + "move3": "Destiny Bond", + "move4": "Safeguard", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x6565" + },{ + "level": 52, + "species": "Tentacruel", + "item": "Mystic Water", + "move1": "Toxic", + "move2": "Wrap", + "move3": "Surf", + "move4": "Protect", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8111" + },{ + "level": 53, + "species": "Skarmory", + "item": "Metal Coat", + "move1": "Swagger", + "move2": "Steel Wing", + "move3": "Sandstorm", + "move4": "Fly", + "hp exp": "0x2ee0", + "attack exp": "0x2ee0", + "defense exp": "0x2ee0", + "speed exp": "0x2ee0", + "special exp": "0x2ee0", + "dvs": "0x8111" + }] +},{ + "group": "Beauty", + "trainer": "Alissa", + "unknown1": "0x2a", + "text": "text/pokecup/ultraball/alissa1.txt", + "pokemon": [{ + "level": 53, + "species": "Miltank", + "item": "King's Rock", + "move1": "Attract", + "move2": "Body Slam", + "move3": "Shadow Ball", + "move4": "Heal Bell", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x6363" + },{ + "level": 51, + "species": "Jumpluff", + "item": "Focus Band", + "move1": "Attract", + "move2": "Leech Seed", + "move3": "Stun Spore", + "move4": "Mega Drain", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8333" + },{ + "level": 51, + "species": "Persian", + "move1": "Attract", + "move2": "Bite", + "move3": "Thief", + "move4": "Screech", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x6363" + },{ + "level": 51, + "species": "Lickitung", + "item": "Berry", + "move1": "Attract", + "move2": "Earthquake", + "move3": "Supersonic", + "move4": "Fire Blast", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8232" + },{ + "level": 51, + "species": "Mantine", + "item": "Nevermeltice", + "move1": "Attract", + "move2": "Icy Wind", + "move3": "Blizzard", + "move4": "Surf", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x6363" + },{ + "level": 53, + "species": "Wigglytuff", + "item": "Quick Claw", + "move1": "Attract", + "move2": "Body Slam", + "move3": "Thunderpunch", + "move4": "Psychic", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8333" + }] +},{ + "group": "Burglar", + "trainer": "Jensen", + "unknown1": "0x2b", + "text": "text/pokecup/ultraball/jensen1.txt", + "pokemon": [{ + "level": 51, + "species": "Typhlosion", + "item": "King's Rock", + "move1": "Smokescreen", + "move2": "Flame Wheel", + "move3": "Dig", + "move4": "Thunderpunch", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x4343" + },{ + "level": 51, + "species": "Houndoom", + "move1": "Thief", + "move2": "Crunch", + "move3": "Flamethrower", + "move4": "Swift", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x4343" + },{ + "level": 52, + "species": "Magcargo", + "item": "Quick Claw", + "move1": "Body Slam", + "move2": "Flamethrower", + "move3": "Rock Throw", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8343" + },{ + "level": 52, + "species": "Dugtrio", + "move1": "Thief", + "move2": "Magnitude", + "move3": "Toxic", + "move4": "Mud-Slap", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x4343" + },{ + "level": 52, + "species": "Stantler", + "move1": "Thief", + "move2": "Swagger", + "move3": "Psych Up", + "move4": "Take Down", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x8323" + },{ + "level": 52, + "species": "Gligar", + "move1": "Thief", + "move2": "Faint Attack", + "move3": "Headbutt", + "move4": "Guillotine", + "unknown3": "0x80", + "hp exp": "0x36b0", + "attack exp": "0x36b0", + "defense exp": "0x36b0", + "speed exp": "0x36b0", + "special exp": "0x36b0", + "dvs": "0x4343" + }] +},{ + "group": "Boarder", + "trainer": "Claude", + "unknown1": "0x2c", + "text": "text/pokecup/ultraball/claude1.txt", + "pokemon": [{ + "level": 52, + "species": "Sneasel", + "item": "Focus Band", + "move1": "Faint Attack", + "move2": "Ice Punch", + "move3": "Shadow Ball", + "move4": "Screech", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x5656" + },{ + "level": 52, + "species": "Delibird", + "item": "Miracleberry", + "move1": "Present", + "move2": "Swift", + "move3": "Blizzard", + "move4": "Frustration", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x5656" + },{ + "level": 52, + "species": "Blastoise", + "item": "Quick Claw", + "move1": "Icy Wind", + "move2": "Hydro Pump", + "move3": "Bite", + "move4": "Earthquake", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x4545" + },{ + "level": 51, + "species": "Jolteon", + "item": "Bright Powder", + "move1": "Bite", + "move2": "Zap Cannon", + "move3": "Toxic", + "move4": "Pin Missile", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x4545" + },{ + "level": 51, + "species": "Vaporeon", + "item": "Nevermeltice", + "move1": "Icy Wind", + "move2": "Surf", + "move3": "Iron Tail", + "move4": "Return", + "unknown3": "0xb4", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x4545" + },{ + "level": 51, + "species": "Flareon", + "item": "Charcoal", + "move1": "Fire Blast", + "move2": "Mud-Slap", + "move3": "Roar", + "move4": "Headbutt", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x4545" + }] +},{ + "group": "Psychic", + "trainer": "Mason", + "unknown1": "0x2d", + "text": "text/pokecup/ultraball/mason1.txt", + "pokemon": [{ + "level": 50, + "species": "Kangaskhan", + "item": "Focus Band", + "move1": "Dizzy Punch", + "move2": "Reversal", + "move3": "Fire Punch", + "move4": "Surf", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x4323" + },{ + "level": 52, + "species": "Hypno", + "item": "Quick Claw", + "move1": "Hypnosis", + "move2": "Future Sight", + "move3": "Psych Up", + "move4": "Shadow Ball", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x4323" + },{ + "level": 53, + "species": "Arcanine", + "item": "Pink Bow", + "move1": "Flame Wheel", + "move2": "Extremespeed", + "move3": "Dragonbreath", + "move4": "Bite", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x4323" + },{ + "level": 50, + "species": "Raichu", + "item": "Miracleberry", + "move1": "Thunderbolt", + "move2": "Thunder Wave", + "move3": "Dynamicpunch", + "move4": "Double Team", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x8432" + },{ + "level": 52, + "species": "Smeargle", + "item": "King's Rock", + "move1": "Attract", + "move2": "Sweet Kiss", + "move3": "Glare", + "move4": "Headbutt", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x8543" + },{ + "level": 53, + "species": "Xatu", + "item": "Leftovers", + "move1": "Confuse Ray", + "move2": "Psychic", + "move3": "Night Shade", + "move4": "Fly", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x4323" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/pokecup/ultraball2.json b/stadiumgs/rosters/pokecup/ultraball2.json new file mode 100644 index 0000000..663560f --- /dev/null +++ b/stadiumgs/rosters/pokecup/ultraball2.json @@ -0,0 +1,738 @@ +[{ + "group": "Bug Catcher", + "trainer": "Nelson", + "unknown1": "0x8", + "text": "text/pokecup/ultraball/nelson2.txt", + "pokemon": [{ + "level": 51, + "species": "Ledian", + "item": "Bitter Berry", + "move1": "Supersonic", + "move2": "Thunderpunch", + "move3": "Reflect", + "move4": "Giga Drain", + "unknown3": "0xb4", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7878" + },{ + "level": 53, + "species": "Omastar", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Body Slam", + "move3": "Mimic", + "move4": "Ancientpower", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Dodrio", + "item": "Magnet", + "move1": "Supersonic", + "move2": "Tri Attack", + "move3": "Fly", + "move4": "Pursuit", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7878" + },{ + "level": 53, + "species": "Yanma", + "item": "Bright Powder", + "move1": "Headbutt", + "move2": "Detect", + "move3": "Giga Drain", + "move4": "Reversal", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8787" + },{ + "level": 51, + "species": "Venomoth", + "item": "King's Rock", + "move1": "Psychic", + "move2": "Gust", + "move3": "Giga Drain", + "move4": "Sleep Powder", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Beedrill", + "item": "Scope Lens", + "move1": "Twineedle", + "move2": "Giga Drain", + "move3": "Sludge Bomb", + "move4": "Focus Energy", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8787" + }] +},{ + "group": "Swimmer♂", + "trainer": "Bruce", + "unknown1": "0x78", + "text": "text/pokecup/ultraball/bruce2.txt", + "pokemon": [{ + "level": 53, + "species": "Mantine", + "item": "Mystic Water", + "move1": "Rain Dance", + "move2": "Hydro Pump", + "move3": "Take Down", + "move4": "Toxic", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Corsola", + "item": "Bitter Berry", + "move1": "Rain Dance", + "move2": "Surf", + "move3": "Earthquake", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8787" + },{ + "level": 50, + "species": "Raichu", + "item": "Gold Berry", + "move1": "Rain Dance", + "move2": "Thunder", + "move3": "Thunder Wave", + "move4": "Strength", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7878" + },{ + "level": 53, + "species": "Dunsparce", + "item": "Focus Band", + "move1": "Glare", + "move2": "Swagger", + "move3": "Psych Up", + "move4": "Return", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8787" + },{ + "level": 52, + "species": "Cloyster", + "item": "Pink Bow", + "move1": "Rain Dance", + "move2": "Surf", + "move3": "Ice Beam", + "move4": "Explosion", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Seaking", + "item": "Nevermeltice", + "move1": "Rain Dance", + "move2": "Frustration", + "move3": "Surf", + "move4": "Flail", + "unknown3": "0x80", + "hp exp": "0x4e20", + "attack exp": "0x4e20", + "defense exp": "0x4e20", + "speed exp": "0x4e20", + "special exp": "0x4e20", + "dvs": "0x8787" + }] +},{ + "group": "Hiker", + "trainer": "Chester", + "unknown1": "0x79", + "text": "text/pokecup/ultraball/chester2.txt", + "pokemon": [{ + "level": 50, + "species": "Furret", + "item": "Magnet", + "move1": "Focus Energy", + "move2": "Thunderpunch", + "move3": "Headbutt", + "move4": "Rollout", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Lickitung", + "item": "Gold Berry", + "move1": "Thunderbolt", + "move2": "Rest", + "move3": "Sleep Talk", + "move4": "Earthquake", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x7878" + },{ + "level": 54, + "species": "Slowking", + "item": "Mint Berry", + "move1": "Rest", + "move2": "Sleep Talk", + "move3": "Double-Edge", + "move4": "Psychic", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x8787" + },{ + "level": 50, + "species": "Clefable", + "item": "Miracleberry", + "move1": "Rest", + "move2": "Snore", + "move3": "Shadow Ball", + "move4": "Iron Tail", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0xc767" + },{ + "level": 51, + "species": "Azumarill", + "item": "King's Rock", + "move1": "Dynamicpunch", + "move2": "Rest", + "move3": "Sleep Talk", + "move4": "Surf", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x8787" + },{ + "level": 54, + "species": "Rapidash", + "item": "Focus Band", + "move1": "Horn Drill", + "move2": "Reflect", + "move3": "Iron Tail", + "move4": "Body Slam", + "unknown2": "0x30", + "hp exp": "0x55f0", + "attack exp": "0x55f0", + "defense exp": "0x55f0", + "speed exp": "0x55f0", + "special exp": "0x55f0", + "dvs": "0x8787" + }] +},{ + "group": "Super Nerd", + "trainer": "Clifford", + "unknown1": "0x7a", + "text": "text/pokecup/ultraball/clifford2.txt", + "pokemon": [{ + "level": 55, + "species": "Porygon2", + "item": "Pink Bow", + "move1": "Thunderbolt", + "move2": "Tri Attack", + "move3": "Recover", + "move4": "Thunder Wave", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Raticate", + "item": "Polkadot Bow", + "move1": "Hyper Fang", + "move2": "Iron Tail", + "move3": "Toxic", + "move4": "Blizzard", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x8989" + },{ + "level": 50, + "species": "Forretress", + "item": "Scope Lens", + "move1": "Toxic", + "move2": "Protect", + "move3": "Giga Drain", + "move4": "Explosion", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Lanturn", + "item": "Berry Juice", + "move1": "Confuse Ray", + "move2": "Thunderbolt", + "move3": "Surf", + "move4": "Take Down", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x9898" + },{ + "level": 55, + "species": "Magneton", + "item": "Gold Berry", + "move1": "Thunderbolt", + "move2": "Thunder Wave", + "move3": "Take Down", + "move4": "Reflect", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Dugtrio", + "item": "Focus Band", + "move1": "Earthquake", + "move2": "Slash", + "move3": "Mud-Slap", + "move4": "Double Team", + "hp exp": "0x5dc0", + "attack exp": "0x5dc0", + "defense exp": "0x5dc0", + "speed exp": "0x5dc0", + "special exp": "0x5dc0", + "dvs": "0x9898" + }] +},{ + "group": "Beauty", + "trainer": "Alissa", + "unknown1": "0x7b", + "text": "text/pokecup/ultraball/alissa2.txt", + "pokemon": [{ + "level": 52, + "species": "Wigglytuff", + "item": "Pink Bow", + "move1": "Thunderpunch", + "move2": "Attract", + "move3": "Body Slam", + "move4": "Sweet Kiss", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x8787" + },{ + "level": 52, + "species": "Flareon", + "item": "Miracleberry", + "move1": "Double-Edge", + "move2": "Shadow Ball", + "move3": "Attract", + "move4": "Fire Blast", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Nidoqueen", + "item": "Berry Juice", + "move1": "Attract", + "move2": "Earthquake", + "move3": "Double Kick", + "move4": "Rock Slide", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x7878" + },{ + "level": 52, + "species": "Vileplume", + "item": "Miracle Seed", + "move1": "Attract", + "move2": "Sludge Bomb", + "move3": "Swords Dance", + "move4": "Razor Leaf", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Jumpluff", + "item": "Focus Band", + "move1": "Attract", + "move2": "Giga Drain", + "move3": "Headbutt", + "move4": "Leech Seed", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Politoed", + "item": "Quick Claw", + "move1": "Psychic", + "move2": "Attract", + "move3": "Surf", + "move4": "Haze", + "hp exp": "0x6590", + "attack exp": "0x6590", + "defense exp": "0x6590", + "speed exp": "0x6590", + "special exp": "0x6590", + "dvs": "0x9898" + }] +},{ + "group": "Burglar", + "trainer": "Jensen", + "unknown1": "0x7c", + "text": "text/pokecup/ultraball/jensen2.txt", + "pokemon": [{ + "level": 51, + "species": "Persian", + "move1": "Thief", + "move2": "Body Slam", + "move3": "Iron Tail", + "move4": "Hypnosis", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Steelix", + "item": "Polkadot Bow", + "move1": "Sandstorm", + "move2": "Body Slam", + "move3": "Rock Slide", + "move4": "Explosion", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9898" + },{ + "level": 53, + "species": "Murkrow", + "move1": "Thief", + "move2": "Shadow Ball", + "move3": "Mirror Move", + "move4": "Night Shade", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9898" + },{ + "level": 51, + "species": "Pinsir", + "move1": "Thief", + "move2": "Swords Dance", + "move3": "Frustration", + "move4": "Submission", + "unknown3": "0x50", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Gyarados", + "item": "Quick Claw", + "move1": "Bite", + "move2": "Fire Blast", + "move3": "Hydro Pump", + "move4": "Hyper Beam", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x9898" + },{ + "level": 53, + "species": "Moltres", + "item": "Focus Band", + "move1": "Reflect", + "move2": "Fire Blast", + "move3": "Sky Attack", + "move4": "Detect", + "unknown3": "0x80", + "hp exp": "0x6d60", + "attack exp": "0x6d60", + "defense exp": "0x6d60", + "speed exp": "0x6d60", + "special exp": "0x6d60", + "dvs": "0x7878" + }] +},{ + "group": "Boarder", + "trainer": "Claude", + "unknown1": "0x7d", + "text": "text/pokecup/ultraball/claude2.txt", + "pokemon": [{ + "level": 50, + "species": "Sneasel", + "item": "Bitter Berry", + "move1": "Swagger", + "move2": "Shadow Ball", + "move3": "Headbutt", + "move4": "Surf", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x8787" + },{ + "level": 52, + "species": "Articuno", + "item": "Quick Claw", + "move1": "Icy Wind", + "move2": "Ice Beam", + "move3": "Return", + "move4": "Hidden Power", + "unknown3": "0xb4", + "hp exp": "0xa0f9", + "attack exp": "0x4b79", + "defense exp": "0x5911", + "speed exp": "0x4309", + "special exp": "0x5911", + "dvs": "0xcbdb" + },{ + "level": 53, + "species": "Blissey", + "item": "Leftovers", + "move1": "Thunderbolt", + "move2": "Reflect", + "move3": "Icy Wind", + "move4": "Seismic Toss", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Golduck", + "item": "Gold Berry", + "move1": "Hypnosis", + "move2": "Psychic", + "move3": "Surf", + "move4": "Cross Chop", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x8787" + },{ + "level": 52, + "species": "Kangaskhan", + "item": "King's Rock", + "move1": "Icy Wind", + "move2": "Shadow Ball", + "move3": "Earthquake", + "move4": "Reversal", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x7878" + },{ + "level": 53, + "species": "Zapdos", + "item": "Bright Powder", + "move1": "Thunder Wave", + "move2": "Thunderbolt", + "move3": "Drill Peck", + "move4": "Steel Wing", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x7878" + }] +},{ + "group": "Psychic", + "trainer": "Mason", + "unknown1": "0x7e", + "text": "text/pokecup/ultraball/mason2.txt", + "pokemon": [{ + "level": 51, + "species": "Xatu", + "item": "Quick Claw", + "move1": "Confuse Ray", + "move2": "Night Shade", + "move3": "Psych Up", + "move4": "Drill Peck", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 54, + "species": "Espeon", + "item": "Miracleberry", + "move1": "Psychic", + "move2": "Reflect", + "move3": "Body Slam", + "move4": "Morning Sun", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 50, + "species": "Jolteon", + "item": "Light Ball", + "move1": "Thunder Wave", + "move2": "Thunderbolt", + "move3": "Bite", + "move4": "Pin Missile", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 51, + "species": "Blastoise", + "item": "Gold Berry", + "move1": "Earthquake", + "move2": "Mirror Coat", + "move3": "Ice Beam", + "move4": "Haze", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + },{ + "level": 54, + "species": "Heracross", + "item": "Focus Band", + "move1": "Earthquake", + "move2": "Megahorn", + "move3": "Reversal", + "move4": "Hidden Power", + "hp exp": "0xc241", + "attack exp": "0x7239", + "defense exp": "0x7239", + "speed exp": "0x62c1", + "special exp": "0x9489", + "dvs": "0xabc9" + },{ + "level": 50, + "species": "Primeape", + "item": "King's Rock", + "move1": "Cross Chop", + "move2": "Seismic Toss", + "move3": "Thunderbolt", + "move4": "Rock Slide", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7878" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/primecup1.json b/stadiumgs/rosters/primecup1.json new file mode 100644 index 0000000..e13a7f9 --- /dev/null +++ b/stadiumgs/rosters/primecup1.json @@ -0,0 +1,742 @@ +[{ + "group": "Lass", + "trainer": "Terry", + "unknown1": "0x8", + "text": "text/primecup/terry1.txt", + "pokemon": [{ + "level": 100, + "species": "Bellossom", + "item": "Focus Band", + "move1": "Giga Drain", + "move2": "Poisonpowder", + "move3": "Solarbeam", + "move4": "Endure", + "unknown3": "0xb4", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x4343" + },{ + "level": 100, + "species": "Azumarill", + "item": "Quick Claw", + "move1": "Surf", + "move2": "Return", + "move3": "Attract", + "move4": "Tail Whip", + "unknown3": "0xff", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Ampharos", + "item": "Magnet", + "move1": "Zap Cannon", + "move2": "Thunder Wave", + "move3": "Fire Punch", + "move4": "Light Screen", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Furret", + "item": "Berry Juice", + "move1": "Slam", + "move2": "Dig", + "move3": "Surf", + "move4": "Ice Punch", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x4343" + },{ + "level": 100, + "species": "Wigglytuff", + "item": "Pink Bow", + "move1": "Protect", + "move2": "Body Slam", + "move3": "Sing", + "move4": "Disable", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x2233" + },{ + "level": 100, + "species": "Togetic", + "item": "Sharp Beak", + "move1": "Fly", + "move2": "Double-Edge", + "move3": "Swift", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0x3a98", + "attack exp": "0x3a98", + "defense exp": "0x3a98", + "speed exp": "0x3a98", + "special exp": "0x3a98", + "dvs": "0x2233" + }] +},{ + "group": "Blackbelt", + "trainer": "Yang", + "unknown1": "0x9", + "text": "text/primecup/yang1.txt", + "pokemon": [{ + "level": 100, + "species": "Wobbuffet", + "item": "Focus Band", + "move1": "Safeguard", + "move2": "Counter", + "move3": "Mirror Coat", + "move4": "Destiny Bond", + "unknown3": "0x80", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x8454" + },{ + "level": 100, + "species": "Primeape", + "item": "Berserk Gene", + "move1": "Detect", + "move2": "Cross Chop", + "move3": "Seismic Toss", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Hitmonchan", + "item": "Black Belt", + "move1": "Detect", + "move2": "Thunderpunch", + "move3": "Mach Punch", + "move4": "Dynamicpunch", + "unknown3": "0x80", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x4343" + },{ + "level": 100, + "species": "Hitmonlee", + "item": "Quick Claw", + "move1": "Detect", + "move2": "Reversal", + "move3": "Mega Kick", + "move4": "Hi Jump Kick", + "unknown3": "0x80", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x4533" + },{ + "level": 100, + "species": "Hitmontop", + "item": "Mint Berry", + "move1": "Detect", + "move2": "Triple Kick", + "move3": "Dig", + "move4": "Counter", + "unknown3": "0x80", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x4533" + },{ + "level": 100, + "species": "Nidoking", + "item": "Bitter Berry", + "move1": "Detect", + "move2": "Toxic", + "move3": "Double Kick", + "move4": "Horn Drill", + "unknown3": "0x80", + "hp exp": "0x3e80", + "attack exp": "0x3e80", + "defense exp": "0x3e80", + "speed exp": "0x3e80", + "special exp": "0x3e80", + "dvs": "0x4533" + }] +},{ + "group": "Bird Keeper", + "trainer": "Adam", + "unknown1": "0xc", + "text": "text/primecup/adam1.txt", + "pokemon": [{ + "level": 100, + "species": "Charizard", + "item": "King's Rock", + "move1": "Slash", + "move2": "Flamethrower", + "move3": "Dig", + "move4": "Iron Tail", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x5454" + },{ + "level": 100, + "species": "Gligar", + "item": "Poison Barb", + "move1": "Sludge Bomb", + "move2": "Iron Tail", + "move3": "Toxic", + "move4": "Faint Attack", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x4533" + },{ + "level": 100, + "species": "Aerodactyl", + "item": "Focus Band", + "move1": "Ancientpower", + "move2": "Fire Blast", + "move3": "Earthquake", + "move4": "Hyper Beam", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x5533" + },{ + "level": 100, + "species": "Fearow", + "item": "Scope Lens", + "move1": "Mud-Slap", + "move2": "Drill Peck", + "move3": "Mirror Move", + "move4": "Agility", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x4533" + },{ + "level": 100, + "species": "Murkrow", + "item": "Sharp Beak", + "move1": "Fly", + "move2": "Night Shade", + "move3": "Attract", + "move4": "Faint Attack", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Dodrio", + "item": "Pink Bow", + "move1": "Toxic", + "move2": "Tri Attack", + "move3": "Hidden Power", + "move4": "Drill Peck", + "hp exp": "0x4650", + "attack exp": "0x4650", + "defense exp": "0x4650", + "speed exp": "0x4650", + "special exp": "0x4650", + "dvs": "0x8444" + }] +},{ + "group": "Cooltrainer♀", + "trainer": "Floria", + "unknown1": "0xb", + "text": "text/primecup/floria1.txt", + "pokemon": [{ + "level": 100, + "species": "Stantler", + "item": "Quick Claw", + "move1": "Hypnosis", + "move2": "Return", + "move3": "Earthquake", + "move4": "Hidden Power", + "unknown3": "0xc8", + "hp exp": "0x4a38", + "attack exp": "0x4a38", + "defense exp": "0x4a38", + "speed exp": "0x4a38", + "special exp": "0x4a38", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Hypno", + "item": "Focus Band", + "move1": "Hypnosis", + "move2": "Psychic", + "move3": "Shadow Ball", + "move4": "Dream Eater", + "unknown2": "0x30", + "hp exp": "0x4a38", + "attack exp": "0x4a38", + "defense exp": "0x4a38", + "speed exp": "0x4a38", + "special exp": "0x4a38", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Exeggutor", + "item": "Miracleberry", + "move1": "Hypnosis", + "move2": "Leech Seed", + "move3": "Sludge Bomb", + "move4": "Giga Drain", + "hp exp": "0x4a38", + "attack exp": "0x4a38", + "defense exp": "0x4a38", + "speed exp": "0x4a38", + "special exp": "0x4a38", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Clefable", + "item": "Leftovers", + "move1": "Sing", + "move2": "Thunderpunch", + "move3": "Hidden Power", + "move4": "Fire Blast", + "hp exp": "0x4a38", + "attack exp": "0x4a38", + "defense exp": "0x4a38", + "speed exp": "0x4a38", + "special exp": "0x4a38", + "dvs": "0x4343" + },{ + "level": 100, + "species": "Victreebel", + "item": "Miracle Seed", + "move1": "Sleep Powder", + "move2": "Swagger", + "move3": "Sludge Bomb", + "move4": "Slam", + "unknown3": "0x80", + "hp exp": "0x4a38", + "attack exp": "0x4a38", + "defense exp": "0x4a38", + "speed exp": "0x4a38", + "special exp": "0x4a38", + "dvs": "0x4343" + },{ + "level": 100, + "species": "Poliwrath", + "item": "Focus Band", + "move1": "Hypnosis", + "move2": "Submission", + "move3": "Surf", + "move4": "Body Slam", + "hp exp": "0x4a38", + "attack exp": "0x4a38", + "defense exp": "0x4a38", + "speed exp": "0x4a38", + "special exp": "0x4a38", + "dvs": "0x4343" + }] +},{ + "group": "Fisherman", + "trainer": "Chase", + "unknown1": "0xa", + "text": "text/primecup/chase1.txt", + "pokemon": [{ + "level": 100, + "species": "Gyarados", + "item": "Focus Band", + "move1": "Rain Dance", + "move2": "Hydro Pump", + "move3": "Bite", + "move4": "Twister", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4533" + },{ + "level": 100, + "species": "Mantine", + "item": "Nevermeltice", + "move1": "Waterfall", + "move2": "Wing Attack", + "move3": "Headbutt", + "move4": "Icy Wind", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x8555" + },{ + "level": 100, + "species": "Lanturn", + "item": "Miracleberry", + "move1": "Thunder Wave", + "move2": "Spark", + "move3": "Surf", + "move4": "Whirlpool", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4533" + },{ + "level": 100, + "species": "Quagsire", + "item": "Mystic Water", + "move1": "Haze", + "move2": "Surf", + "move3": "Dig", + "move4": "Dynamicpunch", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x4533" + },{ + "level": 100, + "species": "Dewgong", + "item": "Mysteryberry", + "move1": "Rest", + "move2": "Sleep Talk", + "move3": "Ice Beam", + "move4": "Headbutt", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Dragonite", + "item": "King's Rock", + "move1": "Outrage", + "move2": "Icy Wind", + "move3": "Hidden Power", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x5208", + "attack exp": "0x5208", + "defense exp": "0x5208", + "speed exp": "0x5208", + "special exp": "0x5208", + "dvs": "0x8444" + }] +},{ + "group": "Scientist", + "trainer": "Craig", + "unknown1": "0xd", + "text": "text/primecup/craig1.txt", + "pokemon": [{ + "level": 100, + "species": "Forretress", + "item": "Quick Claw", + "move1": "Explosion", + "move2": "Swagger", + "move3": "Double-Edge", + "move4": "Toxic", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x4333" + },{ + "level": 100, + "species": "Persian", + "item": "Bitter Berry", + "move1": "Swagger", + "move2": "Screech", + "move3": "Iron Tail", + "move4": "Slash", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x6777" + },{ + "level": 100, + "species": "Electrode", + "item": "Mint Berry", + "move1": "Swagger", + "move2": "Explosion", + "move3": "Zap Cannon", + "move4": "Screech", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x7777" + },{ + "level": 100, + "species": "Sneasel", + "item": "Miracleberry", + "move1": "Swagger", + "move2": "Dig", + "move3": "Ice Punch", + "move4": "Surf", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x7774" + },{ + "level": 100, + "species": "Crobat", + "item": "King's Rock", + "move1": "Confuse Ray", + "move2": "Fly", + "move3": "Screech", + "move4": "Bite", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x4333" + },{ + "level": 100, + "species": "Ninetales", + "item": "Focus Band", + "move1": "Confuse Ray", + "move2": "Flamethrower", + "move3": "Endure", + "move4": "Fire Spin", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x5566" + }] +},{ + "group": "Skier", + "trainer": "Kathy", + "unknown1": "0xe", + "text": "text/primecup/kathy1.txt", + "pokemon": [{ + "level": 100, + "species": "Jynx", + "item": "Gold Berry", + "move1": "Psychic", + "move2": "Lovely Kiss", + "move3": "Blizzard", + "move4": "Frustration", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x5444" + },{ + "level": 100, + "species": "Lapras", + "item": "Focus Band", + "move1": "Body Slam", + "move2": "Ice Beam", + "move3": "Dragonbreath", + "move4": "Icy Wind", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Slowking", + "item": "Leftovers", + "move1": "Ice Punch", + "move2": "Psychic", + "move3": "Shadow Ball", + "move4": "Iron Tail", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Piloswine", + "item": "Berry Juice", + "move1": "Blizzard", + "move2": "Earthquake", + "move3": "Take Down", + "move4": "Icy Wind", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x5444" + },{ + "level": 100, + "species": "Mr.Mime", + "item": "Quick Claw", + "move1": "Reflect", + "move2": "Double Team", + "move3": "Baton Pass", + "move4": "Psybeam", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x5444" + },{ + "level": 100, + "species": "Feraligatr", + "item": "Miracleberry", + "move1": "Slash", + "move2": "Screech", + "move3": "Bite", + "move4": "Icy Wind", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x5444" + }] +},{ + "group": "Cooltrainer♂", + "trainer": "Marty", + "unknown1": "0xf", + "text": "text/primecup/marty1.txt", + "pokemon": [{ + "level": 100, + "species": "Mew", + "item": "Miracleberry", + "move1": "Psychic", + "move2": "Earthquake", + "move3": "Blizzard", + "move4": "Thunderpunch", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4545" + },{ + "level": 100, + "species": "Ursaring", + "item": "Leftovers", + "move1": "Slash", + "move2": "Fire Punch", + "move3": "Dynamicpunch", + "move4": "Hyper Beam", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Starmie", + "item": "Bright Powder", + "move1": "Swift", + "move2": "Surf", + "move3": "Psychic", + "move4": "Light Screen", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4545" + },{ + "level": 100, + "species": "Umbreon", + "item": "Blackglasses", + "move1": "Confuse Ray", + "move2": "Psychic", + "move3": "Shadow Ball", + "move4": "Faint Attack", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x4545" + },{ + "level": 100, + "species": "Muk", + "item": "Focus Band", + "move1": "Screech", + "move2": "Attract", + "move3": "Sludge Bomb", + "move4": "Hidden Power", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x8444" + },{ + "level": 100, + "species": "Tyranitar", + "item": "Quick Claw", + "move1": "Rock Slide", + "move2": "Earthquake", + "move3": "Crunch", + "move4": "Fire Blast", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0x5444" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/primecup2.json b/stadiumgs/rosters/primecup2.json new file mode 100644 index 0000000..a297c6b --- /dev/null +++ b/stadiumgs/rosters/primecup2.json @@ -0,0 +1,742 @@ +[{ + "group": "Lass", + "trainer": "Terry", + "unknown1": "0x8", + "text": "text/primecup/terry2.txt", + "pokemon": [{ + "level": 100, + "species": "Bellossom", + "item": "Bitter Berry", + "move1": "Petal Dance", + "move2": "Return", + "move3": "Attract", + "move4": "Mimic", + "unknown3": "0xb4", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xdcdc" + },{ + "level": 100, + "species": "Blissey", + "item": "Quick Claw", + "move1": "Thunder Wave", + "move2": "Reflect", + "move3": "Attract", + "move4": "Psychic", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xdcdc" + },{ + "level": 100, + "species": "Donphan", + "item": "Magnet", + "move1": "Attract", + "move2": "Earthquake", + "move3": "Hidden Power", + "move4": "Take Down", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xcdcd" + },{ + "level": 100, + "species": "Steelix", + "item": "Bright Powder", + "move1": "Strength", + "move2": "Dig", + "move3": "Attract", + "move4": "Crunch", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xdcdc" + },{ + "level": 100, + "species": "Jumpluff", + "item": "King's Rock", + "move1": "Giga Drain", + "move2": "Headbutt", + "move3": "Attract", + "move4": "Stun Spore", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x7cdc" + },{ + "level": 100, + "species": "Miltank", + "item": "Scope Lens", + "move1": "Strength", + "move2": "Seismic Toss", + "move3": "Attract", + "move4": "Heal Bell", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xcdcd" + }] +},{ + "group": "Blackbelt", + "trainer": "Yang", + "unknown1": "0x69", + "text": "text/primecup/yang2.txt", + "pokemon": [{ + "level": 100, + "species": "Wobbuffet", + "item": "Blackglasses", + "move1": "Counter", + "move2": "Mirror Coat", + "move3": "Destiny Bond", + "move4": "Safeguard", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x7cdc" + },{ + "level": 100, + "species": "Blastoise", + "item": "Leftovers", + "move1": "Counter", + "move2": "Strength", + "move3": "Earthquake", + "move4": "Iron Tail", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xdcdc" + },{ + "level": 100, + "species": "Tentacruel", + "item": "Bright Powder", + "move1": "Mirror Coat", + "move2": "Hydro Pump", + "move3": "Sludge Bomb", + "move4": "Barrier", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xcdcd" + },{ + "level": 100, + "species": "Primeape", + "item": "Bitter Berry", + "move1": "Cross Chop", + "move2": "Counter", + "move3": "Thunder", + "move4": "Screech", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0x7cdc" + },{ + "level": 100, + "species": "Heracross", + "item": "Focus Band", + "move1": "Megahorn", + "move2": "Reversal", + "move3": "Headbutt", + "move4": "Endure", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xdcdc" + },{ + "level": 100, + "species": "Poliwrath", + "item": "Quick Claw", + "move1": "Submission", + "move2": "Mind Reader", + "move3": "Fissure", + "move4": "Surf", + "unknown3": "0x80", + "hp exp": "0x6400", + "attack exp": "0x6400", + "defense exp": "0x6400", + "speed exp": "0x6400", + "special exp": "0x6400", + "dvs": "0xcdcd" + }] +},{ + "group": "Bird Keeper", + "trainer": "Adam", + "unknown1": "0x6a", + "text": "text/primecup/adam2.txt", + "pokemon": [{ + "level": 100, + "species": "Dragonite", + "item": "Miracleberry", + "move1": "Thunderbolt", + "move2": "Ice Beam", + "move3": "Extremespeed", + "move4": "Hyper Beam", + "unknown3": "0xff", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xdcdc" + },{ + "level": 100, + "species": "Xatu", + "item": "Focus Band", + "move1": "Psychic", + "move2": "Confuse Ray", + "move3": "Night Shade", + "move4": "Drill Peck", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xcdcd" + },{ + "level": 100, + "species": "Aerodactyl", + "item": "Gold Berry", + "move1": "Fire Blast", + "move2": "Iron Tail", + "move3": "Earthquake", + "move4": "Hyper Beam", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xcdcd" + },{ + "level": 100, + "species": "Moltres", + "item": "Sharp Beak", + "move1": "Fire Blast", + "move2": "Sky Attack", + "move3": "Hyper Beam", + "move4": "Steel Wing", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xdcdc" + },{ + "level": 100, + "species": "Zapdos", + "item": "Quick Claw", + "move1": "Thunderbolt", + "move2": "Drill Peck", + "move3": "Thunder Wave", + "move4": "Mud-Slap", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xcdcd" + },{ + "level": 100, + "species": "Articuno", + "item": "Leftovers", + "move1": "Blizzard", + "move2": "Reflect", + "move3": "Steel Wing", + "move4": "Icy Wind", + "hp exp": "0x7530", + "attack exp": "0x7530", + "defense exp": "0x7530", + "speed exp": "0x7530", + "special exp": "0x7530", + "dvs": "0xcbcb" + }] +},{ + "group": "Cooltrainer♀", + "trainer": "Floria", + "unknown1": "0x6b", + "text": "text/primecup/floria2.txt", + "pokemon": [{ + "level": 100, + "species": "Hypno", + "item": "Focus Band", + "move1": "Hypnosis", + "move2": "Psychic", + "move3": "Tri Attack", + "move4": "Seismic Toss", + "unknown2": "0x30", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7cbc" + },{ + "level": 100, + "species": "Exeggutor", + "item": "Miracle Seed", + "move1": "Sleep Powder", + "move2": "Psychic", + "move3": "Mega Drain", + "move4": "Synthesis", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0x7bcb" + },{ + "level": 100, + "species": "Rapidash", + "item": "Pink Bow", + "move1": "Hypnosis", + "move2": "Fire Blast", + "move3": "Body Slam", + "move4": "Reflect", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xbcdb" + },{ + "level": 100, + "species": "Politoed", + "item": "Quick Claw", + "move1": "Hypnosis", + "move2": "Psychic", + "move3": "Hydro Pump", + "move4": "Earthquake", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xbcdb" + },{ + "level": 100, + "species": "Mr.Mime", + "item": "Gold Berry", + "move1": "Hypnosis", + "move2": "Psychic", + "move3": "Thunderbolt", + "move4": "Fire Punch", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xbcdb" + },{ + "level": 100, + "species": "Espeon", + "item": "Twistedspoon", + "move1": "Psychic", + "move2": "Bite", + "move3": "Charm", + "move4": "Morning Sun", + "hp exp": "0x88b8", + "attack exp": "0x88b8", + "defense exp": "0x88b8", + "speed exp": "0x88b8", + "special exp": "0x88b8", + "dvs": "0xbcdb" + }] +},{ + "group": "Fisherman", + "trainer": "Chase", + "unknown1": "0x6c", + "text": "text/primecup/chase2.txt", + "pokemon": [{ + "level": 100, + "species": "Omastar", + "item": "Bright Powder", + "move1": "Ice Beam", + "move2": "Seismic Toss", + "move3": "Ancientpower", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xbcdb" + },{ + "level": 100, + "species": "Feraligatr", + "item": "Focus Band", + "move1": "Rain Dance", + "move2": "Hydro Pump", + "move3": "Rock Slide", + "move4": "Crunch", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xbcdb" + },{ + "level": 100, + "species": "Lanturn", + "item": "Scope Lens", + "move1": "Rain Dance", + "move2": "Thunder", + "move3": "Hydro Pump", + "move4": "Thunder Wave", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xbcdb" + },{ + "level": 100, + "species": "Weezing", + "item": "Quick Claw", + "move1": "Thunder", + "move2": "Explosion", + "move3": "Destiny Bond", + "move4": "Sludge Bomb", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xbcdb" + },{ + "level": 100, + "species": "Quagsire", + "item": "Leftovers", + "move1": "Rain Dance", + "move2": "Earthquake", + "move3": "Surf", + "move4": "Ice Punch", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xbcdb" + },{ + "level": 100, + "species": "Slowbro", + "item": "Mystic Water", + "move1": "Thunder Wave", + "move2": "Surf", + "move3": "Body Slam", + "move4": "Rain Dance", + "unknown3": "0x80", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x7cbd" + }] +},{ + "group": "Scientist", + "trainer": "Craig", + "unknown1": "0x6d", + "text": "text/primecup/craig2.txt", + "pokemon": [{ + "level": 100, + "species": "Starmie", + "item": "Miracleberry", + "move1": "Thunderbolt", + "move2": "Psychic", + "move3": "Ice Beam", + "move4": "Confuse Ray", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xcbcd" + },{ + "level": 100, + "species": "Umbreon", + "item": "Bright Powder", + "move1": "Confuse Ray", + "move2": "Body Slam", + "move3": "Bite", + "move4": "Psychic", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xcdcb" + },{ + "level": 100, + "species": "Misdreavus", + "item": "Gold Berry", + "move1": "Confuse Ray", + "move2": "Psychic", + "move3": "Mean Look", + "move4": "Destiny Bond", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0x7bdb" + },{ + "level": 100, + "species": "Stantler", + "item": "Leftovers", + "move1": "Confuse Ray", + "move2": "Earthquake", + "move3": "Frustration", + "move4": "Reflect", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xcdbd" + },{ + "level": 100, + "species": "Crobat", + "item": "Focus Band", + "move1": "Confuse Ray", + "move2": "Screech", + "move3": "Mega Drain", + "move4": "Bite", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xbcdc" + },{ + "level": 100, + "species": "Electrode", + "item": "King's Rock", + "move1": "Thunder Wave", + "move2": "Thunderbolt", + "move3": "Swagger", + "move4": "Explosion", + "hp exp": "0x9c40", + "attack exp": "0x9c40", + "defense exp": "0x9c40", + "speed exp": "0x9c40", + "special exp": "0x9c40", + "dvs": "0xbcbd" + }] +},{ + "group": "Skier", + "trainer": "Kathy", + "unknown1": "0x6e", + "text": "text/primecup/kathy2.txt", + "pokemon": [{ + "level": 100, + "species": "Suicune", + "item": "Mystic Water", + "move1": "Icy Wind", + "move2": "Blizzard", + "move3": "Surf", + "move4": "Mirror Coat", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0xbdcb" + },{ + "level": 100, + "species": "Tyranitar", + "item": "Miracleberry", + "move1": "Crunch", + "move2": "Ice Beam", + "move3": "Fire Blast", + "move4": "Hyper Beam", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0xcbdb" + },{ + "level": 100, + "species": "Snorlax", + "item": "Leftovers", + "move1": "Psychic", + "move2": "Return", + "move3": "Thunderbolt", + "move4": "Earthquake", + "unknown3": "0xfb", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0xbcbd" + },{ + "level": 100, + "species": "Kingdra", + "item": "Focus Band", + "move1": "Dragonbreath", + "move2": "Ice Beam", + "move3": "Icy Wind", + "move4": "Surf", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0x7beb" + },{ + "level": 100, + "species": "Scizor", + "item": "Gold Berry", + "move1": "Swords Dance", + "move2": "Reversal", + "move3": "Steel Wing", + "move4": "Agility", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0xadcd" + },{ + "level": 100, + "species": "Jolteon", + "item": "King's Rock", + "move1": "Thunderbolt", + "move2": "Thunder Wave", + "move3": "Bite", + "move4": "Reflect", + "hp exp": "0xafc8", + "attack exp": "0xafc8", + "defense exp": "0xafc8", + "speed exp": "0xafc8", + "special exp": "0xafc8", + "dvs": "0xadcd" + }] +},{ + "group": "Cooltrainer♂", + "trainer": "Marty", + "unknown1": "0x6f", + "text": "text/primecup/marty2.txt", + "pokemon": [{ + "level": 100, + "species": "Celebi", + "item": "Miracleberry", + "move1": "Giga Drain", + "move2": "Leech Seed", + "move3": "Psychic", + "move4": "Hidden Power", + "hp exp": "0xbb80", + "attack exp": "0xbb80", + "defense exp": "0xbb80", + "speed exp": "0xbb80", + "special exp": "0xbb80", + "dvs": "0xccbd" + },{ + "level": 100, + "species": "Persian", + "item": "King's Rock", + "move1": "Hypnosis", + "move2": "Body Slam", + "move3": "Thunderbolt", + "move4": "Bite", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0x7cdd" + },{ + "level": 100, + "species": "Gengar", + "item": "Przcureberry", + "move1": "Confuse Ray", + "move2": "Night Shade", + "move3": "Hypnosis", + "move4": "Destiny Bond", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcdd" + },{ + "level": 100, + "species": "Machamp", + "item": "Focus Band", + "move1": "Cross Chop", + "move2": "Hyper Beam", + "move3": "Earthquake", + "move4": "Foresight", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcdd" + },{ + "level": 100, + "species": "Lapras", + "item": "Leftovers", + "move1": "Confuse Ray", + "move2": "Body Slam", + "move3": "Thunderbolt", + "move4": "Rest", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0x7bcb" + },{ + "level": 100, + "species": "Raikou", + "item": "Quick Claw", + "move1": "Thunderbolt", + "move2": "Dig", + "move3": "Reflect", + "move4": "Crunch", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xc350", + "special exp": "0xc350", + "dvs": "0xbcdd" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/rival1.json b/stadiumgs/rosters/rival1.json new file mode 100644 index 0000000..39f8c3b --- /dev/null +++ b/stadiumgs/rosters/rival1.json @@ -0,0 +1,54 @@ +[{ + "group": "Rival17", + "trainer": "Rival", + "unknown1": "0x5", + "text": "text/rival1.txt", + "pokemon": [{ + "level": 100, + "species": "Mewtwo", + "item": "Twistedspoon", + "move1": "Psychic", + "move2": "Thunderpunch", + "move3": "Hidden Power", + "move4": "Safeguard", + "unknown2": "0xf8", + "hp exp": "0xffff", + "attack exp": "0xade9", + "defense exp": "0xbb59", + "speed exp": "0x8e81", + "special exp": "0x67c9", + "dvs": "0x88ff" + },{ + "level": 100, + "species": "Ho-oh", + "item": "Charcoal", + "move1": "Sacred Fire", + "move2": "Steel Wing", + "move3": "Earthquake", + "move4": "Safeguard", + "unknown2": "0xcc", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xffff", + "special exp": "0xc350", + "dvs": "0x6777" + },{ + "level": 100, + "species": "Lugia", + "item": "Sharp Beak", + "move1": "Aeroblast", + "move2": "Psychic", + "move3": "Surf", + "move4": "Safeguard", + "unknown2": "0xfc", + "unknown3": "0x80", + "hp exp": "0xc350", + "attack exp": "0xc350", + "defense exp": "0xc350", + "speed exp": "0xffff", + "special exp": "0xc350", + "dvs": "0x6777" + }] +}]
\ No newline at end of file diff --git a/stadiumgs/rosters/rival2.json b/stadiumgs/rosters/rival2.json new file mode 100644 index 0000000..0e16f6d --- /dev/null +++ b/stadiumgs/rosters/rival2.json @@ -0,0 +1,54 @@ +[{ + "group": "Rival", + "trainer": "Rival", + "unknown1": "0x6", + "text": "text/rival2.txt", + "pokemon": [{ + "level": 100, + "species": "Lugia", + "item": "Leftovers", + "move1": "Aeroblast", + "move2": "Earthquake", + "move3": "Psychic", + "move4": "Safeguard", + "unknown2": "0xfc", + "unknown3": "0x80", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + },{ + "level": 100, + "species": "Ho-oh", + "item": "Quick Claw", + "move1": "Sacred Fire", + "move2": "Thunder", + "move3": "Earthquake", + "move4": "Giga Drain", + "unknown2": "0xff", + "unknown3": "0x80", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + },{ + "level": 100, + "species": "Mewtwo", + "item": "King's Rock", + "move1": "Psychic", + "move2": "Submission", + "move3": "Thunderbolt", + "move4": "Recover", + "unknown2": "0xc8", + "hp exp": "0xffff", + "attack exp": "0xffff", + "defense exp": "0xffff", + "speed exp": "0xffff", + "special exp": "0xffff", + "dvs": "0xffff" + }] +}]
\ No newline at end of file |