diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-31 18:26:39 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-31 18:50:38 -0500 |
commit | 66e0602dc44c71b7a437114080e84910f75431a4 (patch) | |
tree | 746e084d9be161dda3cc0ac0e3e9efd14f7c52cc /main.asm | |
parent | b185b245027fa9429c2dc6bda70b41bb457ddb62 (diff) |
fix capitalization on a SECTION
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |