summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm
index b158f3a5..22ea0b06 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -231,8 +231,7 @@ CheckIndoorMap::
cp GATE
ret
-; unused
-UnreferencedCheckEnvironment::
+CheckUnknownMap:: ; unreferenced
cp INDOOR
ret z
cp GATE
@@ -1218,7 +1217,7 @@ UpdateBGMapColumn::
ldh [hBGMapTileCount], a
ret
-Unreferenced_Function2939::
+Function2939:: ; unreferenced
ld hl, wBGMapBuffer
ld bc, wBGMapBufferEnd - wBGMapBuffer
xor a