Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -102,7 +102,6 @@ endr
|
||||
|
||||
ret
|
||||
|
||||
|
||||
GetJoypad::
|
||||
; Update mirror joypad input from hJoypadDown (real input)
|
||||
|
||||
@@ -190,7 +189,6 @@ GetJoypad::
|
||||
rst Bankswitch
|
||||
jr .quit
|
||||
|
||||
|
||||
.updateauto
|
||||
; An input of $ff will end the stream.
|
||||
ld a, [hli]
|
||||
@@ -230,7 +228,6 @@ GetJoypad::
|
||||
ld [hJoyDown], a ; input
|
||||
jr .quit
|
||||
|
||||
|
||||
StartAutoInput::
|
||||
; Start reading automated input stream at a:hl.
|
||||
|
||||
@@ -252,7 +249,6 @@ StartAutoInput::
|
||||
ld [wInputType], a
|
||||
ret
|
||||
|
||||
|
||||
StopAutoInput::
|
||||
; Clear variables related to automated input.
|
||||
xor a
|
||||
@@ -264,7 +260,6 @@ StopAutoInput::
|
||||
ld [wInputType], a
|
||||
ret
|
||||
|
||||
|
||||
JoyTitleScreenInput::
|
||||
.loop
|
||||
|
||||
@@ -292,7 +287,6 @@ JoyTitleScreenInput::
|
||||
scf
|
||||
ret
|
||||
|
||||
|
||||
JoyWaitAorB::
|
||||
.loop
|
||||
call DelayFrame
|
||||
|
Reference in New Issue
Block a user