diff options
Diffstat (limited to 'engine/events')
-rw-r--r-- | engine/events/battle_tower/battle_tower.asm | 2 | ||||
-rw-r--r-- | engine/events/npc_trade.asm | 4 | ||||
-rw-r--r-- | engine/events/overworld.asm | 2 |
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 |