diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-20 15:15:32 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-20 15:15:32 -0500 |
| commit | 7b3090e22aefffa464570ac34665ee8e43df873d (patch) | |
| tree | df5bc383b2f1ed2a8ebdd358306f3f9742f41d5c /tilesets | |
| parent | 812976cee6ba39d50583921273ad85195e77be37 (diff) | |
Annotate battle tower text bug
Diffstat (limited to 'tilesets')
| -rw-r--r-- | tilesets/animations.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tilesets/animations.asm b/tilesets/animations.asm index feafbf6d8..19f457c09 100644 --- a/tilesets/animations.asm +++ b/tilesets/animations.asm @@ -958,7 +958,7 @@ TileAnimationPalette: ; fc6d7 jr z, .color2 .color1 - ld hl, wMapPals + $1a ; pal 3 color 1 + ld hl, UnknBGPals + $1a ; pal 3 color 1 ld a, [hli] ld [rBGPD], a ld a, [hli] @@ -966,7 +966,7 @@ TileAnimationPalette: ; fc6d7 jr .end .color0 - ld hl, wMapPals + $18 ; pal 3 color 0 + ld hl, UnknBGPals + $18 ; pal 3 color 0 ld a, [hli] ld [rBGPD], a ld a, [hli] @@ -974,7 +974,7 @@ TileAnimationPalette: ; fc6d7 jr .end .color2 - ld hl, wMapPals + $1c ; pal 3 color 2 + ld hl, UnknBGPals + $1c ; pal 3 color 2 ld a, [hli] ld [rBGPD], a ld a, [hli] @@ -1011,11 +1011,11 @@ FlickeringCaveEntrancePalette: ; fc71e ld a, [hVBlankCounter] and %00000010 jr nz, .bit1set - ld hl, wMapPals + $20 ; pal 4 color 0 + ld hl, UnknBGPals + $20 ; pal 4 color 0 jr .okay .bit1set - ld hl, wMapPals + $22 ; pal 4 color 2 + ld hl, UnknBGPals + $22 ; pal 4 color 2 .okay ld a, [hli] |
