Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Data Fields
MainMenuSaveData Struct Reference

#include <save_file.h>

Data Fields

u32 coinScoreAges [NUM_SAVE_FILES]
 
u16 soundMode
 
u8 filler [EEPROM_SIZE/2 - SUBTRAHEND - NUM_SAVE_FILES *(4+sizeof(struct SaveFile))]
 
struct SaveBlockSignature signature
 

Field Documentation

◆ coinScoreAges

u32 MainMenuSaveData::coinScoreAges[NUM_SAVE_FILES]

◆ filler

u8 MainMenuSaveData::filler[EEPROM_SIZE/2 - SUBTRAHEND - NUM_SAVE_FILES *(4+sizeof(struct SaveFile))]

◆ signature

struct SaveBlockSignature MainMenuSaveData::signature

◆ soundMode

u16 MainMenuSaveData::soundMode

The documentation for this struct was generated from the following file: