Skip to content

Commit

Permalink
AGI: Apple IIgs time delay override KQ4 data added
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kiewitz committed Feb 13, 2016
1 parent 93f82a5 commit 11aeac0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion engines/agi/appleIIgs_timedelay_overwrite.h
Expand Up @@ -37,6 +37,11 @@ struct AgiAppleIIgsDelayOverwriteGameEntry {
const AgiAppleIIgsDelayOverwriteRoomEntry *roomTable;
};

static const AgiAppleIIgsDelayOverwriteRoomEntry appleIIgsDelayOverwriteKQ4[] = {
{ 120, 121, -1 }, // Part of the intro: Graham gets his hat, throws it and breaks down, don't touch speed
{ -1, -1, -1 }
};

static const AgiAppleIIgsDelayOverwriteRoomEntry appleIIgsDelayOverwriteMH1[] = {
{ 153, 153, 2 }, // Intro w/ credits
{ 104, 104, 2 }, // Intro cutscene
Expand All @@ -56,7 +61,7 @@ static const AgiAppleIIgsDelayOverwriteGameEntry appleIIgsDelayOverwriteGameTabl
{ GID_KQ1, 2, nullptr }, // NEEDS TESTING
// KQ2 seems to work fine at speed given by scripts (NEEDS FURTHER TESTING)
{ GID_KQ3, 2, nullptr }, // NEEDS TESTING
{ GID_KQ4, 2, nullptr }, // NEEDS TESTING
{ GID_KQ4, 2, appleIIgsDelayOverwriteKQ4 }, // NEEDS TESTING
{ GID_LSL1, 2, nullptr }, // Switch Larry 1 to 10 cycles per second (that's around PC Larry 1's "normal" speed
{ GID_MH1, -1, appleIIgsDelayOverwriteMH1 }, // NEEDS TESTING
{ GID_MIXEDUP, 2, nullptr }, // NEEDS TESTING
Expand Down

0 comments on commit 11aeac0

Please sign in to comment.