summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/fixed_words.asm2
-rw-r--r--mobile/mobile_12.asm2
-rw-r--r--mobile/mobile_40.asm16
-rw-r--r--mobile/mobile_41.asm4
-rw-r--r--mobile/mobile_46.asm10
-rw-r--r--mobile/mobile_5b.asm2
-rw-r--r--mobile/news/news.asm4
7 files changed, 20 insertions, 20 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm
index a1c0192f5..3b4c0878d 100644
--- a/mobile/fixed_words.asm
+++ b/mobile/fixed_words.asm
@@ -31,7 +31,7 @@ Function11c075:
call Function11c08f
ret
-Unreferenced_Function11c082:
+Function11c082: ; unreferenced
push de
ld a, c
call Function11c254
diff --git a/mobile/mobile_12.asm b/mobile/mobile_12.asm
index 35a45c116..0bf26b8ee 100644
--- a/mobile/mobile_12.asm
+++ b/mobile/mobile_12.asm
@@ -1598,7 +1598,7 @@ Function48c63:
scf
ret
-Unreferenced_Function48c8e:
+Function48c8e: ; unreferenced
ld hl, wd019 + $11
ld d, h
ld e, l
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm
index 3a3519883..1b93c8985 100644
--- a/mobile/mobile_40.asm
+++ b/mobile/mobile_40.asm
@@ -2925,7 +2925,7 @@ Function1013dd:
call CGBOnly_CopyTilemapAtOnce
ret
-Unreferenced_Function1013e1:
+Function1013e1: ; unreferenced
push de
inc de
ld b, a
@@ -2960,7 +2960,7 @@ Function1013f5:
jr nz, .asm_1013f9
ret
-Unreferenced_Function101400:
+Function101400: ; unreferenced
ld a, [de]
inc de
cp [hl]
@@ -3135,7 +3135,7 @@ Function101507:
ld [wMobileCommsJumptableIndex], a
ret
-Unreferenced_Function10151d:
+Function10151d: ; unreferenced
ld a, $34
call Function3e32
ld a, [wMobileCommsJumptableIndex]
@@ -3312,7 +3312,7 @@ Function101663:
call MobileCopyTransferData2
ret
-Unreferenced_Function101674:
+Function101674: ; unreferenced
ld a, BANK(w5_dc00)
ld hl, w5_dc00
call MobileCopyTransferData
@@ -4146,7 +4146,7 @@ Function101cbc:
ld [wcd2b], a
ret
-Unreferenced_Function101cc2:
+Function101cc2: ; unreferenced
ld a, $02
ld [wcd2b], a
ret
@@ -4407,14 +4407,14 @@ Function101e64:
ld [wcd2b], a
ret
-Unreferenced_Function101e82:
+Function101e82: ; unreferenced
call Function101ecc
ld a, [wMobileCommsJumptableIndex]
inc a
ld [wMobileCommsJumptableIndex], a
ret
-Unreferenced_Function101e8d:
+Function101e8d: ; unreferenced
call Function101ed3
ld a, [wMobileCommsJumptableIndex]
inc a
@@ -6123,7 +6123,7 @@ Function102b4e:
ld [w2DMenuNumRows], a
ret
-Unreferenced_Function102b68:
+Function102b68: ; unreferenced
xor a
ld hl, wWindowStackPointer
ld bc, $10
diff --git a/mobile/mobile_41.asm b/mobile/mobile_41.asm
index c38bd9fc2..8dc755368 100644
--- a/mobile/mobile_41.asm
+++ b/mobile/mobile_41.asm
@@ -245,7 +245,7 @@ StubbedTrainerRankings_StepCount:
ld hl, sTrainerRankingStepCount
jp StubbedTrainerRankings_Increment4Byte
-Unreferenced_StubbedTrainerRankings_BattleTowerWins:
+StubbedTrainerRankings_BattleTowerWins: ; unreferenced
ret
ld a, BANK(s5_aa8d)
call OpenSRAM
@@ -537,7 +537,7 @@ RestoreMobileEventIndex:
call CloseSRAM
ret
-Unreferenced_VerifyTrainerRankingsChecksum:
+VerifyTrainerRankingsChecksum: ; unreferenced
call CalculateTrainerRankingsChecksum
ld hl, sTrainerRankingsChecksum
ld a, d
diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm
index c89041deb..d5c331cb9 100644
--- a/mobile/mobile_46.asm
+++ b/mobile/mobile_46.asm
@@ -1502,7 +1502,7 @@ IndexDownloadURL:
popc
-Unreferenced_Function118d35:
+Function118d35: ; unreferenced
ld hl, $d200
ld a, [wcd38]
and a
@@ -3889,8 +3889,8 @@ Strings_Ll0ToL40:
db " L:30 @@"
db " L:40 @@"
db "CANCEL@@"
-
-Unreferenced_CancelString:
+
+BattleTowerCancelString: ; unreferenced
db "CANCEL@"
BattleTower_LevelCheck:
@@ -5392,7 +5392,7 @@ Function11a9ce:
call Call_ExitMenu
farcall Stubbed_Function106462
farcall Function106464
- call ret_d90
+ call GSReloadPalettes
farcall FinishExitMenu
call UpdateSprites
ret
@@ -6695,7 +6695,7 @@ Function11b397:
inc de
jr .loop
-Unreferenced_Function11b3b6:
+Function11b3b6: ; unreferenced
.loop
ld a, [hl]
cp -1
diff --git a/mobile/mobile_5b.asm b/mobile/mobile_5b.asm
index 8fb96d7d8..2598fc39e 100644
--- a/mobile/mobile_5b.asm
+++ b/mobile/mobile_5b.asm
@@ -1,4 +1,4 @@
-Unreferenced_Function16c000:
+Function16c000: ; unreferenced
; Only for CGB
ldh a, [hCGB]
and a
diff --git a/mobile/news/news.asm b/mobile/news/news.asm
index 130ff048e..8f31e5755 100644
--- a/mobile/news/news.asm
+++ b/mobile/news/news.asm
@@ -2,7 +2,7 @@
dab Doll1Script ; related to "My Room" in Stadium 2?
-Unreferenced_Function1f4003:
+Function1f4003: ; unreferenced
ld a, BANK(s6_a000)
call OpenSRAM
ld hl, .news_data
@@ -15,7 +15,7 @@ Unreferenced_Function1f4003:
.news_data
INCBIN "mobile/news/news_1.bin"
-Unreferenced_Function1f4dbe:
+Function1f4dbe: ; unreferenced
ld a, BANK(s6_a000)
call OpenSRAM
ld hl, .news_data