mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-14 22:18:15 -05:00
Decorations + general language string macro
This commit is contained in:
@@ -139,6 +139,14 @@
|
||||
// It looks like file.c:line: size of array `id' is negative
|
||||
#define STATIC_ASSERT(expr, id) typedef char id[(expr) ? 1 : -1];
|
||||
|
||||
#if ENGLISH
|
||||
#define LANGUAGE_STRING(_english, _french, _italian) _(_english)
|
||||
#elif FRENCH
|
||||
#define LANGUAGE_STRING(_english, _french, _italian) _(_french)
|
||||
#elif ITALIAN
|
||||
#define LANGUAGE_STRING(_english, _french, _italian) _(_italian)
|
||||
#endif
|
||||
|
||||
struct Coords8
|
||||
{
|
||||
s8 x;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
4279
src/data/trainers.h
4279
src/data/trainers.h
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user