Skip to content

Commit 9283f19

Browse files
committed
finally
1 parent 85a5670 commit 9283f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bugs/uncompressed-trade-route-loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44
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.
5+
However, its caller fails to allocate the correct amount of bytes, so the loading fails.
66

77
## Details
88
Instead of calculating the absolute of the output size, the output size is `and`ed with `0x3fffffff`:

0 commit comments

Comments
 (0)