summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-06-05 22:51:11 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-06-05 22:51:11 -0400
commit30f2d056f933fa8dda5ba751ea6645d1d634142a (patch)
tree82d2a908055dd43e7200fd5222c4981ff82970b4 /home
parent89a88d481213454d322b339c4b3f13fd42eb6adc (diff)
Remove the underscores in generic function labels to maintain consistency with pokecrystal
Diffstat (limited to 'home')
-rw-r--r--home/unknown.asm2
-rw-r--r--home/vcopy.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/unknown.asm b/home/unknown.asm
index 7ad3157..e2cc5cd 100644
--- a/home/unknown.asm
+++ b/home/unknown.asm
@@ -135,4 +135,4 @@ Function094c::
pop af
call Bankswitch
- jp Function_4031
+ jp Function4031
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