diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-01-31 11:23:42 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-01-31 11:23:42 -0800 |
| commit | ced13c2c8d727e01bdb687a4c982ed9296c9e10e (patch) | |
| tree | 90a244a8a4ee7aba1106deae3673c50c8972cbde /include/main.h | |
| parent | b9e07c12024895de9abde045cc1d1421a5bc2139 (diff) | |
finish main.c
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h index 7fa87211..71d6fbd0 100644 --- a/include/main.h +++ b/include/main.h @@ -23,6 +23,13 @@ enum { SCREEN_DEBUG_TEXT, }; +#define GAME_LANGUAGE GAME_LANGUAGE_EN +#define SIGNATURE 'MCZ3' +#define GAME_LANGUAGE_EN 1 +#define MAX_MSG_SPEED 3 +#define MAX_SAVE_FILES 3 +#define MAX_BRIGHTNESS 3 + typedef struct { u8 interruptFlag; u8 field_0x1; |
