Add missing fossils for gen iv#1495
Conversation
|
Hi! To me it looks fine but I didn't check the data/v2/csv/encounter_condition_value_map.csv and data/v2/csv/encounters.csv file. If @notblisy or @ItsMeJoji have some time maybe they could help us here |
jemarq04
left a comment
There was a problem hiding this comment.
I think some IDs got swapped around as the encounter conditions don't match the Pokemon (e.g. Aerodactyl has item-skull-fossil instead of item-old-amber).
I'll do a review once that's been fixed, but @notblisy and @ItsMeJoji please add on as well if you have any comments
Looks like the changes in the Take the first few: These are encounters for Feebas, but were reassigned to the Dome, Helix, and Amber Fossils' values from After the fork is resynced, we should check that no previous data is affected, like it was here. |
|
Great catch, I usually don't look for potential overwrites in the PR |
|
Ok, merged latest master into my branch shifting down IDs. |
|
I should've done these one at a time... just creating massive headaches resolving conflicts after merging one in... Lesson learned. |
|
Hahaha yes, I had forgotten to suggest that during this review. notblisy has made a lot of contributions to encounters lately, but spacing them out one by one is important to avoid the headaches with all the merge conflicts you'll give yourself! |
Change description
AI coding assistance disclosure
Used claude code to analyze the csv files to help me understand the structure and identify ids of existing elements to re-uses.
Contributor check list