summaryrefslogtreecommitdiff
path: root/engine/games
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-03 10:13:06 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-03 10:13:06 -0500
commit826e070f0443b50ff31a49b4faf7c66577f1e26e (patch)
tree5a466635490c15e6a9e78e037507a22fceb1da9f /engine/games
parent01d6e6c75843fdc0035499ce0214c19be74a9bda (diff)
More syncing with pokegold
Diffstat (limited to 'engine/games')
-rw-r--r--engine/games/slot_machine.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/games/slot_machine.asm b/engine/games/slot_machine.asm
index 2688995b4..8962f4424 100644
--- a/engine/games/slot_machine.asm
+++ b/engine/games/slot_machine.asm
@@ -206,7 +206,7 @@ SlotsLoop:
ld a, [wFirstTwoReelsMatchingSevens]
and a
jr nz, .matching_sevens
- ld a, %11100100 ; alternates two palettes
+ ld a, %11100100
call DmgToCgbBGPals
ret
@@ -215,7 +215,7 @@ SlotsLoop:
and $7
ret nz
ldh a, [rBGP]
- xor %00001100
+ xor %00001100 ; alternates two palettes
call DmgToCgbBGPals
ret