Skip to content

Commit

Permalink
Make "copy paddle tile" comment consistent (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Aug 7, 2024
1 parent 82a1f9c commit 98ad48f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unbricked/functions/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WaitVBlank:
; ANCHOR_END: copy_map

; ANCHOR: copy_paddle
; Copy the tile data
; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand Down
2 changes: 1 addition & 1 deletion unbricked/input/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WaitVBlank:
; ANCHOR_END: copy_map

; ANCHOR: copy_paddle
; Copy the tile data
; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand Down
2 changes: 1 addition & 1 deletion unbricked/objects/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CopyTilemap:
jp nz, CopyTilemap

; ANCHOR: copy-paddle
; Copy the tile data
; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand Down

0 comments on commit 98ad48f

Please sign in to comment.