diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-20 15:15:32 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-20 15:15:32 -0500 |
commit | 7b3090e22aefffa464570ac34665ee8e43df873d (patch) | |
tree | df5bc383b2f1ed2a8ebdd358306f3f9742f41d5c /misc/mobile_5c.asm | |
parent | 812976cee6ba39d50583921273ad85195e77be37 (diff) |
Annotate battle tower text bug
Diffstat (limited to 'misc/mobile_5c.asm')
-rwxr-xr-x | misc/mobile_5c.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index 61a3b1962..0393d0e94 100755 --- a/misc/mobile_5c.asm +++ b/misc/mobile_5c.asm @@ -1631,7 +1631,7 @@ Function170cc6: ; 170cc6 ld hl, LZ_1715a4 ld de, wd000 call Decompress - ld de, wMapPals + ld de, UnknBGPals ld hl, VTiles0 lb bc, $6, $53 call Get2bpp @@ -2056,7 +2056,7 @@ Function171ccd: ; 171ccd (5c:5ccd) ld a, $5 ld [rSVBK], a ld hl, Palette_171d71 - ld de, wMapPals + ld de, UnknBGPals ld bc, $40 call CopyBytes ld hl, EngineBuffer5 @@ -2219,7 +2219,7 @@ Function172eb9: ld a, $5 ld [rSVBK], a ld hl, Palette_172edf - ld de, wMapPals + ld de, UnknBGPals ld bc, $40 call CopyBytes ld hl, Palette_172edf |