#9113 closed patch
MM C64: costume fix
| Reported by: | SF/tobigun | Owned by: | Kirben |
|---|---|---|---|
| Priority: | normal | Component: | Engine: SCUMM |
| Version: | Keywords: | ||
| Cc: | Game: | Maniac Mansion |
Description
When Dave is walking there is a gap visible between Dave's leg and his belly. This gap occurs periodically. It seems to be related to the unused 4th and 5th byte of the costumes walk data. Whenever the gap shows the 5th byte is 255 (-1). I assume that these bytes are used as _xmove and _ymove values as this is the way it is handled in other Scumm versions. After adding _xmove and _ymove the costume is displayed correctly.
Ticket imported from: #2903170. Ticket imported from: patches/1218.
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | costume.patch added |
|---|
comment:2 by , 17 years ago
| Owner: | set to |
|---|---|
| Status: | new → closed |
comment:3 by , 8 years ago
| Component: | → Engine: SCUMM |
|---|---|
| Game: | → Maniac Mansion |
Note:
See TracTickets
for help on using tickets.

costume patch