summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-05-18 11:59:48 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-05-18 11:59:48 -0400
commit156f2cc3ef66ccaf21bfe1c8a5066928e772ffac (patch)
tree63ee4bb3d58088c07205b7d34e2e20d5287a3f63 /home/map_objects.asm
parente32cf1bfd1dd39b72ee672f3815986cc8b1a9406 (diff)
Update some routine labels, including unreferenced ones
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r--home/map_objects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index 64e21e546..667658f0c 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -574,12 +574,12 @@ _GetMovementByte::
ld a, h
ret
-SetVramState_Bit0::
+UnreferencedSetVramState_Bit0::
ld hl, wVramState
set 0, [hl]
ret
-ResetVramState_Bit0::
+UnreferencedResetVramState_Bit0::
ld hl, wVramState
res 0, [hl]
ret