mirror of
https://github.com/zeldaret/tmc
synced 2026-07-28 15:18:23 -04:00
Rename objects
This commit is contained in:
+14
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user