Open Timo654 opened 3 years ago
I tested and debugged this issue, The source of the problem is the EBOOT, It also corrupts the savegame so even if you use an affected savegame on an unmodified game it would still happen.
In the EBOOT,this is the code that is responsible for the issue (open with a hex editor): Eboot - Can't buy items from shops CAUSE.txt
Here is the fix: Eboot - Can't buy items from shops FIX.txt
Then create a new save file and enjoy :)
Note: This solution may also fix other item related issues.
I tested and debugged this issue, The source of the problem is the EBOOT, It also corrupts the savegame so even if you use an affected savegame on an unmodified game it would still happen.
In the EBOOT,this is the code that is responsible for the issue (open with a hex editor): Eboot - Can't buy items from shops CAUSE.txt
Here is the fix: Eboot - Can't buy items from shops FIX.txt
Then create a new save file and enjoy :)
Note: This solution may also fix other item related issues.
Does this work on the digital version as well? I looked at every eboot for the digital version with a hex editor and I'm unable to find anything that matches what you posted in the "Eboot - Can't buy items from shops CAUSE.txt". I could just be looking at the wrong thing though.
I tested and debugged this issue, The source of the problem is the EBOOT, It also corrupts the savegame so even if you use an affected savegame on an unmodified game it would still happen. In the EBOOT,this is the code that is responsible for the issue (open with a hex editor): Eboot - Can't buy items from shops CAUSE.txt Here is the fix: Eboot - Can't buy items from shops FIX.txt Then create a new save file and enjoy :) Note: This solution may also fix other item related issues.
Does this work on the digital version as well? I looked at every eboot for the digital version with a hex editor and I'm unable to find anything that matches what you posted in the "Eboot - Can't buy items from shops CAUSE.txt". I could just be looking at the wrong thing though.
It works on the digital version, It just that i forgot to add that you need to decrypt the EBOOT.BIN in order to find and modify these lines.
The game thinks that the inventory is full, which means that buying things from the shop doesn't work.
Inventory Shop