shithub: pokecrystal

Download patch

ref: 40946fd5254ca4447dcb7c394c9d4ff2273aad2a
parent: e3565bd7007b194b04ceecaf1909fff65062211f
author: yenatch <[email protected]>
date: Sat May 18 00:13:45 EDT 2013

confident enough in lz make target to include it in general compile

--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@
 winclean:
 	del main.tx pokecrystal.o pokecrystal.gbc .\text\sweethoney.tx .\text\phone\bill.tx .\text\phone\elm.tx .\text\phone\mom.tx .\text\phone\trainers1.tx .\text\common.tx .\text\common_2.tx .\text\common_3.tx
 
-pokecrystal.o: pokecrystal.asm constants.asm wram.asm ${TEXTFILES}
+pokecrystal.o: pokecrystal.asm constants.asm wram.asm ${TEXTFILES} lzs
 	rgbasm -o pokecrystal.o pokecrystal.asm
 
 .asm.tx: