mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
The pBookshelfData offsets for G1-Z2, F4-F5, and S6 were off by -14810, placing bookshelf before houseData in the save blob and reading garbage. All other 12 save fields have consistent inter-version deltas (36000, 32000, 48000); only bookshelf broke the pattern. Correcting by +14810 restores the gallery-bookshelf gap to 136 bytes (matching ZZ) and aligns all field deltas across versions. Supersedes Mezeporta/Erupe#155 (same fix, merge conflict on renamed file).