diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-12 13:10:01 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-12 13:31:27 -0400 |
commit | 3e40a1ecd0dc81d1d5be5f1adda1fbbe14b67d83 (patch) | |
tree | f16febfeb0c404b6fd1c0e630d26da14eaf07a71 /engine/overworld/time.asm | |
parent | dac57cee381b68350ef50317619334892c140945 (diff) |
Simple cleanups in constants/data/macros and banks 1-4.
Diffstat (limited to 'engine/overworld/time.asm')
-rwxr-xr-x | engine/overworld/time.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/time.asm b/engine/overworld/time.asm index d5c45cc4..a829cd4f 100755 --- a/engine/overworld/time.asm +++ b/engine/overworld/time.asm @@ -92,8 +92,8 @@ CheckDailyResetTimer:: ret nc xor a ld hl, wDailyFlags1 - ld [hli], a - ld [hl], a + ld [hli], a ; wDailyFlags1 + ld [hl], a ; wDailyFlags2 jr RestartDailyResetTimer StartBugContestTimer: |