diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 19:40:17 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 19:40:17 -0500 |
commit | a73c532738d055bb3d28a46b59f7fc87d2c998d4 (patch) | |
tree | e3566de414a399ef0711fad034a9c96d9ea9b864 /mobile | |
parent | f81add782affc2ca3b196e0beb98e9c89d0f09ff (diff) |
tile+color macros in gfx.asm
Diffstat (limited to 'mobile')
-rwxr-xr-x | mobile/mobile_5b.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_5b.asm b/mobile/mobile_5b.asm index bb005b564..4c72661a5 100755 --- a/mobile/mobile_5b.asm +++ b/mobile/mobile_5b.asm @@ -681,8 +681,8 @@ Function16cbd1: ; 16cbd1 ld bc, 2 ld hl, Unknown_16cfa3 call AddNTimes - ld de, wBGPals1 + 1 palettes + 4 - ld bc, 2 + ld de, wBGPals1 palette 1 color 2 + ld bc, PAL_COLOR_SIZE ld a, $5 call FarCopyWRAM farcall ApplyPals |