@@ -726,7 +726,7 @@ uint8_t gettrans() {
}
void subpal(uint8_t index, uint8_t color) {
ds::draw_palette[index] = color;
ds::draw_palette[SDL_clamp(index,0,255)] = SDL_clamp(color,0,255);
void reset_subpal() {
The note is not visible to the blocked user.