Lincoln-LM

Results 16 issues of Lincoln-LM

This PR serves to allow omitting nature in IV calculation for easier calcing of shadow pokemon's IVs pre-purification This is a pretty simple change, so if there's a different way...

Implementing comparison operators into researcher (/=/==/!=) would be helpful for things like gen 3 feebas/swarm triggers and gen 4 encounter-on-step calculation. This would allow one to more easily convert the...

The characteristics in IV Calculator remain the ones from before gen 6 even when selecting a gen 8 game. As seen [here](https://bulbapedia.bulbagarden.net/wiki/Characteristic), two of the HP characteristics' text changed for...

bug

The rand call for unown form is misplaced here: https://github.com/Admiral-Fish/PokeFinder/blob/6ab77ca23525a4b85ed52def311dbdc08eb81d3a/Source/Core/Gen8/Generators/WildGenerator8.cpp#L117 This results in nature/ability/gender (ability and gender are locked anyway) being 1 advance off from the IVs. The correct place...

Currently, the Gen 3 Seed to Time tool only displays the closest initial seed to a target seed in terms of advances. The (semi-)recent discovery of painting RNG allows one...

enhancement

Menu Close: ```python npc_count = ... for _ in range(npc_count): rand(91) if not direction_held: # assuming direction held seems to make things a lot easier if ...: # (weather related,...

1.2.0 shifts pointers, most needed have been found but notably still need the pointers for raid binaries. In addition, the sprites for the two new paradox mons need to be...

in progress

Discord webhooks are nice and lightweight but not apt if the user wants to control sv-live-map remotely. Adding an option for integrating with a discord bot (similar to how sysbot.net...

enhancement
low priority

An option to automatically save the game after a target is found would help prevent loss of dens due to date rollover.

enhancement

Behavior should be similar to that of the hide sensitive info box and shouldn't require reading all raids again.

enhancement