From cdeae36d0979cb025262d6d85e45f7bf7b9bbae5 Mon Sep 17 00:00:00 2001 From: theo3 Date: Sat, 11 Jul 2020 22:13:00 -0700 Subject: smith.c OK --- include/screen.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3