diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/color.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/color.asm b/engine/color.asm index 7376cdf1a..e2c227d63 100644 --- a/engine/color.asm +++ b/engine/color.asm @@ -466,7 +466,7 @@ Unreferenced_Function95f0: CopyFourPalettes: ld de, wBGPals1 - ld c, $4 + ld c, 4 CopyPalettes: .loop |