savestate: Fix Party data end offset
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e88529fe90
commit
9ec4075f62
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pub fn verify_checksum(iter: Iter<u8>, checksum: u8) -> bool {
|
|||
}
|
||||
|
||||
/// Party Data
|
||||
const PARTY_DATA_RANGE: Range<usize> = 0x2F2C..0x30bf;
|
||||
const PARTY_DATA_RANGE: Range<usize> = 0x2F2C..0x30c0;
|
||||
|
||||
/// Main Data Checksum
|
||||
const MAIN_DATA_CHECKSUM: usize = 0x3523;
|
||||
|
|
Loading…
Reference in a new issue