#8071 closed patch
Monkey1 VGA Sound Instruments
| Reported by: | SF/roever | Owned by: | SF/ender |
|---|---|---|---|
| Priority: | normal | Component: | Engine: SCUMM |
| Version: | Keywords: | ||
| Cc: | Game: | Monkey Island 1 |
Description
Hi,
I've added a patch that makes use of the correct instruments when playing MI1 AD soundfiles instead of the static ones that were included in a table by the first MI1 Sound patch
Ticket imported from: #616155. Ticket imported from: patches/176.
Attachments (1)
Change History (5)
by , 24 years ago
| Attachment: | monkey1_instr2.diff added |
|---|
comment:2 by , 24 years ago
| Owner: | set to |
|---|---|
| Status: | new → closed |
comment:3 by , 24 years ago
just a quick note, this patch crashes the german version of monkey island floppy. the crash is caused by a memcpy in resource.cpp.
resource.cpp:
/* copy the instrument data in another memory area */ instr = (byte *)calloc(8 * 16, 1); memcpy(instr, ptr + 0x19, 8*16); // <-- causes crash
comment:4 by , 7 years ago
| Component: | → Engine: SCUMM |
|---|---|
| Game: | → Monkey Island 1 |
Note:
See TracTickets
for help on using tickets.

Patch against 29. Sept. 2002 CVS