summaryrefslogtreecommitdiff
path: root/home/joypad.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-29 01:40:23 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-29 01:40:23 -0400
commitc9cb67141bd13db51b8f6cb79f158cbca21660d0 (patch)
tree79c1e49f87af73e355d6bdf1ead6dfba7f24edfb /home/joypad.asm
parent84983947011d79f1988388cf08dee55cdc82cc99 (diff)
Make reviewed fixes; standardize on " + "
Diffstat (limited to 'home/joypad.asm')
-rw-r--r--home/joypad.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/joypad.asm b/home/joypad.asm
index 87fc60d7e..392be760b 100644
--- a/home/joypad.asm
+++ b/home/joypad.asm
@@ -213,7 +213,7 @@ GetJoypad::
ld a, l
ld [wAutoInputAddress], a
ld a, h
- ld [wAutoInputAddress+1], a
+ ld [wAutoInputAddress + 1], a
jr .finishauto
.stopauto
@@ -235,7 +235,7 @@ StartAutoInput::
ld a, l
ld [wAutoInputAddress], a
ld a, h
- ld [wAutoInputAddress+1], a
+ ld [wAutoInputAddress + 1], a
; Start reading the stream immediately.
xor a
ld [wAutoInputLength], a
@@ -254,7 +254,7 @@ StopAutoInput::
xor a
ld [wAutoInputBank], a
ld [wAutoInputAddress], a
- ld [wAutoInputAddress+1], a
+ ld [wAutoInputAddress + 1], a
ld [wAutoInputLength], a
; Back to normal input.
ld [wInputType], a