diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-06-05 22:51:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-06-05 22:51:11 -0400 |
commit | 30f2d056f933fa8dda5ba751ea6645d1d634142a (patch) | |
tree | 82d2a908055dd43e7200fd5222c4981ff82970b4 /home/vcopy.asm | |
parent | 89a88d481213454d322b339c4b3f13fd42eb6adc (diff) |
Remove the underscores in generic function labels to maintain consistency with pokecrystal
Diffstat (limited to 'home/vcopy.asm')
-rw-r--r-- | home/vcopy.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vcopy.asm b/home/vcopy.asm index a453da5..8e916f2 100644 --- a/home/vcopy.asm +++ b/home/vcopy.asm @@ -545,7 +545,7 @@ EnableSprites:: ; 1531 (0:1531) ret ; 0x1538 -Function_1538: ; 1538 (0:1538) +Function1538: ; 1538 (0:1538) ld a, [$d14f] bit 0, a ret z |