summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-10-20 18:05:01 -0500
committerSeth Barberee <seth.barberee@gmail.com>2020-10-20 18:05:23 -0500
commit184d3819ab381c54821b157770d015c0dce8d82a (patch)
tree1bd77d91623cc41de9de7a8a4fcfba1f59255cdc /include/input.h
parent0271952426117ba1c95b2f4156a8b555104bfa1c (diff)
more decomping of funcs
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h1
1 files changed, 1 insertions, 0 deletions
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);