mirror of
https://github.com/zeldaret/tmc
synced 2026-08-07 02:06:40 -04:00
New RoomMemory struct
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user