-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more -hint
s to the simulator
#5242
Comments
From simply poking around the code, its not clear to me where some of these are implemented, if at all (in which case it maybe should be added to #2367)? Gen II Beat Up mechanics are already a known issue, but not sure about the following:
|
Yeah, none of those are implemented yet except the type-boosting item part of Gen 2 confusion damage, which is where you expected it to be. I'll try to clean up Known Mechanics Bugs this weekend. |
Cools, copied that over there so I can close this out. I'll probably look into implementing them, but I don't want to commit that that right now :) |
Originally posted by @Zarel in #5226
This bug will track improving our
-hint
coverage. As a rule, I think there should be hints for unintuitive/glitchy mechanics that occur infrequently or are a common source of misfiled bugs. Infrequently is key - mechanics that are showing up every game in a generation are probably not-hint
-worthy. Another important requirement on top of not being spammy is that a-hint
must not leak information.I'm going to go by generation and see where
-hint
s, what already has-hint
s, and behavior which is glitchy but which we likely do not want-hint
s for. I don't know if all of these glitches are even implemented correctly in PS currently, but in the process of adding hints for them I'm surely we'll find out ;)Gen I
Unintuitive/bugged behavior that should probably have
-hint
s:Other incongruencies we might possibly consider adding
-hint
s for:Mechanics which seem too fundamental/common to explain with
-hint
:Sources: Bulbapedia: Glitches I, Smogon: Important RBY Differences
Gen II
Unintuitive/bugged behavior that should probably have
-hint
s:Other incongruencies we might possibly consider adding
-hint
s for:Sources: Bulbapedia: Glitches II, pokecrystal: Bugs and Glitches
Gen III
Unintuitive/bugged behavior that should probably have
-hint
s:Nightmare + Shed Skin behavior(Ruby / Sapphire only?)Sources: Bulbapedia: Glitches III
Gen IV
Unintuitive/bugged behavior that should probably have
-hint
s:Sources: Bulbapedia: Glitches IV
Gen V / VI / VII
Unintuitive/bugged behavior that should probably have
-hint
s:Other incongruencies we might possibly consider adding
-hint
s for:Sources: Bulbapedia: Glitches V VI VII
Common 'Not Bugs'
Possibly more that could be added without leaking information based on the thread.
Sources: Smogon - Pokemon Showdown Bug Reports
I don't think adding these hints are high priority, so I'm going to let this bug sit for now and hopefully some discussion comes out of it (should we have hints for these? are all these glitches accurate/valid for PS's implementation of each generation? maybe there are additional hints we could be adding?).
The text was updated successfully, but these errors were encountered: