Merge pull request #2094 from hedara90/pc-align-fix

Fixed potential unaligned issue in PC screen
This commit is contained in:
GriffinR
2025-02-11 14:42:19 -05:00
committed by GitHub

View File

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