Skip to content

Find a way to make ID parser also catch replaced oracles #117

@scottbenton

Description

@scottbenton

For example, in extractRollOptions, we reference IdParser.getMatches against a moveId. But if that move has been replaced by another, the replaced move doesn't match against the move it replaced.

We may want to keep a map of original_move_id -> replaced_move_id to reference whenever we call IdParser, and create a wrapper function around IdParser so that we don't run into this again in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions