summaryrefslogtreecommitdiff
path: root/engine/time.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-10 17:44:09 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-10 17:44:09 -0500
commit3dcbe0ff55465d3c90490947b1585f2437027986 (patch)
treefb41ea8ec91ac278a680c174205bd3f9aac2ef0d /engine/time.asm
parent8360a1a2e81d3c3d6c2529c9a6834b011fd66f36 (diff)
Pokegear
Diffstat (limited to 'engine/time.asm')
-rwxr-xr-xengine/time.asm8
1 files changed, 3 insertions, 5 deletions
diff --git a/engine/time.asm b/engine/time.asm
index 542141198..4240522c2 100755
--- a/engine/time.asm
+++ b/engine/time.asm
@@ -200,11 +200,9 @@ CheckPokerusTick:: ; 114e7
call CalcDaysSince
call GetDaysSince
and a
- jr z, .done
-
+ jr z, .done ; not even a day has passed since game start
ld b, a
callba ApplyPokerusTick
-
.done
xor a
ret
@@ -229,13 +227,13 @@ CheckUnusedTwoDayTimer: ; 1150c
ret
; 1151c
-Function1151c: ; unreferenced
+; XXX
ld hl, DailyFlags
set 2, [hl]
ret
; 11522
-Function11522: ; unreferenced
+; XXX
and a
ld hl, DailyFlags
bit 2, [hl]