diff options
Diffstat (limited to 'engine/overworld/time.asm')
-rw-r--r-- | engine/overworld/time.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/time.asm b/engine/overworld/time.asm index 5b4a96b5..a109a417 100644 --- a/engine/overworld/time.asm +++ b/engine/overworld/time.asm @@ -175,12 +175,12 @@ CheckUnusedTwoDayTimer: call UpdateTimeRemaining ret -; unused +UnusedSetSwarmFlag: ; unreferenced ld hl, wDailyFlags1 set DAILYFLAGS1_SWARM_F, [hl] ret -; unused +UnusedCheckSwarmFlag: ; unreferenced and a ld hl, wDailyFlags1 bit DAILYFLAGS1_SWARM_F, [hl] |