#8732 closed patch
KYRA: Intro Patch for HoF
Reported by: | athrxx | Owned by: | vinterstum |
---|---|---|---|
Priority: | normal | Component: | Engine: Kyra |
Version: | Keywords: | ||
Cc: | Game: | Kyrandia 2 |
Description
Here is a patch for HoF that adds sequence player code for the intro. Timing is still an issue. Some "nested" WSAs will be cut off (e.g. Marco in the library). As discussed with Lord Hoto I assign this to vinterstum who might know how to fix this...
Florian
Ticket imported from: #1816080. Ticket imported from: patches/837.
Attachments (1)
Change History (6)
by , 17 years ago
Attachment: | kyra2intro_v4.patch added |
---|
comment:1 by , 17 years ago
Owner: | set to |
---|
comment:3 by , 17 years ago
Accepted and committed.
Nice work, thanks :).
A few pedantic notes it might be nice to consider for next time though, which would save me some work :) : * Less hex (write 100 instead of 0x64), except in a few situations like when you're dealing with bitmasks etc) * Use signed ints where it's obvious the original had 'em (-1 instead of 0xFFFF) * More verbose variable names would be nice, 's', 's2', 'dl', 't' makes it a bit hard to read parts of the code. It may be obvious to you that 'cfid' is the current font id, but it won't be to other people reading it :).
Keeping stuff close to the disasm (like the first two points) is helpful when you're working with it, but the code should definately be given an overhaul once things are working and it's ready.
comment:4 by , 17 years ago
Status: | new → closed |
---|
comment:5 by , 6 years ago
Component: | → Engine: Kyra |
---|---|
Game: | → Kyrandia 2 |
KYRA: Intro Patch for Kyra 2