This is a naive merge that only prevents exact duplicates.
It leads to this learnset for gen 8 Venusaur and Double-Edge: ['8L51', '8L45', '8L33'] because it now has the data for Venusaur, Ivysaur and Bulbasaur.
Special handling could be added for Lx to prevent that. I'm not so sure what should be done about Sx (special event distributions) which could have a similar issue.
Fixes #14
This is a naive merge that only prevents exact duplicates.
It leads to this learnset for gen 8 Venusaur and Double-Edge:
['8L51', '8L45', '8L33']
because it now has the data for Venusaur, Ivysaur and Bulbasaur.Special handling could be added for
Lx
to prevent that. I'm not so sure what should be done aboutSx
(special event distributions) which could have a similar issue.