summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-15 13:12:56 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-15 13:12:56 -0400
commit9f01e33a0428f8a8c206b3f6018f526a41d65b43 (patch)
tree7f3c8606ebbe0f882955761a899ec9f819412c17 /home/map_objects.asm
parent0bc1e91d217fb1a724c08ed6c5826c2379f10507 (diff)
Port miscellaneous recent updates from pokecrystal
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 39bc915a..913b0db8 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