summaryrefslogtreecommitdiff
path: root/engine/time.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-01-02 13:24:05 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-01-02 13:26:18 +0100
commit9a3088e50cf58158cbfb8de5ad80170967d975dc (patch)
treeadabe623ee5e7a1949c244f1d4d847d6ea12be64 /engine/time.asm
parentf27f79488a460f0a89670f3611e1e9e175baf5d6 (diff)
Clean up XXX comments for unused content
Diffstat (limited to 'engine/time.asm')
-rwxr-xr-xengine/time.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/time.asm b/engine/time.asm
index 799a24f49..dafd1dd52 100755
--- a/engine/time.asm
+++ b/engine/time.asm
@@ -225,13 +225,13 @@ CheckUnusedTwoDayTimer: ; 1150c
ret
; 1151c
-; XXX
+; unused
ld hl, wDailyFlags
set 2, [hl]
ret
; 11522
-; XXX
+; unused
and a
ld hl, wDailyFlags
bit 2, [hl]