OpusMortis wrote:I don't have Disgaea 5, but I seem to remember being able to dupe my weapons and armor in 3 and D2 by simply copying the item data in a hex editor into an empty slot in my inventory. I think I spent more time modding those two games than actually playing them, ha ha. Is advanced mode available in 5?
It's actually a lot more tedious to copy item data using advance mode since SW does not allow copying or pasting codes directly.
Whereas it would be trivially easy if you could directly hex edit the save and just copy and paste to your heart's content - you will have to manually enter the item data in advance mode (unless there was a way to paste in SW that is not documented anywhere)
However, if you still want to copy your item this way, the address of the first item in your bag is 4857D0.
Each item is 258 length. So just copy from 4857D0 to 485A27 and type the data onto 485A28 to 485C7F to overwrite your second item.
I think the beginning bits of the item from 4857D0 to 485878 are all innocents data, so if you are lazy and don't care about copying the innocents inside your original item, you can just copy only from 485879 to 485A27 and type the data onto 485AD1 to 485C7F.