mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
e98ef1c757
* feat: Add Google and Discord login functionality feat: Add link to Discord in menu UI feat: Add Discord and Google login functionality Add container around discord and google icons refactor: Update environment variable names for Discord and Google client IDs feat: Add "Or use" translation for login options in multiple languages feat: Update menu UI translations for multiple languages Code review fixes refactor: Update Discord and Google client IDs in environment variables * refactor: Add missing properties to initLoggedInUser function * Update src/locales/de/menu-ui-handler.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * make i18n debugging an optional env setting this also reduces output noise in tests * set development default also to "0" * fix inaccurate docs for TypeImmunityAbAttr (#2957) * chore: Add beta branch to GitHub Actions tests workflow * chore: Add beta branch to GitHub Actions linter and gh-pages workflow * Update src/locales/ko/menu-ui-handler.ts Co-authored-by: lnuvy <lnuvy.code@gmail.com> * Update src/locales/ko/menu.ts Co-authored-by: lnuvy <lnuvy.code@gmail.com> * Localization(pt): translated bgm-name.ts (#2955) * Localization(pt): translated bgm-name.ts * fix * update VITE_I18N_DEBUG in .env files * chore: Update environment variables for beta and production environments * chore: Add beta branch to GitHub Actions deploy workflow * Hardcoded Pokemon should have proper names (#2941) * Refactor challenges and add fresh start (#2963) * [Balance] Update many TM learnsets (#2879) * Update TMs for more Indigo Disk changes * Fix typo, more Stored Power * Refactor challenges and add fresh start (#2964) * Refactor challenges and add fresh start * Add achievement for fresh start challenge * [Bug] Fix off-by-one error in damage calc (#2970) * Fix random damage roll to be 85-100% instead of 85-99% * Update battle.test.ts to reflect the fix * [Bug] Grounded on Terrain fixes (#2969) * [Help] [Move/Bug] Patches Psychic Terrain applicability edge cases Was cancelling moves even if targeted mons weren't on the terrain. * [Bug `]Pokemon.isGrounded` does not exist Replaced with `Pokemon.isGrounded()`, which does. * [Bug] Psychic Terrain priority move cancel ignoring ungrounded * [Bug] Semi-invulnerable should not be grounded * Update game-stats-ui-handler.ts (italian) (#2965) * [Bugfix] Fix a bug during bgm-bar initialization (#2822) * Prevent sizing error * Make reboot not necessary for show BGM * Makes the BGM Bar active by default + It had originally been decided that this would not be active by default because it was to be displayed outside the pause menu, but since its behavior has changed between this decision and its integration, the default deactivation is no longer necessary * [Mirror][Localization] Translate game victory sentences #2254 (#2906) * Translate forgotten sentences on phases * Translate to de forgotten sentences on phases * Translate to es forgotten sentences on phases * Translate to fr forgotten sentences on phases * Translate to it forgotten sentences on phases * Translate to ko forgotten sentences on phases * Translate to pt br forgotten sentences on phases * Translate to zh cn forgotten sentences on phases * Translate to zh tw forgotten sentences on phases * remove duplicate message * remove duplicate message * Update src/locales/pt_BR/battle.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/de/battle.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/de/battle.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update battle.ts [Localization(it)] * Update src/locales/zh_CN/battle.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> --------- Co-authored-by: Alexis <alexis.faizeau@animedigitalnetwork.fr> Co-authored-by: 송지원 <jiwsong@gmarket.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * [Mirror][Localization] Translate summary #2336 (#2907) * Translate pokemon summary * Translate pokemon summary to fr * Translate pokemon summary to de * Translate pokemon summary to es * Translate pokemon summary to it * Translate pokemon summary to ko * Translate pokemon summary to pt br * Translate pokemon summary to zh cn * Translate pokemon summary to zh tw * Fix import * Update partially for en and ko * Update interface name for en * Merge trainerLabel&Text and calculate typeLabel width * Update src/locales/es/pokemon-summary.ts Co-authored-by: GoldTra <162721984+GoldTra@users.noreply.github.com> * Apply translations key to all languages with interface TranslationEtries * Update ko/translationKey of status * Update ko/translationKey of pokemonInfo * Update de/translationKeys of memostring and metFragment * Update de/translationKeys of memostring and metFragment 2 * Update src/locales/ko/pokemon-summary.ts Co-authored-by: Enoch <enoch.jwsong@gmail.com> * Update src/locales/ko/pokemon-summary.ts Co-authored-by: returntoice <dieandbecome@gmail.com> * Update src/locales/pt_BR/pokemon-summary.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/ko/pokemon-summary.ts * Update src/locales/pt_BR/pokemon-summary.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update pokemon-summary.ts [Localization(it)] * remove unused code * Update src/locales/zh_CN/pokemon-summary.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/zh_CN/pokemon-summary.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/zh_CN/pokemon-summary.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/es/pokemon-summary.ts Co-authored-by: Arxxer <javiptn7@gmail.com> * Update src/locales/es/pokemon-summary.ts Co-authored-by: Arxxer <javiptn7@gmail.com> --------- Co-authored-by: Alexis <alexis.faizeau@animedigitalnetwork.fr> Co-authored-by: Mr.WaterT <water.t.works@gmail.com> Co-authored-by: Alexis Faizeau <faizeau.alexis@gmail.com> Co-authored-by: GoldTra <162721984+GoldTra@users.noreply.github.com> Co-authored-by: returntoice <dieandbecome@gmail.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: 송지원 <jiwsong@gmarket.com> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Co-authored-by: Arxxer <javiptn7@gmail.com> * [Localization] Localization arena flyout (Active Battle Effects) (#2932) * localizing Active Battle Effects (working) * Localize Active Battle Effects * Change return value * Modify arena terrain desc * Update src/locales/zh_CN/arena-flyout.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/de/arena-flyout.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/fr/arena-flyout.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update arena-flyout.ts (IT) * Update src/locales/pt_BR/arena-flyout.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/es/arena-flyout.ts Co-authored-by: Arxxer <javiptn7@gmail.com> * Change util function name --------- Co-authored-by: 송지원 <jiwsong@gmarket.com> Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: Arxxer <javiptn7@gmail.com> * This should prevent gym leaders appear as doubles (marnie & piers) when they arent fixed battles (#2904) * The stat messages can now be plural (#2600) * The stat messages are now plural * "And" can now be localized * Revert Override * Update src/locales/fr/battle.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/fr/battle.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/fr/battle.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/zh_CN/battle.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/ko/battle.ts Co-authored-by: Enoch <enoch.jwsong@gmail.com> * Update src/locales/ko/battle.ts Co-authored-by: Enoch <enoch.jwsong@gmail.com> * Update src/locales/es/battle.ts Co-authored-by: GoldTra <162721984+GoldTra@users.noreply.github.com> * Update src/locales/es/battle.ts Co-authored-by: GoldTra <162721984+GoldTra@users.noreply.github.com> * Update src/locales/de/battle.ts * Update src/locales/pt_BR/battle.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/pt_BR/battle.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/data/battle-stat.ts * Update src/locales/zh_CN/battle.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Changed the way the multiple is handeled to use the i18n way * Missed one file * Apply suggestions from code review * Apply suggestions from code review * Changed the tests so they work now with the i18n hting * Fixed some other tests (chinese still makes problems... * Fix tests for chinese * Tests * Update src/test/battle-stat.spec.ts * Update src/locales/zh_CN/battle.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Apply suggestions from code review --------- Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: GoldTra <162721984+GoldTra@users.noreply.github.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * [Enhancement][QoL] Add option to adjust shop overlay opacity (#2622) * add option to adjust shop overlay opacity * add localization * fix bug * Update src/locales/fr/settings.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/zh_CN/settings.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/fr/settings.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * update default value * update setting values * re-add value 10 * Update src/locales/pt_BR/settings.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/ko/settings.ts Co-authored-by: Enoch <enoch.jwsong@gmail.com> * Update src/locales/es/settings.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> * Update settings.ts --------- Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> * [Bug] Fix battler tags lapsing at incorrect times (#2944) * Fix battler tags lapsing at incorrect times * Document FlinchedTag * Update French pokemon-summary.ts (#2976) * [Test] Prevent tests from running if overrides are different from the default values (#2110) * mock default overrides in test setup * change beforeEach to beforeALl * move some more enums into the enums directory * replace modules that import i18n into overrides with modules that don't * add pre tests and update vitest configs, scripts * replace tabs with spaces * fix vitest server port overlap warning * add missing overrides and clean up workspace config * change test name * include spec files in main test suite * [QoL] Highlight targets of multitarget moves instead of immediate execution (#2863) * show targets for move targeting multiple pokemon * dont allow selecting target if multiple * fix targeting * cleanup * more cleanup * only highlight targets is move is not status * fix tests failing * fix tests * change "immediately" to "auto" * nevermind just remove auto * remove status move condition * [Refactor] rewrite applyAbAttrsInternal to use an iterator. (#1832) * initial rewrite of applyAbAttrsInternal * clean up applyAbAttrsInternal * remove the await because it wraps non Promises in a promise * add TODO comment about promises * fix broken costar test, hopefully * Update typescript and typedoc (#2988) * update typescript and typedoc to latest versions * forgot to add the package-lock * add fixes for breaking type gen * update workflow (#2989) * [Qol/Balance] Dynamax cannon tweak (#2540) * Dynamax Cannon fix * Update src/locales/fr/move.ts Added fr translation. Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/fr/move.ts Adding an important missing precision in French description Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/de/move.ts German locale commit. Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/zh_CN/move.ts Chinese locale commit, checked by a native speaker Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/ko/move.ts Korean locale added Co-authored-by: returntoice <dieandbecome@gmail.com> * fixed trailing space in Chinese locale * added es locale * Different Dynamax Cannon fix. This one is the one * Dynamax Cannon fix localisations * Update src/locales/fr/move.ts Added fr locale Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/de/move.ts German translation ^^ Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/pt_BR/move.ts pt-BR translation Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/de/move.ts Eslint fix, good catch @Enoch Co-authored-by: Enoch <enoch.jwsong@gmail.com> * Update src/locales/ko/move.ts Korean locale ^^ Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> * Update src/locales/zh_CN/move.ts zh_CN locale Co-authored-by: RimKnight <rimknight852@gmail.com> * Update src/locales/zh_TW/move.ts zh_TW locale Co-authored-by: RimKnight <rimknight852@gmail.com> * Update move.ts linting mistake due to how my comment was written * Update move.ts linting mistake due to how my comment was written * Update move.ts [Localization(it)] * WIP test * WIP test part 2 * [Test] Add Unit Tests for Dynamax Cannon * removed some unnecessary cases in the test to reduce testing overhead * Update src/locales/ko/move.ts Updated kr locale Co-authored-by: Enoch <enoch.jwsong@gmail.com> * [Test] Adjust Unit Tests for Dynamax Cannon --------- Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: returntoice <dieandbecome@gmail.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> Co-authored-by: RimKnight <rimknight852@gmail.com> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> Co-authored-by: xsn34kzx <xsn34kzx@gmail.com> * [Test] Fix/Extend Unit Test for Hard Press (#2992) * [Test] Update tests to enable no-crits override (#2971) * Update tests to enable no-crits override * Rename variable maxHP to initialHP * [Localization]Localized move-trigger text (#2913) * [Localization]Localized move-trigger text * [Localization]Localized zh-cn move-trigger text * [Localization]fix typo * [Localization]fix typo * Update src/locales/pt_BR/move-trigger.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * [Localization]add pokemonName to move-trigger.ts * [Localization]add pokemonName to move-trigger.ts * Update zh_TW move-trigger.ts * Update zh_CN move-trigger.ts * Update move.ts * Update src/locales/ko/move-trigger.ts Co-authored-by: Enoch <enoch.jwsong@gmail.com> * Update src/locales/ko/move-trigger.ts Co-authored-by: Enoch <enoch.jwsong@gmail.com> * Update move-trigger.ts * Update src/locales/de/move-trigger.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * [Localization]add affix to target pokemon names * Update src/locales/fr/move-trigger.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * localized type --------- Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * [Bug] Fix description of rare candy to have proper amount of level (#2903) * [Bug] Fix description of rare candy to have proper amount of level * Update en locales * Add locales * Add locales * Update src/locales/de/modifier-type.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/de/modifier-type.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/fr/modifier-type.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/fr/modifier-type.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/ko/modifier-type.ts Co-authored-by: Enoch <enoch.jwsong@gmail.com> * Update src/locales/ko/modifier-type.ts Co-authored-by: Enoch <enoch.jwsong@gmail.com> * Update src/locales/zh_CN/modifier-type.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/zh_CN/modifier-type.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/pt_BR/modifier-type.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/pt_BR/modifier-type.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update modifier-type.ts (IT) * Update src/locales/es/modifier-type.ts Co-authored-by: Arxxer <javiptn7@gmail.com> * Update src/locales/es/modifier-type.ts Co-authored-by: Arxxer <javiptn7@gmail.com> --------- Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> Co-authored-by: Arxxer <javiptn7@gmail.com> * move status effect enum into separate file (#2998) * add .env.test (#2997) block i18n debug output by default * [QoL] Create default overrides class and export that with custom overrides (#2999) * Create default overrides class and export that with custom overrides * add comment to mock import and replace typecast with type narrowing * change modifier override type to pick keys from modifierTypes * [Feature][FUN] add breedersInSpace splash message (#2631) * add spaceBreeder splash message * fix typo (whops) * Add pt_BR translation Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * replace text & key with breedersInSpace * add french tanslation Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * remove obsolete array split in splash-messages.ts * Update src/locales/pt_BR/splash-messages.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/es/splash-messages.ts Co-authored-by: Asdar <asdargmng@gmail.com> * Update splash-messages.ts (Italian) * Update src/locales/zh_CN/splash-messages.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/ko/splash-messages.ts Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> --------- Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: Asdar <asdargmng@gmail.com> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> * [Enhancement] Pokemon generation number tooltip (#2642) * Create tooltip to show Pokemon generation * Add option to toggle generation tooltip * Use roman numeral for generation tooltip * Revert "Add option to toggle generation tooltip" This reverts commit |
||
---|---|---|
.. | ||
ability_capsule.png | ||
ability_charm.png | ||
abomasite.png | ||
absolite.png | ||
adamant_crystal.png | ||
aerodactylite.png | ||
aggronite.png | ||
alakazite.png | ||
altarianite.png | ||
ampharosite.png | ||
amulet_coin.png | ||
apicot_berry.png | ||
audinite.png | ||
auspicious_armor.png | ||
banettite.png | ||
baton.png | ||
beedrillite.png | ||
berry_pot.png | ||
berry_pouch.png | ||
big_mushroom.png | ||
big_nugget.png | ||
big_root.png | ||
binding_band.png | ||
black_augurite.png | ||
black_belt.png | ||
black_glasses.png | ||
blank_memory.png | ||
blank_plate.png | ||
blastoisinite.png | ||
blazikenite.png | ||
blue_orb.png | ||
blunder_policy.png | ||
bronze_ribbon.png | ||
bug_memory.png | ||
bug_tera_shard.png | ||
burn_drive.png | ||
calcium.png | ||
cameruptite.png | ||
candy_jar.png | ||
candy_overlay.png | ||
candy.png | ||
carbos.png | ||
catching_charm.png | ||
charcoal.png | ||
charizardite_x.png | ||
charizardite_y.png | ||
chill_drive.png | ||
chipped_pot.png | ||
choice_scarf.png | ||
choice_specs.png | ||
clefairy_doll.png | ||
coin_case.png | ||
configuration.tps | ||
cornerstone_mask.png | ||
coupon.png | ||
cracked_pot.png | ||
dark_memory.png | ||
dark_stone.png | ||
dark_tera_shard.png | ||
dawn_stone.png | ||
deep_sea_scale.png | ||
deep_sea_tooth.png | ||
diancite.png | ||
dire_hit.png | ||
dna_splicers.png | ||
douse_drive.png | ||
draco_plate.png | ||
dragon_fang.png | ||
dragon_memory.png | ||
dragon_scale.png | ||
dragon_tera_shard.png | ||
dread_plate.png | ||
dubious_disc.png | ||
dusk_stone.png | ||
dynamax_band.png | ||
earth_plate.png | ||
electirizer.png | ||
electric_memory.png | ||
electric_tera_shard.png | ||
elixir.png | ||
enigma_berry.png | ||
ether.png | ||
everstone.png | ||
eviolite.png | ||
exp_balance.png | ||
exp_charm.png | ||
exp_share.png | ||
expert_belt.png | ||
fairy_feather.png | ||
fairy_memory.png | ||
fairy_tera_shard.png | ||
fighting_memory.png | ||
fighting_tera_shard.png | ||
fire_memory.png | ||
fire_stone.png | ||
fire_tera_shard.png | ||
fist_plate.png | ||
flame_orb.png | ||
flame_plate.png | ||
flying_memory.png | ||
flying_tera_shard.png | ||
focus_band.png | ||
focus_sash.png | ||
full_heal.png | ||
full_restore.png | ||
galarica_cuff.png | ||
galarica_wreath.png | ||
galladite.png | ||
ganlon_berry.png | ||
garchompite.png | ||
gardevoirite.png | ||
gb.png | ||
gengarite.png | ||
ghost_memory.png | ||
ghost_tera_shard.png | ||
glalitite.png | ||
golden_egg.png | ||
golden_exp_charm.png | ||
golden_mystic_ticket.png | ||
golden_punch.png | ||
gracidea.png | ||
grass_memory.png | ||
grass_tera_shard.png | ||
great_ribbon.png | ||
grip_claw.png | ||
griseous_core.png | ||
ground_memory.png | ||
ground_tera_shard.png | ||
guard_spec.png | ||
gyaradosite.png | ||
hard_meteorite.png | ||
hard_stone.png | ||
healing_charm.png | ||
hearthflame_mask.png | ||
heracronite.png | ||
houndoominite.png | ||
hp_up.png | ||
hyper_potion.png | ||
ice_memory.png | ||
ice_stone.png | ||
ice_tera_shard.png | ||
icicle_plate.png | ||
icy_reins_of_unity.png | ||
insect_plate.png | ||
iron_plate.png | ||
iron.png | ||
items.bat | ||
kangaskhanite.png | ||
kings_rock.png | ||
lansat_berry.png | ||
latiasite.png | ||
latiosite.png | ||
leaf_stone.png | ||
leek.png | ||
leftovers.png | ||
legend_plate.png | ||
leppa_berry.png | ||
liechi_berry.png | ||
light_ball.png | ||
light_stone.png | ||
linking_cord.png | ||
lock_capsule.png | ||
lopunnite.png | ||
lucarionite.png | ||
lucky_egg.png | ||
lucky_punch_great.png | ||
lucky_punch_master.png | ||
lucky_punch_ultra.png | ||
lucky_punch.png | ||
lum_berry.png | ||
lure.png | ||
lustrous_globe.png | ||
magmarizer.png | ||
magnet.png | ||
malicious_armor.png | ||
manectite.png | ||
map.png | ||
master_ribbon.png | ||
masterpiece_teacup.png | ||
mawilite.png | ||
max_elixir.png | ||
max_ether.png | ||
max_lure.png | ||
max_mushrooms.png | ||
max_potion.png | ||
max_repel.png | ||
max_revive.png | ||
mb.png | ||
meadow_plate.png | ||
medichamite.png | ||
mega_bracelet.png | ||
metagrossite.png | ||
metal_alloy.png | ||
metal_coat.png | ||
metal_powder.png | ||
metronome.png | ||
mewtwonite_x.png | ||
mewtwonite_y.png | ||
mind_plate.png | ||
mini_black_hole.png | ||
mint_atk.png | ||
mint_def.png | ||
mint_neutral.png | ||
mint_spatk.png | ||
mint_spd.png | ||
mint_spdef.png | ||
miracle_seed.png | ||
moon_stone.png | ||
muscle_band.png | ||
mystery_egg.png | ||
mystic_ticket.png | ||
mystic_water.png | ||
n_lunarizer.png | ||
n_solarizer.png | ||
never_melt_ice.png | ||
normal_tera_shard.png | ||
nugget.png | ||
oval_charm.png | ||
oval_stone.png | ||
pair_of_tickets.png | ||
pb_gold.png | ||
pb.png | ||
peat_block.png | ||
petaya_berry.png | ||
pidgeotite.png | ||
pinsirite.png | ||
pixie_plate.png | ||
poison_barb.png | ||
poison_memory.png | ||
poison_tera_shard.png | ||
potion.png | ||
power_herb.png | ||
pp_max.png | ||
pp_up.png | ||
prism_scale.png | ||
prison_bottle.png | ||
protector.png | ||
protein.png | ||
psychic_memory.png | ||
psychic_tera_shard.png | ||
quick_claw.png | ||
quick_powder.png | ||
rare_candy.png | ||
rarer_candy.png | ||
rayquazite.png | ||
razor_claw.png | ||
razor_fang.png | ||
rb.png | ||
reaper_cloth.png | ||
red_orb.png | ||
relic_band.png | ||
relic_crown.png | ||
relic_gold.png | ||
repel.png | ||
reveal_glass.png | ||
revive.png | ||
reviver_seed.png | ||
ribbon_gen1.png | ||
ribbon_gen2.png | ||
ribbon_gen3.png | ||
ribbon_gen4.png | ||
ribbon_gen5.png | ||
ribbon_gen6.png | ||
ribbon_gen7.png | ||
ribbon_gen8.png | ||
ribbon_gen9.png | ||
ribbon-gen1.png | ||
ribbon-gen2.png | ||
ribbon-gen3.png | ||
ribbon-gen4.png | ||
ribbon-gen5.png | ||
ribbon-gen6.png | ||
ribbon-gen7.png | ||
ribbon-gen8.png | ||
ribbon-gen9.png | ||
rock_memory.png | ||
rock_tera_shard.png | ||
rogue_ribbon.png | ||
rusted_shield.png | ||
rusted_sword.png | ||
sablenite.png | ||
sachet.png | ||
sacred_ash.png | ||
salac_berry.png | ||
salamencite.png | ||
scanner.png | ||
sceptilite.png | ||
scizorite.png | ||
scope_lens.png | ||
scroll_of_darkness.png | ||
scroll_of_waters.png | ||
shadow_reins_of_unity.png | ||
sharp_beak.png | ||
sharp_meteorite.png | ||
sharpedonite.png | ||
shed_shell.png | ||
shell_bell.png | ||
shiny_charm.png | ||
shiny_stone.png | ||
shock_drive.png | ||
silk_scarf.png | ||
silver_powder.png | ||
sitrus_berry.png | ||
sky_plate.png | ||
slowbronite.png | ||
smooth_meteorite.png | ||
soft_sand.png | ||
soothe_bell.png | ||
soul_dew.png | ||
spell_tag.png | ||
splash_plate.png | ||
spooky_plate.png | ||
starf_berry.png | ||
steel_memory.png | ||
steel_tera_shard.png | ||
steelixite.png | ||
stellar_tera_shard.png | ||
stone_plate.png | ||
strange_ball.png | ||
strawberry_sweet.png | ||
sun_stone.png | ||
super_exp_charm.png | ||
super_lure.png | ||
super_potion.png | ||
super_repel.png | ||
swampertite.png | ||
sweet_apple.png | ||
syrupy_apple.png | ||
tart_apple.png | ||
tera_orb.png | ||
thick_club.png | ||
thunder_stone.png | ||
tm_bug.png | ||
tm_dark.png | ||
tm_dragon.png | ||
tm_electric.png | ||
tm_fairy.png | ||
tm_fighting.png | ||
tm_fire.png | ||
tm_flying.png | ||
tm_ghost.png | ||
tm_grass.png | ||
tm_ground.png | ||
tm_ice.png | ||
tm_normal.png | ||
tm_poison.png | ||
tm_psychic.png | ||
tm_rock.png | ||
tm_steel.png | ||
tm_water.png | ||
toxic_orb.png | ||
toxic_plate.png | ||
twisted_spoon.png | ||
tyranitarite.png | ||
ub.png | ||
ultra_ribbon.png | ||
unknown.png | ||
unremarkable_teacup.png | ||
upgrade.png | ||
venusaurite.png | ||
water_memory.png | ||
water_stone.png | ||
water_tera_shard.png | ||
wellspring_mask.png | ||
whipped_dream.png | ||
white_herb.png | ||
wide_lens.png | ||
wise_glasses.png | ||
wl_ability_urge.png | ||
wl_antidote.png | ||
wl_awakening.png | ||
wl_burn_heal.png | ||
wl_custom_spliced.png | ||
wl_custom_thief.png | ||
wl_elixir.png | ||
wl_ether.png | ||
wl_full_heal.png | ||
wl_full_restore.png | ||
wl_guard_spec.png | ||
wl_hyper_potion.png | ||
wl_ice_heal.png | ||
wl_item_drop.png | ||
wl_item_urge.png | ||
wl_max_elixir.png | ||
wl_max_ether.png | ||
wl_max_potion.png | ||
wl_max_revive.png | ||
wl_paralyze_heal.png | ||
wl_potion.png | ||
wl_reset_urge.png | ||
wl_revive.png | ||
wl_super_potion.png | ||
x_accuracy.png | ||
x_attack.png | ||
x_defense.png | ||
x_sp_atk.png | ||
x_sp_def.png | ||
x_speed.png | ||
zap_plate.png | ||
zinc.png | ||
zoom_lens.png |