Skip to content

Instantly share code, notes, and snippets.

@Fuwn
Last active June 22, 2021 21:24
Show Gist options
  • Save Fuwn/21d233af793517dc8a752db55aab876e to your computer and use it in GitHub Desktop.
Save Fuwn/21d233af793517dc8a752db55aab876e to your computer and use it in GitHub Desktop.
RGBDS build script
rgbasm -o main.o main.asm
rgblink -o game.gb main.o
rgbfix -v -p 0 game.gb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment