diff options
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 |
