Types - Universal-Team/LeafEdit-Core GitHub Wiki

LeafEdit-Core uses enum classes for a few things like the Game, Region etc.

Here are all of them listed.

SaveType

This includes the games in an enum class.

Name Definition
WW Wild World.
NL New Leaf Regular.
WA Welcome amiibo.
HHD Happy Home Designer.
UNUSED Unused or Unknown Game.

WWRegion

This includes the regions for Animal Crossing: Wild World in an enum class, since they are pretty different.

Name Definition
EUR_USA Europe & USA (both are the same).
JPN Japanese.
KOR Korean.

Types

LeafEdit-Core also uses those types:

Name Definition
s8 int8_t
u8 uint8_t
s16 int16_t
u16 uint16_t
s32 int32_t
u32 uint32_t
s64 int64_t
u64 uint64_t