aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-11 16:39:44 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-11 16:39:44 +0100
commitf05ce5d5ff7d650a439b363993f8b38b817d3efe (patch)
tree6d324e019650b1936d84e3c0935192e1fb7cbb72 /Makefile
parent4795fcad304087a9308e024a25233873c43501be (diff)
downloadcode.nes-f05ce5d5ff7d650a439b363993f8b38b817d3efe.tar.gz
code.nes-f05ce5d5ff7d650a439b363993f8b38b817d3efe.zip
scroll: Provide an example with sprite 0 collision
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 066f663..59b0043 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,9 @@ scroll:
$(E) " CC scroll/level"
$(Q) $(CC65) $(CCOPTS) scroll/level.s -C config/nrom.cfg -o out/scroll/level.nes
+ $(E) " CC scroll/sprite0"
+ $(Q) $(CC65) $(CCOPTS) scroll/sprite0.s -C config/nrom.cfg -o out/scroll/sprite0.nes
+
$(E) " CC scroll/roulette"
$(Q) $(CC65) $(CCOPTS) scroll/roulette.s -C config/mmc3.cfg -o out/scroll/roulette.nes