diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-05-29 14:17:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 14:17:03 -0400 |
commit | e6c0d16a679663e816130ca7bc793cab682f911c (patch) | |
tree | 57a330cbec60b4033531c452406771e79301a680 /include/config.h | |
parent | d6fd8d1ed926feebffab4154a84eb70a84083bfc (diff) | |
parent | 96183df2b89ae0f2294520550ed382d06250c177 (diff) |
Merge pull request #128 from PikalaxALT/pikalax_work
Decompile unk_02006234.s; misc cleanup
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h new file mode 100644 index 00000000..959e3d18 --- /dev/null +++ b/include/config.h @@ -0,0 +1,14 @@ +#ifndef POKEDIAMOND_CONFIG_H +#define POKEDIAMOND_CONFIG_H + +// #define NDEBUG + +#ifdef DIAMOND +#define GAME_VERSION VERSION_DIAMOND +#else +#define GAME_VERSION VERSION_PEARL +#endif + +#define GAME_LANGUAGE LANGUAGE_ENGLISH + +#endif //POKEDIAMOND_CONFIG_H |