mirror of
https://github.com/zeldaret/tmc
synced 2026-09-04 10:41:24 -04:00
fileScreen.c OK
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ static void StoreKeyInput(Input*, u32);
|
||||
|
||||
void ReadKeyInput(void) {
|
||||
u32 keyInput = ~REG_KEYINPUT & KEYS_MASK;
|
||||
StoreKeyInput(&gUnk_03000FF0, keyInput);
|
||||
StoreKeyInput(&gInput, keyInput);
|
||||
}
|
||||
|
||||
static void StoreKeyInput(Input* input, u32 keyInput) {
|
||||
|
||||
Reference in New Issue
Block a user