summaryrefslogtreecommitdiff
path: root/predef
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-10 18:21:38 -0800
committeryenatch <yenatch@gmail.com>2015-02-10 18:21:38 -0800
commit956b990cd23bb821d665d56775e946ea07091690 (patch)
tree7c15520a68327b7382bbf20b2a1c93be2865593d /predef
parentc0c081d60fa2e23fdfbd938994506ca63fd44780 (diff)
Fix a bunch of palette copying errors and wram bank conflicts.
There are probably a bunch more labels with wrong banks. This takes care of the most noticeable ones.
Diffstat (limited to 'predef')
-rw-r--r--predef/cgb.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm
index 987d1d908..5cdb30092 100644
--- a/predef/cgb.asm
+++ b/predef/cgb.asm
@@ -166,7 +166,7 @@ Function8e8b: ; 8e8b
ld hl, Palette_b309
.asm_8e93
- ld de, wd038
+ ld de, Unkn1Pals + 8 * 7
ld bc, $0008
ld a, $5
call FarCopyWRAM
@@ -225,7 +225,7 @@ Function8edb: ; 8edb
ld hl, Palettes_a8ca
call Function9643
ld hl, Palette8f52
- ld de, wd018
+ ld de, Unkn1Pals + 8 * 3
ld bc, $0018
ld a, $5
call FarCopyWRAM