diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-27 15:57:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-27 15:57:30 -0400 |
commit | 4f842fa4b34128b7c965a493b688d5408edee373 (patch) | |
tree | d451c11448da7c3c45b0dee007305ae48f09291b /include/constants | |
parent | 09a9af9bf408a25adca35d74193a130321dbaa81 (diff) |
Bring overlay 06 closer to matching
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, |