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,9 +1,9 @@
DoItemEffect: ; 2f3f
DoItemEffect:: ; 2f3f
callba _DoItemEffect
ret
; 2f46
CheckTossableItem: ; 2f46
CheckTossableItem:: ; 2f46
push hl
push de
push bc
@@ -14,7 +14,7 @@ CheckTossableItem: ; 2f46
ret
; 2f53
TossItem: ; 2f53
TossItem:: ; 2f53
push hl
push de
push bc
@@ -34,7 +34,7 @@ TossItem: ; 2f53
ret
; 2f66
ReceiveItem: ; 2f66
ReceiveItem:: ; 2f66
push bc
ld a, [hROMBank]
push af
@@ -54,7 +54,7 @@ ReceiveItem: ; 2f66
ret
; 2f79
CheckItem: ; 2f79
CheckItem:: ; 2f79
push hl
push de
push bc