summaryrefslogtreecommitdiff
path: root/home/tilemap.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 /home/tilemap.asm
parentbf73772a560ddfdf0b404ba3f85eb26542031b7b (diff)
Local labels starting with lowercase letters are no longer decorated with a trailing colon
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r--home/tilemap.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm
index 152f75686..1d7998130 100644
--- a/home/tilemap.asm
+++ b/home/tilemap.asm
@@ -29,7 +29,7 @@ RestoreTileBackup:: ; 0x1c23
ret
; 0x1c30
-.copy: ; 0x1c30
+.copy ; 0x1c30
call GetMenuBoxDims
inc b
inc c