diff options
author | yenatch <yenatch@gmail.com> | 2015-06-23 10:46:51 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-06-23 10:46:51 -0700 |
commit | 5ae298f5332ce148824faca291366358de8ea2f2 (patch) | |
tree | 64abbe06d1790122dc0b920aaaf737246554f303 /misc/crystal_misc.asm | |
parent | fc8bf4b9e94f09da6e63a7f532fc9f0aeb835aad (diff) |
Organized the primary tileset palettes.
Crystal's tileset-specific palettes are disconnected from these.
Diffstat (limited to 'misc/crystal_misc.asm')
-rw-r--r-- | misc/crystal_misc.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/crystal_misc.asm b/misc/crystal_misc.asm index 5a58bd706..676fe7bbb 100644 --- a/misc/crystal_misc.asm +++ b/misc/crystal_misc.asm @@ -752,10 +752,10 @@ Function17abcf: ; 17abcf (5e:6bcf) ld de, $d048 ld bc, $10 call CopyBytes - ld hl, Palette_b471 + ld hl, MapObjectPals + 8 ld de, $d058 ld bc, $8 - ld a, BANK(Palette_b471) + ld a, BANK(MapObjectPals) call FarCopyBytes pop af ld [rSVBK], a ; $ff00+$70 |