diff options
Diffstat (limited to 'tilesets/animations.asm')
-rw-r--r-- | tilesets/animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tilesets/animations.asm b/tilesets/animations.asm index 19f457c09..277735391 100644 --- a/tilesets/animations.asm +++ b/tilesets/animations.asm @@ -997,7 +997,7 @@ FlickeringCaveEntrancePalette: ; fc71e cp %11100100 ret nz ; We only want to be here if we're in a dark cave. - ld a, [wd847] + ld a, [wTimeOfDayPalset] cp $ff ; 3,3,3,3 ret nz |