Skip to content

Commit

Permalink
memcard progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Jul 4, 2024
1 parent d3910dd commit 0fb732c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ghidra/RefreshCard.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ void FUN_800472d0(void)
// BASCUS-94426-SLOTS
pcVar6 = s_BASCUS_94426_SLOTS_800859e4;

// memcardIcon_HeaderSLOTS
puVar7 = (undefined4 *)&DAT_800859f8;

// size of memory card buffer
Expand Down Expand Up @@ -663,8 +664,13 @@ void FUN_800472d0(void)
DAT_8009aa5c = DAT_8009aa5c + -1;
break;
}

FUN_800471c4(3);

// BASCUS-94426G name
pcVar6 = (char *)&DAT_80085a30;

// memcardIcon_HeaderGHOST
puVar7 = &DAT_800992a4;

// size of two memcard slots
Expand Down
6 changes: 5 additions & 1 deletion include/regionsEXE.h
Original file line number Diff line number Diff line change
Expand Up @@ -4726,9 +4726,13 @@ struct sData
struct Mempack mempack[3]; // each is 0x60 bytes

// 80099204
char fillerAfterMempack[0xA0];
char fillerAfterMempack[0x60];

// 80099264 (time string at end of time trial race)
char ghostStrTrackTime[0x20];

// 80099284
char ghostFileNameFinal[0x20];

// 800992a4
char memcardIcon_HeaderGHOST[0x40];
Expand Down

0 comments on commit 0fb732c

Please sign in to comment.