You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Pokegear
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user