summaryrefslogtreecommitdiff
path: root/home/video.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/video.asm')
-rw-r--r--home/video.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/video.asm b/home/video.asm
index 415b23ae..a9592558 100644
--- a/home/video.asm
+++ b/home/video.asm
@@ -385,10 +385,10 @@ AnimateTileset::
rst Bankswitch
ret
-; unused
+Video_DummyFunction:: ; unreferenced
ret
-; unused
+EnableSpriteDisplay:: ; unreferenced
ld hl, rLCDC
set 1, [hl]
ret