diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-17 10:39:17 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-17 10:39:17 -0400 |
commit | 8019db3ea98ee60d3e6675431e07819b83daf04c (patch) | |
tree | fcaebfe3713ea04f56725127a702456d16417f22 /engine/gfx/load_pics.asm | |
parent | f2550fc3c208508aaba3a9c2f26dcd12d81c6bc5 (diff) |
Harmonize engine/{gfx, items, link, math} with pokegold
Diffstat (limited to 'engine/gfx/load_pics.asm')
-rw-r--r-- | engine/gfx/load_pics.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/load_pics.asm b/engine/gfx/load_pics.asm index a784d20e9..bf656b48d 100644 --- a/engine/gfx/load_pics.asm +++ b/engine/gfx/load_pics.asm @@ -344,12 +344,12 @@ GetTrainerPic: pop af ldh [rSVBK], a call WaitBGMap - ld a, $1 + ld a, 1 ldh [hBGMapMode], a ret DecompressGet2bpp: -; Decompress lz data from b:hl to scratch space at 6:d000, then copy it to address de. +; Decompress lz data from b:hl to wDecompressScratch, then copy it to address de. ldh a, [rSVBK] push af |