diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-29 09:40:48 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-29 09:40:48 -0400 |
commit | 1095493c4f8aa2ae6b8103cb516ffcb92b0b65e4 (patch) | |
tree | b76f863d5f0470f22bea01c81bb5b538a652a0a3 /include/pokemon.h | |
parent | 0cb8e5bbaec817507ccfca6a79f7976e7975d6cf (diff) |
Implement config.mk and config.h
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 8886c47c..494f29d8 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -24,15 +24,7 @@ typedef enum { GIFT_EEVEE = 12 } EncounterType; -typedef enum { - JAPANESE = 1, - ENGLISH = 2, - FRENCH = 3, - ITALIAN = 4, - GERMAN = 5, - SPANISH = 7, - KOREAN = 8 -} OriginLanguage; +typedef enum GameLanguage OriginLanguage; typedef enum { ARCEUS_NORMAL = 0, |