Use :: to export labels between objects.

This fixes the build.
This commit is contained in:
yenatch
2014-02-01 20:26:39 -05:00
parent adb3b29b4d
commit cf2acc1001
72 changed files with 2282 additions and 2282 deletions

View File

@@ -1,7 +1,7 @@
; LCD handling
Function547: ; 547
Function547:: ; 547
ld a, [hLCDStatCustom]
cp rSCX & $ff
ret nz
@@ -12,7 +12,7 @@ Function547: ; 547
; 552
LCD: ; 552
LCD:: ; 552
push af
ld a, [hLCDStatCustom]
and a
@@ -37,7 +37,7 @@ LCD: ; 552
; 568
DisableLCD: ; 568
DisableLCD:: ; 568
; Turn the LCD off
; Don't need to do anything if the LCD is already off
@@ -72,7 +72,7 @@ DisableLCD: ; 568
; 58a
EnableLCD: ; 58a
EnableLCD:: ; 58a
ld a, [rLCDC]
set 7, a ; lcd enable
ld [rLCDC], a