ROM Hack Dragon Quest VII Money Edit

I get an error when trying to calculate the checksum of my save file. IndexOutOfRangeException. Tried your code in the other thread, it's on this line: "value2 += (int)(sbyte)data[index + 1]"

EDIT: Nevermind, apparently the FTP homebrew I'm using on my 3DS was not transferring the entire save files.
 
Last edited by kodoku,
Save file Offsets
Money = 0x544
Bank Money = 0x52c
Casino Tokens = 0x530
Mini Medals = 0x534

To add items to your bag, you need to add the ID of the item in one offset and how much of that item in another.
Items in Bag Offsets
Item IDs = 0x544
Item count = 0x9d4

Character Bag
For this, subtract 0x30 bytes from the beginning of the first name (It's entered twice). The format goes:
2 bytes - Item ID
1 byte - Count
1 byte - Equipped (0-no, 1-yes)

Example:
First Name Offset = 0xE30
Item Start Offset = 0xE30 - 0x30 = 0xE00

I've attached a save editor that maxes out money and a program that fixes the save so you can edit it. If you use the save editor, there is no need to use the checksum fix since it does it for you.
Wow, thanks a lot!
 
Any chance of a save editor that allows maxing out of vocations? Ripping my hair out because of these metal slimes and this arbitrary, archaic-assed gameplay.
 
  • Like
Reactions: katanaz2

Site & Scene News

Popular threads in this forum