summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 98eeba2d..5d084827 100644
--- a/main.asm
+++ b/main.asm
@@ -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