https://github.com/gbdev/deadcscroll
An assembly tutorial for Game Boy showing how the scroll registers can be exploited to create some nice and interesting effects.
https://github.com/gbdev/deadcscroll
Last synced: 12 months ago
JSON representation
An assembly tutorial for Game Boy showing how the scroll registers can be exploited to create some nice and interesting effects.
- Host: GitHub
- URL: https://github.com/gbdev/deadcscroll
- Owner: gbdev
- License: unlicense
- Created: 2022-01-09T22:46:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T22:52:12.000Z (about 4 years ago)
- Last Synced: 2025-04-11T05:05:54.776Z (12 months ago)
- Language: Assembly
- Homepage: https://gbdev.io/guides/deadcscroll.html
- Size: 6.05 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dead C Scroll
An assembly tutorial for Game Boy showing how the scroll registers can be exploited to create some nice and interesting effects.
### Read it [here](https://gbdev.io/guides/deadcscroll.html).
This repository contains the code and the assets related to tutorial (which is itself hosted on [this](https://github.com/gbdev/gbdev.github.io/blob/dev/website/guides/deadcscroll.md) other repository).