shithub: pokered

Download patch

ref: 66e0602dc44c71b7a437114080e84910f75431a4
parent: b185b245027fa9429c2dc6bda70b41bb457ddb62
author: Bryan Bishop <kanzure@gmail.com>
date: Sat Aug 31 14:26:39 EDT 2013

fix capitalization on a SECTION

--- a/main.asm
+++ b/main.asm
@@ -106,7 +106,7 @@
 nop
 jp Start
 
-Section "start",ROM0[$150]
+SECTION "start",ROM0[$150]
 Start: ; 0150 (0:0150)
 	cp $11 ; value that indicates Gameboy Color
 	jr z,.gbcDetected