mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-24 16:12:32 +13:00
fix capitalization on a SECTION
This commit is contained in:
parent
b185b24502
commit
66e0602dc4
1 changed files with 1 additions and 1 deletions
2
main.asm
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue