shithub: pokecrystal

Download patch

ref: ca22f95db0a89cfa73ba445951e83f131c425d6c
parent: 40946fd5254ca4447dcb7c394c9d4ff2273aad2a
author: yenatch <[email protected]>
date: Sat May 18 00:14:55 EDT 2013

get rid of windows build components

who needs those anyway?

--- a/Makefile
+++ b/Makefile
@@ -24,16 +24,8 @@
 
 all: pokecrystal.gbc
 	cmp baserom.gbc $<
-
-win: pokecrystal.gbc
-	fc baserom.gbc $<
-
 clean:
 	rm -f main.tx pokecrystal.o pokecrystal.gbc ${TEXTFILES}
-
-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} lzs
 	rgbasm -o pokecrystal.o pokecrystal.asm
 
--- a/pokecrystal.bat
+++ /dev/null
@@ -1,3 +1,0 @@
-@set PATH=%PATH%;C:\Program Files (x86)\GnuWin32\bin\;C:\Python27\
-@make winclean && make win
-@pause