PokemonAutomation / Arduino-Source

MIT License
21 stars 57 forks source link

Autostory #466

Open jw098 opened 4 weeks ago

jw098 commented 4 weeks ago

This is quite a large PR. Let me know if you want it broken up. I updated/added a few detectors/readers

Credits to Nymphea for the majority of the autostory code.

jw098 commented 3 weeks ago

I added a few commits to refactor test_segments, to use std::vector<std::function<void()>> instead of a large switch statement.

Mysticial commented 3 weeks ago

Without having looked into this in detail yet, let's break out all the detectors into separate PRs if they're able to stand alone.

jw098 commented 1 week ago

I'll submit AutoStoryTools as its own PR once #482 and #483 are merged, since it depends on those.