Fix offset comments

This commit is contained in:
Tal Hayon 2021-12-31 01:10:21 +02:00
parent 10562f5898
commit 76a10a2808
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
#include "fade.h" #include "fade.h"
typedef struct { typedef struct {
u16 displayControl; // 0x0 /*0x00*/ u16 displayControl;
u8 filler2[0x2]; // 0x2 /*0x02*/ u8 filler2[0x2];
u16 unk4; // 0x4 /*0x04*/ u16 unk4;
u16 displayControlMask; // 0x6 /*0x06*/ u16 displayControlMask;
} LcdControls; } LcdControls;
typedef struct { typedef struct {