Map header labels, tileset constants

This commit is contained in:
PikalaxALT
2015-11-12 11:10:19 -05:00
parent 2ffcb4b490
commit 40802da3cf
34 changed files with 843 additions and 743 deletions

View File

@@ -1437,7 +1437,7 @@ Functioncc91a: ; cc91a
ld a, $5
ld [rSVBK], a
ld hl, BGPals
ld de, Unkn1Pals
ld de, wMapPals
ld a, [rBGP]
ld b, a
ld c, $7

View File

@@ -2571,7 +2571,7 @@ Functionc8e52: ; c8e52 (32:4e52)
push bc
push af
ld hl, BGPals ; BGPals
ld de, Unkn1Pals ; wd000
ld de, wMapPals ; wd000
ld b, a
ld c, $1
call CopyPals
@@ -2598,7 +2598,7 @@ Functionc8e7f: ; c8e7f (32:4e7f)
push bc
push af
ld hl, BGPals + 8
ld de, Unkn1Pals + 8
ld de, wMapPals + 8
ld b, a
ld c, $1
call CopyPals