diff options
author | Astatin <[email protected]> | 2024-11-15 17:43:42 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-15 17:43:42 +0900 |
commit | 1aa36f5ce5bbdbd597456efd4603b83682d27e59 (patch) | |
tree | 9469e417060ac4db2c60b8c1c6890994c18bd439 /Makefile | |
parent | cfd36cc6a11923c8863b699e70b90149ad1c731a (diff) |
Fix the hop map loading + animation entity + object loading
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 |