Fix triple newlines left over from removing address comments

This commit is contained in:
Rangi
2018-06-24 23:22:50 -04:00
parent 91f914718a
commit 67d1364c7a
193 changed files with 3 additions and 1965 deletions

View File

@@ -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