You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Add daily+weekly bit flags (close issue #429)
This commit is contained in:
@@ -98,7 +98,7 @@ GetFishGroupIndex: ; 9245b
|
||||
|
||||
push hl
|
||||
ld hl, wDailyFlags
|
||||
bit 2, [hl]
|
||||
bit DAILYFLAGS_FISH_SWARM_F, [hl]
|
||||
pop hl
|
||||
jr z, .done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user