shithub: pokered

Download patch

ref: 5de4c4b5c5ddf7c2823b22407636efcfdfe0c139
parent: f8b8ebea93ce463db8a686f92577f827cfa3fa15
author: U-Fish-PC\Daniel <corrnondacqb@yahoo.com>
date: Thu Jun 26 13:44:42 EDT 2014

Fix Makefile: .map and .sym
The Makefile previously made the files '.map' and '.sym'
instead of 'poke[red/blue].map' and 'poke[red/blue].sym'

--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@
 	rgbasm -h -o $@ $*.tx
 
 
-link    := rgblink -n $*.sym -m $*.map
+link    = rgblink -n $*.sym -m $*.map
 dmg_opt :=  -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03
 cgb_opt := -cjsv -k 01 -l 0x33 -m 0x1b -p 0 -r 03