Skip to content

Commit d491a61

Browse files
committed
Añadido zona N: 3 (copia de 2 con pasillo), Test en desarrollo coordenadas para Zonas 2 y 3, Organización de Músicas
1 parent 5665f79 commit d491a61

12 files changed

Lines changed: 77 additions & 38 deletions

File tree

inc/global.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ void play_music(u8);
1313

1414
u8 randU8(u8,u8);
1515

16-
u16 paleta64[64]; //copia Paletas 0,1,2,3 ,para fades completos
16+
u16 paleta64[64];
1717

1818
void TITUTLO();
1919
void ZoneMap();
2020

21-
u8 ZONA_NUM;
2221
u8 old_musica;
23-
22+
//-----------------------------------
2423
typedef struct {
2524
const bool const PlanA;
2625
const u8 const musica;

inc/zona1dat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _ZONA1DAT_H
33

44

5-
#define TOP_ZONAS 3
5+
#define TOP_ZONAS 4
66

77
const u8 const casillas_0[];
88
const u16 const blxpri_0[];
File renamed without changes.

res/Zona1/h0.png

-268 Bytes
Loading

res/Zona1/h2.png

1.54 KB
Loading

res/Zona1/h3.png

10.8 KB
Loading

res/musica.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
XGM M_titulo "Titulo/20 - Zombie World.vgm"
2-
XGM M_zone1 "Zona1/18 - Riddle, Darkness World.vgm"
1+
XGM M_titulo "Musicas/20 - Zombie World.vgm"
2+
XGM M_zone1 "Musicas/18 - Riddle, Darkness World.vgm"

res/zona1.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ extern const TileSet z1h0_t;
55
extern const TileSet z1h1_t;
66
extern const TileSet z1h1b_t;
77
extern const TileSet z1h2_t;
8+
extern const TileSet z1h3_t;
89
extern const MapDefinition z1h0;
910
extern const MapDefinition z1h1;
1011
extern const MapDefinition z1h1b;
1112
extern const MapDefinition z1h2;
13+
extern const MapDefinition z1h3;
1214

1315
#endif // _RES_ZONA1_H_

res/zona1.res

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ TILESET z1h1b_t "Zona1/h1b.png" BEST
88
MAP z1h1b "Zona1/h1b.png" z1h1b_t BEST
99

1010
TILESET z1h2_t "Zona1/h2.png" BEST
11-
MAP z1h2 "Zona1/h2.png" z1h2_t BEST
11+
MAP z1h2 "Zona1/h2.png" z1h2_t BEST
12+
13+
TILESET z1h3_t "Zona1/h3.png" BEST
14+
MAP z1h3 "Zona1/h3.png" z1h3_t BEST

0 commit comments

Comments
 (0)