summaryrefslogtreecommitdiff
path: root/arm9/src/main.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-22 13:41:35 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-22 13:41:35 -0400
commit3f3f956859234211a090cbe5dae09e59143609d7 (patch)
tree73964540c8f94e2a607ff96eca860b79b222bd03 /arm9/src/main.c
parentf082c752ff145f7e1ade13fbb83e46904160896f (diff)
Distribute rom2.o
Diffstat (limited to 'arm9/src/main.c')
-rw-r--r--arm9/src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm9/src/main.c b/arm9/src/main.c
index 93858cc2..9e6a6227 100644
--- a/arm9/src/main.c
+++ b/arm9/src/main.c
@@ -52,6 +52,9 @@ extern struct Unk21DBE18 MOD52_UNK_021D76C8;
extern u8 SDK_STATIC_BSS_START[];
+const enum GameVersion gGameVersion = VERSION_DIAMOND;
+const enum GameLanguage gGameLanguage = LANGUAGE_ENGLISH;
+
THUMB_FUNC void NitroMain(void)
{
InitSystemForTheGame();