Rotation of the object 3 - emutyworks/Learning-GB-Programming GitHub Wiki
This is GBC version of Rotation of the object 2 :D
Reference
-C, --color-only
Set the Game Boy Color–only flag (0x143) to 0xC0. This overrides -c if it was set prior.
Programming
- Download this file.
hardware.inc (GitHub)
https://github.com/emutyworks/Learning-GB-Programming/tree/main/rotation_object3
main.asm
tiles.bin
rgbasm -o main.o main.asm
rgblink -o rotation_object3.gbc main.o
rgbfix -v -p 0 -C rotation_object3.gbc
-
Demo version ROM: rotation_object3.gbc