Some updates

This commit is contained in:
Eduardo Quezada
2025-01-13 15:44:07 -03:00
parent 526615fb11
commit c2ada5c8a1
8 changed files with 1873 additions and 7 deletions

View File

@@ -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.

View File

@@ -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