From 7faf16e4453f935ee1159d32ddc2a6501ea91bbb Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 29 Apr 2025 11:40:31 +0200 Subject: Give a turn for the enemies to turn around when bunny is behind them --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a5010d5..2d843f5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,11 @@ tileset.gbasm: ./scripts/generate-tiledata.py $(wildcard ./sprites/**/* ./sprite %.gbasm: ./%.gbtxt ./scripts/generate_from_gbtxt.py python ./scripts/generate_from_gbtxt.py $< > $@ -build/main.rom: main.gbasm tileset.gbasm text.gbasm dialogues/text.gbasm +build/main.rom: build/main.rom.unsigned + cp build/main.rom.unsigned build/main.rom + python scripts/set_checksums.py build/main.rom + +build/main.rom.unsigned: main.gbasm tileset.gbasm text.gbasm dialogues/text.gbasm mkdir -p build gbasm $< $@ > build/main.sym @@ -23,4 +27,4 @@ gearboy: build/main.rom gearboy build/main.rom build/main.sym clean: - rm -rf build + rm -rf buil1 -- cgit v1.2.3-70-g09d2