diff --git a/LEGO1/lego/legoomni/include/legogamestate.h b/LEGO1/lego/legoomni/include/legogamestate.h index e3af55b4..af75ebd0 100644 --- a/LEGO1/lego/legoomni/include/legogamestate.h +++ b/LEGO1/lego/legoomni/include/legogamestate.h @@ -263,7 +263,7 @@ class LegoGameState { Area m_previousArea; // 0x428 Area m_unk0x42c; // 0x42c - static const InternationalCharacter g_intCharacters[7]; + static const InternationalCharacter g_intCharacters[8]; }; MxBool ROIColorOverride(const char* p_input, char* p_output, MxU32 p_copyLen); diff --git a/LEGO1/lego/legoomni/src/common/legogamestate.cpp b/LEGO1/lego/legoomni/src/common/legogamestate.cpp index 11b67784..83e13e7d 100644 --- a/LEGO1/lego/legoomni/src/common/legogamestate.cpp +++ b/LEGO1/lego/legoomni/src/common/legogamestate.cpp @@ -143,14 +143,15 @@ const char* g_strEnable = "enable"; // STRING: LEGO1 0x100f3bf4 const char* g_strDisable = "disable"; -const InternationalCharacter LegoGameState::g_intCharacters[7] = { +const InternationalCharacter LegoGameState::g_intCharacters[8] = { {0xe4, "Aum_Bitmap", 29}, {0xf6, "Oum_Bitmap", 30}, {0xdf, "Beta_Bitmap", 31}, {0xfc, "Uum_Bitmap", 32}, {0xe5, "Ao_Bitmap", 29}, {0xe6, "Ae_Bitmap", 30}, - {0xf8, "Oz_Bitmap", 31} + {0xf8, "Oz_Bitmap", 31}, + {0xf1, "Ene_Bitmap", 29} }; // FUNCTION: LEGO1 0x10039550