swsh-overworld-rng-gui
swsh-overworld-rng-gui copied to clipboard
Missing some data of `EncounterType: Hidden`
encounterData.json
から元のマップごとのテーブルを復元している最中に、いくつかのテーブルが完全に復元されないことに気が付きました。たとえばRoute 2 (High Level), Fishingのデータは、Slot 50-89のカムカメ、90-98のコイキング、99-99のヒンバスしかなく、0-49のコイキングのデータが失われています。
データを変換する際に、1つのテーブルに同じポケモンが複数回現れることを考慮していなかったために上書きしてしまったのではないかと思います。
While restoring the original per-map tables from encounterData.json
, I noticed that some tables were not fully restored. For example, Route 2 (High Level) Fishing only has data for Chewtle in slots 50-89, Magikarp in slots 90-98, Feebas in slots 99-99, and Magikarp in slots 0-49 is missing.
We believe this is because when converting the data, you did not take into account that the same Pokémon can appear more than once in one table, so it was overwritten.