Fixed potential unaligned issue in PC screen

This commit is contained in:
Hedara
2025-01-14 09:50:08 +01:00
parent 1c765d1126
commit 9bf7a772d0

View File

@@ -432,7 +432,7 @@ struct PokemonStorageSystemData
u16 scrollUnused5; // Never read u16 scrollUnused5; // Never read
u16 scrollUnused6; // Never read u16 scrollUnused6; // Never read
u8 filler1[22]; u8 filler1[22];
u8 boxTitleTiles[1024]; u8 ALIGNED(2) boxTitleTiles[1024];
u8 boxTitleCycleId; u8 boxTitleCycleId;
u8 wallpaperLoadState; // Written to, but never read. u8 wallpaperLoadState; // Written to, but never read.
u8 wallpaperLoadBoxId; u8 wallpaperLoadBoxId;