summaryrefslogtreecommitdiff
path: root/include/unkStruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unkStruct.h')
-rw-r--r--include/unkStruct.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unkStruct.h b/include/unkStruct.h
index 34b40f1..d1c304f 100644
--- a/include/unkStruct.h
+++ b/include/unkStruct.h
@@ -10,8 +10,6 @@ struct unkStruct
u16 unk2;
u8 unk4;
u8 unk5;
- u8 unk6;
- u8 unk7;
unkStruct(u8 p1, u16 p2, u8 p3)
: unk0(p1), unk2(p2), unk4(p3) { }
};