summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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