Skip to content

Commit c55476f

Browse files
authored
(modplay) Replace ASM94.MOD with 95raver.mod (#171)
This `.mod` file was originally intended to be included, but couldn't be played because of jfdelnero/HxCModPlayer#6. This turned out to be a problem with a broken `.mod` file at https://modarchive.org/index.php?request=view_by_moduleid&query=62019 making it unplayable.
1 parent 1745c27 commit c55476f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

programs/modplay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The following modules (in the [mods](mods) folder) are available under various C
1515
- guitar slinger: https://modarchive.org/index.php?request=view_by_moduleid&query=42560 (Mod Archive Distribution license)
1616
- Elysium: https://modarchive.org/index.php?request=view_by_moduleid&query=40475 (CC BY-NC-SA 3.0)
1717
- stardust memories: https://modarchive.org/index.php?request=view_by_moduleid&query=59344 (CC BY-NC-SA 3.0)
18-
- assembly'94 (unsure of where this comes from originally)
18+
- '95-raver's-megamix: https://modarchive.org/index.php?request=view_by_moduleid&query=62019 (Mod Archive Distribution license)

programs/modplay/modfile.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ modfile_7_size: dd $-modfile_7
3838
modfile_8: incbin "mods/stardstm.mod"
3939
modfile_8_size: dd $-modfile_8
4040

41-
modfile_9: incbin "mods/ASM94.MOD"
41+
modfile_9: incbin "mods/95raver.mod"
4242
modfile_9_size: dd $-modfile_9

programs/modplay/mods/95raver.mod

693 KB
Binary file not shown.

programs/modplay/mods/ASM94.MOD

-137 KB
Binary file not shown.

0 commit comments

Comments
 (0)