Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#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)

monkey1_instr2.diff (13.1 KB ) - added by SF/roever 22 years ago.
Patch against 29. Sept. 2002 CVS

Download all attachments as: .zip

Change History (5)

by SF/roever, 22 years ago

Attachment: monkey1_instr2.diff added

Patch against 29. Sept. 2002 CVS

comment:1 by SF/ender, 22 years ago

Nice work :)

Applied, thanks!

comment:2 by SF/ender, 22 years ago

Owner: set to SF/ender
Status: newclosed

comment:3 by SF/trinity78, 22 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 digitall, 5 years ago

Component: Engine: SCUMM
Game: Monkey Island 1
Note: See TracTickets for help on using tickets.