You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Replace many '; unused' with '; unreferenced'
This commit is contained in:
@@ -220,12 +220,12 @@ CheckUnusedTwoDayTimer:
|
||||
call UpdateTimeRemaining
|
||||
ret
|
||||
|
||||
; unused
|
||||
UnusedSetSwarmFlag: ; unreferenced
|
||||
ld hl, wDailyFlags1
|
||||
set DAILYFLAGS1_FISH_SWARM_F, [hl]
|
||||
ret
|
||||
|
||||
; unused
|
||||
UnusedCheckSwarmFlag: ; unreferenced
|
||||
and a
|
||||
ld hl, wDailyFlags1
|
||||
bit DAILYFLAGS1_FISH_SWARM_F, [hl]
|
||||
|
||||
Reference in New Issue
Block a user