Scrolling2 - emutyworks/Learning-GB-Programming GitHub Wiki
Reference
Tools
- Emulicious
Provides accurate emulation and includes powerful tools such as a profiler and source-level debugging for ASM and C via a VS Code debug adapter.
Programming
- Download this file.
hardware.inc (GitHub)
https://github.com/emutyworks/Learning-GB-Programming/tree/main/scrolling2
main.asm
tiles.bin
rgbasm -o main.o main.asm
rgblink -o scroll2.gb main.o
rgbfix -v -p 0 scroll2.gb