Decompile more intro code and palette loading code

This commit is contained in:
Marcus Huderle
2020-08-11 20:27:29 -05:00
parent 546c69ed58
commit 37d1781f51
43 changed files with 15344 additions and 15945 deletions
+5 -5
View File
@@ -63,11 +63,11 @@ typedef struct {
} BgControls;
typedef struct {
LcdControls lcd;
BgSettings bg1;
BgSettings bg2;
BgAffSettings affine;
BgControls controls;
/*0x00*/ LcdControls lcd;
/*0x0C*/ BgSettings bg1;
/*0x18*/ BgSettings bg2;
/*0x24*/ BgAffSettings affine;
/*0x3C*/ BgControls controls;
} Screen;
extern BgControls gBgControls;