From df2b64a601576541903d4153025487063f45504c Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Mon, 13 May 2024 20:40:36 -0700 Subject: [PATCH] fix big-endian ints in xbox save file format --- src/SaveFileFormats.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SaveFileFormats.hh b/src/SaveFileFormats.hh index e45627bc..e4e71890 100644 --- a/src/SaveFileFormats.hh +++ b/src/SaveFileFormats.hh @@ -581,10 +581,10 @@ struct PSOXBCharacterFileCharacter { /* 2610:21F4 */ PlayerRecordsBattle battle_records; /* 2628:220C */ parray unknown_a4; /* 262C:2210 */ PlayerRecordsChallengeV3 challenge_records; - /* 272C:2310 */ parray tech_menu_shortcut_entries; + /* 272C:2310 */ parray tech_menu_shortcut_entries; /* 2754:2338 */ ChoiceSearchConfig choice_search_config; /* 276C:2350 */ parray unknown_a6; - /* 277C:2360 */ parray quest_counters; + /* 277C:2360 */ parray quest_counters; /* 27BC:23A0 */ PlayerRecordsBattle offline_battle_records; /* 27D4:23B8 */ parray unknown_a7; struct UnknownA8Entry {