We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a48ca commit 7f8d01eCopy full SHA for 7f8d01e
unbricked/serial-link/build.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+rgbasm -o main.o main.asm
4
+rgblink -o unbricked.gb main.o
5
+rgbfix -v -p 0xFF unbricked.gb
0 commit comments