shithub: pokered

Download patch

ref: 18fe7e25da110ca726059b235f279f344e95dbbf
parent: 21f306d6532843172b133ab407ccd1da7a37c6bb
author: stag019 <stag019@gmail.com>
date: Sun Jan 18 14:39:16 EST 2015

No longer need to make a mapfile with the newest RGBDS source. This RGBDS doesn't have a release yet.

--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,8 @@
 
 # Link objects together to build a rom.
 
-# Make a symfile for debugging. rgblink will segfault if a mapfile isn't made too.
-link = rgblink -n poke$*.sym -m poke$*.map
+# Make a symfile for debugging.
+link = rgblink -n poke$*.sym
 
 poke%.gbc: $$(%_obj)
 	$(link) -o $@ $^