Replace "Unreferenced" labels with "; unreferenced" comments

This commit is contained in:
Rangi
2020-06-21 16:27:43 -04:00
parent 98af69691d
commit 91774f206e
90 changed files with 212 additions and 250 deletions

View File

@@ -581,7 +581,7 @@ CopyBTTrainer_FromBT_OT_TowBT_OTTemp:
SkipBattleTowerTrainer:
ret
Unreferenced_Function1704ca:
Function1704ca: ; unreferenced
ld a, [s5_be46]
cp BATTLETOWER_STREAK_LENGTH
jr c, .not_max

View File

@@ -312,14 +312,14 @@ CopyTradeName:
call CopyBytes
ret
Unreferenced_Functionfcdfb:
Functionfcdfb: ; unreferenced
ld bc, 4
call CopyBytes
ld a, "@"
ld [de], a
ret
Unreferenced_Functionfce05:
Functionfce05: ; unreferenced
ld bc, 3
call CopyBytes
ld a, "@"

View File

@@ -971,7 +971,7 @@ StrengthFunction:
jr c, .Failed
jr .UseStrength
.Unreferenced_AlreadyUsing:
.AlreadyUsingStrength: ; unreferenced
ld hl, .AlreadyUsingStrengthText
call MenuTextboxBackup
ld a, $80