summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-04-06 13:20:36 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-04-06 13:20:36 -0400
commitbbeef52a014c1242dd790b14c52d933b75666f7e (patch)
treee46c8fc784135f00a80270036c13ecdae5b7b70a /src/main.c
parentf15a7050216e9e2d01b747439826ff806ce48c0b (diff)
Timestamp modern build
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2170f292f..cfdaf2e44 100644
--- a/src/main.c
+++ b/src/main.c
@@ -34,11 +34,15 @@ const u8 gGameVersion = GAME_VERSION;
const u8 gGameLanguage = GAME_LANGUAGE;
+#if MODERN
+const char BuildDateTime[] = __DATE__ " " __TIME__;
+#else
#if REVISION == 0
const char BuildDateTime[] = "2004 04 26 11:20";
#else
const char BuildDateTime[] = "2004 07 20 09:30";
-#endif
+#endif //REVISION
+#endif //MODERN
const IntrFunc gIntrTableTemplate[] =
{