We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a5670 commit 9283f19Copy full SHA for 9283f19
src/bugs/uncompressed-trade-route-loading.md
@@ -2,7 +2,7 @@
2
3
## Summary
4
The `decompress_packed_trade_route` function at `0x006387E0` can handle uncompressed trade routes if the output length is negative.
5
-However, its caller fails to allocate the correct amount of memory, so the loading fails.
+However, its caller fails to allocate the correct amount of bytes, so the loading fails.
6
7
## Details
8
Instead of calculating the absolute of the output size, the output size is `and`ed with `0x3fffffff`:
0 commit comments