Open CeruleanSky opened 6 months ago
Thank you, these will get added the next time I update the tables.
As I am in the last quarter in the game, I'll probably at most comment once more if I have anything else, but the table for the most part at least for me has had everything I've needed.
Stats->Character-> Paste it into each character:
Paste into "In Battle Stats":
Paste into In-Battle-Stats-> Slot1, Slot2, Slot3, Slot4
Ecological Bird Count
This timer is how much Neutralizer Effect you have left when going into toxic areas:
Food Usage, Food Strap Ownership, Food Slot Editing:
When selecting party members for the Ex-Dungeon you are only allowed to pick each member a certain amount of times, this allows you to increase the number of times.
Just wanted to let you know I finished the game and the previous comment has been edited to include all the codes I found useful. Feel free to add them on your next update any that you find helpful. Thanks again for the table. Now looking forward to Tales of Destiny 2 whenever Lumina Tales releases it.
I am working my way through the game and thought I could contribute some corrections and additions I make as I do so. Thank you for providing this cheat table.
Pull requests are hard to parse and messy on cheat tables sometimes because of how cheat table xml is generated so I am attaching the file and inlining the changes to this issue instead. Should just be able to copy the code and past it into the cheat engine interface.
Just in case I wonder off I'll leave what I have so far, if I end up with more I'll either edit this comment or add a new comment.
Enemy Groups needed to be 2 bytes long. It was really confusing seeing late at night battle group
262
as6
lol.Enemy Group Mod
```In
Other
addedWorld Coordinates
I suggest renaming the existingCoordinates
code toMap coordinates
. This allowed me to travel back to Seingard Castle early in the game even after I left the continent to do finish an event I missed.World Coordinates
```The number of hits in battle and the max hits achieved in the battle.
In Battle Combo Hits
```Tales of Destiny_DC.zip
Bonus: Pnach script for infinite item usage, I didn't get this working in cheat engine, maybe because of how the recompiler works or I have a setting wrong.
How it was done for those curious
I used the pcsx2 debuger, found memory address that decreased, breakpointed on writes to that items count, then ghidraed + [ghidra-emotionengine-reloaded](https://github.com/chaoticgd/ghidra-emotionengine-reloaded) extension the routine at that memory address to study the code and altered it so that it adds zero to the number of items when decrementing. The "EE_Core_Instruction_Set_Manual" was helpful for figuring that out.