rotobash / pokemon-ngc-rando

Randomize XD and Colosseum
GNU General Public License v2.0
15 stars 2 forks source link

Fix ??? items #80

Closed rotobash closed 4 months ago

rotobash commented 4 months ago

Hopefully have fixed this issue once and for all. Items are deserialized by reading 40 byte sections in order. For some reason, after 350 items, the index the game uses internally jumps by 150. Since this wasn't accounted for it would add junk into the pool.

Fixes #57 Fixes #74 (hopefully, EU has always been a pain but it looks like only the descriptions are referenced from the different languages)