Skip to content

Commit d412067

Browse files
committed
add some comments
1 parent 75f93cd commit d412067

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* Fixed storage bug for push down points
2121
* Fixed crashes in garbage mode 4
2222
* Fixed line clearing happening on pause
23+
* Fixed PAL level 181 colour
2324
* Famicom Keyboard support
2425
* MMC3 Support
2526
* MMC5 Support

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 #(181 & $3F)
328+
cpx #(181 & $3F) ; level 53 is properly mod10'd
329329
bne @renderPalettes
330330
ldx #$40
331331
@renderPalettes:

0 commit comments

Comments
 (0)