From 6362345b04a04fefec25fdb29fd1b1bb9f8da163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Na=C5=9Bciszewski?= Date: Sat, 26 Dec 2020 06:57:02 +0100 Subject: Decompile UpdateInput and some other minor stuff. --- include/input.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/input.h') diff --git a/include/input.h b/include/input.h index 0c4208d..1d8547a 100644 --- a/include/input.h +++ b/include/input.h @@ -3,19 +3,19 @@ struct UnkInputStruct1 { - /* 0x0 */ u16 unk0; - /* 0x2 */ u16 unk2; + /* 0x0 */ u16 held; + /* 0x2 */ u16 pressed; /* 0x4 */ u16 unk4; /* 0x6 */ u16 unk6; /* 0x8 */ u16 unk8; /* 0xA */ u16 unkA; - /* 0xC */ u32 unkC; + /* 0xC */ s32 repeatTimer; }; struct UnkInputStruct2 { - /* 0x0 */ u16 unk0; - /* 0x2 */ u16 unk2; + /* 0x0 */ s16 holdTimerB; + /* 0x2 */ s16 holdTimerR; /* 0x4 */ u16 unk4; /* 0x6 */ u16 unk6; }; -- cgit v1.2.3