From 184d3819ab381c54821b157770d015c0dce8d82a Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Tue, 20 Oct 2020 18:05:01 -0500 Subject: more decomping of funcs --- include/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/input.h') diff --git a/include/input.h b/include/input.h index 0032a37..0c4208d 100644 --- a/include/input.h +++ b/include/input.h @@ -44,6 +44,7 @@ struct Input /* 0x28 */ u8 unk28; /* 0x29 */ u8 unk29; /* 0x2A */ u8 unk2A; + /* 0x2B */ u8 padding; }; void InitInput(void); -- cgit v1.2.3