From 5d7effc28250354e73df08f3aa689802b8c23b36 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 12 Sep 2023 22:45:20 -0700 Subject: [PATCH] one more try --- include/d/d_com_inf_game.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/d/d_com_inf_game.h b/include/d/d_com_inf_game.h index 29d90defa..9bdb035b9 100644 --- a/include/d/d_com_inf_game.h +++ b/include/d/d_com_inf_game.h @@ -325,7 +325,9 @@ public: /* 0x1D1C1 */ u8 field_0x1d1c1; }; +#if VERSION != VERSION_JP STATIC_ASSERT(sizeof(dComIfG_inf_c) == 0x1D1C8); +#endif extern dComIfG_inf_c g_dComIfG_gameInfo;