summaryrefslogtreecommitdiff
path: root/lib/mobile/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-01 20:26:39 -0500
committeryenatch <yenatch@gmail.com>2014-02-01 20:26:39 -0500
commitcf2acc100193f599b4521a961c9bff6a78be8217 (patch)
tree8d79a8a8f7f192ecabdd7a6c9fbfcdab7b5dffb8 /lib/mobile/main.asm
parentadb3b29b4dcd8330df1b4cbe7ff24cd9aa614c14 (diff)
Use :: to export labels between objects.
This fixes the build.
Diffstat (limited to 'lib/mobile/main.asm')
-rw-r--r--lib/mobile/main.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mobile/main.asm b/lib/mobile/main.asm
index 745174b4f..758e79a93 100644
--- a/lib/mobile/main.asm
+++ b/lib/mobile/main.asm
@@ -21,7 +21,7 @@ Function110029: ; 110029 (44:4029)
ret
; known jump sources: 3e5d (0:3e5d)
-Function110030: ; 110030 (44:4030)
+Function110030:: ; 110030 (44:4030)
push de
ld a, [$c988]
cp $c
@@ -183,7 +183,7 @@ Function111686: ; 111686 (44:5686)
INCBIN "baserom.gbc",$1116a0,$1116c5 - $1116a0
; known jump sources: 3e89 (0:3e89)
-Function1116c5: ; 1116c5 (44:56c5)
+Function1116c5:: ; 1116c5 (44:56c5)
ld a, [OverworldMap] ; $c800
rrca
jp nc, Function1118bc
@@ -522,7 +522,7 @@ Function1118c2: ; 1118c2 (44:58c2)
ret
; known jump sources: 3ec1 (0:3ec1)
-Function1118de: ; 1118de (44:58de)
+Function1118de:: ; 1118de (44:58de)
ld a, [$c80b]
cp $4
call z, Function111b3c