diff options
| author | theo3 <arisstephenson2@gmail.com> | 2020-11-23 22:18:34 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2020-11-23 22:18:34 -0800 |
| commit | edbf03101a64b05e9d20cdf53ec2ca4888a2effa (patch) | |
| tree | db67f687b238abf2961b819dd0f121fffbb341c2 /include/structures.h | |
| parent | 0b52f80e4d01ce7c9104eeb9b474bc1cf77b94ed (diff) | |
done
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/structures.h b/include/structures.h index b6d348a9..bced40db 100644 --- a/include/structures.h +++ b/include/structures.h @@ -174,4 +174,21 @@ typedef struct { } data; } Dialog; +typedef struct { + u8 filler0[0x29C]; + u16 unk29C; + u8 filler29E[0x562]; +} BGBuffer; +extern BGBuffer gBG0Buffer; +extern BGBuffer gBG1Buffer; +static_assert(sizeof(BGBuffer) == 0x800); + +/* +typedef struct { + u16 filler0[0x800]; +} BG3Buffer; +extern BG3Buffer gBG3Buffer; +static_assert(sizeof(BG3Buffer) == 0x1000); +*/ + #endif |
