Add Pokémon from Sword/Shield DLCs

This commit is contained in:
2021-01-10 12:28:37 +01:00
parent 3f6522218d
commit 1d7c3b571c
4 changed files with 41 additions and 24 deletions

View File

@ -8,10 +8,10 @@ $(document).ready(function() {
var G5 = [494, 649];
var G6 = [650, 721];
var G7 = [722, 809];
var G8 = [810, 890]
var MEGA = [891, 940];
var REG = [941, 971];
var GIGA = [972, 1000];
var G8 = [810, 898]
var MEGA = [899, 948];
var REG = [949, 985];
var GIGA = [986, 1017];
/************ GAME *************/
/*******************************/
@ -146,10 +146,10 @@ $(document).ready(function() {
// multiple artworks
function imageType(result) {
var four_types = [351, 386, 585, 586, 676, 741, 800];
var three_types = [249, 250, 384, 412, 413, 718, 745];
var three_types = [249, 250, 384, 412, 413, 718, 745, 898];
var two_types = [251, 252, 255, 258, 374, 387, 390, 393, 421, 422, 423, 487, 492, 495, 498, 501, 521, 550, 555,
592, 593, 641, 642, 643, 644, 645, 647, 648, 668, 678, 681, 720, 746, 774, 791, 792, 802, 849,
876, 877, 888, 889];
876, 877, 888, 889, 892, "G892"];
function no_randomizer() {
if (result === 25)