shithub: pokered

Download patch

ref: e67ba5b197c973405e23bff02cdce352e2a4459e
parent: dc667fb75a6c77a35263be9578cd90d84117f667
author: Bryan Bishop <kanzure@gmail.com>
date: Sat Jan 14 09:48:06 EST 2012

fix pokeblue.gbc make target

hg-commit-id: 64d04e5bd875


--- a/common.asm
+++ b/common.asm
@@ -37884,7 +37884,9 @@
 AgathaBlocks: ; 30
     INCBIN "maps/agatha.blk"
 
-INCBIN "baserom.gbc",$7657e,$1a82
+INCBIN "baserom.gbc",$7657e,$1a82 - 10
+
+;10 $0s go here, does anything use this?
 
 SECTION "bank1E",DATA,BANK[$1E]
 
--- a/constants.asm
+++ b/constants.asm
@@ -1,6 +1,4 @@
 _JAPAN EQU 0
-_RED EQU 1
-_BLUE EQU 0
 _GREEN EQU 0
 _YELLOW EQU 0