mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-07 02:26:00 -05:00
Some updates
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
#define ENGLISH 1
|
||||
#endif
|
||||
|
||||
#define EUROPE (FRENCH || ITALIAN || SPANISH)
|
||||
|
||||
#if ENGLISH
|
||||
#define UNITS_IMPERIAL
|
||||
#define CHAR_DEC_SEPARATOR CHAR_PERIOD // Period is used as a decimal separator only in the UK and the US.
|
||||
|
||||
@@ -2487,7 +2487,7 @@ extern const u8 gText_MrStoneMatchCallDesc[];
|
||||
extern const u8 gText_MrStoneMatchCallName[];
|
||||
extern const u8 gText_StevenMatchCallDesc[];
|
||||
extern const u8 gText_StevenMatchCallName[];
|
||||
#if FRENCH || ITALIAN
|
||||
#if EUROPE
|
||||
extern const u8 gText_BrendanMatchCallDesc[];
|
||||
extern const u8 gText_MayMatchCallDesc[];
|
||||
#else //ENGLISH
|
||||
|
||||
Reference in New Issue
Block a user