This commit is contained in:
theo3
2020-07-18 22:53:42 -07:00
parent 292014b1de
commit a4a0193480
19 changed files with 2208 additions and 3354 deletions
+4
View File
@@ -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;