#include <system.h>
変数 | |
| u8 | RESERVED0 [2] |
| ??? (0x05 0x00). | |
| u8 | theme |
| The user's theme color (0-15). | |
| u8 | birthMonth |
| The user's birth month (1-12). | |
| u8 | birthDay |
| The user's birth day (1-31). | |
| u8 | RESERVED1 [1] |
| ??? | |
| s16 | name [10] |
| The user's name in UTF-16 format. | |
| u16 | nameLen |
| The length of the user's name in characters. | |
| s16 | message [26] |
| The user's message. | |
| u16 | messageLen |
| The length of the user's message in characters. | |
| u8 | alarmHour |
| What hour the alarm clock is set to (0-23). | |
| u8 | alarmMinute |
| What minute the alarm clock is set to (0-59). | |
| u8 | RESERVED2 [4] |
| ??? | |
| u16 | calX1 |
| Touchscreen calibration: first X touch | |
| u16 | calY1 |
| Touchscreen calibration: first Y touch | |
| u8 | calX1px |
| Touchscreen calibration: first X touch pixel | |
| u8 | calY1px |
| Touchscreen calibration: first X touch pixel | |
| u16 | calX2 |
| Touchscreen calibration: second X touch | |
| u16 | calY2 |
| Touchscreen calibration: second Y touch | |
| u8 | calX2px |
| Touchscreen calibration: second X touch pixel | |
| u8 | calY2px |
| Touchscreen calibration: second Y touch pixel | |
| u16 | RESERVED3 |
| u32 | rtcOffset |
| u32 | RESERVED4 |
Defines the structure the DS firmware uses for transfer of the user's settings to the booted program.
??? (0x05 0x00).
The user's theme color (0-15).
The user's birth month (1-12).
The user's birth day (1-31).
???
The user's name in UTF-16 format.
The length of the user's name in characters.
The user's message.
The length of the user's message in characters.
What hour the alarm clock is set to (0-23).
What minute the alarm clock is set to (0-59).
???
Touchscreen calibration: first X touch
Touchscreen calibration: first Y touch
Touchscreen calibration: first X touch pixel
Touchscreen calibration: first X touch pixel
Touchscreen calibration: second X touch
Touchscreen calibration: second Y touch
Touchscreen calibration: second X touch pixel
Touchscreen calibration: second Y touch pixel
1.5.4