This commit is contained in:
Henny022p
2025-03-09 16:56:10 +00:00
parent 6c71c8f559
commit b5734d09a4
6 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ typedef struct {
u16 pixel_width;
u16 pixel_height;
u16 tileSet_id;
} FORCE_WORD_ALIGNED RoomHeader;
} PACKED ALIGNED(2) RoomHeader;
static_assert(sizeof(RoomHeader) == 0xa);
extern RoomHeader* gAreaRoomHeaders[];