diff options
author | Astatin <[email protected]> | 2024-09-26 20:17:33 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-26 20:17:33 +0900 |
commit | 6f0a76fccce2bd8cbe74975623b28f0201b2610a (patch) | |
tree | 78c971a170c51e8ef922c310afc3f003f802e882 /Makefile | |
parent | 46947d48fe295a0a1a8d243ca6793f59ce3019c1 (diff) |
[WIP and completely broken] Reworking the bunny movements & display to decorelate the bunny from moving animation
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 -s 2 $< + gb $< sameboy: build/main.rom sameboy build/main.rom |