From 34e69959df548688ef8535eb4cab18e5a53992a8 Mon Sep 17 00:00:00 2001 From: theo3 Date: Tue, 14 Dec 2021 23:31:27 -0800 Subject: cleanup --- include/structures.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/structures.h') diff --git a/include/structures.h b/include/structures.h index 671e41ea..2073f1b0 100644 --- a/include/structures.h +++ b/include/structures.h @@ -32,7 +32,9 @@ typedef struct { u8 listenForKeyPresses; u8 field_0x6; u8 field_0x7; + u8 pad[24]; } struct_02000010; +static_assert(sizeof(struct_02000010) == 0x20); extern struct_02000010 gUnk_02000010; -- cgit v1.2.3