summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-12-19 10:23:05 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-12-19 10:23:05 -0500
commitdd0da2484f0c7593157e7c2c28444e068dff7586 (patch)
treec2f95c84e170f88a91ab040ad11b0153893395f3 /include/config.h
parent1226dfd94622901bf1686bb53202646046f814ac (diff)
Match FireRed Rev1
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 491eadf13..01f67dafc 100644
--- a/include/config.h
+++ b/include/config.h
@@ -15,6 +15,14 @@
// since not all baseroms and pointers have been dumped yet and will result in
// a broken ROM.
+#if REVISION == 0
+#define CODE_ROOT "C:/WORK/POKeFRLG/src/pm_lgfr_ose/source/"
+#else
+#define CODE_ROOT "C:/WORK/POKeFRLG/Src/pm_lgfr_ose/source/"
+#endif
+
+#define ABSPATH(x) (CODE_ROOT x)
+
#ifdef ENGLISH
#define UNITS_IMPERIAL
#else