aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-26 20:17:33 +0900
committerAstatin <astatin@redacted>2024-09-26 20:17:33 +0900
commit6f0a76fccce2bd8cbe74975623b28f0201b2610a (patch)
tree78c971a170c51e8ef922c310afc3f003f802e882 /Makefile
parent46947d48fe295a0a1a8d243ca6793f59ce3019c1 (diff)
[WIP and completely broken] Reworking the bunny movements & display to decorelate the bunny from moving animation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 525d037..002e53b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ build/main.rom: main.gbasm tileset.gbasm
gbasm $< $@
run: build/main.rom
- gb -s 2 $<
+ gb $<
sameboy: build/main.rom
sameboy build/main.rom