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

#include <save_file.h>

Data Fields

u8 capLevel
 
u8 capArea
 
Vec3s capPos
 
u32 flags
 
u8 courseStars [COURSE_COUNT]
 
u8 courseCoinScores [COURSE_STAGES_COUNT]
 
struct SaveBlockSignature signature
 

Field Documentation

◆ capArea

u8 SaveFile::capArea

◆ capLevel

u8 SaveFile::capLevel

◆ capPos

Vec3s SaveFile::capPos

◆ courseCoinScores

u8 SaveFile::courseCoinScores[COURSE_STAGES_COUNT]

◆ courseStars

u8 SaveFile::courseStars[COURSE_COUNT]

◆ flags

u32 SaveFile::flags

◆ signature

struct SaveBlockSignature SaveFile::signature

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