gb-asm-tutorial icon indicating copy to clipboard operation
gb-asm-tutorial copied to clipboard

Part II, Lesson 5

Open ISSOtm opened this issue 3 years ago • 0 comments

This lesson will introduce object-to-BG interactions. The ball must start colliding against the bricks in the background as well, bouncing and eliminating them. Like for OBJs, VRAM shall be accessed directly to perform collision checks.

This can be made buggy the first time around, e.g. always checking above the ball; the bug can then be demonstrated (collision misbehaving when the ball hits bricks from the side and/or top), and fixed. Again, it's important to show how to debug and iterate on the code.

ISSOtm avatar Jul 10 '22 12:07 ISSOtm