|
enum class | ProcessorType : u8 { ARM7
, ARM9
} |
|
enum class | Language : u8 {
Ja
, En
, Fr
, Ge
,
It
, Es
, Count
} |
|
enum class | Region : u8 { Normal = 0x00
, Korea = 0x40
, China = 0x80
} |
|
enum class | UnitCode : u8 { NDS = 0x00
, NDS_NDSi = 0x02
, NDSi = 0x03
} |
|
enum class | AutostartFlags : u8 { None = 0
, SkipHealthSafetyPress = TWL_BITMASK(2)
} |
|
|
static constexpr u32 | GameTitleLength = 128 |
|
static constexpr size_t | SectionAlignment = 0x200 |
|
◆ ReadAllFrom()
◆ ReadValidateFrom()
◆ WriteTo()
The documentation for this struct was generated from the following files:
- libeditwl/include/twl/fmt/fmt_ROM.hpp
- libeditwl/source/twl/fmt/fmt_ROM.cpp