We will add another if condition inside our first if condition from the previous lesson.
Since our screen is 64 pixels tall (0 being the top and 64 being the bottom pixel), we want to make a code that will revert the pixel to 0 when it goes past the maximum bottom boundary (64). This can easily be done with an if condition and a y = 0 block inside it.