1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-15 03:20:35 +00:00

Merge branch 'master' into fix_misc_4

This commit is contained in:
Dragorn421 2021-12-16 16:33:56 +01:00
commit d54fb8c125
No known key found for this signature in database
GPG key ID: 8ACAE4BA399BD6B0
8 changed files with 178 additions and 149 deletions

View file

@ -931,7 +931,7 @@ typedef struct {
/* 0x38 */ DmaRequest dmaRequest;
/* 0x58 */ OSMesgQueue loadQueue;
/* 0x70 */ OSMesg loadMsg;
/* 0x74 */ s16 unk_74[2];
/* 0x74 */ s16 unk_74[2]; // context-specific data used by the current scene draw config
} RoomContext; // size = 0x78
typedef struct {