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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index 538bc3b..bab9292 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -146,10 +146,12 @@ enum LANGUAGE {
ENGLISH,
CHINESE_SIMPLIFIED,
FRENCH,
- GERMAN
+ GERMAN,
+ DUTCH,
+ SPANISH
};
-extern char* lang[4]; // Allocated in gui.c, needs to match the languages ^
+extern char* lang[6]; // Allocated in gui.c, needs to match the languages ^
char *msg[MSG_END+1];
char msg_data[32 * 1024];