summaryrefslogtreecommitdiff
path: root/engine/overworld
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-10 22:57:05 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-10 22:57:05 -0400
commitac8070fa92e5295908ae22f6892157baf81b64ce (patch)
tree010694d6f8c7f38fbae34779d9be297de8dc794f /engine/overworld
parent22922bbb5965dfbcd9fc4aaffff92967d1f7f390 (diff)
Add engine/events/pokemon_pc.asm and engine/items/mart.asm.
Diffstat (limited to 'engine/overworld')
-rwxr-xr-xengine/overworld/time.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/time.asm b/engine/overworld/time.asm
index 6324420f..2ca7e101 100755
--- a/engine/overworld/time.asm
+++ b/engine/overworld/time.asm
@@ -87,7 +87,7 @@ CheckDailyResetTimer:
call Function1183b
ret nc
xor a
- ld hl, wDailyFlags
+ ld hl, wDailyFlags1
ld [hli], a
ld [hl], a
jr asm_11867
@@ -170,12 +170,12 @@ Function118f8: ; 118f8 (4:58f8)
call Function11972
ret
- ld hl, wDailyFlags
+ ld hl, wDailyFlags1
set 2, [hl]
ret
and a
- ld hl, wDailyFlags
+ ld hl, wDailyFlags1
bit 2, [hl]
ret nz
scf