Skip to content

Commit eb8eeae

Browse files
authoredFeb 11, 2025
Merge pull request #2094 from hedara90/pc-align-fix
Fixed potential unaligned issue in PC screen
2 parents a435000 + 9bf7a77 commit eb8eeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/pokemon_storage_system.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ struct PokemonStorageSystemData
432432
u16 scrollUnused5; // Never read
433433
u16 scrollUnused6; // Never read
434434
u8 filler1[22];
435-
u8 boxTitleTiles[1024];
435+
u8 ALIGNED(2) boxTitleTiles[1024];
436436
u8 boxTitleCycleId;
437437
u8 wallpaperLoadState; // Written to, but never read.
438438
u8 wallpaperLoadBoxId;

0 commit comments

Comments
 (0)