aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index c7e79b8..538bc3b 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -145,13 +145,14 @@ enum MSG
enum LANGUAGE {
ENGLISH,
CHINESE_SIMPLIFIED,
- FRENCH
+ FRENCH,
+ GERMAN
};
-extern char* lang[3]; // Allocated in gui.c, needs to match the languages ^
+extern char* lang[4]; // Allocated in gui.c, needs to match the languages ^
char *msg[MSG_END+1];
-char msg_data[16 * 1024];
+char msg_data[32 * 1024];
#endif //__MESSAGE_H__