Skip to content

Commit bee69f7

Browse files
author
Robert Schütz
committed
Delete music that is not used
1 parent d0dfe49 commit bee69f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2
-305
lines changed

music/11_TOILPEi.mid

-9.89 KB
Binary file not shown.

music/BOSS01.MID

-102 KB
Binary file not shown.

music/Boss_Musik_1.mid

-459 Bytes
Binary file not shown.

music/Cave 1.MID

-34.6 KB
Binary file not shown.

music/Combat 2.mid

-70.2 KB
Binary file not shown.

music/HP1.MID

-13.8 KB
Binary file not shown.

music/Ingame_Musik.mid

-291 Bytes
Binary file not shown.

music/Ingame_Musik_Tief.mid

-291 Bytes
Binary file not shown.

music/LILITH03.MID

-86.7 KB
Binary file not shown.

music/PER.MID

-7.83 KB
Binary file not shown.

music/SERAPHO.MID

-3.69 KB
Binary file not shown.

music/arene01.mid

-36.2 KB
Binary file not shown.

music/bactoc1.mid

-107 Bytes
Binary file not shown.

music/bear_dance.mid

-617 Bytes
Binary file not shown.

music/bisque cuite.mid

-11.2 KB
Binary file not shown.

music/bisquecuite.mid

-11.2 KB
Binary file not shown.

music/boss6.mscz

-13.5 KB
Binary file not shown.

music/boss7.mscz

-7.82 KB
Binary file not shown.

music/boss8.mid

-625 Bytes
Binary file not shown.

music/boss8.mscz

-9.68 KB
Binary file not shown.

music/cave1.mid

-34.6 KB
Binary file not shown.

music/combat.mid

-538 Bytes
Binary file not shown.

music/hoch.mid

-519 Bytes
Binary file not shown.

music/hoch2.mid

-593 Bytes
Binary file not shown.

music/hoch3.mid

-785 Bytes
Binary file not shown.

music/intro remix01.MID

-4.37 KB
Binary file not shown.

music/mars.mid

-130 KB
Binary file not shown.

music/psalm.mid

-485 Bytes
Binary file not shown.

music/rand.mid

-5.33 KB
Binary file not shown.

music/releasings_full.mid

-8.75 KB
Binary file not shown.

music/ridleys_hideout.mid

-7.3 KB
Binary file not shown.

music/sevenfortyam.mid

-761 Bytes
Binary file not shown.

music/sfx_exp_medium11.mid

-2.4 KB
Binary file not shown.

music/tchmar.abc

-102
This file was deleted.

music/tchmar1.mid

-1.81 KB
Binary file not shown.

music/tchmin.abc

-199
This file was deleted.

music/tchmin.zip

-2.15 KB
Binary file not shown.

music/tchmin1.mid

-2.18 KB
Binary file not shown.

music/title.mid

-785 Bytes
Binary file not shown.

music/title_screen.mid

-5.09 KB
Binary file not shown.

music/to fronto.MID

-7.04 KB
Binary file not shown.

music/ussr1.mid

-11.4 KB
Binary file not shown.

music/vivwin1.mid

-121 Bytes
Binary file not shown.

music/vivwin2.mid

-4.37 KB
Binary file not shown.

music/vivwin3.mid

-1.33 KB
Binary file not shown.

slave/main.c

+2-4
Original file line numberDiff line numberDiff line change
@@ -129,19 +129,17 @@ int main()
129129
{
130130
init();
131131

132-
start_playing(boss4, 1, 1);
133-
134132
while (1)
135133
{
136134
if (uart_data_waiting())
137135
{
138136
switch (uart_getc())
139137
{
140138
case 0:
141-
//start_playing(ingame1, 0, 1);
139+
start_playing(ingame1, 0, 1);
142140
break;
143141
case 1:
144-
//start_playing(ingame2, 0, 1);
142+
start_playing(ingame2, 0, 1);
145143
break;
146144
case 's':
147145
start_playing_fx(shoot);

0 commit comments

Comments
 (0)