diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-14 11:12:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-14 11:12:18 -0500 |
commit | c635e30777ba57e3fd4249862fd562936d0d47bd (patch) | |
tree | 7686a09931e78c5d01e43f557c3dabc60eeed6fe /tilesets/animations.asm | |
parent | 8a439dbd0509d37c8d29e340a6544b3c09be4a72 (diff) |
map setup and warps
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 |