summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 0071cfcc3..7dcfec84a 100644
--- a/main.asm
+++ b/main.asm
@@ -100020,12 +100020,14 @@ Function1de294: ; 1de294
; 1de299
Function1de299: ; 1de299
- ld a, $77
+ ld a, BANK(DudeAutoInputs)
call StartAutoInput
ret
; 1de29f
+DudeAutoInputs:
+
DudeAutoInput_A: ; 1de29f
db NO_INPUT, $50
db A_BUTTON, $00