diff options
Diffstat (limited to 'devtools/create_hugo')
| -rw-r--r-- | devtools/create_hugo/create_hugo.cpp | 2 | ||||
| -rw-r--r-- | devtools/create_hugo/staticdisplay.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/devtools/create_hugo/create_hugo.cpp b/devtools/create_hugo/create_hugo.cpp index e54ade2b28..63b57f9c8f 100644 --- a/devtools/create_hugo/create_hugo.cpp +++ b/devtools/create_hugo/create_hugo.cpp @@ -743,7 +743,7 @@ int main(int argc, char *argv[]) {  	writeUint16BE(outFile, 0);  	writeUint16BE(outFile, kALnewscr_2d);  	writeUint16BE(outFile, 0); -	 +  	writeSByte(outFile, NUM_TUNES_1w);  	writeSByte(outFile, SILENCE_1w);  	writeSByte(outFile, TEST_SOUND_1w); diff --git a/devtools/create_hugo/staticdisplay.h b/devtools/create_hugo/staticdisplay.h index 03800017b5..99d155dc13 100644 --- a/devtools/create_hugo/staticdisplay.h +++ b/devtools/create_hugo/staticdisplay.h @@ -60,7 +60,7 @@ byte _palette[SIZE_PAL_ARRAY] = {  	V2,  V2,  V2                                    // BRIGHTWHITE  };  #else -// Original paletter found in original exe.  +// Original paletter found in original exe.  // Currently disabled, because the result is quite ugly!  // Color table of nearest standard 16 colors in system static palette  #define C1 191                                      // Low intensity value | 
