summaryrefslogtreecommitdiff
path: root/engine/crystal_intro.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-04-10 15:01:49 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-04-10 15:01:49 -0400
commit6be4cd4da98093bf1b9362c946e693c89e4713ad (patch)
tree88d23a4b4a79f318b918ceeb3ff24c4ef1700b59 /engine/crystal_intro.asm
parentbf73772a560ddfdf0b404ba3f85eb26542031b7b (diff)
Local labels starting with lowercase letters are no longer decorated with a trailing colon
Diffstat (limited to 'engine/crystal_intro.asm')
-rwxr-xr-xengine/crystal_intro.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/crystal_intro.asm b/engine/crystal_intro.asm
index 874cdf462..2be7a375e 100755
--- a/engine/crystal_intro.asm
+++ b/engine/crystal_intro.asm
@@ -129,7 +129,7 @@ endr
jp [hl]
; e467f
-.dw: ; e467f
+.dw ; e467f
dw PlaceGameFreakPresents_0
dw PlaceGameFreakPresents_1
dw PlaceGameFreakPresents_2
@@ -383,7 +383,7 @@ CrystalIntro: ; e48ac
ld a, [hVBlank]
push af
call .InitRAMAddrs
-.loop: ; e48bc
+.loop ; e48bc
call JoyTextDelay
ld a, [hJoyLast]
and BUTTONS
@@ -1827,7 +1827,7 @@ endr
ret
; e538d (39:538d)
-.pal1: ; e538d
+.pal1 ; e538d
RGB 24, 12, 09
RGB 31, 31, 31
RGB 12, 00, 31
@@ -1835,7 +1835,7 @@ endr
; e5395
-.pal2: ; e5395
+.pal2 ; e5395
RGB 24, 12, 09
RGB 31, 31, 31
RGB 31, 31, 31