Skip to content

Commit 11bbd1f

Browse files
committed
memcard progress
1 parent 0919879 commit 11bbd1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

decompile/WorkInProgress/src/MEMCARD/MEMCARD_20_Save.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ uint8_t MEMCARD_Save(int slotIdx, char *name,
1515
// this will always return 0, no need to check
1616
MEMCARD_NewTask(slotIdx, name, ptrData, fileSize);
1717

18+
// === Note for Niko ===
19+
// We can potentially do 1-block ghost,
20+
// One block = 0x2000 bytes, minus 0x100 icon, thats 0x1F00, NOT 0x1680 ND used
21+
// Two Block = 0x4000 bytes, minus 0x100 icon, thats 0x3F00, NOT 0x3e00 ND used
22+
1823
// Search for "MEMCARD_SET_SIZE_BYTE3"
1924

2025
// ALWAYS USED,

0 commit comments

Comments
 (0)