From 7b87e67a8939eb6e11e114c485443ca18528bfea Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 1 Jan 2015 20:59:08 -0800 Subject: More labels in code and some mobile datatracking. --- misc/crystal_misc.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'misc/crystal_misc.asm') diff --git a/misc/crystal_misc.asm b/misc/crystal_misc.asm index 88a22043d..9774e5b63 100644 --- a/misc/crystal_misc.asm +++ b/misc/crystal_misc.asm @@ -740,22 +740,22 @@ Function17abcf: ; 17abcf (5e:6bcf) push af ld a, $5 ld [rSVBK], a ; $ff00+$70 - ld hl, $6c55 + ld hl, Palette_17ac55 ld de, Unkn1Pals ; $d000 ld bc, $30 call CopyBytes - ld hl, $6c95 + ld hl, Palette_17ac95 ld de, Unkn2Pals ld bc, $40 call CopyBytes - ld hl, $74b5 + ld hl, GFX_17afa5 + $510 ld de, $d048 ld bc, $10 call CopyBytes - ld hl, $7471 + ld hl, Palette_b471 ld de, $d058 ld bc, $8 - ld a, $2 + ld a, BANK(Palette_b471) call FarCopyBytes pop af ld [rSVBK], a ; $ff00+$70 -- cgit v1.2.3