summaryrefslogtreecommitdiff
path: root/engine/events
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 /engine/events
parent98af69691d8994b07c19ef4e86f3f903da6091ed (diff)
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/battle_tower/battle_tower.asm2
-rw-r--r--engine/events/npc_trade.asm4
-rw-r--r--engine/events/overworld.asm2
3 files changed, 4 insertions, 4 deletions
diff --git a/engine/events/battle_tower/battle_tower.asm b/engine/events/battle_tower/battle_tower.asm
index 6ffc3c8e2..bba5ae3a5 100644
--- a/engine/events/battle_tower/battle_tower.asm
+++ b/engine/events/battle_tower/battle_tower.asm
@@ -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
diff --git a/engine/events/npc_trade.asm b/engine/events/npc_trade.asm
index a14a102cf..f7ec0f23e 100644
--- a/engine/events/npc_trade.asm
+++ b/engine/events/npc_trade.asm
@@ -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, "@"
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm
index 824cde120..d0ab25d62 100644
--- a/engine/events/overworld.asm
+++ b/engine/events/overworld.asm
@@ -971,7 +971,7 @@ StrengthFunction:
jr c, .Failed
jr .UseStrength
-.Unreferenced_AlreadyUsing:
+.AlreadyUsingStrength: ; unreferenced
ld hl, .AlreadyUsingStrengthText
call MenuTextboxBackup
ld a, $80