Skip to content

Commit

Permalink
Label the unused daily flag (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 authored Sep 26, 2024
1 parent 7b59860 commit 4d0e928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/overworld/time.asm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ CheckDailyResetTimer::
ld [hli], a ; wDailyFlags1
ld [hli], a ; wDailyFlags2
ld [hli], a ; wSwarmFlags
ld [hl], a ; wSwarmFlags + 1
ld [hl], a ; wUnusedDailyFlag
ld hl, wDailyRematchFlags
rept 4
ld [hli], a
Expand Down
3 changes: 2 additions & 1 deletion ram/wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3212,7 +3212,8 @@ wDailyResetTimer:: dw
wDailyFlags1:: db
wDailyFlags2:: db
wSwarmFlags:: db
ds 2
wUnusedDailyFlag:: db
ds 1
wTimerEventStartDay:: db
ds 3

Expand Down

0 comments on commit 4d0e928

Please sign in to comment.