Skip to content

Commit eb412e5

Browse files
committed
Optimizacion de sistema de colisiones por grilla (fix graficos en mapas), fix altura pingu -2pix, desactivado musica,titlo,logos, fuente
1 parent f542993 commit eb412e5

29 files changed

Lines changed: 70 additions & 331 deletions

inc/global.h

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#ifndef _GLOBAL_H
22
#define _GLOBAL_H
33
//------------------------------------------------------------------------------------------
4-
#include "../res/basicos.h"//fuente, pinguno jug,
5-
#include "../res/musica.h"
4+
#include "../res/basicos.h"//fuente, pinguno jug, cursor,
5+
//#include "../res/musica.h"
66
//-----------------------------------------------
77

88
u8 ScreenY; //27/29
99
u8 ScreenMY; //112/120
1010
u8 ScreenTY; //224/240
11-
s8 fixAlturaY; //-24/-32
1211
u8 ScreTile8; //0/8
1312

1413
u8 padtipo; //JOY_getPortType(PORT_1);
@@ -29,16 +28,16 @@ void _JOYupdateMouse ();
2928
char char_salida[8];
3029
void VDP_drawInt(s32,u8,u8,u8);
3130

32-
void play_music(u8);
31+
//void play_music(u8);
3332

3433
u8 randU8(u8,u8);
3534

3635
u16 paleta64[64];
3736

38-
void TITUTLO();
37+
//void TITUTLO();
3938
void ZoneMap();
4039

41-
u8 old_musica;
40+
//u8 old_musica;
4241
//-----------------------------------
4342
typedef struct {
4443
const bool const PlanA;

res/Logos/AliceSim1.png

-708 Bytes
Binary file not shown.

res/Logos/disclaimer.png

-719 Bytes
Binary file not shown.

res/Logos/logo_Sega.png

-681 Bytes
Binary file not shown.

res/Logos/sgdk_logo.png

-11.8 KB
Binary file not shown.
-55.6 KB
Binary file not shown.

res/Musicas/20-Zombie_World.vgm

-168 KB
Binary file not shown.

res/Titulo/fondo.png

-11.3 KB
Binary file not shown.

res/Titulo/sgdk.png

-718 Bytes
Binary file not shown.

res/Titulo/titulo-shader.png

-3.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)