summaryrefslogtreecommitdiff
path: root/engine/games
diff options
context:
space:
mode:
Diffstat (limited to 'engine/games')
-rw-r--r--engine/games/card_flip.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/games/card_flip.asm b/engine/games/card_flip.asm
index ac0532391..a87be3dae 100644
--- a/engine/games/card_flip.asm
+++ b/engine/games/card_flip.asm
@@ -46,9 +46,9 @@ _CardFlip:
call CardFlip_InitAttrPals
call EnableLCD
call WaitBGMap2
- ld a, $e4
+ ld a, %11100100
call DmgToCgbBGPals
- ld de, $e4e4
+ lb de, %11100100, %11100100
call DmgToCgbObjPals
call DelayFrame
xor a