Add daily+weekly bit flags (close issue #429)

This commit is contained in:
Rangi
2018-01-22 15:59:24 -05:00
parent 3a7f518de4
commit efe6981a0d
14 changed files with 68 additions and 47 deletions

View File

@@ -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