diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-12 11:10:19 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-12 11:10:19 -0500 |
commit | 40802da3cf27a453f62c8c4b712e876b06a9d834 (patch) | |
tree | 33d513a05a026cb6c094eb7ee73ad52ee36d0888 /battle | |
parent | 2ffcb4b49036b8bcd9a37cdc9305f7ee5567fe6c (diff) |
Map header labels, tileset constants
Diffstat (limited to 'battle')
-rw-r--r-- | battle/anim_commands.asm | 2 | ||||
-rw-r--r-- | battle/bg_effects.asm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index 7372899f5..fed2c9236 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -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 diff --git a/battle/bg_effects.asm b/battle/bg_effects.asm index 96e51db2f..da3d6b4a1 100644 --- a/battle/bg_effects.asm +++ b/battle/bg_effects.asm @@ -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 |