Rotation of the object 1 - emutyworks/Learning-GB-Programming GitHub Wiki
Reference
- 三角関数と弾幕 (Trigonometric functions and barrage)
- Z80 固定小数と三角関数 (Z80 Fixed decimals and trigonometric functions)
Programming
- Download this file.
hardware.inc (GitHub)
https://github.com/emutyworks/Learning-GB-Programming/tree/main/rotation_object1
main.asm
tiles.bin
rgbasm -o main.o main.asm
rgblink -o rotation_object1.gb main.o
rgbfix -v -p 0 rotation_object1.gb
-
Demo version ROM: rotation_object1.gb