mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
10 lines
130 B
C
10 lines
130 B
C
typedef struct {
|
|
u16 heldKeys;
|
|
u16 newKeys;
|
|
u16 unk4;
|
|
u8 unk6;
|
|
u8 unk7;
|
|
} Input;
|
|
|
|
extern Input gUnk_03000FF0;
|