From 4f842fa4b34128b7c965a493b688d5408edee373 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 27 Jun 2020 15:57:30 -0400 Subject: Bring overlay 06 closer to matching --- include/constants/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants') 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, -- cgit v1.2.3