Skip to content

Commit e2f0d99

Browse files
committed
Make title screen code buildable
1 parent b492b80 commit e2f0d99

File tree

4 files changed

+1077
-2
lines changed

4 files changed

+1077
-2
lines changed

unbricked/title-screen/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)