summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore4
-rwxr-xr-xMakefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e252f3f..24a192a 100755
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,10 @@
# roms
*.gbc
+# rgbds extras
+*.map
+*.sym
+
# for any of the poor souls with save game files in their working directory
*.sgm
*.sav
diff --git a/Makefile b/Makefile
index b5181f4..569f91a 100755
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ compare: baserom.gbc $(ROMS)
rgbasm -o $@ $<
tcg.gbc: $(OBJS)
- rgblink -o $@ $^
+ rgblink -n tcg.sym -m tcg.map -o $@ $^
rgbfix -cjsv -k 01 -l 0x33 -m 0x1b -p 0 -r 03 -t POKECARD -i AXQE $@
clean: