summaryrefslogtreecommitdiff
path: root/home/mobile.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:43 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:43 -0400
commit91774f206e97d67cb8f16f5afeec03ce9c7e28ca (patch)
tree1a35d65d390633fa2d8c14618ecf99d97b776e59 /home/mobile.asm
parent98af69691d8994b07c19ef4e86f3f903da6091ed (diff)
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'home/mobile.asm')
-rw-r--r--home/mobile.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home/mobile.asm b/home/mobile.asm
index 9597372fb..6cab585fa 100644
--- a/home/mobile.asm
+++ b/home/mobile.asm
@@ -65,7 +65,7 @@ MobileReceive::
ret
-Timer::
+MobileTimer::
push af
push bc
push de
@@ -89,11 +89,11 @@ Timer::
ld a, [$c822]
bit 1, a
- jr nz, .skip_Timer
+ jr nz, .skip_timer
ldh a, [rSC]
and 1 << rSC_ON
- jr nz, .skip_Timer
+ jr nz, .skip_timer
ldh a, [hROMBank]
push af
@@ -108,7 +108,7 @@ Timer::
ld [$c981], a
rst Bankswitch
-.skip_Timer
+.skip_timer
ldh a, [rTMA]
ldh [rTIMA], a
@@ -122,7 +122,7 @@ Timer::
pop af
reti
-Unreferenced_Function3ed7::
+Function3ed7:: ; unreferenced
ld [$dc02], a
ldh a, [hROMBank]
push af
@@ -152,7 +152,7 @@ Function3eea::
call MobileHome_PlaceBox
ret
-Unreferenced_Function3efd::
+Function3efd:: ; unreferenced
push hl
hlcoord 0, 12
ld b, 4