Raster Scroll1 - emutyworks/Learning-GB-Programming GitHub Wiki
Reference
- The Ultimate Game Boy Talk (33c3) (From 41:01)
- Pan Docs: Interrupts
- Dead C Scroll
An assembly tutorial for Game Boy showing how the scroll registers can be exploited to create some nice and interesting effects.
Programming
- Download this file.
hardware.inc (GitHub)
https://github.com/emutyworks/Learning-GB-Programming/tree/main/raster_scroll1
main.asm
tiles.bin
map.bin
rgbasm -H -l -o main.o main.asm
rgblink -o raster_scroll1.gb main.o
rgbfix -v -p 0 raster_scroll1.gb
-
Demo version ROM: raster_scroll1.gb