summaryrefslogtreecommitdiff
path: root/engine/gfx/color.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/gfx/color.asm')
-rw-r--r--engine/gfx/color.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm
index a0de280af..7e7f075a0 100644
--- a/engine/gfx/color.asm
+++ b/engine/gfx/color.asm
@@ -111,7 +111,7 @@ SGB_ApplyPartyMenuHPPals:
ld hl, wHPPals
ld a, [wSGBPals]
ld e, a
- ld d, $0
+ ld d, 0
add hl, de
ld e, l
ld d, h
@@ -461,7 +461,7 @@ CopyPalettes:
GetPredefPal:
ld l, a
- ld h, $0
+ ld h, 0
add hl, hl
add hl, hl
add hl, hl
@@ -630,7 +630,7 @@ CGB_ApplyPartyMenuHPPals:
ld hl, wHPPals
ld a, [wSGBPals]
ld e, a
- ld d, $0
+ ld d, 0
add hl, de
ld e, l
ld d, h
@@ -762,7 +762,7 @@ CGBCopyTwoPredefObjectPals: ; unreferenced
_GetMonPalettePointer:
ld l, a
- ld h, $0
+ ld h, 0
add hl, hl
add hl, hl
add hl, hl