diff options
author | yenatch <yenatch@gmail.com> | 2015-01-01 20:59:08 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-01-01 20:59:08 -0800 |
commit | 7b87e67a8939eb6e11e114c485443ca18528bfea (patch) | |
tree | 6e53843d812300f24c477f520c0d08897b74b067 /misc/crystal_misc.asm | |
parent | 7b71a12ed1a11b29997877419cf609ed3e6afd99 (diff) |
More labels in code and some mobile datatracking.
Diffstat (limited to 'misc/crystal_misc.asm')
-rw-r--r-- | misc/crystal_misc.asm | 10 |
1 files changed, 5 insertions, 5 deletions
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 |