diff --git a/Front/ARCHALUDON.png b/Front/ARCHALUDON.png new file mode 100644 index 0000000..1e2c3cc Binary files /dev/null and b/Front/ARCHALUDON.png differ diff --git a/Front/DIPPLIN.png b/Front/DIPPLIN.png new file mode 100644 index 0000000..4fb8a6f Binary files /dev/null and b/Front/DIPPLIN.png differ diff --git a/Front/FEZANDIPITI.png b/Front/FEZANDIPITI.png new file mode 100644 index 0000000..f4e7d2b Binary files /dev/null and b/Front/FEZANDIPITI.png differ diff --git a/Front/IRONCROWN.png b/Front/IRONCROWN.png new file mode 100644 index 0000000..8076a27 Binary files /dev/null and b/Front/IRONCROWN.png differ diff --git a/Front/MONKIDORI.png b/Front/MONKIDORI.png new file mode 100644 index 0000000..b6cf9c3 Binary files /dev/null and b/Front/MONKIDORI.png differ diff --git a/Front/OGERPON.png b/Front/OGERPON.png new file mode 100644 index 0000000..a035d44 Binary files /dev/null and b/Front/OGERPON.png differ diff --git a/Front/OKIDOGI.png b/Front/OKIDOGI.png new file mode 100644 index 0000000..fbda51a Binary files /dev/null and b/Front/OKIDOGI.png differ diff --git a/Front/POLTCHAGEIST.png b/Front/POLTCHAGEIST.png new file mode 100644 index 0000000..6494f4a Binary files /dev/null and b/Front/POLTCHAGEIST.png differ diff --git a/Front/RAGINGBOLT.png b/Front/RAGINGBOLT.png new file mode 100644 index 0000000..e7f23c0 Binary files /dev/null and b/Front/RAGINGBOLT.png differ diff --git a/Front/TERAPAGOS.png b/Front/TERAPAGOS.png new file mode 100644 index 0000000..0359442 Binary files /dev/null and b/Front/TERAPAGOS.png differ diff --git a/Shiny/ARCHALUDON.png b/Shiny/ARCHALUDON.png new file mode 100644 index 0000000..1e2c3cc Binary files /dev/null and b/Shiny/ARCHALUDON.png differ diff --git a/Shiny/DIPPLIN.png b/Shiny/DIPPLIN.png new file mode 100644 index 0000000..4fb8a6f Binary files /dev/null and b/Shiny/DIPPLIN.png differ diff --git a/Shiny/FEZANDIPITI.png b/Shiny/FEZANDIPITI.png new file mode 100644 index 0000000..f4e7d2b Binary files /dev/null and b/Shiny/FEZANDIPITI.png differ diff --git a/Shiny/IRONCROWN.png b/Shiny/IRONCROWN.png new file mode 100644 index 0000000..8076a27 Binary files /dev/null and b/Shiny/IRONCROWN.png differ diff --git a/Shiny/MONKIDORI.png b/Shiny/MONKIDORI.png new file mode 100644 index 0000000..b6cf9c3 Binary files /dev/null and b/Shiny/MONKIDORI.png differ diff --git a/Shiny/OGERPON.png b/Shiny/OGERPON.png new file mode 100644 index 0000000..a035d44 Binary files /dev/null and b/Shiny/OGERPON.png differ diff --git a/Shiny/OKIDOGI.png b/Shiny/OKIDOGI.png new file mode 100644 index 0000000..fbda51a Binary files /dev/null and b/Shiny/OKIDOGI.png differ diff --git a/Shiny/POLTCHAGEIST.png b/Shiny/POLTCHAGEIST.png new file mode 100644 index 0000000..e072988 Binary files /dev/null and b/Shiny/POLTCHAGEIST.png differ diff --git a/Shiny/RAGINGBOLT.png b/Shiny/RAGINGBOLT.png new file mode 100644 index 0000000..e7f23c0 Binary files /dev/null and b/Shiny/RAGINGBOLT.png differ diff --git a/Shiny/TERAPAGOS.png b/Shiny/TERAPAGOS.png new file mode 100644 index 0000000..0359442 Binary files /dev/null and b/Shiny/TERAPAGOS.png differ diff --git a/index.html b/index.html index 0bde818..80dd684 100644 --- a/index.html +++ b/index.html @@ -1660,6 +1660,8 @@ canvas {
Updates
+ • RetroNC's DLC mons have been added to the Legend/Paradox/Evo boxes!
+ They aren't in the type boxes, but can be added via the import box as usual.
Jordanos's Walking Wake and Iron Leaves have been added!
• Other Gen 9 DLC mons will be added once we have types and sprites.
• The website will now remember your choices on refresh 🍪
diff --git a/pokemon_arrays.js b/pokemon_arrays.js index eb07cd4..2ce93a7 100644 --- a/pokemon_arrays.js +++ b/pokemon_arrays.js @@ -160,6 +160,8 @@ var arrays = { "SCOVILLAIN", "BRUTEBONNET", "WOCHIEN", + "DIPPLIN", + "POLTCHAGEIST", "IRONLEAVES" ] ], @@ -695,7 +697,10 @@ var arrays = { "ROARINGMOON", "KORAIDON", "MIRAIDON", - "WALKINGWAKE" + "RAGINGBOLT", + "WALKINGWAKE", + "ARCHALUDON", + "DIPPLIN" ] ], "Water": [ @@ -1478,7 +1483,8 @@ var arrays = { "SANDYSHOCKS", "IRONHANDS", "IRONTHORNS", - "MIRAIDON" + "MIRAIDON", + "RAGINGBOLT" ] ], "Psychic": [ @@ -1660,6 +1666,7 @@ var arrays = { "VELUZA", "FARIGIRAF", "SCREAMTAIL", + "IRONCROWN", "IRONLEAVES" ] ], @@ -1973,7 +1980,9 @@ var arrays = { "ORTHWORM", "KINGAMBIT", "IRONTREADS", - "GHOLDENGO" + "GHOLDENGO", + "ARCHALUDON", + "IRONCROWN" ] ], "Fairy": [ @@ -2422,7 +2431,8 @@ var arrays = { "FLUTTERMANE", "GIMMIGHOUL", "GIMMIGHOUL_1", - "GHOLDENGO" + "GHOLDENGO", + "POLTCHAGEIST" ] ], @@ -2748,8 +2758,10 @@ var arrays = { "IRONTHORNS", "IRONVALIANT", "MIRAIDON", + "RAGINGBOLT", "WALKINGWAKE", - "IRONLEAVES" + "IRONLEAVES", + "IRONCROWN" ], "Starter": [ [], @@ -3011,7 +3023,14 @@ var arrays = { "KORAIDON", "MIRAIDON", "WALKINGWAKE", - "IRONLEAVES" + "IRONLEAVES", + "RAGINGBOLT", + "IRONCROWN", + "OKIDOGI", + "MONKIDORI", + "FEZANDIPITI", + "OGERPON", + "TERAPAGOS" ] ], "Gimmick": [ @@ -3221,14 +3240,15 @@ var arrays = { "AVALUGG_1" ], [ - "WOOPER_1", + "WOOPER_1", "TAUROS_1", "TAUROS_2", "TAUROS_3", "WIGLETT", "WUGTRIO", "TOEDSCOOL", - "TOEDSCRUEL" + "TOEDSCRUEL", + "POLTCHAGEIST" ] ], "Baby": [ @@ -3306,7 +3326,9 @@ var arrays = { "CURSOLA", "OBSTAGOON", "BASCULEGION", - "RUNERIGUS" + "RUNERIGUS", + "DIPPLIN", + "ARCHALUDON" ], "Spinda": ["SPINDA"], "Vivillon": [