diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index 491eadf13..67dc38a2b 100644 --- a/include/config.h +++ b/include/config.h @@ -11,9 +11,15 @@ // #define NDEBUG // Fire Red likely forgot to define NDEBUG/NOAGBPRN before release, leading -// to the inclusion of asserts in the retail ROM. Don't try to re-enable this yet -// since not all baseroms and pointers have been dumped yet and will result in -// a broken ROM. +// to the inclusion of asserts in the retail 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 |