summaryrefslogtreecommitdiff
path: root/home/flag.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/flag.asm')
-rw-r--r--home/flag.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/flag.asm b/home/flag.asm
index 125c2a434..76e08e260 100644
--- a/home/flag.asm
+++ b/home/flag.asm
@@ -102,7 +102,7 @@ CheckReceivedDex::
and a
ret
-Unreferenced_CheckBPressedDebug::
+CheckBPressedDebug:: ; unreferenced
; Used in debug ROMs to walk through walls and avoid encounters.
ld a, [wDebugFlags]
@@ -122,7 +122,7 @@ xor_a_dec_a::
dec a
ret
-Unreferenced_CheckFieldDebug::
+CheckFieldDebug:: ; unreferenced
push hl
ld hl, wDebugFlags
bit DEBUG_FIELD_F, [hl]