diff options
| author | YunataSavior <58997725+YunataSavior@users.noreply.github.com> | 2025-12-26 17:52:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-26 17:52:14 -0800 |
| commit | 1668a01ab90dd440be04cfdb01c1643d7122ab99 (patch) | |
| tree | 0a53f8b694b80ed4ceea073a6894f8bc0cc1f531 /include | |
| parent | 6e3b22adee4d6c5ad5e221ac3ffe93b91a82134e (diff) | |
Enable unk_0x4d38 for VERSION_SHIELD (#3005)
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/d_com_inf_game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_com_inf_game.h b/include/d/d_com_inf_game.h index de93f6d793..a8239c0736 100644 --- a/include/d/d_com_inf_game.h +++ b/include/d/d_com_inf_game.h @@ -779,7 +779,7 @@ public: /* 0x04780 */ dAttention_c mAttention; /* 0x04C9C */ dVibration_c mVibration; /* 0x04D2C */ u8 field_0x4d2c[4]; - #if PLATFORM_WII + #if PLATFORM_WII || VERSION == VERSION_SHIELD /* 0x04D38 */ u8 unk_0x4d38[8]; #endif /* 0x04D30 */ JKRArchive* mFieldMapArchive2; |
