New RoomMemory struct

This commit is contained in:
Elliptic Ellipsis
2022-03-19 04:02:46 +00:00
parent 495258646f
commit 1a6d14cd36
2 changed files with 20 additions and 10 deletions
+10
View File
@@ -83,6 +83,16 @@ typedef struct {
static_assert(sizeof(RoomVars) == 0xCC);
extern RoomVars gRoomVars;
typedef struct {
u8 area;
u8 room;
u16 unk_02;
u32 unk_04;
} RoomMemory;
extern RoomMemory* gUnk_020354B0;
extern RoomMemory gRoomMemory[];
// Packets used to store which entities to load in a room
typedef struct {
u8 kind;