diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 01:25:19 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 01:25:19 -0500 |
| commit | 95c0c31c8ff8e1149a9b959e04ea27e337e929b4 (patch) | |
| tree | b4037d7727c6f2b58b43ca9e808ed0291e68e8db /mobile/mobile_5c.asm | |
| parent | 23f2c056e8286f2a5d43b88eeb84c6afa229c134 (diff) | |
Eliminate wd000
Diffstat (limited to 'mobile/mobile_5c.asm')
| -rwxr-xr-x | mobile/mobile_5c.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_5c.asm b/mobile/mobile_5c.asm index 993105f63..e0d21808d 100755 --- a/mobile/mobile_5c.asm +++ b/mobile/mobile_5c.asm @@ -272,14 +272,14 @@ Function170cc6: ; 170cc6 call Decompress ld a, $1 ld [rVBK], a - ld de, wd000 + ld de, wDecompressBuffer ld hl, vTiles0 lb bc, $6, $c1 call Get2bpp xor a ld [rVBK], a ld hl, LZ_1715a4 - ld de, wd000 + ld de, wDecompressBuffer call Decompress ld de, wBGPals1 ld hl, vTiles0 |
