PokéRogue
    Preparing search index...
    SUPERCEDED_MOVES: Partial<Record<MoveId, readonly MoveId[]>> = ...

    Map of moves to moves that are strictly better replacements.

    Intended to be used by moveset generation to avoid giving Pokémon moves that are unequivocally worse than another move it learns from the same set.