Remove errant field in LcdControls struct

This commit is contained in:
Marcus Huderle
2020-08-15 14:50:46 -05:00
parent bb76c4d0de
commit f782111cba
7 changed files with 40 additions and 41 deletions
+4 -5
View File
@@ -8,7 +8,6 @@ typedef struct {
u16 unk2;
u16 unk4;
u16 unk6;
u16 lcdControl1;
} LcdControls;
typedef struct {
@@ -65,10 +64,10 @@ typedef struct {
typedef struct {
/*0x00*/ LcdControls lcd;
/*0x0C*/ BgSettings bg1;
/*0x18*/ BgSettings bg2;
/*0x24*/ BgAffSettings affine;
/*0x3C*/ BgControls controls;
/*0x08*/ BgSettings bg1;
/*0x14*/ BgSettings bg2;
/*0x20*/ BgAffSettings affine;
/*0x38*/ BgControls controls;
} Screen;
extern BgControls gBgControls;