diff options
author | dannye <33dannye@gmail.com> | 2021-06-05 22:35:26 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-06-05 22:35:26 -0500 |
commit | ed78da2f67c7e4dd5c80af96468bb9d4b41a7c8b (patch) | |
tree | 7f0f7f7520717928905a69144910d4fb79703c13 /src/wram.asm | |
parent | b90f244bd22753a36448ba26c40f29f8f09e046b (diff) |
Fix comments about unused/unreferenced labels
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 7 |
1 files changed, 4 insertions, 3 deletions
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 |