From dd0da2484f0c7593157e7c2c28444e068dff7586 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 19 Dec 2019 10:23:05 -0500 Subject: Match FireRed Rev1 --- include/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') 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 -- cgit v1.2.3 From 3d123182a8fe8182f66d5e265067107bc276b84e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 19 Dec 2019 11:32:55 -0500 Subject: Delete obsolete comment --- include/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/config.h b/include/config.h index 01f67dafc..67dc38a2b 100644 --- a/include/config.h +++ b/include/config.h @@ -11,9 +11,7 @@ // #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/" -- cgit v1.2.3