Last active
June 22, 2021 21:24
-
-
Save Fuwn/21d233af793517dc8a752db55aab876e to your computer and use it in GitHub Desktop.
RGBDS build script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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