diff options
| author | theo3 <arisstephenson2@gmail.com> | 2020-07-11 22:13:00 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2020-07-11 22:13:00 -0700 |
| commit | cdeae36d0979cb025262d6d85e45f7bf7b9bbae5 (patch) | |
| tree | 0e5e5a6a3c70f5396cc654a55417c9fc052dec5a /include | |
| parent | 9753a51b924dc60697d74dd116da5e169dbc05a7 (diff) | |
smith.c OK
Diffstat (limited to 'include')
| -rw-r--r-- | include/screen.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/screen.h b/include/screen.h index 3c732093..fd61b5f5 100644 --- a/include/screen.h +++ b/include/screen.h @@ -22,7 +22,8 @@ typedef struct { u16 bg2xOffset; u16 bg2yOffset; u16 unk; - u32 unk2; + u16 unk2; + u16 unk3; u16 bg3Control; u16 bg3xOffset; u16 bg3yOffset; @@ -67,4 +68,6 @@ typedef struct { BgControls controls; } Screen; +extern Screen gScreen; + #endif
\ No newline at end of file |
