mirror of
https://github.com/open-goal/jak-project
synced 2026-06-30 03:49:08 -04:00
2b226fedea
Fix for https://github.com/open-goal/jak-project/issues/3820 Jak 2 and 3 use this annoying trick where they store multiple images in the same texture by just changing the CLUT. This breaks some PC code because those two textures will have the same TBP address. so there's a table of remaps to fix this, generated by the decompiler. Unfortunately, I generated that table before the decompiler loaded the .STR file with these textures, so it was missing the remaps. This is automatically generated in the texture folder when you run the decompiler - I just copied it to the C++ file.   Co-authored-by: water111 <awaterford1111445@gmail.com>