Recent content by Hydrametr0nice

  1. Hydrametr0nice

    Done Add a command to print the current commit

    As a developer, there have been times when I wanted to know the current commit of either the server or the client. Of course, one of the commits would have to be fetched from the server and the other determined on the client side. This would only work if the project is an actual Git repository...
  2. Hydrametr0nice

    Pending Use available 2D animations with Pokémon that do not have 3D models yet

    I know this hasn't been accepted yet, but I ended up coding it https://github.com/smogon/pokemon-showdown-client/pull/2495
  3. Hydrametr0nice

    Needs Triage Bug Report - Client

    This should probably be submitted in the Suggestions subforum.
  4. Hydrametr0nice

    Proposal OU by technicality in Gens 1-3

    Just to be clear, my proposal is independent of the tier shift method: I didn't mention Gens 4+ because I already knew they comply with it through the 6-month shift. If RBY drops automatically move the Pokémon to the tier below and they don't remain in a 'by technicality' limbo—great!
  5. Hydrametr0nice

    Proposal OU by technicality in Gens 1-3

    I think it's mainly meant as an indicator to players that those Pokémon are "discontinued" in terms of viability, without affecting the lower tiers. Other than that, it is the respective UU council's responsibility to decide whether to test the Pokémon or not.
  6. Hydrametr0nice

    Proposal OU by technicality in Gens 1-3

    After reviewing some old posts and code changes, I noticed that a few Pokémon were dropped from OU due to viability but, as far as I can tell, were never officially banned from UU. The current list appears to be: GSC: Porygon2 ADV: Raikou, Regice and Porygon2 Is there a reason these Pokémon...
  7. Hydrametr0nice

    Needs Triage Bug Report - Unsure

    Hi. Do you have the replay url?
  8. Hydrametr0nice

    Mechanics Prankster hint during Illusion causes info leak

    This would lead to Prankster leaks due to other types of immunities, such as Attract (due to gender) and Leech Seed (Grass-type). All these checks occur before Prankster. That's why it's so hard to handle every single case separately.
  9. Hydrametr0nice

    Resource National Dex OU Simple Questions, Simple Answers

    The event hasn't been coded. I'm working on it. Thanks for your post! Edit: Done!
  10. Hydrametr0nice

    Mechanics Prankster hint during Illusion causes info leak

    I'll describe my solution here in case any non-programmer has some groundbreaking idea: My proposed solution is to display the following hint any time a Pokémon is immune to a status move used by a Pokémon that might have Prankster: I tried to considered all the possible cases and how specific...
  11. Hydrametr0nice

    Done Bug Report - Mechanics

    https://github.com/smogon/pokemon-showdown/pull/11304 Source: https://www.smogon.com/forums/posts/7195997/show
  12. Hydrametr0nice

    Mechanics Prankster hint during Illusion causes info leak

    https://github.com/smogon/pokemon-showdown/pull/11302
  13. Hydrametr0nice

    Done Gen 1 partial trapping shouldn't check accuracy

    https://github.com/smogon/pokemon-showdown/pull/11305
  14. Hydrametr0nice

    Done Yungoos shiny sprite

    Thank you. I have notified Marty
  15. Hydrametr0nice

    Mechanics Instruct should boost Round

    https://www.smogon.com/forums/threads/echoed-voices-bp-should-raise-even-if-no-target.3753859/ I was reviewing my PRs and remembered the Echoed Voice bug. Does Round still get boosted if the previous Round had no target? The setup would be something like: all opposing Pokémon self-faint, your...
Back
Top