Rename objects

This commit is contained in:
octorock
2022-07-23 12:43:43 +02:00
parent ccba86d292
commit 852effa474
671 changed files with 5779 additions and 5277 deletions
+14 -5
View File
@@ -53,6 +53,15 @@ typedef struct {
u16 layerBrightness;
} BgControls;
typedef struct {
bool8 ready;
bool8 readyBackup;
u16 unused;
u16* src;
u16* dest;
u32 size;
} VBlankDMA;
typedef struct {
/*0x00*/ LcdControls lcd;
/*0x08*/ BgSettings bg0;
@@ -60,11 +69,11 @@ typedef struct {
/*0x20*/ BgAffSettings bg2;
/*0x2c*/ BgAffSettings bg3;
/*0x38*/ BgControls controls;
/*0x6c*/ u8 _6c;
/*0x6d*/ u8 _6d;
/*0x70*/ void* _70;
/*0x74*/ u32 _74;
/*0x78*/ u32 _78;
/*0x6c*/ VBlankDMA vBlankDMA;
// /*0x6d*/ u8 _6d;
// /*0x70*/ void* _70;
// /*0x74*/ u32 _74;
// /*0x78*/ u32 _78;
} Screen;
typedef struct {