Move Sprite - emutyworks/Learning-GB-Programming GitHub Wiki
Reference
Tools
- Gameboy Tile Designer (GBTD)
With the Gameboy Tile Designer ("GBTD"), you can draw tiles which you can incorporate in your own Gameboy productions.
Programming
- Download this file.
hardware.inc (GitHub)
https://github.com/emutyworks/Learning-GB-Programming/tree/main/move_sprite
main.asm
sprite.bin
rgbasm -o main.o main.asm
rgblink -o move_sprite.gb main.o
rgbfix -v -p 0 move_sprite.gb