From 68a67314d1011aeb3f36702028ee0ccae643b416 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Thu, 17 Apr 2014 17:25:31 -0400 Subject: Make a .sym and .map file --- .gitignore | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3