From 6be4cd4da98093bf1b9362c946e693c89e4713ad Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sun, 10 Apr 2016 15:01:49 -0400 Subject: Local labels starting with lowercase letters are no longer decorated with a trailing colon --- home/tilemap.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/tilemap.asm') 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 -- cgit v1.2.3