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

rgbasm -o main.o main.asm
rgblink -o move_sprite.gb main.o
rgbfix -v -p 0 move_sprite.gb
  • Result
    Learning GB Programming: Move Sprite