Skip to content

Commit a40e413

Browse files
committed
Add info about patching the pouchInit memory leak to the user manual
1 parent 62b1583 commit a40e413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

USER_MANUAL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,4 @@ There are several other changes that have been made outside of the menu:
128128
* In some instances where the game tries to apply light effects to partners and/or followers, but one or neither of them are actually spawned, then they will be spawned automatically. When the game needs to spawn a partner for this, it will spawn Goombella. When it needs to spawn a follower for this, it will spawn Gus.
129129
* When defeating Blooper with an attack that causes both the body and the left tentacle to be defeated at roughly the same time.
130130
6. The cutscene before the final Shadow Queen fight has been adjusted to prevent one of the game's heaps from becoming corrupted. The change is that less textboxes will appear at the start of the cutscene.
131+
7. A memory leak that would occur when starting a new file has been fixed. This specific memory leak would occur when allocating memory that would be used for the inventory, as the game doesn't check if the memory has already been allocated or not.

0 commit comments

Comments
 (0)