summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:29 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:29 -0400
commit9dee89fae39ce638beed51edbc3f837a6222bd68 (patch)
tree09f8c7436d45f265e8429c382368c552cf050db3 /home/map.asm
parente0df1a6041b73e8304e8c5a691b454652f5a667d (diff)
Replace "Unreferenced" labels with "; unreferenced" comments
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