summaryrefslogtreecommitdiff
path: root/home/flag.asm
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 /home/flag.asm
parent98af69691d8994b07c19ef4e86f3f903da6091ed (diff)
Replace "Unreferenced" labels with "; unreferenced" comments
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]