summaryrefslogtreecommitdiff
path: root/engine/decorations.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-04-10 15:11:37 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-04-10 15:11:37 -0400
commit73c7ea2b4379ac935bda3d1c79f4b1a89496b2e8 (patch)
tree231201ac80e7f4f7baa28960f6f8bf43fa745ed9 /engine/decorations.asm
parent6be4cd4da98093bf1b9362c946e693c89e4713ad (diff)
Local labels starting with underscores have colons depending on whether the first alphanumeric character is capitalized or not
Diffstat (limited to 'engine/decorations.asm')
-rwxr-xr-xengine/decorations.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/decorations.asm b/engine/decorations.asm
index c69b51fbe..4bd99c0a5 100755
--- a/engine/decorations.asm
+++ b/engine/decorations.asm
@@ -712,7 +712,7 @@ GetDecoName: ; 26c72
call ._getdeconame
jr .copy
-._getdeconame: ; 26ccf
+._getdeconame ; 26ccf
push bc
ld hl, DecorationNames
call GetNthString