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

rgbasm -o main.o main.asm
rgblink -o rotation_object3.gbc main.o
rgbfix -v -p 0 -C rotation_object3.gbc