Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-warface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-11-06 21:13:00 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-11-06 21:13:00 +0300
commitb8d8e0b2f8243629ea2cfe0adadd5f64fab2339f (patch)
tree597ea246f2b826d7fd22f4846691ece88aa8809a /Makefile
parentf65fd9057469bb859e2a7d67e28970e4e9782e1d (diff)
shkola.gif
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 42a20a4..29e69ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-STORY?=3
+STORY?=4
ifeq ($(STORY),1)
FRAME_0_IMAGE=images/pagoda.jpg
@@ -37,7 +37,7 @@ ifeq ($(STORY),4)
TEXT_3=text/3_3.txt
endif
ifeq ($(STORY),5)
- FRAME_0_IMAGE=images/shkola.jpg
+ FRAME_0_IMAGE=images/shkola.gif
FRAME_1_IMAGE=images/zapravka.jpg
FRAME_2_IMAGE=images/sputnik.jpg
TEXT_0=text/4_0.txt
@@ -307,7 +307,7 @@ $(SYMBOLS_PATTERN) $(SYMBOLS_PALETTE): $(SYMBOLS_IMAGE)
write: $(EXECUTABLE)
tools\FamicomDumper.exe script --csfile tools\WriteWarface.cs --sound
-erase: $(EXECUTABLE)
+erase:
tools\FamicomDumper.exe script --csfile tools\EraseCheck.cs --sound
.PHONY: clean write erase