aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-12 15:28:10 +0900
committerAstatin <astatin@redacted>2024-09-12 15:28:10 +0900
commitfd382f7b851d494fd322e2e98bd5ab995dbb7b3f (patch)
treed25336901df9c92bd4c50ac5665a5c0de61c4aea /Makefile
parentd0401c01144b73a1bfe62ac7e9db902cefd784a5 (diff)
Fix ghost entites bug (bzero but very unoptimized ewww
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 002e53b..bc4ef54 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ build/main.rom: main.gbasm tileset.gbasm
gbasm $< $@
run: build/main.rom
- gb $<
+ gb -s 200 $<
sameboy: build/main.rom
sameboy build/main.rom