mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 14:36:41 -04:00
rename and retype RoomVars field_0xac
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ typedef struct {
|
||||
/* 0x68 */ u32 animFlags;
|
||||
/* 0x6c */ void* field_0x6c[8];
|
||||
/* 0x8c */ void* field_0x8c[8];
|
||||
/* 0xac */ void* field_0xac[8];
|
||||
/* 0xac */ Entity* entities[8];
|
||||
} RoomVars;
|
||||
static_assert(sizeof(RoomVars) == 0xCC);
|
||||
extern RoomVars gRoomVars;
|
||||
|
||||
Reference in New Issue
Block a user