summaryrefslogtreecommitdiff
path: root/include/GX_layers.h
diff options
context:
space:
mode:
authorwho-knows-who <j.williams97@outlook.com>2021-06-22 22:12:29 +0100
committerwho-knows-who <j.williams97@outlook.com>2021-06-22 22:12:29 +0100
commitcec1d428f458997fe3e4c0ac4abf0dc6b36ba699 (patch)
treef246a8956341a8f743d29c58f39a80a6ac5f865a /include/GX_layers.h
parent5bbef1bba183ad6654edbd0c8fc8244db38ac5c9 (diff)
parentd192b6951f54d1397ded3db03b5e486ec679ac6f (diff)
Merge branch 'master' of github.com:pret/pokediamond into 0202A1E0
Diffstat (limited to 'include/GX_layers.h')
-rw-r--r--include/GX_layers.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/include/GX_layers.h b/include/GX_layers.h
index 3943d582..03c20df6 100644
--- a/include/GX_layers.h
+++ b/include/GX_layers.h
@@ -3,12 +3,7 @@
#include "global.h"
-
-struct GX_LayerData
-{
- u32 EngineB_DISPCNT_LayerMask;
- u32 EngineA_DISPCNT_LayerMask;
-};
+#include "gx.h"
typedef enum {
@@ -33,10 +28,10 @@ struct GraphicsBanks
struct GraphicsModes {
- u32 mode1;
- u32 mode2;
- u32 mode3;
- u32 mode4;
+ GXDispMode dispMode;
+ GXBGMode bgMode;
+ GXBGMode subMode;
+ GXBG0As _2d3dMode;
};