From 76a10a280874c7524a9d0210c45b8c8a9eed8a29 Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Fri, 31 Dec 2021 01:10:21 +0200 Subject: [PATCH] Fix offset comments --- include/screen.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/screen.h b/include/screen.h index 4c9dc293..784224a8 100644 --- a/include/screen.h +++ b/include/screen.h @@ -5,10 +5,10 @@ #include "fade.h" typedef struct { - u16 displayControl; // 0x0 - u8 filler2[0x2]; // 0x2 - u16 unk4; // 0x4 - u16 displayControlMask; // 0x6 + /*0x00*/ u16 displayControl; + /*0x02*/ u8 filler2[0x2]; + /*0x04*/ u16 unk4; + /*0x06*/ u16 displayControlMask; } LcdControls; typedef struct {