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>2022-02-23 20:22:37 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-02-23 20:22:37 +0300
commitc0c9728391380b44f37be2cca64e3d22dee11640 (patch)
treea49e244a4a8aebc86b487894ffb882666342a5f1
parentc83eea7ebd55bab4ef90e03fde65ec759c9c0180 (diff)
Updated scripts
-rw-r--r--Makefile5
-rw-r--r--Scripts/.dumpercache/WriteWarface.dllbin0 -> 4096 bytes
-rw-r--r--Scripts/EraseCheck.cs (renamed from EraseCheck.cs)0
-rw-r--r--Scripts/WriteWarface.cs (renamed from WriteWarface.cs)0
4 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0eab172..c3205c5 100644
--- a/Makefile
+++ b/Makefile
@@ -94,8 +94,7 @@ SYMBOLS_IMAGE=images/symbols.png
NESASM=tools/nesasm
EMU=fceux64
-SPLITTER=tools/ImageSplitter
-TILER=tools/NesTiler
+TILER=tools/nestiler --colors tools/nestiler-colors.json
TEXT_CONVERTER=tools/TextConverter
SOURCE=warface.asm
EXECUTABLE=warface_$(STORY).nes
@@ -406,7 +405,7 @@ $(MUSIC_BIN):
dd if=$(MUSIC) of=music.bin bs=1 skip=128
write: $(EXECUTABLE)
- tools\famicom-dumper.exe script --csfile Scripts/WriteWarface.cs --sound
+ tools\famicom-dumper.exe script --csfile Scripts/WriteWarface.cs --sound --file $(EXECUTABLE)
erase:
tools\famicomDumper.exe script --csfile Scripts/EraseCheck.cs --sound
diff --git a/Scripts/.dumpercache/WriteWarface.dll b/Scripts/.dumpercache/WriteWarface.dll
new file mode 100644
index 0000000..37b15db
--- /dev/null
+++ b/Scripts/.dumpercache/WriteWarface.dll
Binary files differ
diff --git a/EraseCheck.cs b/Scripts/EraseCheck.cs
index b895c6f..b895c6f 100644
--- a/EraseCheck.cs
+++ b/Scripts/EraseCheck.cs
diff --git a/WriteWarface.cs b/Scripts/WriteWarface.cs
index bbc00f1..bbc00f1 100644
--- a/WriteWarface.cs
+++ b/Scripts/WriteWarface.cs