mirror of
https://github.com/zeldaret/tmc
synced 2026-09-09 12:04:01 -04:00
room.c
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "global.h"
|
||||
|
||||
|
||||
typedef struct {
|
||||
u8 areaMetadata;
|
||||
u8 locationIndex;
|
||||
@@ -13,6 +14,9 @@ typedef struct {
|
||||
u8 filler3[7];
|
||||
u8 fadeOut;
|
||||
u8 filler2[14];
|
||||
u8 filler4[0x835];
|
||||
u32 musicIndex;
|
||||
u32 pMusicIndex;
|
||||
} Area;
|
||||
|
||||
extern Area gArea;
|
||||
|
||||
Reference in New Issue
Block a user