parent
58e4b04b80
commit
301bae5a91
|
@ -16,9 +16,8 @@
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
// header for binary data generated by bin2o macro in makefile
|
// header for binary data generated by bin2o macro in makefile
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
#include "helds_logo_pcx.h"
|
|
||||||
#include "s_piece_bin.h"
|
#include "s_piece_bin.h"
|
||||||
#include "helds_logo_new_bin.h"
|
#include "helds_logo_bin.h"
|
||||||
#include "helds_pal_bin.h"
|
#include "helds_pal_bin.h"
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
|
@ -57,7 +56,7 @@ int main(void)
|
||||||
// screen mode, background and objects to display
|
// screen mode, background and objects to display
|
||||||
SetMode( MODE_4 | BG2_ON | OBJ_ON );
|
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);
|
CpuFastSet(helds_pal_bin, PaletteBuffer, COPY32 | helds_pal_bin_size / 4);
|
||||||
FadeToPalette( PaletteBuffer, 60);
|
FadeToPalette( PaletteBuffer, 60);
|
||||||
|
|
||||||
|
|
Reference in New Issue