-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Evolution updates #3009
Evolution updates #3009
Conversation
e6910d0
to
3d92c82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still missing updating Gligar, Happiny, and regular Sneasel evolutions, not to mention adding Hisuian Sneasel's EVO_ITEM_HOLD_DAY
method.
Will fix.
?
Wot? It's not hold, it's used. And it was like, the thing this PR was originally addressing. |
Ah, you mean to extrapolate things and make Sneasel be able to evolve into Weavile via |
Ye |
Please rebase the PR to upcoming. Also, based on discussion in the Discord server, it might be better to have a config for the items themselves to determine if they can be used for evolution or not, instead of modifying evolution data. |
-Added EVO_ITEM_NIGHT, (it's like EVO_ITEM_DAY but nighttime specific) -Added EVO_ITEM_HOLD (it's like the day based variations, but day agnostic) -Turned the trade evo items into regular evolution items -Ditched the config for the Razor Claw by request -Updated every entry in gEvolutionTable for species that could only evolve via EVO_TRADE_ITEM to LA's standard
Can you elaborate? You mean a config just like the one I originally added for the Razor Claw, but that encompasses all the items that are being turned into evolution items here, or...? |
0cece13
to
813f779
Compare
813f779
to
2c7b264
Compare
Yes. The evolution data is good as it is, the config would only be for the items themselves. |
Description
Addresses an oversight brought up by PCG inside the Discord server.
Discord contact info
Lunos#4026