fix capitalization on a SECTION

This commit is contained in:
Bryan Bishop 2013-08-31 18:26:39 -05:00
parent b185b24502
commit 66e0602dc4

View file

@ -106,7 +106,7 @@ SECTION "romheader",ROM0[$100]
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