diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 15:11:37 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 15:11:37 -0400 |
commit | 73c7ea2b4379ac935bda3d1c79f4b1a89496b2e8 (patch) | |
tree | 231201ac80e7f4f7baa28960f6f8bf43fa745ed9 /engine/decorations.asm | |
parent | 6be4cd4da98093bf1b9362c946e693c89e4713ad (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-x | engine/decorations.asm | 2 |
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 |