[Scummvm-git-logs] scummvm master -> a92db2a8430c3ef66714fc3ef1f01784c8a69661
alxpnv
a04198622 at gmail.com
Fri Sep 10 09:35:56 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a92db2a843 ASYLUM: add more entries to the respack patch list
Commit: a92db2a8430c3ef66714fc3ef1f01784c8a69661
https://github.com/scummvm/scummvm/commit/a92db2a8430c3ef66714fc3ef1f01784c8a69661
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2021-09-10T12:37:40+03:00
Commit Message:
ASYLUM: add more entries to the respack patch list
Changed paths:
engines/asylum/respack.cpp
diff --git a/engines/asylum/respack.cpp b/engines/asylum/respack.cpp
index 22c3bb1c1e..e791db6b10 100644
--- a/engines/asylum/respack.cpp
+++ b/engines/asylum/respack.cpp
@@ -29,19 +29,15 @@ const struct {
uint resourceId;
uint size;
} patchedSizes[] = {
- {3, 0x800403EB, 18177962},
- {2, 0x8004071D, 40501676},
- {2, 0x80040733, 40367314},
- {2, 0x8004073C, 40347616},
- {3, 0x8004074A, 17247084},
- {3, 0x80040756, 15741212},
- {2, 0x8004075E, 39099030},
- {3, 0x80040782, 15468752},
- {2, 0x80040783, 36119940},
- {3, 0x8004093A, 6679208},
- {3, 0x80040942, 4502532},
- {3, 0x80040970, 654212},
- {2, 0x8004097D, 524576},
+ {1, 0x800402B0, 40146626}, {3, 0x800403EB, 18177962}, {2, 0x8004071D, 40501676},
+ {1, 0x8004072D, 7349518}, {2, 0x80040733, 40367314}, {1, 0x8004073B, 5534658},
+ {2, 0x8004073C, 40347616}, {1, 0x80040745, 4333670}, {2, 0x80040746, 40214368},
+ {3, 0x8004074A, 17247084}, {2, 0x8004074C, 40072902}, {3, 0x80040756, 15741212},
+ {2, 0x8004075E, 39099030}, {1, 0x8004076E, 1122128}, {2, 0x80040781, 36131104},
+ {3, 0x80040782, 15468752}, {2, 0x80040783, 36119940}, {1, 0x80040786, 755152},
+ {2, 0x800408B9, 18430980}, {3, 0x8004093A, 6679208}, {1, 0x8004093D, 383318},
+ {3, 0x80040942, 4502532}, {2, 0x80040968, 3920338}, {3, 0x80040970, 654212},
+ {2, 0x8004097D, 524576}, {1, 0x8004097F, 52574}, {2, 0x80040983, 289832},
};
//////////////////////////////////////////////////////////////////////////
More information about the Scummvm-git-logs
mailing list