mirror of https://github.com/pret/pokecrystal.git
Label the unused daily flag (#1143)
This commit is contained in:
parent
7b5986006f
commit
4d0e928c6f
|
@ -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
|
||||
|
|
|
@ -3212,7 +3212,8 @@ wDailyResetTimer:: dw
|
|||
wDailyFlags1:: db
|
||||
wDailyFlags2:: db
|
||||
wSwarmFlags:: db
|
||||
ds 2
|
||||
wUnusedDailyFlag:: db
|
||||
ds 1
|
||||
wTimerEventStartDay:: db
|
||||
ds 3
|
||||
|
||||
|
|
Loading…
Reference in New Issue