this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed bag with flags drawing

nesbox f6803297 9e2fe18f

+2 -2
+2 -2
src/studio/editors/sprite.c
··· 2095 2095 2096 2096 VBANK(tic, 1) 2097 2097 { 2098 - tic_api_cls(tic, tic->ram->vram.vars.clear = tic_color_dark_blue); 2098 + tic_api_cls(tic, tic->ram->vram.vars.clear = tic_color_cyan); 2099 2099 2100 2100 static const tic_rect bg[] = 2101 2101 { ··· 2124 2124 if(is4bpp(sprite)) 2125 2125 drawFlags(sprite, 24+64+7, 20+8); 2126 2126 2127 - drawBitMode(sprite, PaletteX, PaletteY + PaletteH + 2, PaletteW, 8); 2127 + drawBitMode(sprite, PaletteX, PaletteY + PaletteH + 2, PaletteW, 8); 2128 2128 } 2129 2129 2130 2130 drawBankTabs(sprite, SheetX, 8);