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:
34
34
; ANCHOR_END: copy_map
35
35
36
36
; ANCHOR: copy_paddle
37
- ; Copy the tile data
37
+ ; Copy the paddle tile
38
38
ld de , Paddle
39
39
ld hl , $ 8000
40
40
ld bc , PaddleEnd - Paddle
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ WaitVBlank:
34
34
; ANCHOR_END: copy_map
35
35
36
36
; ANCHOR: copy_paddle
37
- ; Copy the tile data
37
+ ; Copy the paddle tile
38
38
ld de , Paddle
39
39
ld hl , $ 8000
40
40
ld bc , PaddleEnd - Paddle
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ CopyTilemap:
46
46
jp nz , CopyTilemap
47
47
48
48
; ANCHOR: copy-paddle
49
- ; Copy the tile data
49
+ ; Copy the paddle tile
50
50
ld de , Paddle
51
51
ld hl , $ 8000
52
52
ld bc , PaddleEnd - Paddle
You can’t perform that action at this time.
0 commit comments