Added support for nand saving in Face Training and Nintendo DS Guide (fixes #6), calculate nand save size from header, fixed Band Brothers save initialization

This commit is contained in:
Gericom
2025-12-28 17:34:06 +01:00
parent 6d12399ba4
commit 9f6311014d
10 changed files with 216 additions and 41 deletions

View File

@@ -5455,13 +5455,7 @@ UBRE;flash;0x40000
UBRJ;flash;0x40000
UBRP;flash;0x40000
UEIJ;eeprom;0x2000
UGDA;none;0x0
UNSJ;flash;0x40000
UORE;nand;0x1000000
UORJ;nand;0x1000000
UORP;nand;0x1000000
USKV;nand;0x4000000
UXBP;nand;0x800000
UZCJ;flash;0x2000000
UZPD;flash;0x20000
UZPF;flash;0x20000
1 gameCode saveType saveSize
5455 UBRJ flash 0x40000
5456 UBRP flash 0x40000
5457 UEIJ eeprom 0x2000
UGDA none 0x0
5458 UNSJ flash 0x40000
UORE nand 0x1000000
UORJ nand 0x1000000
UORP nand 0x1000000
USKV nand 0x4000000
UXBP nand 0x800000
5459 UZCJ flash 0x2000000
5460 UZPD flash 0x20000
5461 UZPF flash 0x20000