summaryrefslogtreecommitdiff
path: root/include/screen.h
diff options
context:
space:
mode:
authortheo <arisstephenson2@gmail.com>2020-06-13 17:02:27 -0700
committertheo <arisstephenson2@gmail.com>2020-06-13 17:02:27 -0700
commit66fcdf618665694fb5f5c2d3788561f4e638f167 (patch)
tree106b704cf63fa68f2c714247958b013fcf38b0d0 /include/screen.h
parent8e1ca1936b4066fa252a14576cb5e4e79aff92b8 (diff)
clang-format
Diffstat (limited to 'include/screen.h')
-rw-r--r--include/screen.h98
1 files changed, 49 insertions, 49 deletions
diff --git a/include/screen.h b/include/screen.h
index a2c0ba5f..3c732093 100644
--- a/include/screen.h
+++ b/include/screen.h
@@ -4,67 +4,67 @@
#include "global.h"
typedef struct {
- u16 lcdControl2;
- u32 unk;
- u16 lcdControl1;
+ u16 lcdControl2;
+ u32 unk;
+ u16 lcdControl1;
} LcdControls;
typedef struct {
- u16 bg0Control;
- u16 bg0xOffset;
- u16 bg0yOffset;
- u16 bg0Updated;
- u32 unk;
+ u16 bg0Control;
+ u16 bg0xOffset;
+ u16 bg0yOffset;
+ u16 bg0Updated;
+ u32 unk;
} BgSettings;
typedef struct {
- u16 bg2Control;
- u16 bg2xOffset;
- u16 bg2yOffset;
- u16 unk;
- u32 unk2;
- u16 bg3Control;
- u16 bg3xOffset;
- u16 bg3yOffset;
- u16 unk4;
- u32 unk5;
+ u16 bg2Control;
+ u16 bg2xOffset;
+ u16 bg2yOffset;
+ u16 unk;
+ u32 unk2;
+ u16 bg3Control;
+ u16 bg3xOffset;
+ u16 bg3yOffset;
+ u16 unk4;
+ u32 unk5;
} BgAffSettings;
typedef struct {
- u16 bg2dx;
- u16 bg2dmx;
- u16 bg2dy;
- u16 bg2dmy;
- u16 bg2xPointLeastSig;
- u16 bg2xPointMostSig;
- u16 bg2yPointLeastSig;
- u16 bg2yPointMostSig;
- u16 bg3dx;
- u16 bg3dmx;
- u16 bg3dy;
- u16 bg3dmy;
- u16 bg3xPointLeastSig;
- u16 bg3xPointMostSig;
- u16 bg3yPointLeastSig;
- u16 bg3yPointMostSig;
- u16 window0HorizontalDimensions;
- u16 window1HorizontalDimensions;
- u16 window0VerticalDimensions;
- u16 window1VerticalDimensions;
- u16 windowInsideControl;
- u16 windowOutsideControl;
- u16 mosaicSize;
- u16 layerFXControl;
- u16 alphaBlend;
- u16 layerBrightness;
+ u16 bg2dx;
+ u16 bg2dmx;
+ u16 bg2dy;
+ u16 bg2dmy;
+ u16 bg2xPointLeastSig;
+ u16 bg2xPointMostSig;
+ u16 bg2yPointLeastSig;
+ u16 bg2yPointMostSig;
+ u16 bg3dx;
+ u16 bg3dmx;
+ u16 bg3dy;
+ u16 bg3dmy;
+ u16 bg3xPointLeastSig;
+ u16 bg3xPointMostSig;
+ u16 bg3yPointLeastSig;
+ u16 bg3yPointMostSig;
+ u16 window0HorizontalDimensions;
+ u16 window1HorizontalDimensions;
+ u16 window0VerticalDimensions;
+ u16 window1VerticalDimensions;
+ u16 windowInsideControl;
+ u16 windowOutsideControl;
+ u16 mosaicSize;
+ u16 layerFXControl;
+ u16 alphaBlend;
+ u16 layerBrightness;
} BgControls;
typedef struct {
- LcdControls lcd;
- BgSettings bg1;
- BgSettings bg2;
- BgAffSettings affine;
- BgControls controls;
+ LcdControls lcd;
+ BgSettings bg1;
+ BgSettings bg2;
+ BgAffSettings affine;
+ BgControls controls;
} Screen;
#endif \ No newline at end of file