summaryrefslogtreecommitdiff
path: root/tilesets/animations.asm
diff options
context:
space:
mode:
Diffstat (limited to 'tilesets/animations.asm')
-rw-r--r--tilesets/animations.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/tilesets/animations.asm b/tilesets/animations.asm
index 56741fd1e..9234a411f 100644
--- a/tilesets/animations.asm
+++ b/tilesets/animations.asm
@@ -954,7 +954,7 @@ TileAnimationPalette: ; fc6d7
jr z, .color2
.color1
- ld hl, UnknBGPals + palette 3 + 2
+ ld hl, wBGPals1 + palette 3 + 2
ld a, [hli]
ld [rBGPD], a
ld a, [hli]
@@ -962,7 +962,7 @@ TileAnimationPalette: ; fc6d7
jr .end
.color0
- ld hl, UnknBGPals + palette 3
+ ld hl, wBGPals1 + palette 3
ld a, [hli]
ld [rBGPD], a
ld a, [hli]
@@ -970,7 +970,7 @@ TileAnimationPalette: ; fc6d7
jr .end
.color2
- ld hl, UnknBGPals + palette 3 + 4
+ ld hl, wBGPals1 + palette 3 + 4
ld a, [hli]
ld [rBGPD], a
ld a, [hli]
@@ -1007,11 +1007,11 @@ FlickeringCaveEntrancePalette: ; fc71e
ld a, [hVBlankCounter]
and %00000010
jr nz, .bit1set
- ld hl, UnknBGPals + palette 4
+ ld hl, wBGPals1 + palette 4
jr .okay
.bit1set
- ld hl, UnknBGPals + palette 4 + 2
+ ld hl, wBGPals1 + palette 4 + 2
.okay
ld a, [hli]