We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f93cd commit d412067Copy full SHA for d412067
CHANGELOG.md
@@ -20,6 +20,7 @@
20
* Fixed storage bug for push down points
21
* Fixed crashes in garbage mode 4
22
* Fixed line clearing happening on pause
23
+* Fixed PAL level 181 colour
24
* Famicom Keyboard support
25
* MMC3 Support
26
* MMC5 Support
src/nmi/render_mode_play_and_demo.asm
@@ -325,7 +325,7 @@ updatePaletteForLevel:
325
tax
326
lda palFlag
327
beq @renderPalettes
328
- cpx #(181 & $3F)
+ cpx #(181 & $3F) ; level 53 is properly mod10'd
329
bne @renderPalettes
330
ldx #$40
331
@renderPalettes:
0 commit comments