diff options
Diffstat (limited to 'engine/crystal_colors.asm')
-rwxr-xr-x | engine/crystal_colors.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/crystal_colors.asm b/engine/crystal_colors.asm index 7c0f74a98..31344791e 100755 --- a/engine/crystal_colors.asm +++ b/engine/crystal_colors.asm @@ -241,7 +241,7 @@ Function49742: ; 49742 ld hl, .Palette_49757 ld de, wBGPals1 ld bc, 8 palettes - ld a, $5 + ld a, BANK(wBGPals1) call FarCopyWRAM farcall ApplyPals ret |