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,4 +1,4 @@
Random: ; 2f8c
Random:: ; 2f8c
; A simple hardware-based random number generator (RNG).
; Two random numbers are generated by adding and subtracting
@@ -29,7 +29,7 @@ Random: ; 2f8c
ret
; 2f9f
BattleRandom: ; 2f9f
BattleRandom:: ; 2f9f
; _BattleRandom lives in another bank.
; It handles all RNG calls in the battle engine, allowing
@@ -50,7 +50,7 @@ BattleRandom: ; 2f9f
; 2fb1
Function2fb1: ; 2fb1
Function2fb1:: ; 2fb1
push bc
ld c, a
xor a