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 /misc/battle_tower_47.asm | |
parent | 2ffcb4b49036b8bcd9a37cdc9305f7ee5567fe6c (diff) |
Map header labels, tileset constants
Diffstat (limited to 'misc/battle_tower_47.asm')
-rwxr-xr-x | misc/battle_tower_47.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/battle_tower_47.asm b/misc/battle_tower_47.asm index d5c9693b6..68abcf1b9 100755 --- a/misc/battle_tower_47.asm +++ b/misc/battle_tower_47.asm @@ -2888,7 +2888,7 @@ Function11d323: ; 11d323 ld a, $5 ld [rSVBK], a ld hl, Palette_11d33a - ld de, Unkn1Pals + ld de, wMapPals ld bc, 16 * 8 call CopyBytes pop af @@ -3015,7 +3015,7 @@ Function11d3ef: ; 11d3ef ld a, [hli] ld b, a push hl - ld hl, Unkn1Pals + ld hl, wMapPals add hl, de ld a, [wcd2d] ld e, a |