diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-28 19:59:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 19:59:18 +0300 |
commit | 71b374828b8c39900a642f982af40d5087190323 (patch) | |
tree | 51410faeb1bc5c52a0dedb6b1189e0dcc31abb4f /include/constants | |
parent | a74135539e9945c4e01c4fed8088fde785789c7d (diff) | |
parent | f29f16fd5ff0a38d2ba5b367bab77217dea6769e (diff) |
Merge branch 'master' into master
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 1af59830..0f9ba25c 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -341,7 +341,7 @@ typedef enum { GIFT_EEVEE = 12 } EncounterType; -typedef enum GameLanguage OriginLanguage; +typedef int OriginLanguage; typedef enum { ARCEUS_NORMAL = 0, |