tangstad/helds
tangstad
/
helds
Archived
1
0
Fork 0

Removed unused pcx from being included.

Renamed files.
This commit is contained in:
Truls Alexander Tangstad 2005-11-09 20:24:50 +00:00
parent 58e4b04b80
commit 301bae5a91
3 changed files with 2 additions and 3 deletions

View File

@ -16,9 +16,8 @@
//---------------------------------------------------------------------------------
// header for binary data generated by bin2o macro in makefile
//---------------------------------------------------------------------------------
#include "helds_logo_pcx.h"
#include "s_piece_bin.h"
#include "helds_logo_new_bin.h"
#include "helds_logo_bin.h"
#include "helds_pal_bin.h"
//---------------------------------------------------------------------------------
@ -57,7 +56,7 @@ int main(void)
// screen mode, background and objects to display
SetMode( MODE_4 | BG2_ON | OBJ_ON );
CpuFastSet(helds_logo_new_bin, (u16*)VRAM, COPY32 | helds_logo_new_bin_size/4);
CpuFastSet(helds_logo_bin, (u16*)VRAM, COPY32 | helds_logo_bin_size/4);
CpuFastSet(helds_pal_bin, PaletteBuffer, COPY32 | helds_pal_bin_size / 4);
FadeToPalette( PaletteBuffer, 60);