summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-06-05 22:35:26 -0500
committerdannye <33dannye@gmail.com>2021-06-05 22:35:26 -0500
commited78da2f67c7e4dd5c80af96468bb9d4b41a7c8b (patch)
tree7f0f7f7520717928905a69144910d4fb79703c13
parentb90f244bd22753a36448ba26c40f29f8f09e046b (diff)
Fix comments about unused/unreferenced labels
-rw-r--r--src/engine/bank20.asm1
-rw-r--r--src/wram.asm7
2 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/bank20.asm b/src/engine/bank20.asm
index b32dbb1..090599f 100644
--- a/src/engine/bank20.asm
+++ b/src/engine/bank20.asm
@@ -1388,7 +1388,6 @@ Func_80cc3: ; 80cc3 (20:4cc3)
Func_80cd6: ; 80cd6 (20:4cd6)
ret
-; unreferenced?
; seems to be used to look at each OW NPC sprites
; with functions to rotate NPC and animate them
Func_80cd7: ; 80cd7 (20:4cd7)
diff --git a/src/wram.asm b/src/wram.asm
index 9ebd882..2f89254 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -2753,7 +2753,6 @@ wNumSRAMValidationErrors:: ; d3c7
; byte 0: minutes
; byte 1: hours (lower byte)
; byte 2: hours (higher byte)
-; unused?
wPlayTimeHourMinutes:: ; d3c8
ds $3
@@ -2812,11 +2811,13 @@ wDebugSGBBorder:: ; d419
wDebugBoosterSelection:: ; d41a
ds $1
-; used in Func_1c890
+; used in unreferenced function Func_1c890
+; otherwise unused
wd41b:: ; d41b
ds $1
-; used in Func_1c890
+; used in unreferenced function Func_1c890
+; otherwise unused
; is read like a sprite index
wd41c:: ; d41c
ds $1