diff options
author | yenatch <yenatch@gmail.com> | 2013-12-18 02:01:29 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-18 02:01:29 -0500 |
commit | 12a18c8fd934a6288824d49dd53d6ba2af6276ef (patch) | |
tree | dd66168e113cf8eea4fb26c307e9351698ce4465 | |
parent | 6d7e674bd093d4855dac84f12773be3d6c3c4333 (diff) |
dude auto input bank
-rw-r--r-- | main.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |