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 c771301 commit be9fea4Copy full SHA for be9fea4
src/graphx/graphx.asm
@@ -369,14 +369,15 @@ _: ld a,b
369
ld (de),a
370
inc de
371
ld a,b
372
+ rla
373
374
375
+ ld a,b
376
rra
377
378
379
inc b
380
jr nz,-_ ; loop for 256 times to fill palette
- scf
- sbc hl,hl
- ld (mpLcdPalette+(255*2)),hl
381
ret
382
383
;-------------------------------------------------------------------------------
0 commit comments