shithub: pokecrystal

Download patch

ref: 12a18c8fd934a6288824d49dd53d6ba2af6276ef
parent: 6d7e674bd093d4855dac84f12773be3d6c3c4333
author: yenatch <[email protected]>
date: Tue Dec 17 21:01:29 EST 2013

dude auto input bank

--- a/main.asm
+++ b/main.asm
@@ -100020,11 +100020,13 @@
 ; 1de299
 
 Function1de299: ; 1de299
-	ld a, $77
+	ld a, BANK(DudeAutoInputs)
 	call StartAutoInput
 	ret
 ; 1de29f
 
+
+DudeAutoInputs:
 
 DudeAutoInput_A: ; 1de29f
 	db NO_INPUT, $50