summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm
index 22ea0b06..0fa63ec0 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1014,14 +1014,14 @@ ObjectEventText::
text_far _ObjectEventText
text_end
-BGEvent::
+BGEvent:: ; unreferenced
jumptext BGEventText
BGEventText::
text_far _BGEventText
text_end
-CoordinatesEvent::
+CoordinatesEvent:: ; unreferenced
jumptext CoordinatesEventText
CoordinatesEventText::
@@ -1915,7 +1915,7 @@ SwitchToAnyMapAttributesBank::
rst Bankswitch
ret
-GetMapAttributesBank::
+GetMapAttributesBank:: ; unreferenced
ld a, [wMapGroup]
ld b, a
ld a, [wMapNumber]