We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388b53b commit 35acd3fCopy full SHA for 35acd3f
src/part2/objects.md
@@ -138,7 +138,7 @@ Add this to the bottom of your file:
138
```
139
140
Now we'll use the `wFrameCounter` variable to count how many frames have passed since we last moved the paddle.
141
-Every 10th frame, we'll move the paddle by one pixel, slowing it down to 6 pixels per second.
+Every 15th frame, we'll move the paddle by one pixel, slowing it down to 4 pixels per second.
142
Don't forget that RAM is filled with garbage values when the Game Boy starts, so we need to initialize our variables before first using them.
143
144
```rgbasm,linenos,start={{#line_no_of "" ../../unbricked/objects/main.asm:main-loop}}
0 commit comments