You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
dude auto input bank
This commit is contained in:
4
main.asm
4
main.asm
@@ -100020,12 +100020,14 @@ Function1de294: ; 1de294
|
|||||||
; 1de299
|
; 1de299
|
||||||
|
|
||||||
Function1de299: ; 1de299
|
Function1de299: ; 1de299
|
||||||
ld a, $77
|
ld a, BANK(DudeAutoInputs)
|
||||||
call StartAutoInput
|
call StartAutoInput
|
||||||
ret
|
ret
|
||||||
; 1de29f
|
; 1de29f
|
||||||
|
|
||||||
|
|
||||||
|
DudeAutoInputs:
|
||||||
|
|
||||||
DudeAutoInput_A: ; 1de29f
|
DudeAutoInput_A: ; 1de29f
|
||||||
db NO_INPUT, $50
|
db NO_INPUT, $50
|
||||||
db A_BUTTON, $00
|
db A_BUTTON, $00
|
||||||
|
Reference in New Issue
Block a user