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 /misc | |
parent | 6be4cd4da98093bf1b9362c946e693c89e4713ad (diff) |
Local labels starting with underscores have colons depending on whether the first alphanumeric character is capitalized or not
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/gfx_41.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gfx_41.asm b/misc/gfx_41.asm index e1be09ef4..dc5110e2e 100755 --- a/misc/gfx_41.asm +++ b/misc/gfx_41.asm @@ -228,7 +228,7 @@ CallInSafeGFXMode: ; 104177 ret ; 10419c -._hl_: ; 10419c +._hl_ ; 10419c jp [hl] ; 10419d |