summaryrefslogtreecommitdiff
path: root/include/config.h
blob: 959e3d18b76cb95e3697ce690daefd757d7a2a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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