diff options
author | Astatin <[email protected]> | 2024-09-12 15:28:10 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-12 15:28:10 +0900 |
commit | fd382f7b851d494fd322e2e98bd5ab995dbb7b3f (patch) | |
tree | d25336901df9c92bd4c50ac5665a5c0de61c4aea /Makefile | |
parent | d0401c01144b73a1bfe62ac7e9db902cefd784a5 (diff) |
Fix ghost entites bug (bzero but very unoptimized ewww
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |