mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
fix capitalization on a SECTION
This commit is contained in:
parent
b185b24502
commit
66e0602dc4
2
main.asm
2
main.asm
|
@ -106,7 +106,7 @@ SECTION "romheader",ROM0[$100]
|
||||||
nop
|
nop
|
||||||
jp Start
|
jp Start
|
||||||
|
|
||||||
Section "start",ROM0[$150]
|
SECTION "start",ROM0[$150]
|
||||||
Start: ; 0150 (0:0150)
|
Start: ; 0150 (0:0150)
|
||||||
cp $11 ; value that indicates Gameboy Color
|
cp $11 ; value that indicates Gameboy Color
|
||||||
jr z,.gbcDetected
|
jr z,.gbcDetected
|
||||||
|
|
Loading…
Reference in a new issue