From d17003906b3c746d1fda13fd120a293c072e094f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 28 Mar 2024 21:57:06 -0400 Subject: [PATCH] Add credit for box sprite sheet --- commands/pokedex/pokedex-box-sprite.js | 6 ++++++ commands/pokedex/pokedex-location.js | 6 ++++++ commands/pokedex/pokedex-moveset.js | 6 ++++++ commands/pokedex/pokedex-stats.js | 6 ++++++ commands/pokedex/pokedex.js | 6 ++++++ commands/pokedex/smogon.js | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/commands/pokedex/pokedex-box-sprite.js b/commands/pokedex/pokedex-box-sprite.js index cd67a44a..7c12388b 100644 --- a/commands/pokedex/pokedex-box-sprite.js +++ b/commands/pokedex/pokedex-box-sprite.js @@ -45,6 +45,12 @@ module.exports = class PokedexBoxSpriteCommand extends Command { name: 'Serebii.net', url: 'https://www.serebii.net/index2.shtml', reason: 'Images' + }, + { + name: 'Pokémon Showdown', + url: 'https://play.pokemonshowdown.com/', + reason: 'Box Sprite Sheet', + reasonURL: 'https://play.pokemonshowdown.com/sprites/' } ], args: [ diff --git a/commands/pokedex/pokedex-location.js b/commands/pokedex/pokedex-location.js index abfbfbb4..2f7a6206 100644 --- a/commands/pokedex/pokedex-location.js +++ b/commands/pokedex/pokedex-location.js @@ -36,6 +36,12 @@ module.exports = class PokedexLocationCommand extends Command { name: 'Serebii.net', url: 'https://www.serebii.net/index2.shtml', reason: 'Images' + }, + { + name: 'Pokémon Showdown', + url: 'https://play.pokemonshowdown.com/', + reason: 'Box Sprite Sheet', + reasonURL: 'https://play.pokemonshowdown.com/sprites/' } ], args: [ diff --git a/commands/pokedex/pokedex-moveset.js b/commands/pokedex/pokedex-moveset.js index 021fda54..b582befb 100644 --- a/commands/pokedex/pokedex-moveset.js +++ b/commands/pokedex/pokedex-moveset.js @@ -41,6 +41,12 @@ module.exports = class PokedexMovesetCommand extends Command { name: 'Serebii.net', url: 'https://www.serebii.net/index2.shtml', reason: 'Images' + }, + { + name: 'Pokémon Showdown', + url: 'https://play.pokemonshowdown.com/', + reason: 'Box Sprite Sheet', + reasonURL: 'https://play.pokemonshowdown.com/sprites/' } ], args: [ diff --git a/commands/pokedex/pokedex-stats.js b/commands/pokedex/pokedex-stats.js index 30cbb626..2558b45b 100644 --- a/commands/pokedex/pokedex-stats.js +++ b/commands/pokedex/pokedex-stats.js @@ -27,6 +27,12 @@ module.exports = class PokedexCommand extends Command { name: 'Serebii.net', url: 'https://www.serebii.net/index2.shtml', reason: 'Images' + }, + { + name: 'Pokémon Showdown', + url: 'https://play.pokemonshowdown.com/', + reason: 'Box Sprite Sheet', + reasonURL: 'https://play.pokemonshowdown.com/sprites/' } ], args: [ diff --git a/commands/pokedex/pokedex.js b/commands/pokedex/pokedex.js index 452bed3d..cef2095b 100644 --- a/commands/pokedex/pokedex.js +++ b/commands/pokedex/pokedex.js @@ -58,6 +58,12 @@ module.exports = class PokedexCommand extends Command { url: 'https://play.pokemonshowdown.com/', reason: 'Cry Sound Effects (Meltan and Melmetal, Legends: Arceus)', reasonURL: 'https://play.pokemonshowdown.com/audio/cries/' + }, + { + name: 'Pokémon Showdown', + url: 'https://play.pokemonshowdown.com/', + reason: 'Box Sprite Sheet', + reasonURL: 'https://play.pokemonshowdown.com/sprites/' } ], args: [ diff --git a/commands/pokedex/smogon.js b/commands/pokedex/smogon.js index 7f9088a6..9a0fcda2 100644 --- a/commands/pokedex/smogon.js +++ b/commands/pokedex/smogon.js @@ -42,6 +42,12 @@ module.exports = class SmogonCommand extends Command { name: 'Smogon', url: 'https://www.smogon.com/', reason: 'Tier Data' + }, + { + name: 'Pokémon Showdown', + url: 'https://play.pokemonshowdown.com/', + reason: 'Box Sprite Sheet', + reasonURL: 'https://play.pokemonshowdown.com/sprites/' } ], args: [