Home | Forums | What's new | Resources | |
Advice Finding Structure Data |
slinga - Sep 18, 2020 |
slinga | Sep 24, 2020 | |||
It was a pain, but I finally figured it out. Instead of using 160 (number of wrestlers) * 6 (number of outfits per wrestler) * 68 (number of bytes per outfit for palette info) = 65,280 bytes they used an encoding scheme. Long story short they split the 68 byte palette into 10 parts. They use multiple arrays to hold the values. Once I cleanup my code I'll check it into GitHub. |
slinga | Oct 4, 2020 | |||
I threw my scripts on GitHub: slinga-homebrew/6MS-Scripts... These scripts can:
|