Skip to content

Commit 623db13

Browse files
Merge pull request #90 from zohassadar/117comment
call out 117 too
2 parents 49ccf5e + 6aaa533 commit 623db13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nmi/render_mode_play_and_demo.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ updatePaletteForLevel:
325325
tax
326326
lda palFlag
327327
beq @renderPalettes
328-
cpx #$35 ; Level 181 & 245 and'd with $3F (level 53 is properly mod10'd)
328+
cpx #$35 ; Level 181 & 245 and'd with $3F (level 53 & 117 are properly mod10'd)
329329
bne @renderPalettes
330330
ldx #$40
331331
@renderPalettes:

0 commit comments

Comments
 (0)