Skip to content

Commit 653f7e2

Browse files
Fix Slots machine
Fix garbage appearing when the slots machine open
1 parent 7ec2159 commit 653f7e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

color/color.asm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,10 @@ SetPal_Slots:
453453

454454
xor a
455455
ldh [rSVBK], a
456-
ret
456+
457+
; Wait 3 frames to allow tilemap updates to apply. Prevents garbage
458+
; Prevents garbage from appearing when the slots machine open.
459+
jp Delay3
457460

458461
; Titlescreen with cycling pokemon
459462
SetPal_TitleScreen:

0 commit comments

Comments
 (0)