diff --git a/game/graphics/jak3_texture_remap.cpp b/game/graphics/jak3_texture_remap.cpp index 61e9cc032f..0912cc7e5e 100644 --- a/game/graphics/jak3_texture_remap.cpp +++ b/game/graphics/jak3_texture_remap.cpp @@ -33,6 +33,18 @@ const std::unordered_map>> data = { {17, 3}, {4, 1}}}, {13, {{21, 1}, {23, 2}, {24, 3}, {46, 1}, {47, 2}, {39, 1}, {40, 2}}}, + {17, + {{56, 1}, + {42, 1}, + {44, 2}, + {46, 3}, + {51, 2}, + {52, 3}, + {48, 1}, + {49, 2}, + {40, 1}, + {53, 2}, + {59, 3}}}, {125, {{17, 1}, {18, 2}, {19, 3}, {23, 1}}}, {127, {{36, 1}, @@ -2032,9 +2044,9 @@ const std::unordered_map>> data = { {98, 1}, {99, 2}, {101, 3}, {94, 1}, {96, 2}}}, {3416, {{44, 1}, {46, 2}, {48, 1}, {28, 1}}}, {3417, {{3, 1}, {4, 2}, {5, 3}, {6, 4}}}, -}; }; +} int lookup_jak3_texture_dest_offset(int tpage, int texture_idx) { auto it = data.find(tpage);