- Afegit modul de sequencia (història).
- Reemplaçades músiques per MIDIs
This commit is contained in:
@@ -206,6 +206,12 @@ void JD8_SetPaletteColor(Uint8 index, Uint8 r, Uint8 g, Uint8 b) {
|
||||
main_palette[index].b = b << 2;
|
||||
}
|
||||
|
||||
void JD8_SetPaletteColor(Uint8 index, Uint8 other) {
|
||||
main_palette[index].r = main_palette[other].r;
|
||||
main_palette[index].g = main_palette[other].g;
|
||||
main_palette[index].b = main_palette[other].b;
|
||||
}
|
||||
|
||||
void JD8_FadeOut() {
|
||||
for( int j = 0; j < 32; j++ ) {
|
||||
for( int i = 0; i < 256; i++ ) {
|
||||
|
||||
Reference in New Issue
Block a user