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 b492b80 commit e2f0d99Copy full SHA for e2f0d99
4 files changed
unbricked/title-screen/build.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+rgbasm -o main.o main.asm
4
+rgbasm -o input.o input.asm
5
+rgblink -o unbricked.gb main.o input.o
6
+rgbfix -v -p 0xFF unbricked.gb
0 commit comments