Added missing gender sprites
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
Front/FRILLISH_1.png
Normal file
|
After Width: | Height: | Size: 750 B |
BIN
Front/JELLICENT_1.png
Normal file
|
After Width: | Height: | Size: 926 B |
BIN
Front/PYROAR_1.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Front/UNFEZANT_1.png
Normal file
|
After Width: | Height: | Size: 804 B |
|
|
@ -30,7 +30,7 @@ At the very bottom of the page there are three buttons and a textbox.
|
|||
**Import Code** then takes that code written in the textbox and puts it back into the grid.
|
||||
|
||||
#### Overwriting
|
||||
If you want to do something like put Galarian Meowth as your favorite Gen 1 gimmick or Heracross as your favorite regional bug, put a filler Pokemon in that position, then click Write Code, replace that Pokemon's name with the one you want, then click Import Code. Most Pokemon will just be their names capitalized (HERACROSS), but alternate forms will have a tag (MEOWTH_2). You can verify a name by putting it in the grid by itself and writing the code.
|
||||
If you want to do something like put Galarian Meowth as your favorite Gen 1 gimmick or Swellow as your favorite regional bird, put a filler Pokemon in that position, then click Write Code, replace that Pokemon's name with the one you want, then click Import Code. Most Pokemon will just be their names capitalized (SWELLOW), but alternate forms will have a tag (MEOWTH_2). You can verify a name by putting it in the grid by itself and writing the code.
|
||||
|
||||
## Additional Sprites
|
||||
Later generation sprites from the [Gen 8 Project](https://reliccastle.com/resources/1101/) and [Gen 9 Project](https://reliccastle.com/resources/952/).
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
Shiny/FRILLISH_1.png
Normal file
|
After Width: | Height: | Size: 749 B |
BIN
Shiny/JELLICENT_1.png
Normal file
|
After Width: | Height: | Size: 926 B |
BIN
Shiny/PYROAR_1.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Shiny/UNFEZANT_1.png
Normal file
|
After Width: | Height: | Size: 803 B |
16
index.html
|
|
@ -2144,6 +2144,7 @@ canvas {
|
|||
"TALONFLAME",
|
||||
"LITLEO",
|
||||
"PYROAR",
|
||||
"PYROAR_1",
|
||||
"VOLCANION"
|
||||
],
|
||||
[
|
||||
|
|
@ -2267,6 +2268,7 @@ canvas {
|
|||
"PIDOVE",
|
||||
"TRANQUILL",
|
||||
"UNFEZANT",
|
||||
"UNFEZANT_1",
|
||||
"WOOBAT",
|
||||
"SWOOBAT",
|
||||
"SIGILYPH",
|
||||
|
|
@ -2602,7 +2604,9 @@ canvas {
|
|||
"DUCKLETT",
|
||||
"SWANNA",
|
||||
"FRILLISH",
|
||||
"FRILLISH_1",
|
||||
"JELLICENT",
|
||||
"JELLICENT_1",
|
||||
"ALOMOMOLA",
|
||||
"KELDEO",
|
||||
"KELDEO_1"
|
||||
|
|
@ -2663,7 +2667,8 @@ canvas {
|
|||
"ARCTOVISH",
|
||||
"URSHIFU_1",
|
||||
"BASCULIN_2",
|
||||
"BASCULEGION"
|
||||
"BASCULEGION",
|
||||
"BASCULEGION_1"
|
||||
],
|
||||
[
|
||||
"TAUROS_3",
|
||||
|
|
@ -2917,6 +2922,7 @@ canvas {
|
|||
"PIDOVE",
|
||||
"TRANQUILL",
|
||||
"UNFEZANT",
|
||||
"UNFEZANT_1",
|
||||
"AUDINO",
|
||||
"MINCCINO",
|
||||
"CINCCINO",
|
||||
|
|
@ -2944,6 +2950,7 @@ canvas {
|
|||
"FLETCHLING",
|
||||
"LITLEO",
|
||||
"PYROAR",
|
||||
"PYROAR_1",
|
||||
"FURFROU",
|
||||
"FURFROU_1",
|
||||
"FURFROU_2",
|
||||
|
|
@ -4102,7 +4109,9 @@ canvas {
|
|||
"YAMASK",
|
||||
"COFAGRIGUS",
|
||||
"FRILLISH",
|
||||
"FRILLISH_1",
|
||||
"JELLICENT",
|
||||
"JELLICENT_1",
|
||||
"LITWICK",
|
||||
"LAMPENT",
|
||||
"CHANDELURE",
|
||||
|
|
@ -4152,7 +4161,8 @@ canvas {
|
|||
"DRAGAPULT",
|
||||
"SPECTRIER",
|
||||
"CALYREX_2",
|
||||
"BASCULEGION"
|
||||
"BASCULEGION",
|
||||
"BASCULEGION_1"
|
||||
],
|
||||
[
|
||||
"SKELEDIRGE",
|
||||
|
|
@ -4944,7 +4954,7 @@ canvas {
|
|||
var currently_selecting = null;
|
||||
var shinyCharm = false;
|
||||
var spriteFile = "Front";
|
||||
var domlink = "https://cajunavenger.github.io/";
|
||||
var domlink = "./";//"https://cajunavenger.github.io/";
|
||||
var teamSelect = false;
|
||||
var toppings = false;
|
||||
var spot_map = {
|
||||
|
|
|
|||