first commit

This commit is contained in:
2023-03-24 23:59:36 +01:00
commit 0d482bbbcc
15 changed files with 2273 additions and 0 deletions

3
compile.sh Normal file
View File

@@ -0,0 +1,3 @@
rgbasm -o main.o main.asm
rgblink -d -o main.gb main.o
rgbfix -p 0 -r 0 -v main.gb