Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.58 KB | None | 0 0
  1. void Mort(){
  2.  
  3.     const unsigned char Mort[]={0xf, 0xf, 0x3f, 0xcf, 0x3f, 0xcf, 0x7f, 0xef, 0x76, 0xef, 0x66, 0x6f, 0x7f, 0xef, 0x3f, 0xcf, 0x6f, 0x6f, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xcf, 0x3f, 0xcf, 0xf0, 0xff, 0xe0, 0x7f, 0x60, 0x6f,};
  4.     PopUpWin(6);
  5.     PrintMini(64-strlen("Vous etes mort")*2,10,"Vous etes mort",1);
  6.     ML_bmp_or(Mort,56,39,12,16);
  7.     Txt_Text1("Vous reprenez au dernier",64-strlen("Vous reprenez au dernier")*2,20,Txt_None);
  8.     Txt_Text1("village visité.",64-strlen("village visité.")*2,28,Txt_None);
  9.     ML_display_vram();
  10.     ML_clear_vram();
  11.     while(IsKeyUp(KEY_CTRL_EXE){}
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement