File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ WaitVBlank:
3434; ANCHOR_END: copy_map
3535
3636; ANCHOR: copy_paddle
37- ; Copy the tile data
37+ ; Copy the paddle tile
3838 ld de , Paddle
3939 ld hl , $ 8000
4040 ld bc , PaddleEnd - Paddle
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ WaitVBlank:
3434; ANCHOR_END: copy_map
3535
3636; ANCHOR: copy_paddle
37- ; Copy the tile data
37+ ; Copy the paddle tile
3838 ld de , Paddle
3939 ld hl , $ 8000
4040 ld bc , PaddleEnd - Paddle
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ CopyTilemap:
4646 jp nz , CopyTilemap
4747
4848; ANCHOR: copy-paddle
49- ; Copy the tile data
49+ ; Copy the paddle tile
5050 ld de , Paddle
5151 ld hl , $ 8000
5252 ld bc , PaddleEnd - Paddle
You can’t perform that action at this time.
0 commit comments