diff options
author | Astatin <[email protected]> | 2024-11-18 16:58:13 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-18 16:58:13 +0900 |
commit | ea4a115b8e640d5d17014a50fd3199ba4cc6494f (patch) | |
tree | 39bfe1c418c46445951ba9854708928f0cc027a7 /Makefile | |
parent | 0a979fabc9c770834ed90e02758aadea51c889a8 (diff) |
Check collisions on hop and cancel if collision
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ build/main.rom: main.gbasm tileset.gbasm dialogues.gbasm gbasm $< $@ run: build/main.rom - gb $< + gb $< sameboy: build/main.rom sameboy build/main.rom |