libdragon
Data Fields
entry_structure Struct Reference

Structure representing a save entry in a mempak. More...

#include <mempak.h>

Data Fields

uint32_t vendor
 Vendor ID.
uint16_t game_id
 Game ID.
uint16_t inode
 Inode pointer.
uint8_t region
 Intended region.
uint8_t blocks
 Number of blocks used by this entry.
uint8_t valid
 Validity of this entry.
uint8_t entry_id
 ID of this entry.
char name [19]
 Name of this entry.

Detailed Description

Structure representing a save entry in a mempak.


Field Documentation

Number of blocks used by this entry.

See also:
MEMPAK_BLOCK_SIZE

Name of this entry.

The complete list of valid ASCII characters in a note name is:

 ABCDEFGHIJKLMNOPQRSTUVWXYZ!"#`*+,-./:=?@
 

The space character is also allowed. Any other character will be converted to a space before writing to the mempak.

See also:
__n64_to_ascii and __ascii_to_n64

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines